body {
    padding: 0;
    margin: 0;
    padding-top: 80px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
}

/* for mobile */
.formobile {
    display: none !important;
}

/* Standard style Form inputs at all Website */
label {
    color: #AAAAAA;
    cursor: pointer;
    margin-bottom: 0;
}

    label:hover {
        color: #6FA58E;
    }

.btn:focus {
    box-shadow: 1px 3px 10px #DDD !important;
}

.form-control {
    border-radius: 5px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #DDD;
    font-size: 14px;
    color: #000;
}

    .form-control::placeholder {
        color: #B7B3B4;
    }

select {
    padding: 8px 3px !important;
}

    select:valid {
        color: #000;
    }

    select:invalid {
        color: #B7B3B4;
    }

.form-control, textarea.form-control {
    box-shadow: none !important;
    border: none;
    transition: all 0.5s ease-in-out;
}

    .form-control:focus, textarea.form-control:focus {
        color: #000;
        background-color: #f1f1f1;
    }

textarea.form-control {
    resize: none;
    height: 200px;
}

/* pagination */
.simple-pagination ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        background-color: #FFF;
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid #DDD;
        outline: none;
    }

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background: #6FA58E;
    border-color: #6FA58E;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #6FA58E;
    border-color: #6FA58E;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #6FA58E;
    border: 1px solid #DDD;
}

/* owl Carousel */
.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

    .owl-nav > div {
        background: #FFF;
        color: #6FA58E;
        z-index: 100;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        box-shadow: 1px 1px 10px #656565;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .owl-nav > div:hover {
            background: #6FA58E;
            color: #FFF;
        }

    .owl-nav .owl-prev {
        position: relative;
        left: -20px;
    }

    .owl-nav .owl-next {
        position: relative;
        right: -15px;
    }

@media (max-width: 1270px) {
    .owl-nav .owl-prev {
        left: -10px !important;
    }

    .owl-nav .owl-next {
        right: -10px !important;
    }
}


/* All Models */
.modal {
    z-index: 1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 20px;
    outline: 0;
    border: 0;
    box-shadow: none;
    background-color: #F9F9F9;
}

