@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}


@font-face {
    font-family: 'Raleway', sans-serif;
}

/*START FOR BODY*/
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

/*END FOR BODY*/
/*Generic Classes*/
.clearfix {
    clear: both;
}

.m-auto {
    margin: 0 auto
}

label {
    font-weight: normal
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    color: #43402f;
}

input[type="text"]:focus {
    outline: none;
}

.inline-block {
    display: inline-block;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.p0 {
    padding: 0;
}

.p5 {
    padding: 5px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.ptb30 {
    padding: 30px 0;
}

.pt100 {
    padding-top: 100px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pl7 {
    padding-left: 7px;
}

.pr7 {
    padding-right: 7px;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mrl15 {
    margin: 0 15px;
}

.mtb_mns_10 {
    margin: -10px auto;
}


.fullwidth_top_band {
    background-color: #029148;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height:1.5;
    text-align: center;
    position: absolute;
    top: 0;
    padding:3px 5px;
    z-index: 1;
    width: 100%;
}

/*Generic Classes*/

.header {
    position: relative;
    z-index: 9;
    margin: 0 -15px;
}

.navbar {
    transition: all 0.4s;
}

.header .navbar .navbar-brand {
    position: absolute;
    /*top: 12px;*/
    top:50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .navbar .navbar-nav {
    position: absolute;
    top: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navbar .nav-link {
    color: #808080;
    font-size: 14px;
    font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.header.active .navbar {
    background-color: #fff;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }


}

/*END new nav*/


/* Back to top ST */
.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 77px;
    transition: background 0.5s;
    z-index: 11;
    background: #400000;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Back to top ED */

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Header Section ST */
.logo.float-left {
    width: 285px;
    padding-left: 80px;
}

#header {
    height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 8px 0;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

.mobile_bg_wrap {
    height: 80px;
    position: relative;
    z-index: 1111;
    overflow: hidden;
    background: rgba(12, 28, 49, 0.8);
}

.mobile_bg_wrap .mobile_logo_wrap {
    position: absolute;
    width: auto;
    top: 20px;
    left: 15px;
    -webkit-transition: 0.25s 0.2s ease-in-out;
    transition: 0.25s 0.2s ease-in-out;
    z-index: 15;
}



#header.header-scrolled,
#header.header-pages {
    padding: 15px 0;
    background-color: #323639;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    color: #065e77;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
}

.main_pages {
    margin-top: 140px;
}


#header.inner_header {
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
    padding: 15px 0;
    background-color: #323639;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    color: #065e77;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header.inner_header .main-nav a:hover,
#header.inner_header .main-nav .active>a,
#header.inner_header.main-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}

#header.inner_header .main-nav a {
    font-weight: normal;
    display: block;
    position: relative;
    color: #400000;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 15px;
    font-family: 'Conv_BebasNeue Regular';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

#header.inner_header .cart_icon img.brightness {
    filter: brightness(0.25);
}

#header.inner_header {
    background-color: rgba(255, 255, 255, 0.6);
    height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled.inner_header,
#header.header-pages.inner_header {
    height: 110px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}


#header.header-scrolled,
#header.header-pages .main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #84993c !important;
    text-decoration: none;
}

/* Desktop Navigation */
.main-nav,
.main-nav * {
    padding: 3px 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    font-weight: 400;
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;


}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #1bb1dc;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.searchContainer {
    display: inline-flex;
    flex: 1 1 300px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    width: 220px;
}

.searchIcon {
    background: #fff;
    padding: 10px 0.5rem;
    color: #999;
}

.searchBox {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    flex: 1;
}

.searchButton {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #ec4442;
    border: 0;
    color: white;
    padding: 8px 22px;
    border-radius: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.cart_icon {
    position: relative;
    margin: 0 0 0 70px;
}

.cart_icon_count {
    position: absolute;
    background: #ec4442;
    border-radius: 50%;
    padding: 4px;
    color: #fff;
    /*top:10px;left:-15px;*/
    top: 20px;
    left: 0;
    width: 30px;
    height: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    line-height: 1.5;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(0, 0, 0, 1);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 30px 18px 0 0;
    color: #fff;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

body.inner_fa_bars .mobile-nav-toggle .fa.fa-bars {
    color: #400000;
}

/* Header Section ED */


/* Home Page CSS ST */
#intro {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: url("../images/home/home-banner.jpg") center center no-repeat;
    background-size: cover;
}

.farm_products {
    background: #8dae1a;
    border-radius: 50%;
    height: 260px;
    width: 260px;
    border: 4px solid #fff;
    margin: 0 auto 20px;
}

.farm_products img {
    width: 230px;
    height: 230px;
    background: #fff;
    border-radius: 50%;
    margin: 12px;
    padding: 6px;
}

.farm_pr_hd {
    border: 2px solid #8dae1a;
    border-radius: 15px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin: 15px auto;
    font-size: 36px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.farm_pr_hd:hover {
    background: #8dae1a;
    border: 2px solid #fff;
    color: #fff;
}

.center_logo {
    margin: 0 auto;
}

.east_india_cuisines {
    background: #e8a145;
    border-radius: 50%;
    height: 260px;
    width: 260px;
    border: 4px solid #fff;
    margin: 0 auto;
}

.east_india_cuisines img {
    width: 230px;
    height: 230px;
    background: #fff;
    border-radius: 50%;
    margin: 12px;
    padding: 6px;
}

.east_india_cuisines_hd {
    border: 2px solid #e8a145;
    border-radius: 15px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin: 15px 0;
    font-size: 36px;
    font-weight: normal;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.east_india_cuisines_hd:hover {
    background: #e8a145;
    border: 2px solid #fff;
    color: #fff;
}

.position_center {
    margin: 350px 0 0;
}

/* Home Page CSS ED */

/* East Indian Cuisines List CSS ST */
#east_ind_cuis {
    margin: 0;
    padding: 0;
}

#east_ind_cuis h1.page_title {
    color: #e8a145;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d7db;
    padding: 0 0 10px;
}

#east_ind_cuis h1.page_title i.fa.fa-chevron-circle-left {
    color: #e8a145;
    cursor: pointer;
}

.item_box {
    background: #fff;
    border-radius: 8%;
    position: relative;
    overflow: hidden;
}

.item_box img {
    border-radius: 3%;
    object-fit: cover;
    width: 100%;
    position: relative;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}

.bg-white.item_box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.bg-white.item_box:hover .item_cart_icon img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item_box .quantity_tag {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 10px 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

.red_box_bg {
    background: #d34f4b;
    width: 150px;
    height: 150px;
    padding: 8px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cntr_box_item_name {
    font-family: 'Conv_BebasNeue Regular';
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 0;
}

.item_sm_line {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
}

.item_cart_icon {
    background: #fff;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 20px;
    right: 12px;
    padding: 8px;
    z-index: 1;
}

.item_cart_icon img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.green_box_bg {
    background: #84993c;
    width: 150px;
    height: 150px;
    padding: 5px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chocloate_box_bg {
    background: #a96327;
    width: 150px;
    height: 150px;
    padding: 5px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_pages .nav-link {
    font-family: 'Roboto', sans-serif;
    color: #999;
    border-radius: 25px;
    border: 1px solid #999;
    margin: 0 10px;
    width: 120px;
    text-align: center;
    font-size: 13px;
}

.main_pages .nav-pills .nav-link.active,
.main_pages .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e8a145;
    border: 1px solid #e8a145;
}

.main_pages .nav-pills .nav-link {
    border-radius: 25px;
}

.main_pages .nav-item {
    margin: 10px 0;
}

.text_right_icon img.widthheight {
    width: 26px;
    height: 26px;
    text-align: right;
}

.bg-white.item_box:hover .text_right_icon.text-right img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tab-pane {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

img.add_cart_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    bottom: 6px;
    z-index: 1;
    cursor: pointer;
}

.bg-white.item_box:hover img.add_cart_icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item_box:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.item_box:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.item_box:active:after {
    opacity: 0;
}

#showall .non_vegeterian,
#showall .vegeterian,
#showall .desert {
    display: block;
}

.non_vegeterian,
.vegeterian,
.desert {
    display: none;
}

.order_cartbg_clr {
    background: #f4cb00;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 20px;
    right: 12px;
    padding: 8px;
    z-index: 1;
}

/* East Indian Cuisines List CSS ED */


/*Farm Products ST*/
#farm_prdts {
    margin: 0;
    padding: 0;
}

h1.page_title.green_txt {
    color: #8dae1a;
}

#farm_prdts h1.page_title {
    color: #8dae1a;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d7db;
    padding: 0 0 10px;
}

h1.page_title i.fa.fa-chevron-circle-left {
    color: #8dae1a;
    cursor: pointer;
}

.coming_soon_overlay_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 60px;
    text-align: center;
}

#farm_prdts .main_pages .nav-pills .nav-link.active,
.main_pages .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8dae1a;
    border: 1px solid #8dae1a;
}