.Complain_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
    border-radius: 10px;
}

    .Complain_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
        text-align: center;
    }

    .Complain_PopUp .ButtonsDiv {
        text-align: right;
    }

        .Complain_PopUp .ButtonsDiv .SendBtn {
            border: none;
            background-color: #6FA58E;
            padding: 7px;
            width: 140px;
            margin: auto;
            text-align: center;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            .Complain_PopUp .ButtonsDiv .SendBtn:hover {
                background-color: #FFF;
                color: #6FA58E;
                box-shadow: 1px 3px 10px #DDD;
            }


        .Complain_PopUp .ButtonsDiv .CancelBtn {
            border: 2px solid #6FA58E;
            background-color: transparent;
            padding: 5px;
            width: 140px;
            margin: auto;
            text-align: center;
            margin-right: 7px;
            border-radius: 5px;
            color: #6FA58E;
            outline: none;
            box-shadow: none;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

            .Complain_PopUp .ButtonsDiv .CancelBtn:hover {
                background-color: #6FA58E;
                border-color: #6FA58E;
                color: #FFF;
            }

.search_box_popup {
    position: absolute;
    top: -120px;
    width: 100%;
    text-align: center;
}

    .search_box_popup .search_input {
        width: 100%;
        padding: 10px;
        border: 1px solid #efeeee;
        border-radius: 5px 5px 0 0;
        box-shadow: 1px 1px 10px #656565;
        outline: none !important;
        margin-bottom: 0px;
        -webkit-appearance: none;
        transition: all 0.5s ease-in-out;
    }

    .search_box_popup .search_btn {
        visibility: hidden;
        opacity: 0;
        padding: 7px;
        background-color: #6FA58E;
        color: #FFF;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 0 0 5px 5px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

        .search_box_popup .search_btn:hover {
            background-color: #FFF;
            color: #6FA58E;
        }


/* All Heading Titles */
.Headingtitle {
    margin-bottom: 40px;
}

    .Headingtitle h4 {
        font-size: 28px;
        color: #6FA58E;
    }

        .Headingtitle h4::after {
            width: 20px;
            content: '';
            display: block;
            margin-top: 10px;
            border: 2px solid #6FA58E;
        }

.Section_title {
    margin-bottom: 20px;
}

    .Section_title h5 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

/* My Account Links */
.Links {
    margin-bottom: 50px;
}

    .Links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .Links ul li {
            float: left;
            width: 20%;
            text-align: center;
        }

            .Links ul li a {
                text-decoration: none;
                outline: none;
                color: #7D7679;
                padding: 10px 15px;
                background-color: transparent;
                border-radius: 5px;
                font-size: 15px;
                transition: all 0.2s ease-in-out;
            }

                .Links ul li a.active {
                    background-color: #6FA58E;
                    color: #FFF;
                }

                    .Links ul li a.active i {
                        color: #FFF;
                    }

                .Links ul li a:hover {
                    background-color: #6FA58E;
                    color: #FFF;
                }

                    .Links ul li a:hover i {
                        color: #FFF;
                    }

                .Links ul li a i {
                    margin-right: 5px;
                    color: #6FA58E;
                    font-size: 18px;
                    transition: all 0.2s ease-in-out;
                }

/* Accordion */
#accordion {
    margin-bottom: 30px;
}

.card {
    border: none;
}

    .card button {
        background-color: transparent;
        border: 2px solid #6FA58E;
        color: #6FA58E;
        border-radius: 5px;
        margin: 10px;
        width: 100px;
        padding: 3px;
        font-size: 14px;
        box-shadow: none;
        outline: none;
        transition: all 0.2s ease-in-out;
    }

        .card button:hover {
            background-color: #6FA58E;
            color: #FFF;
        }

.card-header {
    background-color: transparent;
    border: none;
}

.card-body {
    padding: 0;
    margin-left: 10px;
}

    .card-body a {
        text-decoration: none;
        color: #5f5b5c;
        display: block;
        font-size: 14px;
        padding: 10px 10px;
        border-radius: 5px;
        width: 80%;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }

        .card-body a:hover {
            color: #FFF;
            background-color: #6FA58E;
            margin-left: 20px;
        }

        .card-body a img {
            width: 25px;
            height: 25px;
            border-radius: 3px;
            margin-right: 5px;
        }

.CatTitle {
    margin-bottom: 0;
    color: #000;
}

    .CatTitle > a {
        display: block;
        position: relative;
        color: #444;
        font-size: 16px;
        text-decoration: none;
    }

        .CatTitle > a:after {
            content: "\f107";
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            font-size: 18px;
        }

        .CatTitle > a[aria-expanded="true"] {
            color: #6FA58E;
        }

            .CatTitle > a[aria-expanded="true"]:after {
                content: "\f106";
            }

.CityLocation {
    margin-bottom: 20px;
}

    .CityLocation .city i {
        margin-right: 5px;
        color: #6FA58E;
        font-size: 18px;
    }

    .CityLocation .city span {
        font-size: 16px;
    }

    .CityLocation .Change {
        text-align: right;
    }

        .CityLocation .Change a {
            text-decoration: none;
            outline: none;
            color: #6FA58E;
            font-size: 16px;
        }

/* tooltip */
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #6FA58E;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #6FA58E;
}


/* Standard overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}


/* Header search-box */
.search-box {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

    .search-box .form-control {
        padding-left: 40px;
        background-color: #F5F5F5;
        border: 2px solid transparent;
        font-size: 13px;
        padding-right: 100px;
        height: 43px !important;
    }

        .search-box .form-control:focus {
            border-color: #6FA58E;
            background-color: #FFF;
            border-radius: 0;
        }

    .search-box i {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #bdb5b8;
        font-size: 14px;
        transition: all 0.5s ease-in-out;
    }

    .search-box .searchBtn {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: -100px;
        top: 2px;
        width: 100px;
        padding: 8px;
        border: none;
        box-shadow: none;
        outline: none;
        border-radius: 0;
        background-color: #6FA58E;
        color: #FFF;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }


/* Footer email-box */
.email-box {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

    .email-box .form-control::placeholder {
        color: #444;
    }

    .email-box .form-control {
        padding-left: 40px;
        background-color: #FFF;
        border: 2px solid transparent;
    }

        .email-box .form-control:focus {
            border-color: #6FA58E;
        }

    .email-box i {
        position: absolute;
        left: 15px;
        top: 10px;
        color: #6FA58E;
        cursor: pointer;
    }

.subscribeButton {
    text-align: right;
    margin-top: 10px;
}

    .subscribeButton button {
        background-color: #6FA58E;
        border: none;
        color: #FFF;
        border-radius: 5px;
        width: 140px;
        padding: 7px;
        font-size: 14px;
        box-shadow: none;
        outline: none;
        transition: all 0.2s ease-in-out;
    }

        .subscribeButton button:hover {
            background-color: #FFF;
            color: #6FA58E;
        }


/* Category item */
.cat_item {
    text-align: center;
    width: 100%;
    height: 180px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .cat_item a {
        outline: none;
        text-decoration: none;
    }

    .cat_item .cat_Image {
        height: 140px;
    }

        .cat_item .cat_Image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            transition: all 0.2s ease-in-out;
        }

    .cat_item .title {
        padding: 10px;
    }

        .cat_item .title h5 {
            font-size: 14px;
            color: #000;
            margin-bottom: 0;
            transition: all 0.2s ease-in-out;
        }

    .cat_item:hover {
        box-shadow: 1px 3px 10px #DDD;
        background-color: #6FA58E;
    }

        .cat_item:hover .cat_Image img {
            border-radius: 5px 5px 0 0;
        }


        .cat_item:hover .title h5 {
            color: #FFF;
        }

.active.center .cat_item {
    box-shadow: 0 0 10px 0 #999;
}

    .active.center .cat_item .cat_Image img {
        border-radius: 5px 5px 0 0;
    }

    .active.center .cat_item .title h5 {
        color: #6FA58E;
    }


/* Farm item */
.Farm_item {
    text-align: center;
    width: 100%;
    height: 210px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .Farm_item a {
        outline: none;
        text-decoration: none;
    }

    .Farm_item .Farm_Image {
        height: 140px;
    }

        .Farm_item .Farm_Image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

    .Farm_item .title {
        padding: 10px;
        text-align: left;
    }

        .Farm_item .title h5 {
            font-size: 14px;
            color: #000;
            margin-bottom: 0;
            transition: all 0.2s ease-in-out;
        }

        .Farm_item .title span {
            color: #7D7679;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

    .Farm_item:hover {
        box-shadow: 1px 3px 10px #DDD;
        background-color: #6FA58E;
    }

        .Farm_item:hover .Farm_Image img {
            border-radius: 5px 5px 0 0;
        }

        .Farm_item:hover .title h5,
        .Farm_item:hover .title span {
            color: #FFF;
        }

.active.center .Farm_item {
    box-shadow: 0 0 10px 0 #999;
}

    .active.center .Farm_item .Farm_Image img {
        border-radius: 5px 5px 0 0;
    }

    .active.center .Farm_item .title h5 {
        color: #6FA58E;
    }

/* Farm Card */
.Farm_Card {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

    .Farm_Card a {
        text-decoration: none;
        outline: none;
    }

    .Farm_Card .Farm_Image {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

        .Farm_Card .Farm_Image img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            transition: all 0.5s ease-in-out;
        }

    .Farm_Card .Farm_Name {
        margin: 5px 0;
    }

        .Farm_Card .Farm_Name span {
            color: #7D7679;
        }

    .Farm_Card .title {
        margin-bottom: 5px;
    }

        .Farm_Card .title h5 {
            color: #000;
            line-height: 1.2;
            font-size: 20px;
            transition: all 0.2s ease-in-out;
        }

    .Farm_Card .price p {
        color: #6FA58E;
        font-weight: 600;
        font-size: 18px;
    }

        .Farm_Card .price p span {
            text-decoration: line-through;
            color: #A7A7A7;
            font-weight: lighter;
            margin-right: 5px;
            font-size: 16px;
        }

    .Farm_Card .fav {
        text-align: right;
    }

        .Farm_Card .fav img {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

            .Farm_Card .fav img:last-of-type {
                margin-right: 0;
            }

    .Farm_Card:hover {
        box-shadow: 0 0 10px 0 #999;
        border-radius: 10px;
    }

        .Farm_Card:hover .title h5 {
            color: #6FA58E;
        }

        .Farm_Card:hover .Farm_Image img {
            transform: scale(1.1);
        }

.Body_Content {
    width: 100%;
    padding: 20px 0;
    margin-right: 0;
    margin-left: 0;
}

.navbar {
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #f1f0f0;
}

.navbar-new-bottom {
    border-top: 1px solid #f1f0f0;
    border-bottom: 1px solid #f1f0f0;
    margin-top: 80px;
    padding: 5px 0;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-left: 10px;
}

    .navbar-brand img {
        width: 180px;
        height: 50px;
    }


.navbar .links {
    text-align: right;
    margin-right: 10px;
}

    .navbar .links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navbar .links ul li {
            display: inline-block;
            margin-left: 30px;
        }

            .navbar .links ul li a {
                outline: none;
                text-decoration: none;
                font-family: 'Cairo', sans-serif;
                color: #6FA58E;
                position: relative;
            }

                .navbar .links ul li a:hover {
                    color: #7D7679;
                }

                .navbar .links ul li a i {
                    color: #6FA58E;
                    font-size: 22px;
                }

                .navbar .links ul li a .CartNumber {
                    position: absolute;
                    top: 0px;
                    right: -5px;
                    width: 6px;
                    height: 6px;
                    border-radius: 50px;
                    color: #FFF;
                    text-align: center;
                    background-color: red;
                    border-radius: 200px;
                }



/* Categories */
.Categories {
    margin-bottom: 20px;
}

    .Categories .ViewAllButton {
        text-align: center;
    }

        .Categories .ViewAllButton button {
            background-color: transparent;
            border: 2px solid #6FA58E;
            color: #6FA58E;
            border-radius: 5px;
            width: 100px;
            padding: 5px;
            font-size: 14px;
            box-shadow: none;
            outline: none;
            transition: all 0.2s ease-in-out;
        }

            .Categories .ViewAllButton button:hover {
                background-color: #6FA58E;
                color: #FFF;
            }

/* TodayBox */
.TodayBox {
    margin-bottom: 20px;
    /*background-image: url('../images/Todays_img.png');*/
    background-size: cover;
    height: 150px;
    position: relative;
    border-radius: 10px;
}

    .TodayBox .overlay {
        border-radius: 10px;
        /*background-color: rgba(49, 49, 49, 0.68);*/
    }

    .TodayBox .title {
        /*display: flex;*/
      /*  align-items: center;
        justify-content: center;*/
        /*flex-direction: column;*/
        
        width: 100%;
        height: 100%;
    }

       /* .TodayBox .title a {
            text-decoration: none;
            outline: none;
        }

        .TodayBox .title h5 {
            color: #FFF;
            font-size: 25px;
        }*/
        .title a {
            text-decoration: none;
            outline: none;
        }

         .title h3 {
            /*color: #FFF;*/
            font-size: 25px;
        }



/* Footer */
.footer {
    padding: 50px;
    background-color: #E5E5E5;
    border: 0;
}


ul.list-unstyled {
    padding: 0;
}

.footer_list li a:hover {
    color: #6FA58E;
}

.title-widget {
    color: #6FA58E;
    font-size: 18px;
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}


.widget_nav_menu img {
    width: 100%;
    height: 125px;
    margin-bottom: 20px;
}



.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .widget_nav_menu ul li {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        margin-bottom: 30px;
        width: 100%;
    }

        .widget_nav_menu ul li a {
            color: #7D7679;
            text-decoration: none;
        }

        .widget_nav_menu ul li span {
            color: #7D7679;
        }

        .widget_nav_menu ul li i {
            margin-right: 10px;
            font-size: 20px;
        }

.widget_nav_menu p {
    margin-top: 10px;
    text-align: center;
}

.footer-bottom {
    width: 100%;
    border-top: 1px solid #C5C5C5;
    background: #E5E5E5;
}

    .footer-bottom .social {
        text-align: center;
        background: none;
    }

        .footer-bottom .social ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer-bottom .social ul li {
                display: inline-block;
                padding: 7px;
                margin-right: 10px;
            }

                .footer-bottom .social ul li a {
                    color: #7D7679;
                    text-decoration: none;
                }

                    .footer-bottom .social ul li a i {
                        text-align: center;
                        font-size: 20px;
                        background: none;
                        transition: all 0.2s;
                    }

                        .footer-bottom .social ul li a i:hover {
                            color: #6FA58E;
                        }

#Download {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    width: 45%;
}

    #Download:last-of-type {
        margin-right: 0;
    }

    #Download img {
        width: 100%;
        height: 40px;
        margin-bottom: 0;
    }


.language {
    color: #7D7679;
    padding: 7px;
}

.copyright {
    color: #7D7679;
    text-align: right;
    padding: 7px;
}

    .copyright p, .language p {
        font-size: 14px;
        margin-bottom: 0;
    }


/***** Start Scroll To Top *****/
.scroll_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #6FA58E;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
}

    .scroll_top i {
        position: absolute;
        top: 11px;
        right: 15px;
        transition: all 0.2s ease-in-out;
    }

    .scroll_top:hover {
        background-color: #FFF;
        color: #6FA58E;
    }


/* About Us Page */
#About {
    margin: 40px 0;
}

    #About .desc {
        text-align: justify;
        padding: 30px;
        border-radius: 10px;
        background-color: #F9F9F9;
    }

        #About .desc p {
            color: #636363;
            font-size: 16px;
            line-height: 1.7;
        }

/* Contact Page */
#Contact {
    margin: 40px 0px;
}

    #Contact .Form {
        background-color: #F9F9F9;
        padding: 40px;
        width: 80%;
        border-radius: 10px;
        margin: auto;
        overflow: hidden;
    }

    #Contact .social {
        margin-bottom: 30px;
        text-align: center;
    }

        #Contact .social ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #Contact .social ul li {
                display: inline-block;
                margin-right: 30px;
            }

                #Contact .social ul li a {
                    color: #6FA58E;
                    text-decoration: none;
                }

                    #Contact .social ul li a i {
                        font-size: 28px;
                        background-color: transparent;
                        border-radius: 30px;
                        padding: 10px;
                        width: 48px;
                        transition: all 0.2s ease-out;
                    }

                        #Contact .social ul li a i:hover {
                            color: #fff;
                            background-color: #6FA58E;
                            transition: all 0.2s ease-in;
                        }

    #Contact .Form .SendButton {
        text-align: right;
    }

        #Contact .Form .SendButton button {
            background: #6FA58E;
            border: none;
            padding: 7px;
            width: 150px;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Contact .Form .SendButton button:hover {
                background-color: #FFF;
                color: #6FA58E;
                box-shadow: 1px 3px 10px #DDD;
            }

/* VerificationMobile Page */

#VerificationMobile .content {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    background-color: #F9F9F9;
}

    #VerificationMobile .content .EnterCode {
        font-size: 18px;
        margin-bottom: 0;
    }

    #VerificationMobile .content span {
        font-weight: bold;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }

    #VerificationMobile .content .VerifyButton {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        #VerificationMobile .content .VerifyButton button {
            background: #6FA58E;
            border: none;
            padding: 7px;
            width: 40%;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #VerificationMobile .content .VerifyButton button:hover {
                color: #6FA58E;
                background-color: #FFF;
                box-shadow: 1px 3px 10px #DDD;
            }

    #VerificationMobile .content .Sendagain {
        margin-bottom: 0;
    }

        #VerificationMobile .content .Sendagain a {
            text-decoration: none;
            outline: none;
            color: #6FA58E;
        }


/* Categories Page */
#CategoriesSection {
    margin: 40px 0;
}

    #CategoriesSection .cat_item {
        height: 160px;
    }

        #CategoriesSection .cat_item .cat_Image {
            height: 120px;
        }

/* Farms Page */
#Farms {
    margin: 40px 0;
}


/* ShoppingCart Page  */
#ShoppingCart {
    margin: 40px 0;
}

    #ShoppingCart .Content {
        padding: 30px 30px 20px 30px;
        border-radius: 10px;
        background-color: #F9F9F9;
    }

    #ShoppingCart .CheckOutDiv {
        padding: 20px;
        border-radius: 10px;
        background-color: #F9F9F9;
    }

        #ShoppingCart .CheckOutDiv .TotalPrice {
            margin-top: 5px;
        }

            #ShoppingCart .CheckOutDiv .TotalPrice p {
                margin-bottom: 0;
                color: #000;
                font-size: 18px;
                font-weight: 600;
            }

                #ShoppingCart .CheckOutDiv .TotalPrice p span {
                    color: #6FA58E;
                }

        #ShoppingCart .CheckOutDiv .CheckoutButton {
            text-align: right;
        }

            #ShoppingCart .CheckOutDiv .CheckoutButton button {
                background: #6FA58E;
                border: none;
                padding: 7px;
                width: 150px;
                border-radius: 5px;
                color: #FFF;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #ShoppingCart .CheckOutDiv .CheckoutButton button:hover {
                    color: #6FA58E;
                    background-color: #FFF;
                    box-shadow: 1px 3px 10px #DDD;
                }

        #ShoppingCart .CheckOutDiv .ContinueButton {
            text-align: right;
        }

            #ShoppingCart .CheckOutDiv .ContinueButton button {
                background: none;
                border: 2px solid #6FA58E;
                padding: 5px;
                width: 200px;
                border-radius: 5px;
                color: #6FA58E;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #ShoppingCart .CheckOutDiv .ContinueButton button:hover {
                    color: #FFF;
                    background-color: #6FA58E;
                }

.deliveryTitle {
    margin-bottom: 20px;
    text-align: left;
}

    .deliveryTitle span {
        color: #000;
        font-size: 20px;
    }

.table-responsive {
    padding: 20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table thead {
    background-color: #6FA58E;
}

.table-bordered {
    border: none;
}

    .table-bordered thead th,
    .table-bordered tr:last-of-type td {
        border: 0;
    }

.table thead th {
    color: #FFF;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
}

.table-bordered td, .table-bordered th {
    border: 0;
    font-size: 15px;
    border-bottom: 0;
}

    .table-bordered td .productImg {
        width: 200px;
        margin: auto;
        height: 120px;
        border-radius: 5px;
    }

    .table-bordered td .Product_price {
        color: #6FA58E;
    }

    .table-bordered td .Product_title {
        color: #000;
        font-weight: 600;
    }

.table-bordered th {
    font-weight: 500;
    color: #000;
}


.table-bordered .deletecard {
    color: #FFF;
    background-color: #ABABAB;
    padding: 5px;
    padding-left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 150px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .table-bordered .deletecard:hover {
        background-color: #FFF;
        color: #6FA58E;
        box-shadow: 1px 3px 10px #DDD;
    }

table td .quantity {
    display: inline-block;
}

    table td .quantity input {
        -webkit-appearance: none;
        border: 2px solid #E1DEDE;
        border-radius: 5px;
        text-align: center;
        width: 35px;
        font-size: 16px;
        color: #43484D;
        font-weight: 300;
        background: #FFF;
        height: 31px;
        margin-top: -2px;
    }


    table td .quantity button[class*=btn] {
        width: 30px;
        height: 30px;
        background: #FFF;
        border-radius: 5px;
        border: 2px solid #E1DEDE;
        cursor: pointer;
    }

        table td .quantity button[class*=btn]:hover {
            border-color: #6FA58E;
            background-color: transparent;
        }

    table td .quantity button:focus,
    table td .quantity input:focus {
        outline: 0;
    }

    table td .quantity .minus-btn img, table td .quantity .plus-btn img {
        margin-bottom: 3px;
    }



/* my account Page  */

#myaccount .content {
    padding: 30px;
    border-radius: 10px;
    background-color: #F9F9F9;
}

#myaccount .logoutButton {
    text-align: right;
    margin-top: 10px;
}

    #myaccount .logoutButton button {
        background: transparent;
        border: 2px solid #6FA58E;
        padding: 5px;
        width: 150px;
        border-radius: 5px;
        color: #6FA58E;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #myaccount .logoutButton button:hover {
            color: #FFF;
            background-color: #6FA58E;
        }


#myaccount .saveButton {
    text-align: right;
    margin-top: 10px;
}

    #myaccount .saveButton button {
        background: #6FA58E;
        border: none;
        padding: 7px;
        width: 150px;
        border-radius: 5px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #myaccount .saveButton button:hover {
            color: #6FA58E;
            background-color: #FFF;
            box-shadow: 1px 3px 10px #DDD;
        }

#myaccount .table td, #myaccount .table th {
    text-align: left;
}

    #myaccount .table td .ViewBtn {
        background: transparent;
        border: 2px solid #6FA58E;
        padding: 3px;
        font-size: 12px;
        width: 45%;
        margin-right: 5px;
        border-radius: 3px;
        color: #6FA58E;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #myaccount .table td .ViewBtn:hover {
            background: #6FA58E;
            color: #FFF;
        }

    #myaccount .table td .ReorderBtn {
        background: #6FA58E;
        border: none;
        padding: 5px;
        font-size: 12px;
        width: 45%;
        border-radius: 3px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #myaccount .table td .ReorderBtn:hover {
            background: #FFF;
            color: #6FA58E;
            box-shadow: 1px 3px 10px #DDD;
        }

    #myaccount .table td .Order_Date {
        color: #888084;
        font-size: 14px;
    }

/* Login Page */

#Login .Form {
    background-color: #F9F9F9;
    padding: 30px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
}

    #Login .Form .title {
        text-align: center;
        margin-bottom: 50px;
    }

        #Login .Form .title h4 {
            color: #3D3D3D;
        }

    #Login .Form .loginButton {
        margin-top: 30px;
        margin-bottom: 20px;
    }

        #Login .Form .loginButton button {
            background: #6FA58E;
            border: none;
            padding: 7px;
            width: 100%;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #Login .Form .loginButton button:hover {
                background-color: #FFF;
                box-shadow: 1px 3px 10px #DDD;
                color: #6FA58E;
            }

#Login .createAccont {
    margin-top: 30px;
    text-align: center;
}

    #Login .createAccont button {
        background-color: transparent;
        padding: 5px;
        width: 200px;
        border: 2px solid#cccaca;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
        color: #8f8f8f;
        transition: all 0.2s ease-in-out;
    }

        #Login .createAccont button i {
            font-size: 12px;
            margin-left: 5px;
        }

        #Login .createAccont button:hover {
            background-color: #6FA58E;
            color: #FFF;
            border-color: #6FA58E;
        }

#Login .ForgotPass {
    text-align: center;
}


/* Sign Up Page */

#SignUp .Form {
    background-color: #F9F9F9;
    padding: 30px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
}

    #SignUp .Form .SignUpButton {
        margin-top: 30px;
    }

        #SignUp .Form .SignUpButton button {
            background: #6FA58E;
            border: none;
            padding: 7px;
            width: 100%;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #SignUp .Form .SignUpButton button:hover {
                background-color: #FFF;
                box-shadow: 1px 3px 10px #DDD;
                color: #6FA58E;
            }