.offwhite_bg {
    background: #f7f6f2;
    padding: 10px;
    border-radius: 25px;
    height: auto;
    margin: 0 0 20px;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    border-top-left-radius: 8%;
    border-top-right-radius: 8%;
    /*-webkit-clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 0, 100% 100%, 94% 100%, 50% 87%, 6% 100%, 0 100%, 0% 85%);
clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 0, 100% 100%, 94% 100%, 50% 87%, 6% 100%, 0 100%, 0% 85%);*/
}

#farm_prdts .item_box img {
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
    border-top-left-radius: 8%;
    border-top-right-radius: 8%;
    object-fit: cover;
    width: 100%;
    position: relative;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}

.offwhite_bg_white {
    background: transparent;
    padding: 0;
    border-radius: 25px;
    height: auto;
    margin: 0 0 20px;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
}

.offwhite_bg_img {
    background: #fff;
    padding: 0;
    border-radius: 25px;
    height: auto;
    margin: 0 0 20px;
    border-bottom-left-radius: 2%;
    border-bottom-right-radius: 2%;
    overflow: hidden;
}

.vegetable_name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8dae1a;
    text-align: center;
    padding: 0 0 10px;
}

.curve_img {
    position: absolute;
    bottom: 16%;
}

#farm_prdts .item_box:hover .curve_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Farm Products ED*/