.MyLabel {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    .MyLabel a {
        color: #6FA58E;
    }

    .MyLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .MyLabel .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        background-color: transparent;
        border: 1px solid #DDD;
    }


    .MyLabel input:checked ~ .checkmark {
        background-color: #6FA58E;
        border-color: #6FA58E;
    }

    .MyLabel .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .MyLabel input:checked ~ .checkmark:after {
        display: block;
    }

    .MyLabel .checkmark:after {
        left: 5px;
        top: 2px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* My Address Page */
#MyAddress .content {
    width: 100%;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background-color: #F9F9F9;
}

    #MyAddress .content .NewAddressButton {
        text-align: left;
    }

        #MyAddress .content .NewAddressButton button {
            background: #6FA58E;
            border: none;
            padding: 7px;
            width: 200px;
            border-radius: 5px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #MyAddress .content .NewAddressButton button i {
                font-size: 12px;
                margin-right: 5px;
            }

            #MyAddress .content .NewAddressButton button:hover {
                background-color: #FFF;
                box-shadow: 1px 3px 10px #DDD;
                color: #6FA58E;
            }

    #MyAddress .content .NextButton {
        text-align: right;
    }

        #MyAddress .content .NextButton button {
            background-color: transparent;
            width: 150px;
            padding: 5px;
            border: 2px solid #6FA58E;
            border-radius: 5px;
            outline: none;
            box-shadow: none;
            color: #6FA58E;
            transition: all 0.2s ease-in-out;
        }

            #MyAddress .content .NextButton button:hover {
                background-color: #6FA58E;
                color: #FFF;
                border-color: #6FA58E;
            }

    #MyAddress .content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        #MyAddress .content ul li {
            float: left;
            width: 100%;
            margin: 20px 0;
        }

            #MyAddress .content ul li input[type="radio"][id^="address"] {
                display: none;
            }

            #MyAddress .content ul li label {
                border: 2px solid #DDD;
                padding: 20px;
                display: block;
                cursor: pointer;
                text-align: left;
                border-radius: 5px;
                color: #757575;
            }

                #MyAddress .content ul li label:hover {
                    color: #757575;
                }

                #MyAddress .content ul li label h6 {
                    font-weight: 600;
                }

                #MyAddress .content ul li label p {
                    margin-bottom: 0;
                    color: #a5a4a4;
                }

            #MyAddress .content ul li input:checked + label {
                border-color: #6FA58E;
            }

                #MyAddress .content ul li input:checked + label h6,
                #MyAddress .content ul li input:checked + label p {
                    color: #6FA58E;
                }


    #MyAddress .content .Form {
        margin-top: 30px;
        display: none;
    }


        #MyAddress .content .Form .AddButton {
            text-align: right;
        }

            #MyAddress .content .Form .AddButton button {
                background-color: #6FA58E;
                width: 150px;
                padding: 7px;
                border-radius: 5px;
                outline: none;
                box-shadow: none;
                color: #FFF;
                transition: all 0.2s ease-in-out;
            }

                #MyAddress .content .Form .AddButton button:hover {
                    background-color: #FFF;
                    color: #6FA58E;
                    box-shadow: 1px 3px 10px #DDD;
                }

            #MyAddress .content .Form .AddButton .CancelBtn {
                background-color: transparent;
                width: 150px;
                padding: 5px;
                border: 2px solid #6FA58E;
                border-radius: 5px;
                outline: none;
                box-shadow: none;
                color: #6FA58E;
                margin-right: 10px;
                transition: all 0.2s ease-in-out;
            }

                #MyAddress .content .Form .AddButton .CancelBtn:hover {
                    background-color: #6FA58E;
                    border-color: #6FA58E;
                    color: #FFF;
                }

/* Order Summary Page */
#Order_Summary .Content {
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 10px;
}

    #Order_Summary .Content .TotalPrice .price {
        text-align: right;
        color: #6FA58E;
        font-weight: 600;
    }

    #Order_Summary .Content .TotalPrice .title h5 {
        margin-bottom: 0;
        color: #000;
    }

    #Order_Summary .Content .Address h5 {
        color: #6FA58E;
    }

    #Order_Summary .Content .Address span {
        color: #000;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
    }

    #Order_Summary .Content .Address p {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }

    #Order_Summary .Content .PaymentMethod {
        text-align: right;
    }

        #Order_Summary .Content .PaymentMethod .title {
            text-align: left;
            margin-top: 5px;
        }

            #Order_Summary .Content .PaymentMethod .title h5 {
                margin-bottom: 0;
            }

        #Order_Summary .Content .PaymentMethod ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        #Order_Summary .Content .PaymentMethod li {
            display: inline-block;
            margin-right: 10px;
        }

            #Order_Summary .Content .PaymentMethod li:last-of-type {
                margin-right: 0;
            }

        #Order_Summary .Content .PaymentMethod input[type="radio"][id^="method"] {
            display: none;
        }

        #Order_Summary .Content .PaymentMethod label {
            border: 2px solid transparent;
            border-radius: 3px;
            padding: 3px;
            display: block;
            cursor: pointer;
        }

            #Order_Summary .Content .PaymentMethod label img {
                height: 28px;
                width: 45px;
            }

        #Order_Summary .Content .PaymentMethod input:checked + label {
            border-color: #6FA58E;
        }

    #Order_Summary .Content label:hover {
        color: #AAAAAA;
    }

    #Order_Summary .Content .DeliveryCost p {
        margin-bottom: 0;
        color: #8E8E8E;
        margin-top: 5px;
    }

        #Order_Summary .Content .DeliveryCost p span {
            color: #6FA58E;
        }

    #Order_Summary .Content .DeliveryCost .PayButton {
        text-align: right;
    }

        #Order_Summary .Content .DeliveryCost .PayButton button {
            background-color: #6FA58E;
            width: 200px;
            border: none;
            padding: 7px;
            border-radius: 5px;
            outline: none;
            box-shadow: none;
            color: #FFF;
            transition: all 0.2s ease-in-out;
        }

            #Order_Summary .Content .DeliveryCost .PayButton button:hover {
                background-color: #FFF;
                color: #6FA58E;
                box-shadow: 1px 3px 10px #DDD;
            }

/* Order Details Page */
#Order_Details .Content {
    background-color: #F9F9F9;
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
}

    #Order_Details .Content .OrderName {
        margin-bottom: 20px;
    }

        #Order_Details .Content .OrderName .title h5 {
            color: #000;
            font-weight: 600;
        }

        #Order_Details .Content .OrderName .Status {
            text-align: right;
        }


            #Order_Details .Content .OrderName .Status span {
                color: #EA9B1E;
                padding: 5px;
                display: inline-block;
                text-align: center;
                width: 140px;
                border-radius: 5px;
                border: 2px solid #E2E2E2;
            }

    #Order_Details .Content .Address h5 {
        color: #6FA58E;
    }

    #Order_Details .Content .Address span {
        color: #000;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
    }

    #Order_Details .Content .Address p {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }

    #Order_Details .Content .DeliveryCost p {
        margin-bottom: 0;
        color: #8E8E8E;
    }

        #Order_Details .Content .DeliveryCost p span {
            color: #6FA58E;
        }

    #Order_Details .Content .TotalPrice .price {
        text-align: right;
        color: #6FA58E;
        font-weight: 600;
    }

    #Order_Details .Content .TotalPrice .title h5 {
        margin-bottom: 0;
        color: #000;
    }

    #Order_Details .Content .Feedback {
        text-align: right;
    }

        #Order_Details .Content .Feedback ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #Order_Details .Content .Feedback ul li {
                display: inline-block;
                margin-right: 25px;
                vertical-align: middle;
            }

                #Order_Details .Content .Feedback ul li a {
                    text-decoration: none;
                    outline: none;
                    color: #929292;
                }

                    #Order_Details .Content .Feedback ul li a:hover {
                        color: #6FA58E;
                    }

                #Order_Details .Content .Feedback ul li span {
                    font-size: 16px;
                }

                #Order_Details .Content .Feedback ul li i.fa-frown-o {
                    font-size: 22px;
                }

                #Order_Details .Content .Feedback ul li i {
                    font-size: 20px;
                    color: #6FA58E;
                    margin-right: 2px;
                }

                #Order_Details .Content .Feedback ul li:last-of-type {
                    margin-right: 0;
                }

/* Today Box Page */
#Today_Box .Content .productImg {
    width: 100%;
    height: 500px;
    margin-bottom: 1rem;
}

    #Today_Box .Content .productImg img {
        width: 100%;
        height: 100%;
    }

#Today_Box .Content .Productprice .price {
    margin-top: 5px;
}

    #Today_Box .Content .Productprice .price p {
        margin-bottom: 0;
    }

        #Today_Box .Content .Productprice .price p .unprice {
            text-decoration: line-through;
            color: #A8A3A6;
            margin-right: 10px;
            font-size: 16px;
        }

        #Today_Box .Content .Productprice .price p .isprice {
            color: #6FA58E;
            font-weight: 600;
            font-size: 18px;
        }

#Today_Box .Content .Productprice .CartButton {
    text-align: right;
}

    #Today_Box .Content .Productprice .CartButton button {
        background-color: #6FA58E;
        width: 180px;
        padding: 7px;
        border: none;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
        color: #FFF;
        transition: all 0.2s ease-in-out;
    }

        #Today_Box .Content .Productprice .CartButton button i {
            margin-right: 5px;
        }

        #Today_Box .Content .Productprice .CartButton button:hover {
            background-color: #FFF;
            color: #6FA58E;
            box-shadow: 1px 3px 10px #DDD;
        }

#Today_Box .Content .desc p {
    text-align: justify;
    margin-bottom: 0;
    color: #686365;
}

#Today_Box .ingredients {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
}

    #Today_Box .ingredients ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #Today_Box .ingredients ul li {
            width: 100%;
            margin-bottom: 10px;
            border-bottom: 1px solid #f0efef;
            padding-bottom: 10px;
        }

            #Today_Box .ingredients ul li:last-of-type {
                border-bottom: none;
            }

            #Today_Box .ingredients ul li span {
                color: #9c9c9c;
            }



            #Today_Box .ingredients ul li p {
                margin-bottom: 0;
                color: #6FA58E;
            }


/* Farm Details Page */
#Farm_Details .Content .productImg {
    width: 100%;
    height: 500px;
    margin-bottom: 1rem;
}

    #Farm_Details .Content .productImg img {
        width: 100%;
        height: 100%;
    }

#Farm_Details .Content .productTitle {
    margin-bottom: 20px;
}

    #Farm_Details .Content .productTitle h4 {
        color: #6FA58E;
    }

#Farm_Details .Content .ProductLocation .location p {
    color: #000;
}

#Farm_Details .Content .ProductLocation .mapButton {
    text-align: right;
}

    #Farm_Details .Content .ProductLocation .mapButton a {
        text-decoration: none;
        outline: none;
        color: #6FA58E;
        transition: all 0.2s ease-in-out;
    }

        #Farm_Details .Content .ProductLocation .mapButton a i {
            font-size: 20px;
            margin-right: 3px;
            transition: all 0.2s ease-in-out;
        }

        #Farm_Details .Content .ProductLocation .mapButton a:hover i {
            transform: rotate(360deg);
            color: #6FA58E;
        }

#Farm_Details .Content .desc {
    margin-bottom: 20px;
}

    #Farm_Details .Content .desc p {
        color: #7D7679;
        text-align: justify;
        line-height: 1.7;
    }

#Farm_Details .Content .delivery .DescDelivery {
    text-align: left;
    padding-left: 45px;
}

#Farm_Details .Content .delivery img {
    float: left;
    width: 35px;
    height: 25px;
}

#Farm_Details .Content .delivery .DescDelivery p span {
    color: #6FA58E;
}

/* Product Details Page */
#Product_Details .Content .productImg {
    width: 100%;
    height: 500px;
    margin-bottom: 1rem;
}

    #Product_Details .Content .productImg img {
        width: 100%;
        height: 100%;
    }

#Product_Details .Content .productTitle {
    margin-bottom: 20px;
}

    #Product_Details .Content .productTitle h4 {
        color: #6FA58E;
    }

#Product_Details .Content .productCart {
    text-align: right;
    margin-bottom: 20px;
}

    #Product_Details .Content .productCart button {
        background-color: #6FA58E;
        width: 180px;
        padding: 7px;
        border: none;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
        color: #FFF;
        transition: all 0.2s ease-in-out;
    }

        #Product_Details .Content .productCart button i {
            margin-right: 5px;
        }

        #Product_Details .Content .productCart button:hover {
            background-color: #FFF;
            color: #6FA58E;
            box-shadow: 1px 3px 10px #DDD;
        }

#Product_Details .Content .ProductPrice .Price {
    margin-bottom: 20px;
}

    #Product_Details .Content .ProductPrice .Price p {
        color: #6FA58E;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 16px;
    }

        #Product_Details .Content .ProductPrice .Price p span {
            color: #c5c5c5;
            text-decoration: line-through;
            display: inline-block;
            margin-right: 5px;
            font-size: 14px;
        }

#Product_Details .Content .ProductPrice .ProductQuantity {
    text-align: right;
    margin-bottom: 20px;
}

    #Product_Details .Content .ProductPrice .ProductQuantity input {
        -webkit-appearance: none;
        border: 2px solid #E1DEDE;
        border-radius: 5px;
        text-align: center;
        width: 35px;
        font-size: 16px;
        color: #43484D;
        font-weight: 300;
        background: #FFF;
        height: 31px;
        margin-top: -2px;
        padding: 0px;
    }


    #Product_Details .Content .ProductPrice .ProductQuantity button[class*=btn] {
        width: 30px;
        height: 30px;
        background: #FFF;
        border-radius: 5px;
        border: 2px solid #E1DEDE;
        cursor: pointer;
    }

        #Product_Details .Content .ProductPrice .ProductQuantity button[class*=btn]:hover {
            border-color: #6FA58E;
            background-color: transparent;
        }

    #Product_Details .Content .ProductPrice .ProductQuantity button:focus,
    #Product_Details .Content .ProductPrice .ProductQuantity input:focus {
        outline: 0;
    }

    #Product_Details .Content .ProductPrice .ProductQuantity .minus-btn img,
    #Product_Details .Content .ProductPrice .ProductQuantity .plus-btn img {
        margin-bottom: 3px;
    }


#Product_Details .Content .desc {
    margin-bottom: 20px;
}

    #Product_Details .Content .desc p {
        color: #7D7679;
        text-align: justify;
        line-height: 1.7;
    }

#Product_Details .Content .delivery .DescDelivery {
    text-align: left;
    padding-left: 45px;
}

#Product_Details .Content .delivery img {
    float: left;
    width: 35px;
    height: 25px;
}

#Product_Details .Content .delivery .DescDelivery p span {
    color: #6FA58E;
}



/*****************************************/
/* New Updates */
/****************************************/
#Get_your_product .buttons .selected {
    background: #6FA58E;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 110px;
    border-radius: 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

    #Get_your_product .buttons .selected:hover {
        background-color: #FFF;
        color: #6FA58E;
        box-shadow: 1px 3px 10px #ddd;
    }


#Get_your_product .buttons .not-selected {
    background: transparent;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 110px;
    border-radius: 30px;
    margin-left: 10px;
    color: #6FA58E;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

    #Get_your_product .buttons .not-selected:hover {
        background-color: #6FA58E;
        color: #FFF;
    }


/* update this */
.Links ul li {
    float: left;
    width: auto;
    text-align: center;
}

    /* update this */
    .Links ul li a {
        text-decoration: none;
        outline: none;
        color: #7D7679;
        padding: 10px 15px;
        background-color: transparent;
        border-radius: 5px;
        font-size: 15px;
        transition: all 0.2s ease-in-out;
    }


.Farm_Card .UpdateDelete {
    text-align: right;
}

    .Farm_Card .UpdateDelete i {
        padding: 4px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        color: #FFF;
    }

    .Farm_Card .UpdateDelete .edit {
        background-color: #6FA58E;
    }

    .Farm_Card .UpdateDelete .delete {
        background-color: #ED2F2F;
        margin-left: 5px;
    }



#Add_Product .Form {
    background-color: #F9F9F9;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    margin: auto;
}

#Add_Product .profile_User {
    width: 120px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

    #Add_Product .profile_User .Edit_icon i {
        position: absolute;
        top: 2%;
        right: 7%;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        margin: auto;
        border: 1px solid #4C80DB;
        border-radius: 150px;
        padding: 5px;
        background: #4C80DB;
    }

    #Add_Product .profile_User .Edit_icon img {
        width: 120px;
        height: 120px;
        border-radius: 3px;
    }

    #Add_Product .profile_User .Edit_icon .upload-box {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

    #Add_Product .profile_User span {
        display: block;
        color: #9D9D9D;
        margin-top: 10px;
        font-size: 14px;
    }

#Add_Product .Form .Buttons {
    margin-top: 30px;
    text-align: right;
}

    #Add_Product .Form .Buttons .NextBtn {
        background: transparent;
        border: 1px solid #6FA58E;
        padding: 7px;
        width: 160px;
        border-radius: 5px;
        color: #6FA58E;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #Add_Product .Form .Buttons .NextBtn:hover {
            background-color: #6FA58E;
            color: #FFF;
        }

    #Add_Product .Form .Buttons .AddBtn {
        background: #6FA58E;
        border: none;
        padding: 7px;
        width: 160px;
        border-radius: 5px;
        margin-left: 10px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #Add_Product .Form .Buttons .AddBtn:hover {
            background-color: #FFF;
            box-shadow: 1px 3px 10px #DDD;
            color: #6FA58E;
        }

#Add_Product .Form p {
    color: #929292;
}

#Add_Product .Form .vendor {
    color: #6FA58E;
    font-weight: 600;
}

#Add_Product .Form .account {
    color: #000;
    font-weight: 600;
}



#Apply_farm .Form {
    background-color: #F9F9F9;
    padding: 30px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
}