/* Cart Page CSS  and Order Placed Page ST */
#cart_page {
    margin: 0;
    padding: 0
}

#cart_page h1.page_title {
    color: #400000;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d7db;
    padding: 0 0 10px;
}

#cart_page h1.page_title i.fa.fa-chevron-circle-left {
    color: #400000;
    cursor: pointer;
}

.cart_prod_wrap {
    margin: 20px 0;
    text-transform: uppercase;
    color: #400000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.cart_prod_name {
    font-size: 16px;
    line-height: 1.5;
}

.cart_prod_slog {
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
}

.cart_prod_price {
    font-family: 'Roboto', sans-serif;
    color: #400000;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 0;
    font-weight: normal;
    text-transform: capitalize;
}

.bdr_btm_line {
    border-bottom: 1px solid #d6d7db
}

.normal_font {
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.order_form {
    font-family: 'Roboto', sans-serif;
    color: #999;
    text-transform: capitalize;
}

.order_form input {
    padding: 0 10px;
}

textarea {
    resize: none;
}

::placeholder {
    color: #b8b8b8 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b8b8b8 !important;
}

::-ms-input-placeholder {
    color: #b8b8b8 !important;
}

.order_btn {
    font-family: 'Roboto', sans-serif;
    background: #400000;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    height: 40px;
    width: 130px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.order_btn .fa.fa-chevron-circle-right {
    font-size: 18px;
    padding-left: 10px;
}

.order_btn:hover {
    background: transparent;
    color: #400000;
    border: 1px solid #400000;
}

.order_thankyou {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.emoji_center {
    margin-bottom: 10px;
    position: relative;
}

.emoji_center .overlay {
    background: rgba(245, 245, 245, 0.8);
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.order_sucess {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0;
}

.delivered_notice {
    font-size: 14px;
    padding: 10px;
    color: #400000;
    font-family: 'Roboto', sans-serif;
}

.bold_underline {
    font-weight: bold;
    text-decoration: underline;
}

.no_cart_item {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 15px;
}

/* Cart Page CSS and Order Placed Page  ED */


/*About Us Page ST */
.abt_main_banner {
    width: 100%;
    height: 100%;
    background: url("../images/aboutus/bgimage.png") top center no-repeat;
    background-size: cover;
}

.overlay_abt_bg {
    background-color: rgba(65, 56, 59, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.abt_east_india_cuisines_fishfry {
    position: relative;
}

.abt_east_india_cuisines_porkchille {
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    width: 75%;
    height: 75%;
    right: -35px;
}

.abt_east_india_cuisines {
    border-radius: 50%;
    height: auto;
    width: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    top: 110%;
}

/*About Us Page ED */

/*Our Field Page ST */
#our_field {
    width: 100%;
    height: 100%;
    background: url("../images/our-field/our-field-bg.png") top center no-repeat;
    background-size: cover;
}

.overlay_our_field_bg {
    background-color: rgba(65, 56, 59, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

h1.page_name.our_field_hd {
    font-size: 80px;
    padding: 0 0 15px;
}

.left_tabs {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
    border-left: 2px solid #999;
}

.right_imgs {}

.tabs {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: block;
}

#tab-button li a {
    display: block;
    padding: .5em;
    /*background:#eee;border: 1px solid #ddd;*/
    text-align: left;
    color: #bbb;
    text-decoration: none;
    font-size: 16px;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    color: #fff;
}

.tab-contents {
    padding: 20px 15px;
    color: #fff;
    position: relative;
    top: -1px;
    margin-top: 0;
}
}

.tab-contents img {
    border-radius: 25px;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

.tab-select-outer select#tab-select {
    width: 100%;
    height: 36px;
}

.tab-contents img {
    border: 2px solid #fff;
    border-radius: 25px;
    width: 600px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }
}

/*Our Field ED */

/*Our Speciality Page ST */
#our_speciality {
    width: 100%;
    height: 100%;
    background: url("../images/our-speciality/our-spec-banner.png") top center no-repeat;
    background-size: cover;
}

.overlay_our_speciality {
    background-color: rgba(65, 56, 59, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.our_speci_wrap {
    margin: 0;
    padding: 0;
}

.our_speci_wrap img {
    border-radius: 20px;
}

h1.page_name {
    color: #fff;
    font-family: Conv_BebasNeue Regular;
    font-size: 56px;
}

h4.med_font_white {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
}

.prod_descpt {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

/*Our Speciality Page ED */


/*Contact Us Page ST */
#contact_us {
    width: 100%;
    height: 100%;
    background: url("../images/contactus/bgimage.png") top center no-repeat;
    background-size: cover;
}

.overlay_contact_us {
    background-color: rgba(65, 56, 59, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner_chocl_bg {
    background: rgba(65, 56, 59, 0.8);
    padding: 25px;
    color: #fff;
}

.inner_chocl_bg address {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.inner_chocl_bg address h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.cont_no {
    font-size: 16px;
    font-weight: 600;
}

.cont_page_emaiid a {
    color: #fff;
    font-size: 16px;
}

.google_map {
    margin: 0;
    padding: 0;
}

/*Contact Us Page ED */


/*Terms & Conditions & Privacy Policy ST */
#terms_cond_pr_pol {
    margin: 0;
    padding: 0;
}

#terms_cond_pr_pol h1.page_title {
    color: #e8a145;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d7db;
    padding: 0 0 10px;
}

#terms_cond_pr_pol h1.page_title i.fa.fa-chevron-circle-left {
    color: #e8a145;
    cursor: pointer;
}

.terms_cond_priv_plcy {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

h6.terms_cond_priv_plcy {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

ol.terms_cond_priv_plcy {
    list-style-type: decimal;
}

ol li {
    line-height: 1.5;
    padding: 0 0 20px;
}

#terms_cond_pr_pol address {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

/*Terms & Conditions & Privacy Policy ED */


/* Footer CSS ST */
#footer {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.grey_ftr {
    background: #e9e9eb;
}

address h6 {
    text-transform: uppercase;
    color: #787878;
    font-size: 14px;
}

.ftr_links,
.ftr_links a {
    line-height: 2;
    color: #787878;
    font-size: 14px;
}

.ftr_links a:hover {
    line-height: 2;
    text-decoration: none;
    color: #787878;
}

.ftr_links .social_icons {
    font-size: 20px;
    color: #400000;
}

.ftr_links .social_icons i {
    padding: 0 5px;
    color: #400000;
}

.ftr_links .social_icons i.fa.fa-star {
    padding: 0;
}

.adr_font {
    color: #787878;
    font-size: 13px;
}

.v_none {
    visibility: hidden;
}

.maroon_ftr {
    background: #400000;
    padding: 10px 0;
}

.copyright {
    color: #fff;
    font-size: 13px;
}

.powered {
    text-align: right;
    color: #fff;
    font-size: 13px;
}

.powered a,
.powered a:hover {
    color: #fff;
    text-decoration: none;
}

/* Footer CSS ED */

/*START FOR NEW CHANGES*/
.main_content_spacing {
    padding: 220px 0 50px;
}

.header .navbar.header_bg_white_transparent {
    background-color: #fff;
    height: 200px;
}

.header .navbar.header_bg_transparent {
    background-color: transparent;
    height: auto;
}

/* START FOR LOGIN AND SIGN UP AND FORGOT PASSWORD PAGE */
.bg_log_reg {
    background: url("../images/bg_login.png") no-repeat top center;
    background-size: cover;
    min-height: 100vh;
}

.bg_footer {
    display: none;
}

.bg_signup {
    background: url("../images/bg_login.png") no-repeat top center;
    background-size: cover;
    min-height: 100vh;
    margin-top:-20px;

}

.log_reg_block {
    padding: 220px 0 50px;
}

.log_reg_block .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

        .signuplogin_active_tab_wrap ul li.active {
            background: #029148;
            color: #fff;
         /*   line-height: 47px;*/
            border-radius: 20px 20px 0px 0px;
            font-weight: 500;
        }

     .signuplogin_active_tab_wrap a button {
         height:47px;
         line-height:47px;
     }



            .log_reg_block .inner_log_reg .log_reg_box .title_block {
                text-align: center;
                margin: 0 0 20px;
                padding: 15px 30px 0;
            }

.log_reg_block .inner_log_reg .log_reg_box .title_block .subtitle {
    font-size: 36px;
    color: #AF7F32;
    font-weight: 700;
    letter-spacing: 0.42px;
    margin: 0 0 24px;
}

.log_reg_block .inner_log_reg .log_reg_box .title_block .desc {
    color: #171313;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group {
    margin: 0 0 30px;
    position: relative;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group.field_lbl_active .field_lbl {
    top: -20px;
    left: 5px;
    font-size: 12px;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group .field_lbl {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 12px;
    color: rgba(23, 19, 19, .50);
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
}

.field_group .list_password li .field_input {
    display: none;
}


.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group .field_input {
    border-bottom: 1px solid #171313 !important;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 0;
    padding: 0 12px;
    width: 100%;
    height: unset;
    color: #403e3e;
    border-radius: unset;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group .icon_pwd {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group.pwd_block .field_input {
    padding-right: 40px;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_block {
    position: relative;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_block .txt .link {
    color: #171313;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.field_group .list_password {
    margin: 0;
    display: block
 
}

    .field_group .list_password .field_lbl {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: absolute;
        top: 0;
        left: 12px;
        color: rgba(23, 19, 19, .50);
        font-size: 14px;
        font-weight: 500;
        pointer-events: none;
    }



    /* New Style password option css ST */
        .password_block {
            margin: 0 0 10px;
        }

        .password_block .list_pwd li:not(:last-child) {
        margin: 0;
        }

        .password_block .list_pwd li.valid_pwd {
        color: green;
        }

        .password_block .list_pwd li.valid_pwd label .dot_checkbox {
        background-color: #9EFFD5;
        }

        .password_block .list_pwd li.valid_pwd label .dot_checkbox:after {
            font-family: 'FontAwesome';
            font-size: 10px;
            content: "\f00c";
        }

            .password_block .list_pwd li.valid_pwd label .txt {
                color: #0E1040;
                font-weight:600;
            }

            .password_block .list_pwd li.invalid_pwd {
                color: #0D0F37;
                opacity:0.5;
            }

                .password_block .list_pwd li.invalid_pwd label .txt {
                    color: #0D0F37;
                }

        .password_block .list_pwd li label {
        margin: 0;
        cursor: pointer;
        }

        .password_block .list_pwd li label input {
        display: none;
        }

        .password_block .list_pwd li label input:checked ~ .dot_checkbox {
            background-color: #9EFFD5;
        }

        .password_block .list_pwd li label input:checked ~ .dot_checkbox:after {
            font-family: 'FontAwesome';
            font-size: 10px;
            content: "\f00c";
        }

        .password_block .list_pwd li label .dot_checkbox {
            display: inline-block;
            vertical-align: middle;
            line-height: 10px;
            text-align: center;
            width: 14px;
            height: 14px;
            border-radius: 4px;
            background-color: #DEDEDE;
            margin: 0 5px 0 0;
            color: #000;
        }

        .password_block .list_pwd li label .txt {
            font-size: 12px;
            font-weight: 500;
        }

/*        #paw-error, #confirmpassword-error {
            display: none !important;
        }*/

/* New Style password option css ED */


.field_group .list_password li:not(:last-child) {
    margin-right: 30px;
}

    .field_group .list_password li {
        display: block
    }

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_chk {
    display: none;

}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_lbl {
    font-size: 14px;
    font-weight: 500;
    color: #171313;
    display: flex;
    cursor: pointer;
    outline: none;
    margin: 0;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_lbl:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #171313;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_chk:checked+.field_lbl:before {
    background-color: #AF7F32;
    border: 1px solid #AF7F32;
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_chk:checked+.field_lbl:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 37%;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .link_fg_pwd {
    color: #171313;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}


    .log_reg_block .inner_log_reg .log_reg_box .fill_form .btn_block {
        width: 160px;
        height: 50px;
        margin: 0 auto 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        /*    border-radius: 25px;*/
        background: transparent linear-gradient(76deg, #027D3E 0%, #029148 100%) 0% 0% no-repeat padding-box;
        border: 0;
        outline: none;
        cursor: pointer;
        display: block;
    }

.log_reg_block .inner_log_reg .log_reg_box .account_block {
    text-align: center;
    padding:0 24px 24px;
}

.log_reg_block .inner_log_reg .log_reg_box .account_block .desc {
    color: #171313;
    font-weight: 500;
    font-size: 14px;
}

.log_reg_block .inner_log_reg .log_reg_box .account_block .desc .link_acc {
    color: #171313;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

/* END FOR LOGIN AND SIGN UP AND FORGOT PASSWORD PAGE */
/*START FOR FOOTER*/
.footer {
    background-color: #fff;
}

.footer .footer_row_one {
    padding: 30px 0;
}

.footer .footer_row_one .list-unstyled {
    margin: 0;
}

.footer .footer_row_one .list-unstyled li:not(:last-child) {
    margin: 0 0 5px;
}

.footer .footer_row_one .list-unstyled li a,
.footer .footer_row_one .follow_block .subtitle {
    color: #AF7F32;
    font-size: 14px;
    display: block;
    padding: 2px 0px;
    font-weight: 500;
}

.footer .footer_row_one .follow_block .subtitle {
    margin: 0 0 15px;
}

.footer .footer_row_one .follow_block .list_follow {
    display: flex;
}

.footer .footer_row_one .follow_block .list_follow li:not(:last-child) {
    margin: 0 10px 0 0;
}

.footer .copyright {
    padding: 10px 0;
}

.footer .copyright .desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    /*color: #171313;*/
    color: #AF7F32;
    text-align: left;
}

.footer .copyright .desc.txt_right {
    text-align: right;
}

.footer .copyright .desc .img_logo_pika {
    height: 20px;
    margin-left: 10px;
}

/*END FOR FOOTER*/
.header .navbar .navbar-nav li:not(:last-child) {
    margin-right: 20px;
}

.header .navbar .navbar-nav li {
    transition: all .3s linear;
}

.header .navbar .nav-link {
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: all .3s linear;
    color: #808080;
}

.header .navbar .nav-item a.nav-link.active,
.header .navbar .nav-item:hover .nav-link {
    color: #027D3E;
}

.header .navbar .list_topnav {
    display: flex;
    justify-content: flex-end;
    width: -webkit-fill-available;
    margin: 56px 0 0;
}

.header .navbar.active .list_topnav {
    margin: 0;
}

.header .navbar .list_topnav li:not(:last-child) {
    margin-right:25px;
}

.header .navbar.active .list_topnav li a {
    position: relative;
}

.header .navbar .list_topnav li a .icon_cart_num {
    width: 20px;
    height: 20px;
    background-color: #077D3D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    bottom: -5px;
    font-size: 10px;
}

.cart_fill_form .error {
    font-size: 12px;
    color: red;
}

.header .navbar .icon_cart_num {
    display: block;
    width: 20px;
    height: 20px;
    background-color: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    bottom: -5px;
    font-size: 10px;
}

.list_topnav .dropdown-menu {
    padding: 0;
    top: 110% !important;
    right: 0 !important;
    left:unset !important;
}

.list_topnav .dropdown-menu .dropdown-item {
    padding: 0;
}

.list_topnav .dropdown-menu .dropdown-item:hover {
    background-color: green;
    color: #fff;
}

.list_topnav .dropdown-menu .dropdown-item .nav-link:hover {
    background-color: green;
    color: #fff;
}

.list_topnav .dropdown-menu .dropdown-item .dropdown-link .item_logout {
    padding: 10px 12px;
}

.header .navbar .list_topnav li a {
    position: relative;
    font-size: 14px;
}

.header .navbar .list_topnav li .item_logout {
    padding: 5px 15px;
    font-weight: 600;
  /*  color: #808080;*/
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

/*MEDIA QUERIES*/
@media (min-width:1600px) {}

@media (min-width:992px) {
    .overlay_block {
        display: none;
    }

    .header .navbar.header_bg_white_transparent .list_topnav {
        position: relative;
        top: -66px;
/*        margin: 0;*/
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .log_reg_block .inner_log_reg {
        top: -235px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header .navbar .icon_mob_cart {
        position: absolute;
        left: 50%;
        top: 30px;
    }

    .log_reg_block {
        height: 100vh;
        display: grid;
        place-content: center;
    }

}

@media (max-width:991px) {
    .dropdown-item {
        padding:0 6px !important;
    }


    .overlay_block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        z-index: 999;
        display: none;
        -webkit-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        -o-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        transition: all .3s cubic-bezier(.42, .27, .92, .25);
    }

    .header .navbar .navbar-collapse {
        position: fixed !important;
        top: 0;
        left: -100% !important;
        width: 200px;
        height: 100%;
        background: #077D3D !important;
        display: block;
        -webkit-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        -o-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        transition: all .3s cubic-bezier(.42, .27, .92, .25);
        z-index: 999;
    }

    .header .navbar .navbar-collapse.show {
        left: 0 !important;
    }

    .header .navbar .navbar-toggler.active .icon_hamburger {
        background-color: transparent;
    }

    .header .navbar .navbar-toggler.active .icon_hamburger:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 4px 6px;
        -ms-transform-origin: 4px 6px;
        transform-origin: 4px 6px;
    }

    .header .navbar .navbar-toggler.active .icon_hamburger:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 1px -2px;
        -ms-transform-origin: 1px -2px;
        transform-origin: 1px -2px;
    }

    .header .navbar .nav-item .nav-link:after {
        display: none !important;
    }

    .log_reg_block .container {
        justify-content: center;
    }

    .log_reg_block .inner_log_reg {
        top: 0;
    }

    .log_reg_block .inner_log_reg {
        z-index: 1;
    }



    .header .navbar.header_bg_white_transparent {
        height: 130px;
    }



    .header .navbar.active {
        height: 130px;
    }

    .header .navbar .icon_mob_cart .icon_cart_num {
        width: 20px;
        height: 20px;
        background-color: red;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        bottom: -5px;
        font-size: 10px;
    }

    .header_bg_black .navbar .nav-item .nav-link {
        color: #fff;
    }


    .header .navbar .nav-item.active .nav-link:after,
    .header .navbar .nav-item:hover .nav-link:after {
        display: none;
    }

    .header .navbar .navbar-toggler {
        background: #077D3D;
        width: 35px;
        height: 35px;
        padding: 0;
        display: block;
        outline: none;
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 99999;
        padding: 3px;
    }

    .header .navbar .navbar-toggler .icon_hamburger {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: relative;
        border-radius: 10px;
        -webkit-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        -o-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        transition: all .3s cubic-bezier(.42, .27, .92, .25);
    }

    .header .navbar .navbar-toggler .icon_hamburger:before,
    .header .navbar .navbar-toggler .icon_hamburger:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        border-radius: 10px;
        -webkit-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        -o-transition: all .3s cubic-bezier(.42, .27, .92, .25);
        transition: all .3s cubic-bezier(.42, .27, .92, .25);
    }

    .header .navbar .navbar-toggler .icon_hamburger:before {
        top: -9px;
    }

    .header .navbar .navbar-toggler .icon_hamburger:after {
        top: 9px;
    }

    .header .navbar .navbar-collapse {
        position: relative;
    }

    .header .navbar .navbar-nav {
        position: initial;
        top: 0;
        left: 0;
        transform: initial;
        padding: 10px 15px;
        background-color: transparent;
    }

    .header .navbar .nav-item .nav-link,
    .header .navbar .nav-item a.nav-link.active,
    .header .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .header .navbar .list_topnav li a .icon_cart_num {
        left: 4px;
        bottom: 0;
        background: #fff;
        color: #171313;
        border: 1px solid #0e5d32;
    }

    .header .navbar .list_topnav {
        justify-content: flex-start;
        flex-direction: column;
        position: initial;
        left: 0;
        text-align: left;
        margin: 0;
        z-index: 9;
        padding-left:15px;
    }

    .header .navbar .list_topnav li .item_logout {
        padding: 4px 15px;
    }

    .header .navbar .list_topnav li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header .navbar .list_topnav li a {
        padding: 10px 0;
        display: inline-block;
        position: relative;
    }

    .btn.signup-btn {
       text-align:left;
    }

    .header .navbar .list_topnav li a.logout {
        padding: 0 !important;
        line-height: 30px;
    }

    .header .navbar .list_topnav li a button.dropdown-item.item_logout {
        /*  padding: 0 !important;*/
    }



    .header .navbar .list_topnav li a button.dropdown-item.item_logout:hover {
        background: green !important;

    }



    .header .navbar .list_topnav li a img,
    .header .navbar .list_topnav li img {
        filter: brightness(1) invert(1);
        -webkit-filter: brightness(1) invert(1);
    }

    .header .navbar .list_topnav li .dropdown .btn-drop {
        color: #fff;
        padding: 0 10px;
    }

    .footer .footer_row_one .list-unstyled li a,
    .footer .footer_row_one .follow_block .subtitle {
        font-size: 13px;
    }

    .log_reg_block .inner_log_reg {
        position: relative;
        top: unset !important;
     /*   z-index: 9999;*/
    }

    .signuplogin_active_tab_wrap .password_block ul li  {
        width:100% !important;
    }
    .log_reg_block {
        padding: 160px 0 50px;
    }
    .header .navbar .navbar-brand {
        top: 24px !important;
    }

}


@media (max-width:767px) {
    .emptycartbg {
        background-size: auto !important;
    }
    .log_reg_block {
        padding: 50px 0;
    }

    .log_reg_block .inner_log_reg .log_reg_box {
     /*   padding: 20px;*/
    }

    .log_reg_block .inner_log_reg .log_reg_box .fill_form .field_group {
        margin: 0 0 30px;
    }


    .log_reg_block .inner_log_reg .log_reg_box .fill_form .btn_block {
        height: 40px;
    }

    .log_reg_block .inner_log_reg .log_reg_box .title_block .subtitle {
        font-size: 24px;
    }

    .log_reg_block .inner_log_reg .log_reg_box .title_block .desc {
        font-size: 14px;
    }

    .log_reg_block .inner_log_reg .log_reg_box .account_block .desc .link_acc,
    .log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .link_fg_pwd,
    .log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_block .txt .link,
    .log_reg_block .inner_log_reg .log_reg_box .fill_form .logged_frgt_pwd_block .logged_block .field_lbl,
    .log_reg_block .inner_log_reg .log_reg_box .account_block .desc {
        font-size: 13px;
    }

    .footer .footer_row_one,
    .footer .copyright .desc,
    .footer .copyright .desc.txt_right {
        text-align: center;
    }

    .footer .footer_row_one .logo_foot {
        margin: 0 0 20px;
    }

    .footer .footer_row_one .list-unstyled {
        margin: 0 0 20px;
    }

    .footer .copyright .desc {
        margin: 0 0 10px;
    }

    .footer .footer_row_one .follow_block .list_follow {
        justify-content: center;
    }

    .footer .copyright {
        padding: 0;
    }
}

@media (max-width:575px) {
    .log_reg_block .inner_log_reg .log_reg_box {
        width: 100% !important;
    }

    .log_reg_block .container {
        display:block;
        padding:0 4px;
    }

}

/*END FOR NEW CHANGES*/

/*START FOR ERROR MESSAGE*/
.error {
    color: red;
    font-size: 12px;
}

/*END FOR ERROR MESSAGE*/

.slick-slide {
    padding: 5px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.footerbtn {
    color: #AF7F32;
    font-size: 14px;
    display: block;
    padding: 2px 0px;
    font-weight: 500;
    border: 0;
    background-color: transparent;
}

.list-unstyled.list_quick button {
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.emptycartbg {
    background: url("../images/yourcart-empty-bg.png") no-repeat center;
    /*  background-size: 100% 100%;*/
      background-size: cover;
    height: 100vh;
    /*    min-height:768px;*/
    position: relative;
    top: -71px;
}

    .emptycartbg .btn_primary {
        background: #AF7F32;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        padding: 0 30px;
        border: 0;
        outline: none;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
    }


li.active .btn.signup-btn a {
    color: #fff !important;
    outline: none;
    box-shadow: none;
}

.signuplogin_active_tab_wrap ul li a:hover {
    color: #43402f;
}


li.active a button, li.active:focus{
    color: #fff !important;
    outline:none;
    box-shadow:none;
}

li a button:focus {
    outline: none;
    box-shadow: none;
}



 /*Signup Page Tabs Made content 13th May 21*/

.log_reg_block .inner_log_reg .log_reg_box {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .29);
    padding: 0;
    border-radius: 25px;
    background-color: #fff;
    width: 380px;
}


.log_reg_block .inner_log_reg {
    position: relative;
    top: -200px;
/*    z-index: 9999;*/
}
.signuplogin_active_tab_wrap {
    border-radius: 20px 20px 0px 0px;
}


    .signuplogin_active_tab_wrap .nav-tabs .nav-item.show .nav-link, .signuplogin_active_tab_wrap .nav-tabs .nav-link.active {
        background: #029148;
        color: #fff;
        padding: 2px 10px;
        line-height: 47px;
        border-radius: 20px 20px 0px 0px;
        font-weight: 500;
    }

.nav-tabs .nav-link {
    border: none !important;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0px;
    padding: 2px 10px;
    line-height: 47px;
    color: #808080;
    border: none;
    display: block;
    width: 100%;
    cursor:pointer;
    outline: none;
}


.signuplogin_active_tab_wrap ul li {
    list-style: none;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    float: left;
    width: 50%;
    cursor: pointer;
    color: #B2B2B2;
    font-weight: 500;
}




.signuplogin_active_tab_wrap ul {
    padding-left: 0;
    background-color: #ececec;
    line-height: 47px;
    border-radius: 20px 20px 0px 0px;
}



.signuplogin_active_tab_wrap .nav-tabs {
    border-bottom: 0;
}


    .signuplogin_active_tab_wrap .nav-tabs .nav-link:focus, .signuplogin_active_tab_wrap .nav-tabs .nav-link:hover {
        border: none;
        color: #808080;
    }


    .signuplogin_active_tab_wrap .nav-tabs .nav-item.show .nav-link, .signuplogin_active_tab_wrap .nav-tabs .nav-link.active {
        border-color: none;
        color: #fff;
    }





.signuplogin_active_tab_wrap .password_block ul {
    background-color: unset !important;
    line-height:unset !important;

}


.signuplogin_active_tab_wrap .password_block ul li {
    list-style: none;
    display: block !important;
    text-align: left;
    width: 50%;
    cursor: pointer;
    color: #B2B2B2;
    font-weight: 500;
    line-height: unset;
    float: none;
 
}