#Apply_farm .profile_User {
    width: 120px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

    #Apply_farm .profile_User .Edit_icon i {
        position: absolute;
        top: 2%;
        right: 7%;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        margin: auto;
        border: 1px solid #4C80DB;
        border-radius: 150px;
        padding: 5px;
        background: #4C80DB;
    }

    #Apply_farm .profile_User .Edit_icon img {
        width: 120px;
        height: 120px;
        border-radius: 3px;
    }

    #Apply_farm .profile_User .Edit_icon .upload-box {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

    #Apply_farm .profile_User span {
        display: block;
        color: #9D9D9D;
        margin-top: 10px;
        font-size: 14px;
    }

#Apply_farm .Form .SubmitButton {
    margin-top: 30px;
    text-align: right;
}

    #Apply_farm .Form .SubmitButton button {
        background: #6FA58E;
        border: none;
        padding: 7px;
        width: 160px;
        border-radius: 5px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #Apply_farm .Form .SubmitButton button:hover {
            background-color: #FFF;
            box-shadow: 1px 3px 10px #DDD;
            color: #6FA58E;
        }

.youcanuse {
    display: inline-block;
    margin-right: 40px;
    color: #929292;
}

#Apply_farm .Form .radio-label {
    margin-right: 20px;
    cursor: pointer;
    color: #878787;
}

#Apply_farm .Form input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    #Apply_farm .Form input[type="radio"] + .radio-label:before {
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1.5px solid #c9cdd2;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        margin-right: 8px;
        vertical-align: sub;
        cursor: pointer;
        text-align: center;
    }

    #Apply_farm .Form input[type="radio"]:checked + .radio-label {
        color: #6FA58E;
    }

        #Apply_farm .Form input[type="radio"]:checked + .radio-label:before {
            background-color: #6FA58E;
            border-color: #6FA58E;
            box-shadow: inset 0 0 0 2px #ffffff;
        }

    #Apply_farm .Form input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #c9cdd2;
        border-color: #838d98;
        background: #838d98;
    }


@media only screen and (max-width: 600px) {
    #Get_your_product .buttons {
        text-align: center;
        margin-left: 0;
    }

        #Get_your_product .buttons .delivery,
        #Get_your_product .buttons .pickup {
            padding: 3px;
            font-size: 14px;
            width: 110px;
        }

        #Get_your_product .buttons .pickup {
            margin-left: 5px;
        }

    .Farm_Card .UpdateDelete i {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    #Add_Product .Form {
        padding: 20px;
        width: 100%;
    }

        #Add_Product .Form .Buttons {
            text-align: center;
        }

            #Add_Product .Form .Buttons .NextBtn {
                padding: 5px;
                font-size: 14px;
                width: 100%;
                margin-bottom: 10px;
            }

            #Add_Product .Form .Buttons .AddBtn {
                padding: 5px;
                font-size: 14px;
                width: 100%;
                margin-left: 0;
            }

    #Apply_farm .Form {
        padding: 20px;
        width: 100%;
    }

        #Apply_farm .Form label {
            font-size: 14px;
        }

    .youcanuse {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #Apply_farm .Form .SubmitButton {
        text-align: center;
    }

        #Apply_farm .Form .SubmitButton button {
            padding: 5px;
            width: 100%;
            font-size: 14px;
        }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    #Get_your_product .buttons .delivery,
    #Get_your_product .buttons .pickup {
        padding: 3px;
        font-size: 14px;
        width: 110px;
    }

    #Get_your_product .buttons .pickup {
        margin-left: 5px;
    }
    /* update this */
    .Links ul li {
        float: left;
        width: 33.3333333%;
        margin-bottom: 30px;
    }

    #Apply_farm .Form label {
        font-size: 14px;
    }

    .youcanuse {
        font-size: 14px;
    }

    #Apply_farm .Form .SubmitButton button {
        padding: 5px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* update this */
    .Links ul li {
        float: left;
        width: 33.3333333%;
        margin-bottom: 30px;
    }

    .Farm_Card .UpdateDelete i {
        width: 16px;
        height: 16px;
        font-size: 9px;
        padding: 3px;
    }

    .Farm_Card .UpdateDelete .delete {
        margin-left: 1px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    /* update this */
    .Links ul li a,
    .Links ul li a i {
        font-size: 11px;
    }

    .Farm_Card .UpdateDelete i {
        width: 16px;
        height: 16px;
        font-size: 9px;
        padding: 3px;
    }

    .Farm_Card .UpdateDelete .delete {
        margin-left: 1px;
    }

    #Get_your_product .buttons .delivery,
    #Get_your_product .buttons .pickup {
        width: 90px;
        font-size: 14px;
    }
}

/**********************************************************/



@media only screen and (max-width: 600px) {
    body {
        padding-top: 110px;
    }

    #accordion {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 20px;
    }

    .formobile {
        display: inline-block !important;
    }

    .navbar .links ul li a i {
        font-size: 18px;
    }

    .navbar .links ul li a .CartNumber {
        top: 3px;
        right: -4px;
    }

    .navbar {
        padding: 10px;
        text-align: center;
    }

    .navbar-light .navbar-brand {
        margin-bottom: 10px;
    }

    .navbar .links {
        text-align: center;
        margin-right: 0;
    }

        .navbar .links ul li {
            margin-left: 0;
            margin: 0 20px;
        }

    .search-box {
        display: none;
    }

    .navbar-new-bottom {
        border-top: none;
        border-bottom: none;
        margin-top: 135px;
        padding: 0 !important;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    .CityLocation .city span, .CityLocation .Change a {
        font-size: 14px;
    }

    .cat_item {
        height: 145px;
    }

        .cat_item .cat_Image {
            height: 115px;
        }

    .Farm_Card {
        margin-bottom: 20px;
    }

        .Farm_Card,
        .Farm_Card .Farm_Image,
        .Farm_item,
        .Farm_item .Farm_Image,
        #Download img {
            height: auto;
        }

            .Farm_Card .price p,
            .Farm_Card .price p span,
            .Farm_Card .Farm_Name span {
                font-size: 14px;
            }

            .Farm_Card .fav img {
                margin-right: 5px;
                width: 16px;
                height: 16px;
            }

            .Farm_Card .title h5 {
                font-size: 16px;
            }

    #Download {
        margin-right: 0;
        margin-bottom: 10px;
        width: 70%;
    }

    .StoreList {
        text-align: center;
    }

    .language, .copyright {
        text-align: center;
    }

    .widget_nav_menu ul li {
        margin-bottom: 20px;
    }

    ul.list-unstyled {
        margin-bottom: 50px;
    }

    .footer {
        padding: 20px;
    }

    .widget_nav_menu ul li a {
        font-size: 14px;
    }

    .footer-bottom .social ul li a i {
        font-size: 18px;
    }

    .subscribeButton {
        text-align: center;
    }

    .TodayBox {
        height: 110px;
        margin-bottom: 20px;
    }

        .TodayBox .title h5 {
            font-size: 20px;
        }

    .Headingtitle h4 {
        font-size: 24px;
    }
    /* About */
    #About .desc {
        padding: 20px;
    }

        #About .desc p {
            font-size: 14px;
        }
    /*CategoriesSection */
    #CategoriesSection .cat_item,
    #CategoriesSection .cat_item .cat_Image {
        height: auto;
    }
    /*Contact */
    #Contact .Form {
        padding: 20px;
        width: 100%;
    }

    #Contact .social ul li {
        margin-right: 5px;
    }

        #Contact .social ul li a i {
            font-size: 23px;
            padding: 10px;
            width: 43px;
        }

    #Contact .Form .SendButton button {
        width: 130px;
        padding: 5px;
    }
    /*myaccount */
    #myaccount .content {
        padding: 20px 10px;
    }

    .Links {
        margin-bottom: 25px;
    }

        .Links ul li {
            float: none;
            width: 100%;
            margin-bottom: 30px;
        }

            .Links ul li:last-of-type {
                margin-bottom: 0;
            }

            .Links ul li a,
            .Links ul li a i {
                font-size: 14px;
            }

    #myaccount .saveButton button {
        padding: 5px;
        width: 130px;
    }

    #myaccount .logoutButton {
        margin-bottom: 30px;
    }

        #myaccount .logoutButton button {
            padding: 3px;
            width: 130px;
        }

    #myaccount .table td .ViewBtn {
        width: 100%;
        margin-bottom: 5px;
    }

    #myaccount .table td .ReorderBtn {
        width: 100%;
    }

    #MyAddress .content ul li label p {
        font-size: 12px;
    }

    #MyAddress .content .Form .CityMobile {
        margin-bottom: 20px;
    }

    #MyAddress .content .Form .AddButton {
        text-align: center;
    }

        #MyAddress .content .Form .AddButton .CancelBtn,
        #MyAddress .content .Form .AddButton button {
            margin-bottom: 10px;
            margin-right: 0;
            padding: 3px;
            width: 130px;
        }

    #MyAddress .content .NewAddressButton button {
        padding: 5px;
        margin-bottom: 10px;
        width: 190px;
    }

    #MyAddress .content .NewAddressButton,
    #MyAddress .content .NextButton {
        text-align: center;
    }

        #MyAddress .content .NextButton button {
            width: 190px;
            padding: 3px;
        }
    /* VerificationMobile */
    #VerificationMobile .content .EnterCode {
        font-size: 16px;
    }

    #VerificationMobile .content {
        width: 100%;
        padding: 30px;
    }

        #VerificationMobile .content .VerifyButton button {
            padding: 5px;
            width: 70%;
        }
    /* Farm Details */
    #Farm_Details .Content .productImg {
        height: auto;
    }

    #Farm_Details .Content .productTitle h4 {
        font-size: 18px;
    }

    #Farm_Details .Content .ProductLocation .mapButton {
        text-align: left;
    }

    #Farm_Details .Content .desc {
        margin-top: 20px;
    }

        #Farm_Details .Content .ProductLocation .location p,
        #Farm_Details .Content .desc p,
        #Farm_Details .Content .delivery p {
            font-size: 14px;
        }

    #Farm_Details .Content .delivery img {
        width: 30px;
        height: 20px;
    }
    /* Product Details */
    #Product_Details .Content .productImg {
        height: auto;
    }

    #Product_Details .Content .productTitle h4 {
        font-size: 18px;
    }

    #Product_Details .Content .productTitle,
    #Product_Details .Content .productCart,
    #Product_Details .Content .ProductPrice .Price,
    #Product_Details .Content .ProductPrice .ProductQuantity {
        text-align: center;
    }

    #Product_Details .Content .desc p,
    #Product_Details .Content .delivery p {
        font-size: 14px;
    }

    #Product_Details .Content .delivery img {
        width: 30px;
        height: 20px;
    }
    /* Login */
    #Login .Form {
        padding: 20px;
        width: 100%;
    }

        #Login .Form .loginButton button {
            padding: 5px;
        }
    /* Order Details */
    #Order_Details .Content .OrderName .title {
        margin-bottom: 10px;
    }

    #Order_Details .Content .OrderName .Status span {
        padding: 3px;
    }

    #Order_Details .Content .TotalPrice .title {
        margin-bottom: 10px;
    }

    #Order_Details .Content .TotalPrice .title,
    #Order_Details .Content .OrderName .title,
    #Order_Details .Content .OrderName .Status,
    .deliveryTitle,
    #Order_Details .Content .TotalPrice .price,
    #Order_Details .Content .Address,
    #Order_Details .Content .DeliveryCost p,
    #Order_Details .Content .Feedback {
        text-align: center;
    }

    #Order_Details .Content .DeliveryCost p {
        margin-bottom: 10px;
    }

    #Order_Details .Content .Feedback ul li {
        margin-right: 10px;
    }

        #Order_Details .Content .DeliveryCost p,
        #Order_Details .Content .Feedback ul li span {
            font-size: 14px;
        }

        #Order_Details .Content .Feedback ul li i.fa-frown-o {
            font-size: 20px;
        }

        #Order_Details .Content .Feedback ul li i {
            font-size: 18px;
        }

    .Complain_PopUp .ButtonsDiv .CancelBtn {
        padding: 3px;
        width: 45%;
        margin-right: 5px;
    }

    .Complain_PopUp .ButtonsDiv .SendBtn {
        padding: 5px;
        width: 45%;
    }
    /* Order Summary */
    #Order_Summary .Content .TotalPrice .title {
        margin-bottom: 10px;
    }

    #Order_Summary .Content .TotalPrice .title,
    .deliveryTitle,
    #Order_Summary .Content .TotalPrice .price,
    #Order_Summary .Content .Address,
    #Order_Summary .Content .PaymentMethod .title,
    #Order_Summary .Content .DeliveryCost p,
    #Order_Summary .Content .DeliveryCost .PayButton {
        text-align: center;
    }

    #Order_Summary .Content .DeliveryCost p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #Order_Summary .Content .PaymentMethod .title {
        margin-bottom: 10px;
    }

        #Order_Summary .Content .PaymentMethod .title h5 {
            font-size: 18px;
        }

    #Order_Summary .Content .PaymentMethod li {
        margin-right: 5px;
    }

    .MyLabel {
        font-size: 14px;
        padding-left: 25px;
    }

        .MyLabel .checkmark {
            height: 18px;
            width: 18px;
        }

            .MyLabel .checkmark:after {
                left: 5px;
                top: 1px;
            }

    #Order_Summary .Content .DeliveryCost .PayButton button {
        padding: 5px;
        width: 150px;
    }
    /* ShoppingCart */
    #ShoppingCart .CheckOutDiv .TotalPrice {
        text-align: center;
        margin-bottom: 10px;
    }

    #ShoppingCart .CheckOutDiv .CheckoutButton {
        text-align: center;
        margin-bottom: 10px;
    }

        #ShoppingCart .CheckOutDiv .CheckoutButton button {
            padding: 5px;
            width: 130px;
        }

    #ShoppingCart .CheckOutDiv .ContinueButton {
        text-align: center;
    }

        #ShoppingCart .CheckOutDiv .ContinueButton button {
            padding: 3px;
            width: 180px;
        }

    .table-bordered td, .table-bordered th {
        font-size: 12px;
    }

    .table-bordered .deletecard {
        width: 22px;
        height: 22px;
    }
    /* SignUp */
    #SignUp .Form {
        padding: 20px;
        width: 100%;
    }

        #SignUp .Form .SignUpButton button {
            padding: 5px;
        }
    /* Today_Box */
    #Today_Box .Content .productImg {
        height: auto;
    }

    #Today_Box .Content .Productprice .price p .unprice {
        font-size: 14px;
    }

    #Today_Box .Content .Productprice .price p .isprice {
        font-size: 16px;
    }

    #Today_Box .Content .Productprice .price {
        margin-bottom: 10px;
        text-align: center;
    }

    #Today_Box .Content .Productprice .CartButton button {
        width: 150px;
        padding: 5px;
    }

    #Today_Box .Content .Productprice .CartButton {
        text-align: center;
    }

    #Today_Box .Content .desc p {
        font-size: 14px;
    }

    #Today_Box .ingredients {
        margin-top: 20px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 180px;
    }

    #accordion {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 20px;
    }

    .navbar {
        padding: 10px;
        text-align: center;
    }

        .navbar .links {
            text-align: center;
            margin-right: 0;
        }

    .navbar-new-bottom {
        border-top: none;
        border-bottom: none;
        margin-top: 135px;
        padding: 0 !important;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    .language, .copyright {
        text-align: center;
    }

    .widget_nav_menu ul li a {
        font-size: 14px;
    }

    .footer-bottom .social ul li a i {
        font-size: 18px;
    }

    .Farm_Card .price p,
    .Farm_Card .price p span {
        font-size: 15px;
    }

    .Farm_Card .fav img {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }

    .subscribeButton button {
        width: 100px;
    }
    /*Contact */
    #Contact .Form {
        width: 100%;
    }
    /*myaccount */
    #myaccount .content {
        padding: 20px 10px;
    }

    .Links {
        margin-bottom: 100px;
    }

        .Links ul li {
            float: left;
            width: 33.3333333%;
            margin-bottom: 30px;
        }

            .Links ul li a,
            .Links ul li a i {
                font-size: 14px;
            }
    /* VerificationMobile */
    #VerificationMobile .content {
        width: 100%;
        padding: 30px;
    }
    /* Farm Details */
    #Farm_Details .Content .productImg {
        height: 400px;
    }
    /* Product Details */
    #Product_Details .Content .productImg {
        height: 400px;
    }
    /* Login */
    #Login .Form {
        width: 100%;
    }
    /* ShoppingCart */
    #ShoppingCart .CheckOutDiv .CheckoutButton {
        margin-bottom: 10px;
    }

    .table-bordered td, .table-bordered th {
        font-size: 12px;
    }

    .table-bordered .deletecard {
        width: 22px;
        height: 22px;
    }
    /* SignUp */
    #SignUp .Form {
        width: 100%;
    }
    /* Today_Box */
    #Today_Box .Content .productImg {
        height: 400px;
    }

    #Today_Box .ingredients ul li span,
    #Today_Box .ingredients ul li p {
        font-size: 14px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 180px;
    }

    #accordion {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 20px;
    }

    .navbar .links {
        text-align: center;
        margin-right: 0;
    }

    .navbar {
        padding: 10px;
        text-align: center;
    }

    .navbar-new-bottom {
        border-top: none;
        border-bottom: none;
        margin-top: 135px;
        padding: 0 !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 24px;
    }

    .navbar-brand img {
        width: 145px;
        height: 42px;
    }

    .Farm_Card .title h5 {
        font-size: 16px;
    }

    .Farm_Card .price p,
    .Farm_Card .price p span {
        font-size: 12px;
    }

    .Farm_Card .Farm_Image {
        height: 160px;
    }

    .Farm_Card {
        height: 285px;
    }

    .widget_nav_menu ul li a {
        font-size: 14px;
    }

    #Download {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .subscribeButton button {
        width: 90px;
    }

    .Farm_Card .fav img {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }
    /*Contact */
    #Contact .Form {
        width: 100%;
    }
    /*myaccount */
    .Links {
        margin-bottom: 100px;
    }

        .Links ul li {
            float: left;
            width: 33.3333333%;
            margin-bottom: 30px;
        }

            .Links ul li a,
            .Links ul li a i {
                font-size: 16px;
            }

    #myaccount .saveButton button {
        padding: 5px;
        width: 130px;
    }

    #myaccount .logoutButton {
        margin-bottom: 30px;
    }

        #myaccount .logoutButton button {
            padding: 3px;
            width: 130px;
        }

    #myaccount .Farm_Card .fav img {
        width: 14px;
        height: 14px;
    }
    /* VerificationMobile */
    #VerificationMobile .content {
        width: 100%;
        padding: 30px;
    }
    /* Farm Details */
    #Farm_Details .Content .productImg {
        height: 400px;
    }
    /* Product Details */
    #Product_Details .Content .productImg {
        height: 400px;
    }
    /* Login */
    #Login .Form {
        width: 100%;
    }
    /* SignUp */
    #SignUp .Form {
        width: 100%;
    }
    /* Today_Box */
    #Today_Box .Content .productImg {
        height: 400px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .Farm_Card .title h5 {
        font-size: 16px;
    }

    .Farm_Card .price p span,
    .Farm_Card .price p {
        font-size: 12px;
    }

    .Farm_Card .fav img {
        margin-right: 5px;
        width: 14px;
        height: 14px;
    }

    #Download {
        margin-right: 10px;
    }

        #Download img {
            height: 30px;
        }
    /*myaccount */
    .Links ul li a,
    .Links ul li a i {
        font-size: 11px;
    }
}

.pending {
    color: #EA9B1E;
}

.Processing {
    color: #454545;
}

.Complete {
    color: #6FA58E;
}

.Cancelled {
    color: #ED2F2F;
}



/* add this */
.FilterForm {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .FilterForm span {
        color: #000;
        font-size: 18px;
    }

    .FilterForm input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        .FilterForm input[type="checkbox"] + .checkbox-label:before {
            content: '';
            background: #fff;
            border-radius: 10%;
            border: 1.5px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }



        .FilterForm input[type="checkbox"]:checked + .checkbox-label {
            color: #6FA58E;
        }


    .FilterForm label:hover {
        color: #7e7e7e;
    }

    .FilterForm input[type="checkbox"]:checked + .checkbox-label:before {
        background-color: #6FA58E;
        border-color: #6FA58E;
        box-shadow: inset 0 0 0 5px #ffffff;
    }

    .FilterForm input[type="checkbox"]:disabled + .checkbox-label:before {
        box-shadow: inset 0 0 0 4px #c9cdd2;
        border-color: #838d98;
        background: #838d98;
    }


.SortBy, .No_items {
    padding: 20px;
    width: 100%;
    text-align: left;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .SortBy span,
    .No_items span {
        color: #000;
        font-size: 18px;
    }

    .SortBy input[type="radio"],
    .No_items input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .SortBy input[type="radio"] + .radio-label:before,
        .No_items input[type="radio"] + .radio-label:before {
            content: '';
            background: #fff;
            border-radius: 100%;
            border: 1.5px solid #c9cdd2;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            margin-right: 8px;
            vertical-align: sub;
            cursor: pointer;
            text-align: center;
        }

        .SortBy input[type="radio"]:checked + .radio-label,
        .No_items input[type="radio"]:checked + .radio-label {
            color: #6FA58E;
        }


    .SortBy label:hover,
    .No_items label:hover {
        color: #7e7e7e;
    }

    .SortBy input[type="radio"]:checked + .radio-label:before,
    .No_items input[type="radio"]:checked + .radio-label:before {
        background-color: #6FA58E;
        border-color: #6FA58E;
        box-shadow: inset 0 0 0 5px #ffffff;
    }

    .SortBy input[type="radio"]:disabled + .radio-label:before,
    .No_items input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #c9cdd2;
        border-color: #838d98;
        background: #838d98;
    }

.common_button:hover {
    background-color: #FFF;
    color: #6FA58E;
    box-shadow: 1px 3px 10px #DDD;
}

common_button {
    background: #6FA58E;
    border: none;
    padding: 7px;
    width: 150px;
    border-radius: 5px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.order_Confirm {
    text-align: left
}

.value-summary {
    color: #6FA58E;
    font-weight: 600;
}

.nav-pills {
    padding: 0;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        border-color: #6FA58E;
        background-color: #FFF;
        color: #6FA58E !important;
    }

    .nav-pills .nav-link {
        color: #696969 !important;
        border: 2px solid #f1f0f0;
        background-color: #FFF;
        margin-right: 10px;
        border-radius: 5px;
    }

.FarmsTabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 70px;
    overflow: scroll;
    overflow-y: hidden;
    cursor: pointer;
}

    .FarmsTabs::-webkit-scrollbar {
        height: 3px;
    }

    .FarmsTabs::-webkit-scrollbar-track {
        background-color: #DDD;
    }

    .FarmsTabs::-webkit-scrollbar-thumb {
        background-color: #6FA58E;
    }

    .FarmsTabs .arrowRightTab {
        position: absolute;
        right: 0%;
        color: #FFF;
        margin-top: 5px;
        padding: 8px 10px;
        box-shadow: 1px 3px 10px #0000006b;
        background-color: #6FA58E;
        border-radius: 5px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
    }

    .FarmsTabs .arrowLeftTab {
        position: absolute;
        left: 0%;
        color: #FFF;
        margin-top: 5px;
        padding: 8px 10px;
        box-shadow: 1px 3px 10px #0000006b;
        background-color: #6FA58E;
        border-radius: 5px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
    }

        .FarmsTabs .arrowRightTab:hover,
        .FarmsTabs .arrowLeftTab:hover {
            background-color: #000;
            color: #FFF;
        }


.paymentWrap .paymentBtnGroup {
    margin: auto;
}

    .paymentWrap .paymentBtnGroup .paymentMethod {
        padding-bottom: 40px;
        min-width: 220px;
        height: 50px;
        box-shadow: none;
        position: relative;
    }

        .paymentWrap .paymentBtnGroup .paymentMethod.active {
            outline: none !important;
        }

        .paymentWrap .paymentBtnGroup .paymentMethod .method {
            border-color: #ddd !important;
            color: #444;
            background: #fff;
            outline: none !important;
            border-radius: 20px;
            height: 32px;
            width: 100%;
            padding-top: 2px;
        }

        .paymentWrap .paymentBtnGroup .paymentMethod.active .method {
            border-color: #6FA58E !important;
            color: #6FA58E;
            background: #fff;
            outline: none !important;
            box-shadow: 0px 0px 22px 0px #ddd;
            border-radius: 20px;
            height: 32px;
            width: 100%;
            padding-top: 2px;
        }

        .paymentWrap .paymentBtnGroup .paymentMethod .method {
            position: absolute;
            right: 3px;
            top: 3px;
            bottom: 3px;
            left: 3px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            border: 2px solid transparent;
            transition: all 0.5s;
        }

            .paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
                border-color: #6FA58E !important;
                color: #6FA58E;
                outline: none !important;
            }

.paymentMethod input {
    position: absolute;
    top: 14px;
    z-index: -2;
}

.datepacker2 {
    position: relative;
    width: 216px;
}

    .datepacker2 input {
        border: solid 1px #ddd !important;
        border-radius: 20px;
        margin-bottom: 0;
        width: 216px;
        padding: 0 20px;
        margin-top: -14px;
        color: #6FA58E;
        font-size: 18px;
    }

        .datepacker2 input:focus {
            box-shadow: 0px 0px 22px 0px #ddd;
            background-color: #fff;
            border: solid 1px #6FA58E !important;
        }

.calendar2 i {
    position: absolute;
    top: 17px;
    right: -4px;
    color: #777777;
}

.Highlighted {
    background-color: #6fa58e !important;
    background-image: none !important;
    font-weight: bold !important;
    font-size: 12pt;
}

.Highlighted {
    background-color: #6fa58e !important;
    background-image: none !important;
    font-weight: bold !important;
    font-size: 12pt;
}

/* NAV TABS */
.nav > li > a > img {
    margin-right: 8px;
    vertical-align: baseline;
}

.nav-tabs-custom {
    margin-bottom: 5px;
}

    .nav-tabs-custom .tab-pane > .panel {
        border: none;
        box-shadow: none;
    }

        .nav-tabs-custom .tab-pane > .panel .panel-body {
            padding: 5px;
        }

    .nav-tabs-custom + .panel, .panel + .nav-tabs-custom {
        margin-top: 5px;
    }

    .nav-tabs-custom .nav-tabs-custom {
        border-bottom: 1px solid #ddd;
        box-shadow: none;
    }

    .nav-tabs-custom > .nav-tabs {
        border-bottom-color: #ddd;
    }

        .nav-tabs-custom > .nav-tabs > li.active > a {
            border-left-color: #ddd;
            border-right-color: #ddd;
        }

    .nav-tabs-custom > .tab-content {
        padding: 10px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-custom > .nav-tabs > li.active > a {
        border-right: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important;
    }

.nav-tabs-customer-statistics .chart, .nav-tabs-order-statistics .chart {
    height: 300px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: 7px
    }

        .nav-tabs > li > a {
            margin-right: 10px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            text-decoration: none !important;
            padding: 10px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
                text-decoration: none !important;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            text-decoration: none !important;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}
/* NAV TABS */
