            @charset "utf-8";
            /* -------------------------------------------------------------
 * Name         : Dhanam Super Market - online grocery store HTML template
 * File         : style.css
 * Author       : tmd
 * Author URI   : tmd
 * All Rights Reserved.
 * ---------------------------------------------------------- */
            /*===================== TABLE OF CONTENT =======================
/*--------------------------------------------------------------
[ Html]
[ Typography Css ]
[ Browser Compatability Css ]
[ Body ]
[ Top Header ]
[ Sidebar ]
[ offer section ]
[ Category Section on home ]
[ Top Selling Section ]
[ Feature Product Section ]
[ Latest Product Section ]
[ Testimonial Section ]
[ Footer ]
[ Newslatter Section ]
[ Banner Section ]
[ Modal box Section ]
[ Home Page ]
[ Home2 Page ]
[ About Us ]
[ Category Page ]
[ Category-sidebar Page ]
[ Category-sidebar1 Page ]
[ Checkout Page ]
[ Faq Page ]
[ Product Details]
[ Account Setting page ]
[ Login Page ]
[ Logout Page ]
[ Reset password Page ]
[ Register Page ]
[ Search Page ]
[ Payment successfully Page ]
[ Privacy Policy Page ]
[ Return Policy Page ]
[ Term condiation Page ]
[ Cart Page ]
[ Contact Us ]
[ Blog Page ]
[ Blogdetail Page ]
[ Coming soon ]
[ Not found ]
[ Responsive ]
=============================================================*/
            /* =============== Google Fonts =============== */
            
            @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap');
            /* =============== Html css start =============== */
            
            html,
            body,
            div,
            span,
            applet,
            object,
            iframe,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            p,
            blockquote,
            pre,
            a,
            abbr,
            acronym,
            address,
            big,
            cite,
            code,
            del,
            dfn,
            em,
            img,
            ins,
            kbd,
            q,
            s,
            samp,
            small,
            strike,
            strong,
            sub,
            sup,
            tt,
            var,
            b,
            u,
            i,
            center,
            dl,
            dt,
            dd,
            ol,
            ul,
            li,
            fieldset,
            form,
            label,
            legend,
            table,
            caption,
            tbody,
            tfoot,
            thead,
            tr,
            th,
            td,
            article,
            aside,
            canvas,
            details,
            embed,
            figure,
            figcaption,
            footer,
            header,
            hgroup,
            menu,
            nav,
            output,
            ruby,
            section,
            summary,
            time,
            mark,
            audio,
            video {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                font: inherit;
                vertical-align: baseline;
            }
            /* HTML5 display-role reset for older browsers */
            
            article,
            aside,
            details,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            menu,
            nav,
            section {
                display: block;
            }
            /* Chrome, Safari, Edge, Opera */
            
            input::-webkit-outer-spin-button,
            input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            /* Firefox */
            
            input[type=number] {
                -moz-appearance: textfield;
            }
            
             ::-moz-selection {
                /* Code for Firefox */
                background-color: #cce2ff;
                color: rgba(0, 0, 0, .87);
            }
            
             ::selection {
                background-color: #e81515;
                color: rgba(0, 0, 0, .87);
            }
            
            ol,
            ul {
                list-style: none;
                margin-bottom: 0 !important;
            }
            
            .table-borderless tbody+tbody,
            .table-borderless td,
            .table-borderless th,
            .table-borderless thead th {
                border: 0;
            }
            
            a:hover {
                color: inherit !important;
                text-decoration: none;
            }
            
            blockquote,
            q {
                quotes: none;
            }
            
            blockquote:before,
            blockquote:after,
            q:before,
            q:after {
                content: '';
                content: none;
            }
            
            button {
                outline: none;
            }
            
            table {
                border-collapse: collapse;
                border-spacing: 0;
            }
            
            * {
                margin: 0;
                padding: 0;
            }
            
            a:focus {
                text-decoration: none;
                outline: none;
            }
            
            a:hover {
                text-decoration: none !important;
            }
            
            button {
                outline: none;
            }
            
            button:focus {
                outline: none !important;
            }
            
            input {
                outline: none;
            }
            
            textarea {
                outline: none;
            }
            
            p {
                font-size: 14px;
                line-height: 26px;
                color: #2b2f4c;
            }
            
            a {
                cursor: pointer !important;
            }
            
             ::-webkit-scrollbar {
                -webkit-appearance: none;
                width: 5px !important;
                height: 5px !important;
            }
            /* ================ Html css end =============== */
            /* ================ Typography Css Start =============== */
            
            h1 {
                font-size: 2em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.25;
            }
            
            h2 {
                font-size: 1.625em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.15384615;
            }
            
            h3 {
                font-size: 1.375em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.13636364;
            }
            
            h4 {
                font-size: 1.125em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.11111111;
            }
            
            h5 {
                font-size: 1.10em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.10;
            }
            
            h6 {
                font-size: 1em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.050;
            }
            
            blockquote {
                font-size: 1.25em;
                font-family: 'Roboto', sans-serif !important;
                line-height: 1.25;
            }
            
            @media (min-width: 43.75em) {
                h1 {
                    font-size: 2.5em;
                    line-height: 1.125;
                }
                h2 {
                    font-size: 2em;
                    line-height: 1.25;
                }
                h3 {
                    font-size: 1.5em;
                    line-height: 1.25;
                }
                h4 {
                    line-height: 1.22222222;
                }
                blockquote {
                    font-size: 1.5em;
                    line-height: 1.45833333;
                }
            }
            
            @media (min-width: 56.25em) {
                h1 {
                    font-size: 3em;
                    line-height: 1.05;
                }
                h2 {
                    font-size: 2.25em;
                    line-height: 1.25;
                }
                h3 {
                    font-size: 1.75em;
                    line-height: 1.25;
                }
            }
            /* ================ Typography Css End =============== */
            /* ================ Browser Compable Css Start =============== */
            
            .ask-question,
            nav,
            .notification-box.active,
            nav ul li a,
            .user-account-settingss.active,
            .user-info a,
            .suggestion-usd>span i,
            .view-more>a,
            .tags-sec ul li a,
            .post-st ul li a,
            .ed-opts>a,
            .bk-links li a,
            .like-com li a,
            .user-profy>a,
            .slick-previous:before,
            .slick-nexti:before,
            .comment>a,
            .sign_link>a,
            .post-popup,
            .post-project>a,
            .post-project-fields form ul li button,
            .post-project-fields form ul li a,
            .sign-control li a,
            .cover-sec>a,
            .star-descp>a,
            .message-btn a,
            .pf-gallery ul li,
            .gallery_pt:before,
            .gallery_pt>a,
            .overview-box,
            .skl-name,
            .conv-list,
            .save-stngs ul li button,
            .forum-links.active,
            .react-links li a,
            .next-prev>a,
            nav ul li:hover>ul,
            .user-pro-img>a i {
                -webkit-transition: all 0.4s ease-in;
                -moz-transition: all 0.4s ease-in;
                -ms-transition: all 0.4s ease-in;
                -o-transition: all 0.4s ease-in;
                transition: all 0.4s ease-in;
            }
            /* ================ Browser Compable Css End =============== */
            /* ================ Body Scroll Css Start =============== */
            
            body::-webkit-scrollbar {
                width: 14px;
                height: 18px;
            }
            
            body::-webkit-scrollbar-button {
                width: 0;
                height: 0;
                display: none;
            }
            
            body::-webkit-scrollbar-corner {
                background-color: transparent;
            }
            
            body::-webkit-scrollbar-thumb {
                height: 6px;
                border: 4px solid transparent;
                background-clip: padding-box;
                -webkit-border-radius: 7px;
                background-color: rgba(0, 0, 0, .15);
                -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
            }
            
            html {
                font-size: 14px;
            }
            
            body {
                margin: 0;
                font-family: 'Roboto', sans-serif !important;
                font-size: 14px;
                line-height: 1.42857143;
                color: #2b2f4c!important;
                /* background: #f7f7f7 !important; */
            }
            
            body::-webkit-scrollbar {
                width: 4px;
            }
            
            body::-webkit-scrollbar-thumb {
                height: 50px;
                background: hsla(0, 0%, 53.3%, 0.4);
            }
            
            input[type=text] {
                color: #2b2f4c !important;
            }
            /* ================ Body Scroll Css Start =============== */
            /* ================ Top Header Css Start ================ */
            
            .grocino-top-header {
                padding: 10px 0;
            }
            
            .grocino-top-header .row {
                align-items: center;
            }
            
            header.grocino-header {
                background: transparent;
                box-shadow: 0px 0.052083333in 11.25pt -9px rgb(0 0 0 / 1%);
                width: 100%;
                padding: 0px 40px;
            }
            
            .Dhanam Super Market-top-header {
                float: left;
                width: 100%;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #eee;
            }
            
            .top-left span.contacts-classic-title a {
                color: #333!important;
            }
            
            .top-left span.contacts-classic-title strong {
                font-weight: 500;
            }
            
            .top-left li i {
                font-size: 20px!important;
                color: #2b2f4c;
            }
            
            .top-left li {
                color: #fff;
            }
            
            .top-right {
                margin-left: auto;
                padding: 0;
            }
            
            .top-left ul li {
                display: inline-block;
                vertical-align: middle;
            }
            
            .top-right .userpanel-link {
                font-size: 20px;
                font-weight: 600;
                color: #fff !important;
                vertical-align: middle;
            }
            
            .dropdown-cartview {
                position: relative;
                margin-right: 0px !important;
                left: 20px;
            }
            
            .top-right ul li {
                display: inline-block;
                vertical-align: middle;
            }
            
            .userpanel-link .fevourite-icon {
                height: 35px;
                width: 35px;
                display: inline-block;
                padding: 9px 8px;
                border-radius: 100%;
            }
            
            .notibubble {
                font-size: 11px;
                font-weight: 600;
                position: absolute;
                top: -10px;
                right: 20px;
                background: #e81515;
                color: #fff;
                width: 16px;
                height: 16px;
                text-align: center;
                line-height: 1.5;
                border-radius: 100%;
            }
            
            .top-right .selection {
                border: 0!important;
                min-width: 11em!important;
            }
            
            .top-right .ui.dropdown .menu .selected.item,
            .ui.dropdown.selected {
                background: #e81515;
                color: #ffff;
            }
            
            .top-right .ui.selection.active.dropdown {
                border-color: #96c8da;
                -webkit-box-shadow: none!important;
                box-shadow: none!important;
            }
            
            .top-right .ui.dropdown .menu>.item:hover {
                background: #e81515;
                color: #ffff;
                z-index: 13;
            }
            
            .top-right .ui.dropdown .menu>.item a {
                color: #2B2F4C;
            }
            
            .account-profile img {
                width: 30px;
                border-radius: 50%;
                border: 1px solid #fff;
                box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
                margin-left: 0;
                margin-top: -.3em!important;
            }
            
            .account-profile {
                font-weight: 500;
                color: #2b2f4c;
                float: right;
                padding: 10px 10px 10px 10px;
                background: #f9f9f9;
                border-radius: 10px;
                margin-left: 17px;
            }
            
            .top-right .ui.dropdown .menu {
                left: 0;
                width: 100%;
            }
            
            .top-header {
                background: #e81515;
                padding: 15px 35px;
                text-align: center;
            }
            
            .top-header ul li {
                color: #fff;
                padding-right: 10px;
            }
            
            .top-header .list-inline-item:not(:last-child) {
                margin-right: 1rem;
                padding-right: 1rem;
                border-right: 2px solid #fff;
            }
            
            .home-header2 .top-right {
                padding-right: 0;
            }
            
            .home-header2 .navbar {
                padding-top: 10px;
                padding-bottom: 5px;
            }
            
            .home-header2 .main-nav .nav-link {
                font-weight: 400;
                font-size: 18px;
                text-transform: capitalize;
            }
            
            .home-header2 .top-right .userpanel-link {
                font-weight: 500;
                font-size: 18px;
            }
            
            .home-header2 .top-right .userpanel-link .amount {
                color: #c3f7c7;
                margin-left: 8px;
            }
            /* ================ Search Css Start ================ */
            
            .ser-input {
                border-color: transparent;
                border-bottom-color: #fff;
                color: #fff;
            }
            
            .ser-input:focus {
                border-color: transparent;
                color: #fff;
                border-bottom: 1px solid #fff;
            }
            
            .search-full-view {
                position: fixed;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgb(0, 0, 0, 1);
                opacity: 0;
                z-index: -1;
                transition: .5s all;
                transform: scale(0);
            }
            
            .search-full-view.search-normal-screen {
                opacity: 1;
                z-index: 1;
                transform: scale(1);
            }
            
            .search-full-view .input-group {
                width: 80%;
                margin: 0 auto;
                top: 40%;
                height: 100px;
            }
            
            .search-full-view .input-group .form-control {
                background: transparent;
                border: 2px solid #fff;
                font-size: 6em;
                padding: 10px 0.6em;
                vertical-align: unset;
                color: #fff!important;
                box-shadow: none;
                border-radius: 4px;
                height: 170px;
            }
            
            .search-full-view .input-group .form-control:focus {
                border-color: #fff;
                border: 2px solid #e81515 !important;
            }
            
            .search-full-view .input-group .input-group-addon {
                background: transparent;
                font-size: 4em;
                color: #fff;
                border: 0;
                cursor: pointer;
                position: absolute;
                top: 55px;
                right: 50px;
            }
            
            .search-full-view .btn-close {
                background: transparent;
                border: 0;
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
                color: #fff;
                font-size: 35px;
            }
            
            .search-full-view .btn-close img {
                width: 60px;
            }
            /* ================ Search Css Start ================ */
            
            .middle-cart {
                margin-right: 0px!important;
            }
            
            .dropdown-cartview .dropdown-toggle:after {
                content: none;
            }
            
            .dropdown-cartview .dropdown-menu {
                right: 0;
                left: auto;
                width: 300px;
                transition: all 300ms ease 0ms;
                box-shadow: 0 2px 3px 0 rgb(0 0 0 / 25%);
                padding: 15px;
                border-radius: 0px;
            }
            
            .account-view .dropdown-menu {
                right: 0;
                left: auto;
                width: 150px;
                transition: all 300ms ease 0ms;
                box-shadow: 0 2px 3px 0 rgb(0 0 0 / 25%);
                padding: 0px 0px;
                border-radius: 0px;
            }
            
            .account-view .dropdown-menu li {
                padding: 8px 15px!important;
                border-bottom: 1px solid #9e9e9e;
            }
            
            .account-view .dropdown-menu li a {
                color: #333;
            }
            
            .dropdown-cartview .dropdown-menu table {
                margin: 0;
            }
            
            .dropdown-cartview .btn-primary {
                width: 100%;
                border-radius: 0;
                background-color: #3BB77E;
                font-size: 13px;
                font-weight: 800;
                color: #fff;
                text-transform: uppercase;
                padding: 3px 28px;
                line-height: 38px;
                transition: all 300ms linear 0ms;
                border: 2px solid #3BB77E;
                letter-spacing: 0.02em;
            }
            
            .dropdown-cartview .btn-danger {
                width: 14%;
                border-radius: 0;
                background-color: #dc3545;
                font-size: 11px;
                font-weight: 500;
                color: #fff;
                text-transform: uppercase;
                padding: 2px 17px 2px 7px;
                line-height: 19px;
                transition: all 300ms linear 0ms;
                border: 2px solid #dc3545;
                letter-spacing: 0.02em;
            }
            
            .dropdown-cartview .table td,
            .table th {
                padding: .75rem;
                vertical-align: top;
                border-top: 0!important;
                border-bottom: 1px solid #dee2e6;
            }
            
            .dropdown-cartview .btn-default {
                width: 100%;
                border-radius: 0;
                background-color: transparent;
                font-size: 13px;
                font-weight: 800;
                color: #282828;
                text-transform: uppercase;
                padding: 3px 28px;
                line-height: 38px;
                transition: all 300ms linear 0ms;
                border: 2px solid #282828;
                letter-spacing: 0.02em;
                margin: 10px 0 0;
            }
            
            .dropdown-cartview .dropdown-menu td img {
                width: 65px;
                height: 65px;
            }
            
            .dropdown-cartview .dropdown-menu td a {
                color: #282828;
                font-size: 14px;
                font-weight: 600;
                line-height: 24px;
                transition: all 300ms linear 0ms;
            }
            
            .dropdown-cartview .dropdown-menu li {
                display: list-item;
                vertical-align: middle;
            }
            
            .bg-white {
                background-color: #fff;
            }
            
            .navbar-brand {
                padding: 23.5px 20px;
                font-size: 18px;
            }
            
            .navbar-nav {
                width: 100%;
            }
            
            .detail_mid .nav-item {
                margin: 0px;
                text-align: center;
                border-radius: 0;
                font-size: 16px;
                position: static;
            }
            
            .detail_mid .nav-item+.nav-item {
                margin-left: 15px;
            }
            
            .nav-item.active {
                color: #e81515;
            }
            
            .nav-item:hover {
                color: #e81515;
            }
            
            a {
                color: inherit !important;
            }
            
            .nav-link {
                padding: 5px;
            }
            
            .navbar-collapse.collapse.in {
                display: block !important;
            }
            
            .fa-angle-down {
                padding-left: 10px;
            }
            
            .fa-icon {
                font-size: 30px;
                color: #fff;
                background-color: #ffba43;
                margin: 2px 10px 5px 0px;
                border-radius: 10px;
                width: 50px;
                height: 35px;
            }
            
            .dropdown-menu {
                margin-top: 0px;
                border: none;
                background-color: rgb(43, 47, 76, 0.6);
                padding: 50px 50px 30px 50px;
                border-radius: 0;
            }
            
            #dropdown-menu1 {
                position: absolute;
                left: 3px;
            }
            
            #dropdown-menu2 {
                position: absolute;
                left: 285px;
            }
            
            #dropdown-menu3 {
                position: absolute;
                left: 415px;
            }
            
            .tab {
                margin-bottom: 20px;
                width: 230px;
            }
            
            .tab:hover {
                color: #E91E63 !important;
            }
            
            .dropdown-item {
                padding: 0px;
            }
            
            .dropdown-item:hover {
                background-color: inherit;
            }
            
            .mega-menudesktop.row {
                background: transparent;
            }
            
            #navbarNav {
                background: transparent;
            }
            
            .navbar-light .navbar-nav .nav-link {
                font-weight: 500;
                color: #fff!important;
                text-transform: uppercase;
                font-size: 16px;
                line-height: 21px;
            }
            
            .nav-item a.active {
                color: #e81515!important;
                border-radius: 0;
            }
            
            .navbar-brand {
                padding: 23.5px 20px;
                font-size: 18px;
                display: none!important;
            }
            
            .dropdown-item h6 {
                color: #fff;
            }
            
            .text-muted {
                color: #fff!important;
            }
            
            li.footer-pay-logo {
                display: inline-block;
            }
            /* ================ Top Header Css End ================ */
            /* ================ Footer Css Start ================ */
            
            #grocino-footer {
                background: #fff;
                padding: 0px 40px;
            }
            
            #grocino-footer .grocino-footer-first-row {
                padding: 20px 0;
                border-bottom: 1px solid #f5f5f5;
            }
            
            #grocino-footer .grocino-call-email-alt {
                float: left;
                width: 100%;
            }
            
            #grocino-footer .grocino-call-email-alt li {
                display: inline-block;
                margin-right: 20px;
            }
            
            #grocino-footer .grocino-call-email-alt li:last-child {
                margin-right: 0;
            }
            
            #grocino-footer .grocino-callemail {
                font-size: 14px;
                font-weight: 500;
                color: #3e3f5e;
            }
            
            #grocino-footer .grocino-callemail i {
                margin-right: 5px;
                color: #73BA76;
            }
            
            #grocino-footer .grocino-social-links-footer {
                text-align: right;
                float: left;
                width: 100%;
            }
            
            #grocino-footer .grocino-social-links-footer h4 {
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                text-align: left;
                margin-bottom: 17px;
            }
            
            #grocino-footer .grocino-social-links-footer ul {
                float: left;
                margin-top: 5px;
                width: 100%;
            }
            
            #grocino-footer .grocino-social-links-footer ul li {
                display: inline-block;
                padding-right: 15px;
            }
            
            #grocino-footer .grocino-social-links-footer ul li:last-child {
                padding-right: 0;
            }
            
            #grocino-footer .grocino-social-links-footer ul li a {
                color: #2b2f4c;
                font-size: 14px;
                text-align: right;
                position: relative;
                display: inline-block;
                bottom: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
            }
            
            #grocino-footer .grocino-social-links-footer ul li:hover a {
                bottom: 5px;
                color: #73BA76 !important;
            }
            
            #grocino-footer .grocino-footer-row {
                padding-bottom: 50px;
                border-bottom: 1px solid #f5f5f5;
            }
            
            #grocino-footer .grocino-second-row-item {
                margin-top: 47px;
            }
            
            #grocino-footer .grocino-second-row-item h4 {
                color: #2b2f4c;
                font-size: 18px;
                font-weight: 500;
                text-align: left;
                margin-bottom: 35px;
            }
            
            #grocino-footer .grocino-second-row-item ul li {
                padding-bottom: 10px;
            }
            
            #grocino-footer .grocino-second-row-item ul li:last-child {
                padding-bottom: 0;
            }
            
            #grocino-footer .grocino-second-row-item ul li a {
                color: #3e3f5e;
                font-size: 16px;
                font-weight: 400;
                text-align: left;
                left: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
            }
            
            #grocino-footer .grocino-second-row-item ul li a:hover {
                color: #e81515 !important;
                left: 5px;
            }
            
            #grocino-footer .grocino-second-row-item-2 {
                margin-top: 86px;
            }
            
            #grocino-footer .grocino-second-row-item-app {
                margin-top: 20px;
            }
            
            #grocino-footer .grocino-second-row-item-app h4 {
                color: #2b2f4c;
                font-size: 18px;
                font-weight: 500;
                text-align: left;
                margin-bottom: 17px;
            }
            
            #grocino-footer .grocino-second-row-item-app ul li {
                display: inline-block;
                padding-right: 0;
            }
            
            #grocino-footer .grocino-second-row-item-app ul li:last-child {
                padding-right: 0;
            }
            
            #grocino-footer img.grocino-download-btn {
                width: 120px;
            }
            
            #grocino-footer .grocino-footer-last-row {
                padding: 30px 0;
                background: #fff;
                text-align: center;
            }
            
            #grocino-footer .grocino-footer-payments .btn-primary {
                color: #fff!important;
                background: #e81515;
                border-radius: 5px;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                border: 1px solid #e81515;
                font-weight: 400;
                text-transform: uppercase;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
                font-family: "Roboto";
            }
            
            #grocino-footer .grocino-footer-payments .btn-primary:hover {
                background: #2B2F4C;
                color: #fff!important;
                border: 1px solid #2B2F4C;
                -webkit-box-shadow: -100px 0 0 #2b2f4c inset;
            }
            
            #grocino-footer .grocino-footer-bottom-links ul li {
                display: inline-block;
                padding: 0 10px;
            }
            
            .grocino-second-row-item p {
                line-height: 25px;
            }
            
            .footer-address p {
                line-height: 25px;
                margin-bottom: 0;
                position: relative;
                top: -7px;
            }
            
            .footer-address p strong {
                font-weight: 500;
            }
            
            #grocino-footer .grocino-footer-bottom-links li a {
                color: #3e3f5e;
                font-size: 13px;
                font-weight: 500;
                text-align: left;
                line-height: 24px;
                position: relative;
                bottom: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
            }
            
            #grocino-footer .grocino-footer-bottom-links ul li:hover a {
                bottom: 2px;
                color: #73BA76 !important;
            }
            
            #grocino-footer img.apps-btn {
                width: 121px;
            }
            
            #grocino-footer .footer-pay-logo {
                display: inline-block;
                margin: 0 1px 5px 0;
            }
            
            #grocino-footer .footer-pay-logo img {
                width: 35px;
                height: auto;
            }
            
            #grocino-footer .pay-logo ul li {
                display: inline-block;
            }
            
            .footer-bottam {
                background-color: #2B2F4C;
                text-align: right;
            }
            
            .footer-rows {
                padding: 20px 0;
                border-bottom: 1px solid #f5f5f5;
            }
            
            .footer-links ul li {
                display: inline-block;
                padding: 0 10px;
            }
            
            .footer-linkscopyright-text {
                color: #fff;
                font-weight: 400;
                font-size: 12px;
                letter-spacing: 0.3px;
                text-align: left;
            }
            
            .footer-linkscopyright-text b {
                font-weight: 500;
            }
            
            .footer-links li a {
                color: #3e3f5e;
                font-size: 13px;
                font-weight: 500;
                text-align: left;
                line-height: 24px;
                position: relative;
                bottom: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
            }
            
            .footer-links ul li:hover a {
                bottom: 2px;
                color: #73BA76 !important;
            }
            /* new css start here */
            
            .grocino-footer2 {
                background-image: url('../img/logos/footer-bg.png');
                background-size: cover;
                background-repeat: no-repeat;
                padding: 0 40px 50px;
                background-position: center;
                background-attachment: fixed;
                width: 100%;
                position: relative;
            }
            
            .grocino-footer2::before {
                background: rgba(51, 51, 51, 0.8);
                bottom: 0px;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            .grocino-footer2 #grocino-footer {
                background: transparent;
                border: 0;
                margin: 0;
                padding: 0;
                position: relative;
            }
            
            .grocino-footer2 #grocino-footer .grocino-footer-row {
                border: 0;
                padding: 0;
            }
            
            .grocino-footer2 #grocino-footer .grocino-second-row-item {
                margin-top: 60px;
            }
            
            .grocino-footer2 p {
                color: #fff !important;
            }
            
            .grocino-footer2 h4 {
                color: #fff !important;
                margin-bottom: 45px !important;
            }
            
            .grocino-footer2 ul li a {
                color: #fff !important;
            }
            
            .grocino-footer2 .social-icon {
                margin-top: 30px;
            }
            
            .grocino-footer2 .social-icon li {
                margin-right: 30px;
            }
            
            .grocino-footer2 .social-icon li:last-child {
                margin-right: 0;
            }
            
            .grocino-footer2 .logo {
                margin-bottom: 30px;
            }
            /* ============= Footer Css End ================ */
            /* ============= Home Slider ================ */
            
            #grocino-homebanner .owl-item .container::before {
                background: rgba(0, 0, 0, 0.5);
                bottom: 0;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            #grocino-homebanner2 .owl-item .container::before {
                background: rgba(0, 0, 0, 0.7);
                bottom: 0;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            #grocino-homebanner svg {
                position: absolute;
                bottom: 0;
            }
            
            #grocino-homebanner .slider-container,
            #grocino-homebanner2 .slider-container {
                position: absolute;
                left: 0;
                right: 0;
                text-align: center;
                top: 18%;
            }
            
            .home2 #grocino-homebanner2 .slider-container {
                top: auto;
                bottom: 18%;
            }
            
            #grocino-homebanner .slider-sub-title,
            #grocino-homebanner2 .slider-sub-title {
                font-size: 60px;
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 9.2px;
                color: #ffffff;
                margin-bottom: 0;
            }
            
            #grocino-homebanner .slider-title,
            #grocino-homebanner2 .slider-title {
                font-size: 45px;
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                color: #ffffff;
                padding: 30px 0 60px 0px;
                opacity: 1;
                margin-bottom: 0;
            }
            
            #grocino-homebanner .slider-buttton,
            #grocino-homebanner2 .slider-buttton {
                position: relative;
                overflow: hidden;
                display: inline-block;
                padding: 20px 35px;
                font-size: 14px;
                line-height: 2;
                border: 2px solid;
                border-radius: 6px;
                box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 17%);
                font-weight: 500;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: center;
                cursor: pointer;
                vertical-align: middle;
                user-select: none;
                transition: all 250ms ease-in-out;
                color: #fff!important;
                background-color: #e81515;
                border-color: #e81515;
            }
            
            #grocino-homebanner .button-secondary-2,
            #grocino-homebanner2 .button-secondary-2:focus,
            #grocino-homebanner2 .button-secondary-2,
            #grocino-homebanner2 .button-secondary-2:focus {
                color: #fff;
                background-color: #e81515;
                border-color: #e81515;
            }
            
            #grocino-homebanner .slider-buttton,
            #grocino-homebanner2 .slider-buttton {
                display: inline-block;
            }
            
            #grocino-homebanner .owl-item.active .slider-sub-title,
            #grocino-homebanner2 .owl-item.active .slider-sub-title {
                animation: rollIn 1s;
            }
            
            #grocino-homebanner .owl-item.active .slider-title,
            #grocino-homebanner2 .owl-item.active .slider-title {
                animation: fadeInUp 1.5s;
            }
            
            #grocino-homebanner .owl-item.active .slide-2 .slider-title,
            #grocino-homebanner2 .owl-item.active .slide-2 .slider-title {
                animation: fadeInRight 1.5s;
            }
            
            #grocino-homebanner .owl-item.active .slide-3 .slider-title,
            #grocino-homebanner2 .owl-item.active .slide-3 .slider-title {
                animation: fadeInLeft 1.5s;
            }
            
            #grocino-homebanner .owl-item.active .slider-buttton,
            .home-header2 #grocino-homebanner2 .owl-item.active .slider-form form {
                animation: zoomIn 2s;
            }
            
            #grocino-homebanner2 .owl-prev {
                left: 0;
                padding-right: 22px;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }
            
            #grocino-homebanner2 .owl-next {
                right: 0;
                padding-left: 22px;
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }
            
            #grocino-homebanner2 .owl-prev,
            #grocino-homebanner2 .owl-next {
                text-align: center;
                position: absolute;
                top: 50%;
                padding: 11px 28px 2px 35px;
                font-size: 14px;
                line-height: 1.8;
                font-weight: 500;
                letter-spacing: .05em;
                color: #ffffff;
                background: rgba(255, 255, 255, 0.22);
                transition: all .2s ease;
                transform: translate3d(0, -50%, 0);
                will-change: transform;
                cursor: pointer;
                z-index: 10;
            }
            
            #grocino-homebanner2 .owl-prev:hover,
            #grocino-homebanner2 .owl-next:hover {
                background: #e81515;
            }
            
            #grocino-homebanner2 .owl-prev {
                padding: 10px 25px 5px 15px;
                height: 60px;
                width: 80px;
                margin: 0;
            }
            
            #grocino-homebanner2 .owl-next {
                padding: 10px 15px 5px 25px;
                height: 60px;
                width: 80px;
                margin: 0;
            }
            
            .home-header {
                position: relative;
                width: 100%;
            }
            
            .grocino-header {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 999;
            }
            
            #grocino-introduction {
                padding: 65px 40px;
                background: rgb(255, 255, 255, 0.8);
            }
            
            #grocino-introduction .mid-boxholder .mid-boxleft {
                float: left;
                width: 70%;
            }
            
            #grocino-introduction .mid-boxholder .mid-boxleft h1 {
                font-size: 24px;
                font-weight: 600;
            }
            
            #grocino-introduction .mid-boxholder .mid-right {
                position: relative;
                float: right;
                width: 30%;
            }
            
            .mid-right .service_image {
                position: absolute;
                border: 1px dashed #e81515;
                width: 80px;
                height: 71px;
                font-size: 35px;
                padding: 15px;
                top: 0px;
                right: 0px;
                border-radius: 100%;
                box-shadow: rgba(56, 156, 60, .3) 0 0 20px inset;
                /* animation: 5s linear 0s normal none infinite running rotation; */
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                cursor: pointer;
            }
            
            .mid-right .service_image:hover {
                color: #e81515;
            }
            
            .holder-divider {
                margin-top: 40px;
                margin-bottom: 40px;
            }
            
            .holder-divider hr {
                border: none;
            }
            
            .mid-boxholderright .mid-right {
                position: relative;
                float: left;
                width: 30%;
            }
            
            .mid-boxholderright .mid-boxleft {
                float: right;
                width: 70%;
            }
            
            .mid-imgholder img {
                width: 100%;
            }
            
            .mid-boxholderright .mid-right .service_image {
                position: absolute;
                border: 1px dashed #e81515;
                width: 80px;
                height: 80px;
                line-height: 50px;
                font-size: 35px;
                padding: 15px;
                top: 0px;
                left: 0px;
                border-radius: 100%;
                box-shadow: rgba(56, 156, 60, .3) 0 0 20px inset;
                /* animation: 5s linear 0s normal none infinite running rotation; */
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                cursor: pointer;
            }
            
            .mid-boxholderright .mid-boxleft h2 {
                font-size: 24px;
                font-weight: 500;
            }
            
            .mid-boxholderright .mid-boxleft p {
                color: #000 !important;
            }
            /* ==== Header css start here ==== */
            
            .Dhanam Super Market-logo {
                text-align: center;
            }
            
            .grocino-home .Dhanam Super Market-logo,
            .Dhanam Super Market-homelogo {
                display: none;
            }
            
            .grocino-home .Dhanam Super Market-homelogo {
                display: block;
            }
            
            .top-header {
                background: #e81515;
                padding: 15px 35px;
            }
            
            .top-header ul li {
                color: #fff;
                padding-right: 10px;
            }
            
            .top-header .list-inline-item:not(:last-child) {
                margin-right: 1rem;
                padding-right: 1rem;
                border-right: 2px solid #fff;
            }
            
            .home-haeder2 {
                padding: 0px 50px;
            }
            
            .home-header2 .top-right {
                padding: 0;
            }
            
            .home-header2 .navbar-nav {
                justify-content: space-between;
            }
            
            .home-header2 .main-nav .nav-link,
            .home-header2 .dropdown-text {
                font-weight: 400 !important;
                text-transform: capitalize !important;
                padding: 0 !important;
                line-height: inherit !important;
                transition: auto;
            }
            
            .home-header2 .ui.selection.dropdown:hover .dropdown-text {
                color: #e81515 !important;
            }
            
            .home-header .nav-item .dropdown-text:hover i {
                transform: rotate(180deg);
            }
            
            .home-header2 .top-right .userpanel-link {
                font-weight: 500;
                font-size: 18px;
            }
            
            .home-header2 .top-right .dropdown-cartview i {
                font-size: 20px;
                font-weight: 400;
            }
            
            .home-header2 .dropdown .dropdown.icon {
                right: 10px !important;
            }
            
            .home-header2 .ui.selection.dropdown {
                padding-left: 0;
                padding-right: 0;
                min-width: auto !important;
            }
            
            .home-header2 .top-right .userpanel-link .amount {
                color: #c3f7c7;
                margin-left: 2px;
            }
            
            .home-header2 .account-view {
                margin-left: 25px;
            }
            
            .home-header2 .nav-item {
                display: flex;
                align-items: center;
                padding: 0 5px;
            }
            
            .home-header .dropdown i {
                margin-left: 0;
                padding: 0 3px;
                transition: all .5s ease;
            }
            
            .dropdown-cartview .left.menu i,
            .dropdown-cartview .menu i {
                font-size: 14px;
                margin: 0 5px 0 -5px;
            }
            
            .dropdown-cartview .menu {
                left: auto !important;
                right: 0;
            }
            
            .home-header2 .dropdown .menu a {
                font-weight: 400 !important;
            }
            
            .home-header2 #grocino-homebanner .slider-sub-title {
                font-size: 86px;
                letter-spacing: 0;
                text-align: center;
                margin-bottom: 10px;
                font-weight: 300;
                font-style: italic;
            }
            
            .home-header2 #grocino-homebanner .slider-title {
                font-weight: 500;
                font-size: 83px;
                margin: 0 0 50px;
                padding: 0;
                font-style: italic;
            }
            
            .home-header2 .slider-form form {
                width: 59%;
                margin: 0px auto;
            }
            
            .home-header2 .account-view img {
                border-radius: 100%;
                max-width: 50px;
            }
            /*============== Home Slider Css End  ============= */
            /*============== product area holder ============= */
            
            .product-areaholder {
                width: 100%;
                padding: 65px 40px;
                background: #f1f1f1;
                position: relative;
            }
            
            .product-areaholder .product-heading {
                font-size: 25px;
                margin-top: 0;
                margin-bottom: 40px;
                font-weight: 500;
                text-align: left;
                color: #2B2F4C;
                width: 100%;
            }
            
            .product-areaholder .product-holder {
                display: inline-block;
                position: relative;
                vertical-align: top;
                width: 100%;
                padding: 10px 10px 0 10px;
                box-shadow: 0px 1px 30px 0px rgb(36 38 43 / 10%);
                background: #fff;
                border-radius: 5px;
            }
            
            .product-areaholder .product-holder .p-content {
                padding: 10px 0px;
            }
            
            .product-areaholder .product-holder .p-cate {
                font-size: 14px;
                color: #000 !Important;
            }
            
            .product-areaholder .product-holder .p-title {
                font-size: 18px;
                font-weight: 400;
                padding: 10px 0px;
            }
            
            .product-areaholder .product-holder .p-title:hover {
                /* color: #45b144; */
                color: #e81515;
            }
            
            .product-areaholder .product-holder .p-price {
                font-size: 18px;
                font-weight: 400;
                padding: 5px 0px;
                color: #000 !Important;
            }
            
            .product-areaholder .product-holder .p-price span {
                vertical-align: super;
                font-size: 15px;
                font-weight: 600;
                color: #e81515;
                letter-spacing: -5px;
            }
            
            .product-areaholder .product-holder .p-buttonarea a.btn {
                color: #fff!important;
                background: #e81515;
                border-radius: 5px;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                border: 1px solid #e81515;
                font-weight: 400;
                text-transform: uppercase;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .product-areaholder .product-holder .p-buttonarea a.btn:hover {
                background: #2B2F4C !important;
                color: #fff!important;
                border: 1px solid #2B2F4C !important;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            .btn-pcart {
                color: #fff!important;
                background: #e81515;
                border-radius: 5px;
                display: inline-block;
                border: 1px solid #e81515;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .btn-pcart:hover {
                background: #2B2F4C !important;
                color: #fff!important;
                border: 1px solid #2B2F4C !important;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            .product-areaholder .salebutton {
                top: 0;
                right: auto;
                left: 0;
                margin: 0;
                border-radius: 5px;
                font-size: 16px;
                padding: 10px 20px;
                font-weight: normal;
                background: #e81515;
                color: #fff;
                position: absolute;
            }
            
            .product-areaholder .product-holder .p-buttonarea a.btn-wish {
                color: #e81515!important;
                border-radius: 5px;
                font-size: 18px;
                text-align: center;
                display: inline-block;
                border: 1px solid #e81515;
                font-weight: 600;
                text-transform: uppercase;
                padding: 6px 5px;
            }
            
            .product-areaholder .product-holder .p-buttonarea a.btn-wish:hover {
                background: #e81515;
                color: #fff!important;
            }
            
            .product-areaholder .product-holder .p-buttonarea {
                margin: 15px 0px 10px 0px;
            }
            
            .img-product,
            .banner21,
            .blog-imgholder {
                position: relative;
                transition: .3s;
            }
            
            .img-product:hover::before,
            .banner21:hover::before,
            .blog-imgholder:hover::before {
                left: 0;
                right: 0;
                opacity: 0;
                transition: all 900ms linear;
            }
            
            .img-product::before {
                background: rgba(255, 255, 255, 0.3);
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                right: 51%;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            #grocino-carousel .owl-nav {
                position: absolute;
                top: -30px;
                right: 24px;
                font-size: 30px;
                font-weight: 600;
            }
            
            #grocino-carousel .owl-nav button.owl-next i {
                background: #e81515;
                color: #fff;
                font-size: 20px;
                margin-left: 15px;
            }
            
            #grocino-carousel .owl-nav button.owl-prev i {
                background: #e81515;
                color: #fff;
                font-size: 20px;
                margin-right: -10px;
            }
            
            #grocino-carousel .owl-nav button.owl-prev i:hover {
                background: #2B2F4C;
            }
            
            #grocino-carousel .owl-nav button.owl-next i:hover {
                background: #2B2F4C;
            }
            
            .parallax-container {
                overflow: hidden;
                background: url('../img/grocino-2.jpg')no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: center;
            }
            
            .parallax-content {
                position: relative;
                z-index: 1;
            }
            
            .counter {
                padding: 20px 0;
                border-radius: 5px;
                color: #fff;
            }
            
            .count-title {
                font-size: 55px;
                font-weight: 500;
                margin-top: 10px;
                margin-bottom: 0;
                text-align: center;
            }
            
            .count-text {
                font-size: 24px;
                font-weight: 500;
                margin-top: 10px;
                margin-bottom: 0;
                text-align: center;
                color: #fff;
            }
            
            .counter-modern-decor {
                width: 42px;
                background: #fff;
                height: 2px;
                margin: 0 auto;
            }
            
            .fa-2x {
                margin: 0 auto;
                float: none;
                display: table;
                color: #4ad1e5;
            }
            
            .material-parallax img {
                display: none;
                position: absolute;
                left: 50%;
                bottom: 0;
                min-width: 101%;
                min-height: 101%;
                max-width: none;
                transform: translate3d(-50%, 0, 0);
            }
            
            #grocino-arrivalcarousel .owl-nav {
                position: absolute;
                top: -70px;
                right: 24px;
                font-size: 30px;
                font-weight: 600;
            }
            
            #grocino-arrivalcarousel .owl-nav button.owl-next i {
                background: #e81515;
                color: #fff;
                font-size: 20px;
                margin-left: 15px;
            }
            
            #grocino-arrivalcarousel .owl-nav button.owl-prev i {
                background: #e81515;
                color: #fff;
                font-size: 20px;
                margin-right: -10px;
            }
            
            #grocino-arrivalcarousel .owl-nav button.owl-prev i:hover {
                background: #2B2F4C;
            }
            
            #grocino-arrivalcarousel .owl-nav button.owl-next i:hover {
                background: #2B2F4C;
            }
            
            .why-slider {
                background: url('../img/grocino-pattern-1.jpg')no-repeat;
                background-size: cover;
            }
            
            .whygrocino {
                background: #fff;
                padding: 65px 30px;
                width: 100%;
            }
            
            .why-sliderright .card-body b {
                font-weight: 500;
            }
            
            .why-sliderinner {
                padding: 40px;
                text-align: center;
            }
            
            .owl-dot {
                border: 0;
                position: relative;
                display: inline-block;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                margin-left: 6px;
                margin-right: 6px;
                text-align: center;
                outline: none;
                cursor: pointer;
                background-color: #fff;
                background: #fff;
                transition: all .25s ease-in-out;
            }
            
            .owl-carousel .owl-nav button.owl-prev,
            .owl-carousel .owl-nav button.owl-next,
            .owl-carousel button.owl-dot {
                border: 0;
                position: relative;
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                margin-left: 6px;
                margin-right: 6px;
                text-align: center!important;
                outline: none;
                cursor: pointer;
                background-color: #fff;
                transition: all .25s ease-in-out;
            }
            
            .owl-dot.active {
                background-color: #e81515!important;
            }
            
            .product-creative-title {
                font-weight: 500;
                letter-spacing: .05em;
                font-size: 24px;
            }
            
            .product-creative-price-old {
                color: #a3a3a3;
                font-weight: 400;
                text-decoration: line-through;
                font-size: 20px;
            }
            
            .product-creative-price {
                display: inline-block;
                vertical-align: middle;
                font-size: 20px;
                line-height: 1;
                font-weight: 500;
                letter-spacing: 0;
                color: #76aa6f;
            }
            
            .product-creative-price-wrap {
                margin-bottom: 20px;
            }
            
            .accordion .accordion-header {
                border-radius: 0;
                margin-bottom: 0px;
            }
            
            .home-pages .accordion-item {
                margin-bottom: 15px;
                border: 1px solid rgba(0, 0, 0, .125) !important;
            }
            
            .home-pages .accordion-item:last-child {
                margin-bottom: 0;
            }
            
            .home-pages .accordion-item:first-of-type {
                border-radius: 0px !important;
            }
            
            .home-pages .accordion-header {
                background: #fff;
            }
            
            .home-pages h4 {
                font-size: 24px;
                font-weight: 500;
                color: #4DBE8A;
                text-transform: uppercase;
                margin: 0;
                padding: 25px 10px 25px 0px;
            }
            
            .faq-title {
                font-size: 25px;
                margin-bottom: 40px;
                font-weight: 500;
                color: #2B2F4C;
                padding: 15px 0px 0px 0px;
            }
            
            .home-pages .btn.focus,
            .btn:focus {
                outline: 0;
                box-shadow: none;
            }
            
            .home-pages .accordion-header:hover .accordion-button {
                color: #e81515;
                text-decoration: none!important;
            }
            
            .home-pages .accordion-button {
                font-size: 16px;
                line-height: 26px;
                color: #2B2F4C;
                font-weight: 500;
                text-decoration: none;
                font-family: 'Roboto';
                background-color: transparent;
            }
            
            .home-pages .accordion-button i {
                font-size: 20px;
                color: #e81515;
            }
            
            .home-pages .accordion-body {
                font-size: 14px;
                line-height: 26px;
                color: #000 !Important;
                padding: 15px 10px 15px 30px;
                line-height: 25px;
                border-bottom: 1px solid #eee;
            }
            
            #grocino-carousel .owl-dots {
                display: none;
            }
            
            #grocino-arrivalcarousel .owl-dots {
                display: none;
            }
            
            .customer-enquiry {
                background-image: url('../img/video-bg.jpg');
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                opacity: 0.4;
                transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
                background-attachment: fixed;
                padding: 120px 0px 90px 0px;
                text-align: center;
            }
            
            .enquiry-inner {
                background-color: #180C0C;
                transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
                margin-top: 0px;
                margin-bottom: 0px;
                position: relative;
            }
            
            .enquiry-inner .enquiry-title-box h2.enquiry-title {
                color: #fff;
                font-size: 45px;
                text-align: center;
            }
            
            .enqury-deal {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                text-align: center;
                padding: 120px 0px 120px;
            }
            
            #grocino-arrivalcarousel .owl-carousel .owl-nav button.owl-prev,
            .owl-carousel .owl-nav button.owl-next,
            .owl-carousel button.owl-dot {
                background: none;
            }
            
            #grocino-whyslider .owl-dot {
                background: #d3d3d3;
            }
            
            .google-review {
                background-color: rgb(245, 93, 44, 0.9);
                padding: 65px 40px;
                background: url('../img/parallax-2.jpg') no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: center;
            }
            
            .googlereview-heading {
                font-size: 25px;
                margin-top: 0;
                margin-bottom: 40px;
                font-weight: 500;
                text-align: left;
                color: #fff;
            }
            
            .review-holder {
                width: 100%;
            }
            
            #grocino-googlereview .review-holderinner {
                margin: 0px;
                padding: 10px;
                box-shadow: 0px 4px 28.14px 0.86px rgb(0 0 0 / 5%);
                background: #fff;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }
            
            .review-holderinner .google-guideholder {
                position: relative;
                background: #e81515;
                padding: 15px 15px;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
            }
            
            .google-guideholder h4 {
                margin: 0;
                text-align: left;
                font-size: 18px;
                color: #fff;
                font-weight: 400;
            }
            
            .google-guideholder i {
                margin: 0;
                text-align: left;
                font-size: 14px;
                color: #fff;
                font-style: italic;
            }
            
            .review-content .uil-star {
                vertical-align: super;
                font-size: 15px;
                font-weight: 600;
                color: #e81515!important;
                letter-spacing: -21px;
            }
            
            .review-content {
                padding: 15px 15px 30px;
                min-height: 150px;
                max-height: 150px;
            }
            
            .img-review {
                position: absolute;
                top: -40px;
                right: 0;
                left: 0;
                border-radius: 5px;
            }
            
            .home2 .img-review {
                left: auto;
            }
            
            .img-review img {
                border: 5px solid #fff;
                box-shadow: 0px 1px 30px 0px rgb(36 38 43 / 10%);
                background: #fff;
                border-radius: 5px;
            }
            
            #grocino-googlereview .owl-dots {
                margin-top: 25px;
                text-align: center;
            }
            
            #grocino-googlereview .owl-dot {
                background: #fff;
            }
            
            #grocino-googlereview .owl-dots .active {
                background: #e81515!important;
            }
            
            span.review-star {
                margin-left: -13px;
            }
            
            .fa-arrow-right-long {
                background-image: url('../img/home/right-arrow.png');
                width: 17px;
                height: 9px;
                background-repeat: no-repeat;
                margin-right: 5px;
            }
            
            .fa-arrow-right-long:before {
                content: "";
            }
            
            .offers-banner .banner21 img {
                margin-bottom: 20px;
                box-shadow: 1px 2px 8px 0 #9999;
                border-radius: 5px;
            }
            
            .offers-banner {
                width: 100%;
                padding: 65px 25px 45px 25px;
                background: #fff;
            }
            
            .blog-holder {
                background: #F5F5F5;
                padding: 65px 0;
            }
            
            .blog-content {
                padding: 15px 15px;
                background: #fff;
                box-shadow: 0px 1px 30px 0px rgb(36 38 43 / 10%);
                border-radius: 5px;
            }
            
            .navbar-toggler-icon i {
                color: #fff;
                border: 1px solid #fff0;
                padding: 5px 8px;
                font-size: 20px;
                position: relative;
                top: 38px;
                left: -8px
            }
            
            .blog-content .button {
                text-align: right;
            }
            
            .blog-time {
                font-size: 14px;
                color: #000 !Important;
            }
            
            .blog-title {
                font-size: 18px;
                margin-top: 20px;
                text-align: left;
                color: #2B2F4C;
                font-weight: 400;
            }
            
            .blog-para {
                text-align: left;
                font-size: 16px;
                line-height: 25px;
                color: #000 !Important;
            }
            
            .read-moreblog {
                color: #fff!important;
                background: #e81515;
                border-radius: 3px;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                border: 1px solid #e81515;
                font-weight: 400;
                text-transform: uppercase;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
                padding: 6px 20px;
            }
            
            a.read-moreblog:hover {
                background: #2B2F4C;
                color: #fff!important;
                border: 1px solid #2B2F4C;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            #grocino-blogs .owl-dots {
                display: none;
            }
            
            #grocino-brand .owl-dots {
                display: none;
            }
            
            .blog-heading {
                font-size: 25px;
                margin-top: 0;
                margin-bottom: 40px;
                font-weight: 500;
                text-align: left;
                color: #2B2F4C;
            }
            
            #grocino-brands {
                background: #fff;
                padding: 65px 40px;
            }
            
            #grocino-footer {
                border-top: 5px solid #333;
                /* margin-top:20px; */
            }
            
            .brand-holder img {
                border: 1px solid #eee;
                opacity: 0.5;
                transition: all 0.5s ease-in-out;
            }
            
            .brand-holder:hover img {
                opacity: 1;
            }
            
            .material-parallax {
                padding: 65px 0px;
                background: rgb(0, 0, 0, 0.6);
                height: 100%;
            }
            
            .banner21::before {
                background: rgba(255, 255, 255, 0.3);
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                right: 50%;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            .blog-imgholder::before {
                background: rgba(255, 255, 255, 0.3);
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                right: 51%;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            .blog-imgholder img {
                border: 5px solid #fff;
            }
            
            .bg-cart {
                background: #f7f7f7;
            }
            
            .bs-canvas-overlay {
                opacity: 0.85;
                z-index: 1100;
            }
            
            .bs-canvas {
                top: 0;
                z-index: 99999;
                overflow-x: hidden;
                overflow-y: auto;
                width: 400px;
                transition: margin .4s ease-out;
                -webkit-transition: margin .4s ease-out;
                -moz-transition: margin .4s ease-out;
                -ms-transition: margin .4s ease-out;
            }
            
            .bs-canvas-left {
                left: 0;
                margin-left: -400px;
            }
            
            .bs-canvas-close {
                color: #fff !important;
                opacity: 1 !important;
            }
            
            .side-cart-header {
                background: #2b2f4c;
                color: #fff;
                position: sticky;
                top: 0;
            }
            
            .grocino-home button.close {
                padding: 0;
            
                border: 0;
                padding: 11px;
            }
            
            .main-cart-title {
                font-size: 18px;
                font-weight: 600;
            }
            
            .main-cart-title span {
                color: #f69733;
                margin-left: 5px;
            }
            
            .bs-canvas-body {
                background: #f7f7f7;
                position: absolute;
                width: 100%;
                top: 48px;
                bottom: 190px;
                overflow-y: scroll;
            }
            
            .bs-canvas-footer {
                background: #fff;
                position: absolute;
                width: 100%;
                bottom: 0;
                border-top: 1px solid #efefef;
            }
            
            .cart-top-total {
                background: #fff;
                border-bottom: 1px solid #efefef;
                padding: 20px;
            }
            
            .cart-top-total .main-total-cart {
                padding: 20px 10px;
            }
            
            .cart-top-total .main-total-cart:last-child {
                border: 0;
            }
            
            .cart-total-dil {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: space-evenly;
            }
            
            .cart-total-dil h4 {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 400;
                color: #2b2f4c;
                line-height: 24px;
            }
            
            .cart-total-dil span {
                color: #8f91ac;
                font-size: 16px;
                margin-left: 0;
                font-weight: 400;
                line-height: 24px;
            }
            
            .bs-canvas-footer .main-total-cart {
                justify-content: space-evenly;
            }
            
            .bs-canvas-footer .main-total-cart span {
                /* margin-left: 0; */
            }
            
            .main-total-cart {
                display: flex;
                padding: 20px 40px;
                border-bottom: 1px solid #e5e5e5;
            }
            
            .main-total-cart h4 {
                font-weight: 400;
                font-size: 16px;
                color: #2b2f4c;
            }
            
            .saving-total {
                padding: 20px 20px 0;
            }
            
            .main-total-cart h2 {
                margin-bottom: 0;
                font-size: 18px;
                font-weight: 500;
                color: #2b2f4c;
                line-height: 24px;
            }
            
            .main-total-cart span {
                color: #2b2f4c;
                font-size: 18px;
                margin-left: auto;
                font-weight: 400;
                line-height: 24px;
            }
            
            .checkout-cart {
                display: flex;
                padding: 20px;
                align-items: center;
            }
            
            .promo-code {
                font-size: 14px;
                font-weight: 500;
                color: #2b2f4c !important;
                line-height: 24px;
            }
            
            .promo-code:hover {
                color: #389C3C !important;
            }
            
            .cart-checkout-btn:hover {
                color: #fff!important;
            }
            
            .cart-checkout-btn {
                display: inline-block;
                margin-bottom: 0;
                margin-left: auto;
                padding: 10px 15px;
                border-radius: 5px;
                font-size: 14px;
                color: #fff!important;
                background: #e81515;
                font-weight: 500;
            }
            
            .cart-item {
                display: flex;
                padding: 20px;
                background: #fff;
                border-bottom: 1px solid #efefef;
            }
            
            .cart-item:last-child {
                border-bottom: 0;
            }
            
            .cart-product-img {
                width: 130px;
                position: relative;
            }
            
            .cart-product-img img {
                width: 100%;
                border-radius: 5px;
                border: 1px solid #f7f7f7;
            }
            
            .offer-badge {
                position: absolute;
                top: 10px;
                left: 10px;
                font-size: 10px;
                font-weight: 700;
                color: #fff;
                background: #73BA76;
                padding: 1px 10px 0px;
                border-radius: 3px;
                line-height: 20px;
            }
            
            .cart-text {
                margin-left: 20px;
                width: 100%;
                position: relative;
            }
            
            .cart-text h4 {
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                color: #2b2f4c;
                text-align: left;
                margin-bottom: 10px;
            }
            
            .cart-close-btn {
                position: absolute;
                top: 2px;
                right: 0;
                background: transparent;
                border: 0;
                font-size: 18px;
                color: #e81515;
            }
            
            .cart-close-btn:hover {
                color: #e81515;
            }
            
            .kggrm-now {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }
            
            .kggrm-now li {
                margin-right: 5px;
                width: 40px;
                height: 30px;
                position: relative;
                text-align: center;
                display: inline-block;
            }
            
            .kggrm-now label,
            .kggrm-now input {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
            
            .kggrm-now input[type="radio"] {
                display: none;
            }
            
            .kggrm-now input[type="radio"]:checked+label,
            .Checked+label {
                background: #73BA76;
            }
            
            .qty-group {
                display: flex;
                align-items: center;
                margin-top: 10px;
            }
            
            .quantity {
                display: inline-block;
            }
            
            .quantity .input-text.qty {
                width: 35px;
                height: 30px;
                padding: 0 5px;
                text-align: center;
                background-color: transparent;
                border: 0;
                margin-left: -4px;
                margin-right: -4px;
                background: #fff;
                font-size: 12px;
                font-weight: 500;
            }
            
            .quantity .input-text.qty.white-bg-input {
                border: 1px solid #efefef;
            }
            
            .quantity.buttons_added {
                text-align: left;
                position: relative;
                white-space: nowrap;
                vertical-align: top;
            }
            
            .quantity.buttons_added input {
                display: inline-block;
                margin: 0;
                vertical-align: top;
                box-shadow: none;
            }
            
            .quantity.buttons_added .minus,
            .quantity.buttons_added .plus {
                padding: 6px 10px 5px;
                height: 30px;
                background-color: #2b2f4c;
                border: 0;
                color: #fff;
                cursor: pointer;
                border-radius: 3px;
                width: 30px;
            }
            
            .quantity.buttons_added .minus-btn {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }
            
            .quantity.buttons_added .plus-btn {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
            
            .quantity.buttons_added .minus {
                border-right: 0;
            }
            
            .quantity.buttons_added .plus {
                border-left: 0;
            }
            
            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #2b2f4c;
                color: #fff !important;
                transition: all .2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                background-image: -webkit-linear-gradient(left, #389C3C, #389C3C);
                background-image: linear-gradient(to right, #389C3C, #389C3C);
            }
            
            .quantity input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                -moz-appearance: none;
                margin: 0;
            }
            
            .quantity.buttons_added .minus:focus,
            .quantity.buttons_added .plus:focus {
                outline: none;
            }
            
            .cart-item-price {
                font-size: 18px;
                font-weight: 700;
                line-height: 24px;
                color: #73BA76;
                text-align: right;
                display: inline-flex;
                margin-left: auto;
            }
            
            .cart-item-price span {
                color: #c7c7c7;
                text-decoration: line-through;
                margin-left: 10px;
                font-weight: 600;
            }
            
            .wishlist-item {
                display: flex;
            }
            
            .wishlist-product-img {
                width: 70px;
                position: relative;
            }
            
            .wishlist-product-img img {
                width: 100%;
                border-radius: 5px;
                border: 1px solid #efefef;
            }
            
            .bs-canvas-right {
                right: 0;
                margin-right: -400px;
            }
            
            .bs-canvas-close {
                color: #fff !important;
                opacity: 1 !important;
            }
            
            .side-cart-header {
                background: #2b2f4c;
                color: #fff;
                position: sticky;
                top: 0;
            }
            
            .main-cart-title {
                font-size: 16px;
                font-weight: 500;
            }
            
            .bs-canvas-body {
                background: #ffffff !important;
                position: absolute;
                width: 100%;
                top: 48px;
                /* bottom: 190px; */
                bottom: 140px;
                overflow-y: scroll;
                min-height: 300px;
                /* max-height: 300px; */
            }
            
            .filter-body {
                background: #fff !important;
                bottom: 0 !important;
                padding-bottom: 30px;
            }
            
            .filter-items {
                padding: 30px 30px 0;
            }
            
            .filtr-cate-title h4 {
                font-size: 16px;
                font-weight: 500;
                color: #2b2f4c;
                margin-bottom: 0;
            }
            
            .grocino-cartbg {
                background: #2B2F4C;
            }
            
            .offcanvas-header {
                background: #e81515;
                color: #fff;
            }
            
            .side-cart-items .cart-prices {
                font-size: 16px;
            }
            
            .side-cart-items .cart-prices strong {
                font-weight: 500;
                color: #2b2f4c;
                position: relative;
                left: 22px;
            }
            
            .side-cart-items .number-input input[type="number"] {
                -webkit-appearance: textfield;
                -moz-appearance: textfield;
                appearance: textfield;
            }
            
            .side-cart-items .number-input input[type=number]::-webkit-inner-spin-button,
            .number-input input[type=number]::-webkit-outer-spin-button {
                -webkit-appearance: none;
            }
            
            .number-input {
                display: flex;
                justify-content: space-around;
                align-items: center;
            }
            
            .side-cart-items .number-input button {
                -webkit-appearance: none;
                background-color: transparent;
                border: none;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                margin: 0;
                position: relative;
            }
            
            .side-cart-items .number-input button:before,
            .number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                height: 2px;
                transform: translate(-50%, -50%);
            }
            
            .side-cart-items .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }
            
            .side-cart-items .number-input input[type=number] {
                text-align: center;
            }
            
            .side-cart-items .number-input.number-input {
                border: 1px solid #ced4da;
                width: 10rem;
                border-radius: 0;
            }
            
            .side-cart-items .number-input.number-input button {
                width: 2.6rem;
                height: .7rem;
            }
            
            .side-cart-items .number-input.number-input button.minus {
                padding-left: 10px;
            }
            
            .side-cart-items .number-input.number-input button:before,
            .number-input.number-input button:after {
                width: .7rem;
                background-color: #495057;
            }
            
            .side-cart-items .number-input.number-input input[type=number] {
                max-width: 4rem;
                padding: .5rem;
                border: 1px solid #ced4da;
                border-width: 0 1px;
                font-size: 1rem;
                height: 2rem;
                color: #495057;
                background: #F3F3F3;
            }
            
            .accounts .user-topicon {
                color: #fff;
                font-size: 20px;
                /* padding: 5px 14px; */
                padding: 4px 2px;
            }
            
            .ui.selection.dropdown {
                background: transparent!important;
                color: #fff!important;
                border: 0!important;
            }
            
            .nav-item .dropdown-text {
                font-weight: 500;
                text-transform: uppercase;
                font-size: 16px;
                line-height: 15px;
            }
            
            .nav-item .dropdown-text:hover {
                color: #fff !important;
            }
            
            .mega-menudesktop {
                float: left;
                display: flex;
                align-items: center;
                width: 100%;
                justify-content: center;
            }
            
            .main-nav .nav-link {
                display: block;
                padding: 10px 0 !important;
                font-size: 14px;
                cursor: pointer;
                font-weight: 500;
                color: #fff;
            }
            
            .pages-menus .dropdown-text {
                padding: 10px 2px 10px 15px;
            }
            /*.main-nav .nav-link{
	font-weight: 600 !important;
}*/
            
            .mega-menudesktop .selection {
                border: 0!important;
                min-width: auto!important;
                padding-right: 0 !important;
                padding-left: 0 !important;
            }
            
            .ui.dropdown-text,
            .ui.dropdown:not(.button)>.dropdown-text {
                font-weight: 500;
                font-size: 16px;
                vertical-align: top;
            }
            
            .mega-menudesktop .ui.dropdown .menu .selected.item,
            .ui.dropdown.selected {
                background: #e81515;
                color: #ffff;
            }
            
            .mega-menudesktop .ui.selection.active.dropdown {
                border-color: #e81515;
                -webkit-box-shadow: none!important;
                box-shadow: none!important;
            }
            
            .mega-menudesktop .ui.dropdown .menu>.item:hover {
                /* background: #F55D2C; */
                background: #e81515;
                color: #fff!important;
                z-index: 13;
            }
            
            .mega-menudesktop .ui.dropdown .menu>.item {
                display: block;
                padding: 10px 15px !important;
                font-size: 14px;
                cursor: pointer;
                font-weight: 400;
                color: #2b2f4c!important;
            }
            
            .mega-menudesktop .ui.selection.dropdown .menu {
                width: calc(100% + 125px);
            }
            /* ============================ New css add here ============================ */
            /* ==== Banner css start here ==== */
            
            .has-search .form-control {
                border-top-left-radius: 45px !important;
                border-bottom-left-radius: 45px !important;
                box-shadow: none;
                height: auto;
                font-size: 18px;
                font-family: 'Roboto';
                color: #2b2f4c !important;
                padding: 15px 45px;
            }
            
            .has-search .form-control:focus {
                border: 1px solid #e81515;
            }
            
            .has-search .form-control-feedback {
                position: absolute;
                z-index: 2;
                display: block;
                width: 3.375rem;
                height: 3.375rem;
                line-height: 40px;
                text-align: center;
                pointer-events: none;
                color: #9a9a9a;
                font-size: 15px;
            }
            
            .has-search .input-group-append .btn {
                border-top-right-radius: 45px !important;
                border-bottom-right-radius: 45px !important;
                padding: 1.375rem 4.1rem;
                font-family: 'Roboto';
                font-size: 18px;
                border-radius: 0px;
            }
            
            .btn-dark {
                background: #2b2f4c;
            }
            
            .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
            .input-group>.custom-select:focus,
            .input-group>.form-control:focus {
                z-index: auto;
            }
            /* ==== Banner css end here ==== */
            /* ==== Home css start here ==== */
            
            .prepare_main .material-parallax {
                background: rgb(0, 0, 0, 0.8);
            }
            
            .prepare_content {
                color: #fff;
                border: 1px solid #fff;
                display: inline-block;
                padding: 25px 40px;
            }
            
            .latest-product .product-holder .p-buttonarea .btn,
            .popular-product .product-holder .p-buttonarea .btn {
                text-transform: capitalize !important;
                font-weight: 400 !important;
                margin-right: 5px;
                font-size: 16px;
            }
            
            .latest-product .product-holder .p-buttonarea .btn .arrow-left,
            .popular-product .product-holder .p-buttonarea .btn .arrow-left,
            #category-filter .product-holder .p-buttonarea .btn .arrow-left {
                margin-right: 10px;
                display: inherit;
                width: auto;
            }
            
            .latest-product .product-holder .p-price,
            .popular-product .product-holder .p-price {
                color: #000 !Important;
                font-weight: 400 !important;
                font-size: 18px;
            }
            
            .popular-product .product-holder .p-cate,
            .latest-product .product-holder .p-cate {
                color: #000 !Important;
            }
            
            .latest-product .product-holder .p-price span,
            .popular-product .product-holder .p-price span {
                color: #45b144;
                letter-spacing: 1px;
                font-size: 14px;
            }
            
            .popular-product .product-holder .p-title:hover,
            .latest-product .product-holder .p-title:hover {
                color: #45b144;
            }
            
            .latest-product .product-holder .p-buttonarea a.btn-wish,
            .popular-product .product-holder .p-buttonarea a.btn-wish {
                color: #45b144 !important;
                border: 2px solid #45b144;
                margin: 0 5px;
            }
            
            #category-filter .product-holder .p-buttonarea a.btn-wish {
                color: #45b144 !important;
                border: 2px solid #45b144;
                margin: 0 2px;
                font-size: 15px;
                border-radius: 5px;
                text-align: center;
                display: inline-block;
                font-weight: 600;
                text-transform: uppercase;
                padding: 4px 3px 2px;
            }
            
            .latest-product .product-holder .p-buttonarea a.btn-wish:hover,
            .popular-product .product-holder .p-buttonarea a.btn-wish:hover,
            #category-filter .product-holder .p-buttonarea a.btn-wish:hover {
                background: #45b144;
                color: #fff !important;
            }
            
            #grocino-categorys,
            #grocino-runnings,
            .organics,
            .latest-product,
            .our-speech,
            .blogs-holder {
                padding: 55px 0;
                position: relative;
            }
            
            .grocino-newsletter {
                padding: 55px 0 0;
                position: relative;
            }
            
            .grocino-newsletter img {
                margin-bottom: -6px;
            }
            
            .latest-product {
                background: #fff;
            }
            
            #grocino-categorys .c-title a {
                font-size: 18px;
                font-weight: 400;
            }
            
            #grocino-category .img-product {
                background: #fff5e1;
                min-height: 130px;
                margin-bottom: 25px;
                display: flex;
                align-items: center;
            }
            
            #grocino-category .c-content {
                text-align: center;
            }
            
            #grocino-category .owl-dots {
                display: none;
            }
            
            #grocino-runnings .owl-dots {
                text-align: center;
                margin-top: 40px;
            }
            
            #grocino-runnings .owl-dots .owl-dot {
                background: #9e9e9e;
            }
            
            #grocino-runnings .owl-dots .owl-dot.active {
                background: #4bb747 !important;
            }
            
            .popular-product {
                background: #fff;
                padding: 55px 0;
            }
            
            .fa-stack {
                width: 1.35em;
                font-size: 12px !important;
            }
            
            .organics .product-creative-title {
                position: absolute;
                top: auto;
                left: 5%;
                text-align: center;
                bottom: 10%;
            }
            
            #grocino-introduction2 .mid-boxcenter h4 {
                font-size: 18px;
                font-weight: 400;
            }
            
            #grocino-introduction2 {
                padding: 40px 0;
                position: relative;
            }
            
            #grocino-introduction2 .sideImage {
                position: absolute;
                top: -55%;
                left: 0;
                z-index: 2;
            }
            
            .mid-boxcenter .service_image {
                border: 2px solid #e81515;
                /* #7fbc91 */
                display: inline-block;
                border-radius: 100px;
                width: 120px;
                height: 120px;
                line-height: 160px;
            }
            
            .grocino-heading {
                margin-bottom: 40px;
                width: 100%;
                text-align: center;
            }
            
            .grocino-heading h4 {
                color: #419a3e;
                font-size: 22px;
                font-weight: 400;
                font-family: 'Billion Dreams Regular' !important;
                margin-bottom: 15px;
            }
            
            .grocino-heading .heading_text {
                margin-top: 0;
                font-size: 33px;
                font-weight: 500;
            }
            
            .grocino-heading h2.heading_text {
                font-size: 25px;
            }
            
            .grocino-newsletter .newsletter-inner {
                position: absolute;
                top: auto;
                bottom: 25%;
                left: 0;
                right: 0;
            }
            
            .grocino-heading span {
                color: #4bb748;
            }
            
            .prepare_main {
                margin: 10px 0;
                position: relative;
            }
            
            .prepare_main .prepare-shadow {
                background: rgba(0, 0, 0, 0.7);
                bottom: 5px;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 1;
                pointer-events: none;
            }
            
            .prepare_main .prepare-detail {
                color: #fff;
                position: absolute;
                top: 29%;
                text-align: center;
                right: 0;
                left: 0;
                bottom: 0;
                margin: 0 auto;
            }
            
            .prepare-box {
                border: 1px solid #fff;
                width: 60%;
                margin: 0 auto;
                padding: 15px 0;
            }
            
            .prepare-box h3 {
                color: #fff;
                font-size: 50px;
                font-weight: 400;
                font-family: 'Billion Dreams Regular' !important;
                margin-bottom: 0;
            }
            
            .prepare-box h2 {
                color: #fff;
                font-size: 65px;
                font-weight: 500;
                margin-top: 0;
            }
            
            .popular-product .img-product,
            .latest-product .img-product {
                background: #fff5e1;
                min-height: 240px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            #category-filter .img-product {
                background: #fff;
                /* min-height: 165px;
    max-height: 165px; */
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .popular-product .img-product img,
            #grocino-category .img-product img,
            .latest-product .img-product img {
                width: auto;
                margin: 0px auto;
            }
            
            .popular-product .product-holder,
            .latest-product .product-holder {
                padding: 0;
                box-shadow: none;
            }
            
            .popular-product .product-holder .p-content,
            .latest-product .product-holder .p-content,
            #category-filter .product-holder .p-content {
                padding: 15px 0 0;
            }
            
            .popular-product .product-holder .p-title,
            .latest-product .product-holder .p-title {
                font-weight: 400;
                padding: 12px 0;
                font-size: 18px;
            }
            
            .our-speech .img-review img {
                border: 0;
                border-radius: 100%;
                margin: 0 auto;
            }
            
            .our-speech .google-guideholder h4 {
                text-align: center;
                font-weight: 500;
            }
            
            .our-speech .owl-item {
                border-radius: 10px !important;
            }
            
            .our-speech .review-holderinner {
                text-align: center;
                background: #7fbc91 !important;
                padding: 70px 85px 20px !important;
                border-radius: 10px !important;
            }
            
            .our-speech .review-holderinner .google-guideholder {
                background: transparent;
                padding: 10px 0 25px;
            }
            
            .our-speech .owl-carousel .owl-stage-outer {
                padding: 90px 0 0;
                height: auto !important
            }
            
            .our-speech .img-review {
                margin: 0px auto;
                top: -130px;
                left: 0;
            }
            
            .our-speech .review-content {
                padding: 0;
                color: #fff;
                line-height: 30px;
            }
            
            .latest-product .owl-nav,
            .our-speech .owl-dots {
                display: none;
            }
            
            .our-speech .owl-prev {
                margin-left: 8% !important;
            }
            
            .our-speech .owl-next {
                margin-right: 8% !important;
            }
            
            .our-speech .owl-nav {
                position: absolute;
                top: 45%;
                width: 100%;
            }
            
            .our-speech .owl-next {
                float: right;
            }
            
            .our-speech .owl-nav button {
                width: 40px !important;
                height: 40px !important;
                background: #9e9e9e !important;
            }
            
            .our-speech .owl-nav button:hover {
                background: #4bb748 !important;
            }
            
            .our-speech .owl-nav button i {
                font-size: 30px !important;
                color: #fff;
            }
            
            .our-speech .owl-item {
                opacity: 0.5;
            }
            
            .our-speech span.review-star {
                margin: 20px 0 0;
                display: block;
            }
            
            .our-speech span.review-star .fa {
                margin: 0 2px;
            }
            
            .blogs-holder .owl-dots {
                text-align: center;
                margin-top: 15px;
            }
            
            .blogs-holder .owl-dots .owl-dot {
                background: #bababa;
                width: 20px;
                height: 3px;
                border-radius: 0;
            }
            
            .blogs-holder .owl-dots .owl-dot.active {
                background: #212121 !important;
            }
            
            .blogs-holder .blog-imgholder img {
                border: 0;
            }
            
            .blogs-holder .read-moreblog {
                float: none;
                background: #fff;
                border: 0;
                color: #7fbc91 !important;
                font-weight: 400;
                text-transform: capitalize;
                padding: 0;
                font-size: 16px;
            }
            
            .blogs-holder .read-moreblog .fa {
                margin-left: 5px;
            }
            
            .blogs-holder .read-moreblog:hover {
                background: transparent;
                border: 0;
                box-shadow: none;
                color: #7fbc91 !important;
            }
            
            .blogs-holder .blog-content {
                padding: 25px 0px;
                box-shadow: none;
            }
            
            .blogs-holder .badge {
                font-size: 14px;
                font-weight: 400;
                border-radius: 0;
            }
            
            .badge-success {
                background: #4bb748 !important;
            }
            
            .blogs-holder .blog-time {
                font-size: 16px;
                color: #000 !Important;
            }
            
            .blogs-holder .blog-para {
                color: #000 !Important;
                margin-bottom: 10px;
            }
            
            .blogs-holder .blog-title {
                font-size: 18px;
                font-weight: 400;
                margin: 15px 0;
            }
            
            .our-speech .owl-item.center {
                opacity: 1;
                box-shadow: 5px 8px 8px 0 #ccc;
                margin-bottom: 20px;
            }
            
            .our-speech .owl-item.center .review-holderinner {
                background: #e81515 !important;
            }
            
            .grocino-newsletter .btn.btn-subscriber {
                background: #e81515;
                border: 1px solid #e81515;
                color: #fff;
                border-radius: 50px;
                font-size: 16px !important;
                padding: 14px 48px;
                position: absolute;
                right: 0;
                top: 0;
                font-family: 'Roboto';
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .grocino-newsletter .btn.btn-subscriber:hover {
                background: #2B2F4C !important;
                color: #fff!important;
                border: 1px solid #2B2F4C !important;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            .grocino-newsletter .form-control {
                height: 54px;
                padding: 10px 200px 10px 25px;
                border-radius: 50px;
                border: 1px solid #fff;
                box-shadow: 3px 6px 8px 0 rgb(117 117 117 / 49%);
                font-size: 16px;
                color: #979797;
                font-family: 'Roboto';
            }
            
            .grocino-newsletter .form-control:focus {
                border: 1px solid #e81515;
                color: #2b2f4c;
            }
            
            .grocino-newsletter .form-control::placeholder {
                color: #979797 !important;
            }
            
            .grocino-newsletter .grocino-heading {
                margin-bottom: 20px;
            }
            
            .grocino-information {
                padding: 55px 0;
            }
            
            .grocino-information .media {
                align-items: center;
                display: flex;
            }
            
            .information-inner {
                display: inline-flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
            }
            
            .grocino-information h4 {
                color: #4bb748;
                font-size: 22px;
                font-weight: 500;
                margin: 0;
            }
            
            .grocino-information p {
                color: #2b2f4c;
                font-size: 18px;
            }
            
            .grocino-information .img-left {
                border: 2px solid #000 !Important;
                border-radius: 100px;
                text-align: center;
                margin-right: 20px;
                width: 60px;
                height: 60px;
                line-height: 75px;
            }
            
            .btn-success {
                background: #4bb748 !important;
                border: 1px solid #4bb748 !important;
                color: #fff !important;
                font-family: "Roboto";
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .btn-success:hover {
                background: #28a745 !important;
                border: 1px solid #28a745 !important;
                color: #fff !important;
                -webkit-box-shadow: -100px 0 0 #28a745 inset;
            }
            
            .right-arrow {
                float: right;
                width: auto !important;
                margin-top: 10px;
                margin-left: 10px;
            }
            
            .btn-shopnow {
                font-size: 18px;
                padding: 8px 10px;
            }
            
            .organics h3 {
                font-size: 25px;
                font-weight: 400;
                margin-bottom: 0;
            }
            
            .organics h2 {
                font-size: 30px;
                color: #000;
                margin-top: 0;
            }
            
            #grocino-running img {
                width: auto;
                max-width: 130px;
            }
            
            #grocino-running .product-holder {
                background-image: url('../img/home/product-bg.png');
                background-repeat: no-repeat;
                background-size: cover;
                min-height: 230px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 15px 0 30px;
                border: 1px solid #000 !Important;
            }
            
            .running-body h4 {
                font-size: 22px;
                font-family: 'Billion Dreams Regular' !important;
                font-weight: 400 !important;
                color: #000 !Important;
                margin-bottom: 0;
            }
            
            .running-body h2 {
                font-size: 30px;
                font-weight: 500;
                margin-top: 0;
                margin-bottom: 30px;
            }
            
            .heading-dots .fa {
                font-size: 10px;
                font-weight: bold;
                letter-spacing: -4px;
            }
            
            .dots-left {
                margin-right: 50px;
            }
            
            .dots-right {
                margin-left: 50px;
            }
            
            .grocino-heading .heading-dots {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .grocino-heading .heading-dots:after {
                content: "\f10c";
                font-family: 'FontAwesome';
                color: #4bb748;
                font-size: 10px;
                letter-spacing: 5px;
                font-weight: bold;
                display: contents;
            }
            
            .heading_circle:after {
                content: "\f10c \f10c";
                font-family: 'FontAwesome';
                color: #4bb748;
                font-size: 10px;
                letter-spacing: 5px;
                font-weight: 500;
                margin-left: 50px;
                display: flex;
                align-items: center;
            }
            
            .grocino-heading .heading-dots:before {
                content: "\f10c";
                font-family: 'FontAwesome';
                color: #4bb748;
                font-size: 10px;
                letter-spacing: 5px;
                font-weight: bold;
                display: contents;
            }
            
            .heading_circle:before {
                content: "\f10c \f10c";
                font-family: 'FontAwesome';
                color: #4bb748;
                font-size: 10px;
                letter-spacing: 5px;
                font-weight: 500;
                margin-right: 50px;
                display: flex;
                align-items: center;
            }
            
            .heading_circle {
                display: flex;
                color: #2b2f4c !important;
            }
            
            .grocino-home .home-header2 .grocino-header,
            .home2 .grocino-header {
                /* position: absolute; */
                position: fixed;
                /* background: rgb(0, 0, 0, .5); */
                background: #e81515;
            }
            
            .home2 .mega-menudesktop .nav-item {
                padding: 0 28px;
            }
            
            .home2 .mega-menudesktop .navbar-nav {
                justify-content: center;
            }
            
            .grocino-home .home-header2 .dropdown-text,
            .grocino-home .dropdown .icon,
            .grocino-home .home-header2 .main-nav .nav-link,
            .grocino-home .top-right .userpanel-link {
                color: #fff !important;
            }
            
            .grocino-home .home-header2 .main-nav .nav-link.active {
                color: #e81515 !important;
            }
            
            .home-header2 .menu {
                border: 0 !important;
            }
            
            .ui.simple.dropdown .dropdown-text {
                padding-bottom: 10px !important;
                padding-top: 10px !important;
                color: #000;
            }
            
            .grocino-home .ui.simple.dropdown .dropdown-text {
                color: #fff;
            }
            
            .ui.simple.dropdown .menu {
                max-height: 16.02857143rem;
                overflow-x: hidden !important;
                overflow-y: auto !important;
                margin: 0 !important;
            }
            
            .grocino-home .home-header2 .top-right .userpanel-link .amount {
                color: #c3f7c7 !important;
            }
            /* ==== Home css end here ==== */
            /* ==== Category css start here ==== */
            
            .home-header2 .grocino-header {
                position: inherit;
                padding: 0 50px;
            }
            
            .grocino-home .home-header2 {
                box-shadow: none;
            }
            
            .home-header2 {
                box-shadow: 6px 1px 3px 0px #ddcfcf;
            }
            
            .home-header2 .main-nav .nav-link,
            .home-header2 .dropdown-text,
            .home-header2 .dropdown .icon {
                color: #000 !important;
            }
            
            .home-header2 .main-nav .nav-link.active {
                color: #e81515;
            }
            
            .home-header2 .main-nav .nav-link:hover,
            .home-header2 .top-right .userpanel-link,
            .home-header2 .top-right .userpanel-link .amount {
                color: #e81515 !important;
            }
            
            .category-section {
                padding: 75px 100px 65px;
                position: relative;
            }
            
            .category-section .grocino-heading {
                margin-bottom: 60px;
            }
            
            .category-section .sideImg1 {
                position: absolute;
                top: 50px;
                left: 0;
            }
            
            .category-section .sideImg2 {
                position: absolute;
                bottom: -100px;
                right: 0;
            }
            
            #category-popular .grocino-heading {
                padding-top: 20px;
            }
            
            .category-boxholder h4 {
                font-size: 20px;
                font-weight: 400;
                margin: 0 0 15px;
                min-height: 70px;
                max-height: 70px;
            }
            
            .category-section .col-md-3.col-sm-6 {
                 padding: 0 0px;
                /* padding: 0 21px; */
            }
            
            .category-boxholder p {
                margin: 0 0 12px;
                color: #000 !Important;
            }
            
            .category-boxholder {
                text-align: center;
                background: #ffff;
                box-shadow: -1px 2px 20px 0 rgba(117, 117, 117, 0.4);
                padding: 20px;
                transition: all 1.0s ease;
                border: 2px solid #fff;
                margin-bottom: 75px;
                overflow: hidden;
                min-height: 320px;
            }
            
            .category-boxholder:hover {
                box-shadow: none;
                border: 2px solid #e81515;
            }
            
            .category-boxholder:hover .category-border {
                border: #fff;
            }
            
            .category-boxholder .arrow-left {
                background: #e81515;
                border-radius: 50px;
                padding: 10px 6px;
                margin-right: 10px;
            }
            
            .category-border {
                border: 1px solid #e81515;
                padding: 30px 10px 20px;
                transition: all .5s ease;
            }
            
            .category-boxholder .btn {
                display: inline-flex;
                align-items: center;
                padding: 0;
                transition: all .5s ease;
                font-size: 16px;
                font-weight: 400;
            }
            
            .category-boxholder .btn-default {
                background: transparent !important;
                border: 0 !important;
            }
            
            .category-boxholder .btn.btn-orange {
                background: #e81515;
                color: #fff !important;
                padding: 6px 15px;
                border-radius: 50px;
                position: absolute;
                transform: translate(-50%, 0);
                left: 50%;
                top: 175%;
                opacity: 0;
                width: 80%;
                justify-content: center;
                transition: all 1.0s ease;
            }
            
            .category-boxholder:hover .btn.btn-orange {
                opacity: 1;
                top: 5px;
                left: 50%;
            }
            
            .category-boxholder:hover .btn.btn-default {
                opacity: 0;
            }
            
            .category-boxholder .arrow-right {
                margin-left: 10px;
            }
            
            .category-boxholder .buttons {
                position: relative;
            }
            
            .category-boxholder .img-product {
                min-height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .grocino-category .p-buttonarea .btn.btn-pcart {
                background: #4bb748 !important;
                border: 1px solid #4bb748 !important;
            }
            
            #category-popular .owl-dots {
                text-align: center;
                padding: 75px 0 103px;
            }
            
            #category-popular .owl-dots .owl-dot,
            #brands .owl-dots .owl-dot {
                background: #c6c7c9;
                width: 10px;
                height: 10px;
            }
            
            #category-popular .owl-dots .owl-dot.active,
            #brands .owl-dots .owl-dot.active {
                background: #fff !important;
                width: 12px;
                height: 12px;
                border: 2px solid #e81515;
            }
            
            .product-offer {
                padding: 0 50px 65px;
            }
            
            .product-offer img {
                width: 100%;
                height: 100%;
            }
            
            .product-offer .banner-column:first-child {
                padding-left: 0;
            }
            
            .product-offer .banner-column {
                padding: 0 10px;
            }
            
            .product-offer .banner-column2 {
                padding: 0 5px;
            }
            
            .product-offer .banner2,
            .product-offer .banner3 {
                padding-bottom: 10px;
            }
            
            #category-filter .product-holder .p-buttonarea .btn .arrow-left {
                margin-right: 5px;
            }
            
            .heading1 {
                font-size: 22px;
                font-weight: 500;
            }
            
            .grid-top .heading1 {
                margin-bottom: 10px;
            }
            
            #category-filter .p-content .btn-pcart {
                background: #45b144;
                border: 1px solid #45b144;
                color: #fff !important;
                font-size: 13px;
                border-radius: 4px;
                padding: 4px 8px;
            }
            
            #category-filter .product-holder,
            .grid-top {
                margin-bottom: 20px;
            }
            
            .grid-top {
                /* padding-right: 20px; */
            }
            
            .category-section1 {
                padding: 100px 35px 130px;
                position: relative;
            }
            
            .category-section1 .sideImage {
                position: absolute;
                left: 0;
                top: -45px;
            }
            
            #category-filter .form-control {
                border-radius: 0;
                border: 1px solid #c6c2c3;
                font-family: 'Roboto';
                font-size: 16px;
                padding: 5px 15px;
                height: 38px;
                box-shadow: none;
            }
            
            #category-filter select.form-control {
                padding-right: 40px;
            }
            
            #category-filter .custom-dropdown::after {
                color: #9c9c9c;
            }
            
            #category-filter .custom-dropdown::before {
                border: 0;
                width: 0;
            }
            
            #category-filter .form-control:focus {
                border: 1px solid #e81515;
                color: #2b2f4c;
            }
            
            .search_form {
                position: relative;
            }
            
            .input-icon {
                position: absolute;
                right: 15px;
                bottom: 8px;
                padding-left: 8px;
                background: #fff;
            }
            
            .input-icon i {
                color: #9c9c9c;
                font-size: 17px;
            }
            
            .category-sidebar .filter-group .title {
                font-size: 18px;
                font-weight: 500;
                margin: 0 0 10px;
            }
            
            .category-sidebar .filter-group {
                margin-bottom: 65px;
            }
            
            .category-sidebar .filter-group .list-menu a {
                font-size: 16px;
            }
            
            .category-sidebar .filter-group .list-menu a:before {
                content: "\f105";
                font-family: 'FontAwesome';
                margin-right: 15px;
            }
            
            .category-sidebar .filter-group .list-menu a span {
                float: right;
            }
            
            .category-sidebar .filter-group .list-menu li {
                margin: 0 0 30px;
            }
            
            .category-sidebar .filter-content .media {
                margin-bottom: 20px;
            }
            
            .category-sidebar .filter-content .img-product {
                min-height: 54px !important;
                min-width: 54px;
                margin-right: 15px;
            }
            
            .category-sidebar .filter-content h6 {
                font-size: 14px;
                font-weight: 500;
            }
            
            .category-sidebar .filter-content .fa-star,
            .category-sidebar .filter-content .fa-star-o {
                font-size: 10px;
                color: #45b144;
            }
            
            .category-sidebar .filter-content .media span {
                color: #000 !Important;
            }
            
            .category-sidebar .filter-content .list-inline-item:not(:last-child) {
                margin-right: 0;
            }
            
            .category-sidebar .filter-content .tags .list-inline-item:not(:last-child) {
                margin-right: 8px;
                margin-bottom: 8px;
            }
            
            .tags li {
                font-size: 14px;
                border: 1px solid #c6c2c3;
                padding: 5px 18px;
                margin-bottom: 8px;
            }
            
            .tags li:hover {
                background: #e81515;
                color: #fff;
            }
            
            .product-list .image {
                float: left;
            }
            
            .product-list .product-thumb {
                min-height: 170px;
            }
            
            .product-list .product-thumb .caption {
                margin-left: 200px;
                padding: 20px !important;
            }
            
            #category-filter .product-list .img-product {
                min-width: 200px;
            }
            
            #category-filter .filter-products .col-12 {
                /* padding-right: 34px; */
            }
            
            .category-sidebar {
                /* padding-left: 45px; */
                padding-left: 0px;
            }
            
            #category-filter .product-holder .p-title {
                font-size: 14px;
                font-weight: 500;
                padding: 0;
            }
            
            #category-filter .product-holder .p-title:hover {
                color: #e81515;
            }
            
            #category-filter .product-holder .p-price {
                color: #000 !Important;
                font-weight: 500;
                font-size: 13px;
            }
            
            #category-filter .product-holder .p-buttonarea {
                margin: 8px 0px 0px 0px;
            }
            
            #category-filter .product-holder .p-cate {
                color: #000 !Important;
                font-size: 12px;
            }
            
            #category-filter .product-holder .p-price span {
                color: #45b144;
                letter-spacing: 1px;
                font-size: 12px;
            }
            
            .list_inline {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .list_inline .custom-dropdown {
                width: 100%;
            }
            
            .list_inline .btn-group {
                margin-left: 15px;
                background: linear-gradient(115deg, #e81515 50%, #eaeaea 50%);
                color: #fff;
            }
            
            .list_inline .btn-group.active {
                background: linear-gradient(295deg, #e81515 50%, #eaeaea 50%);
                color: #fff;
            }
            
            .list_inline .btn-group .btn.active,
            .list_inline .btn-group .btn {
                border: none;
            }
            
            .filter-group .fa-stack {
                width: 1em;
                font-size: 10px !important;
            }
            
            .list_inline .btn-group .btn.active i,
            .list_inline .btn-group .grid {
                color: #fff !important;
            }
            
            .list_inline .btn-group.active i {
                color: #2b2f4c;
            }
            /* =============== Sidebar ============= */
            
            .category-sidebar .price-btn {
                background: #77a713;
                border: 1px solid #77a713;
                color: #fff !important;
                font-size: 16px;
                padding: 5px 11px;
                border-radius: 5px;
                margin-right: 20px;
                font-family: "Roboto";
            }
            
            .grocino-category-sidebar1 .grocino-heading {
                margin-bottom: 60px;
            }
            
            .slider-labels {
                margin-top: 10px;
            }
            
            .noUi-target,
            .noUi-target * {
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -ms-touch-action: none;
                touch-action: none;
                -ms-user-select: none;
                -moz-user-select: none;
                user-select: none;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            
            .noUi-target {
                position: relative;
                direction: ltr;
            }
            
            .noUi-base {
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 1;
                /* Fix 401 */
            }
            
            .noUi-origin {
                position: absolute;
                right: 0;
                top: 0;
                left: 0;
                bottom: 0;
            }
            
            .noUi-handle {
                position: relative;
                z-index: 1;
            }
            
            .noUi-stacking .noUi-handle {
                /* This class is applied to the lower origin when
	its values is > 50%. */
                z-index: 10;
            }
            
            .noUi-state-tap .noUi-origin {
                -webkit-transition: left 0.3s, top .3s;
                transition: left 0.3s, top .3s;
            }
            
            .noUi-state-drag * {
                cursor: inherit !important;
            }
            
            .noUi-base,
            .noUi-handle {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            /* Slider size and handle placement */
            
            .noUi-horizontal {
                height: 4px;
            }
            
            .noUi-horizontal .noUi-handle {
                width: 12px;
                height: 12px;
                border-radius: 2px;
                left: -7px;
                top: -4px;
                background-color: #e81515;
                cursor: pointer;
            }
            /* Styling */
            
            .noUi-background {
                background: #D6D7D9;
            }
            
            .noUi-connect {
                background: #e81515;
                -webkit-transition: background 450ms;
                transition: background 450ms;
            }
            
            .noUi-origin {
                border-radius: 2px;
            }
            
            .noUi-target {
                border-radius: 2px;
                margin-bottom: 25px;
            }
            
            .slider-labels #slider-range-value1 {
                margin-left: 5px;
            }
            /* Handles and cursors */
            
            .noUi-draggable {
                cursor: w-resize;
            }
            
            .noUi-vertical .noUi-draggable {
                cursor: n-resize;
            }
            
            .noUi-handle {
                cursor: default;
                -webkit-box-sizing: content-box !important;
                -moz-box-sizing: content-box !important;
                box-sizing: content-box !important;
            }
            
            .noUi-handle:active {
                background-clip: padding-box;
                left: 0;
                top: -8px;
                border: 4px solid rgba(244, 100, 50, 0.3);
            }
            /* Disabled state */
            
            [disabled].noUi-connect,
            [disabled] .noUi-connect {
                background: #B8B8B8;
            }
            
            [disabled].noUi-origin,
            [disabled] .noUi-handle {
                cursor: not-allowed;
            }
            
            .slider-labels .caption {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                color: #000 !Important;
            }
            /* ==== Category css end here ==== */
            /* ==== About css start here ==== */
            
            .about-brands {
                padding: 65px 50px 130px;
            }
            
            .about-brands .grocino-heading {
                margin-bottom: 30px;
            }
            
            .about-brands .brand-logo img {
                width: auto;
                filter: grayscale(100%);
                transition: .3s ease-in-out;
            }
            
            .about-brands .center .brand-logo img,
            .about-brands .brand-logo img:hover {
                filter: grayscale(0);
            }
            
            #brands .owl-dots {
                text-align: center;
                margin: 10px 0 0;
            }
            
            .brand-logo {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 115px;
            }
            
            .about-working .working-content {
                padding-left: 45px;
            }
            
            .about-working {
                padding: 100px 138.5px 65px;
                position: relative;
            }
            
            .lside-img {
                position: absolute;
                top: 10%;
                left: 0;
            }
            
            .rside-img {
                position: absolute;
                bottom: 25%;
                right: 0;
            }
            
            #Dhanam Super Market-about {
                margin-top: 20px;
            }
            
            .working-content h4 {
                font-family: 'Billion Dreams Regular' !important;
                font-size: 22px;
                font-weight: 400;
                color: #e81515;
                margin: 0 0 15px;
            }
            
            .working-content h3 {
                font-size: 25px;
                margin: 0 0 15px;
                letter-spacing: 1px;
                font-weight: 500;
            }
            
            .working-content .btn {
                font-size: 16px;
                border-radius: 0;
                padding: 9px 24px;
                margin-right: 10px;
            }
            
            .working-content .buttons {
                margin-top: 30px;
            }
            
            .about-working .img2 {
                position: absolute;
                right: 0;
                top: 65px;
            }
            
            .group-img {
                position: relative;
            }
            
            #Dhanam Super Market-about .group-img img {
                width: 60%;
                box-shadow: 3px 2px 8px 0 #9e9e9e;
                padding: 8px;
                background: #fff;
            }
            
            .about-service {
                background-image: url('../img/about/banner.png');
                background-size: cover;
                background-repeat: no-repeat;
                margin: 65px 0 65px;
                position: relative;
            }
            
            .about-service .right-banner {
                background-image: url('../img/about/banner-right.png');
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                right: 0;
                left: 50%;
                top: 0;
                height: 100%;
                width: 100%;
            }
            
            .about-service .working-content {
                padding: 50px 60px 50px 145px;
            }
            
            .about-service .working-content h3,
            .about-service .working-content p {
                color: #fff;
            }
            
            .about-service .working-content p {
                line-height: 30px;
            }
            
            .about-service .working-content h3 {
                margin: 0 0 25px;
            }
            
            .about-service .working-content .buttons {
                margin-top: 35px;
            }
            
            .about-service .working-content .btn:hover {
                color: #fff !important;
            }
            
            .since-about {
                padding: 50px 35px 65px;
                position: relative;
            }
            
            .since-about .graph {
                margin: 15px 0 25px;
            }
            
            .graph {
                position: relative;
                margin: 25px 0 20px;
                width: 100%;
                text-align: center;
                display: flex;
                align-items: center;
            }
            
            .graph-sm {
                justify-content: center;
            }
            
            .graph-sm img {
                max-width: 45px;
                margin: 0 15px;
            }
            
            .graph:after,
            .graph:before {
                content: " ";
                display: inline-block;
                margin: 0;
                height: 1px;
                text-shadow: none;
                background-color: #999;
            }
            
            .graph-sm:after,
            .graph-sm:before {
                width: 60px;
            }
            
            .graph-md:after,
            .graph-md:before {
                width: 55px;
            }
            
            .graph-md img {
                max-width: 50px;
                margin: 0 20px;
            }
            
            .graph-md {
                margin: 15px 0 25px 15px;
            }
            
            .quality-main {
                padding: 65px 35px 50px;
                text-align: center;
            }
            
            .quality-main h4 {
                font-size: 20px;
                font-weight: 400;
            }
            
            .quality-main p {
                color: #000 !Important;
                line-height: 25px;
            }
            
            .quality-main .grocino-heading {
                margin-bottom: 60px;
            }
            
            .team-member {
                padding: 65px 50px;
            }
            
            #ourteam-members {
                padding-top: 20px;
            }
            
            .team-member h5 {
                font-size: 18px;
                font-weight: 400;
                margin: 0 0 2px;
            }
            
            .team-member p {
                font-size: 13px;
                color: #000 !Important;
            }
            
            .team-content {
                background: #fff;
                position: absolute;
                width: 110%;
                left: -12px;
                bottom: -75px;
                right: 0;
                border-radius: 100%;
                padding: 15px 0 75px;
                transition: all 0.8s ease 0s;
            }
            
            .hover-content {
                position: absolute;
                width: auto;
                bottom: -5px;
                background: rgba(244, 100, 50, 0.8);
                left: 15px;
                right: 15px;
                padding: 60px 0;
                margin: 0 auto;
                opacity: 0;
                bottom: 15px;
                transition: all 0.8s ease 0s;
            }
            
            .hover-content h5,
            .hover-content p,
            .hover-content ul li a {
                color: #fff !important;
            }
            
            .hover-content ul li a .fa {
                font-size: 16px;
            }
            
            .team-member .item {
                text-align: center;
            }
            
            .team-member .item:hover .hover-content {
                opacity: 1;
            }
            
            .team-member .item:hover .team-content {
                opacity: 0;
                bottom: -170px;
            }
            
            #Dhanam Super Market-about .owl-stage-outer.owl-height {
                padding-bottom: 70px;
            }
            
            #Dhanam Super Market-about .owl-dots {
                text-align: center;
                margin: 30px 0 0;
            }
            
            #Dhanam Super Market-about .owl-dots .owl-dot {
                background: #c6c7c9;
                width: 10px;
                height: 10px;
            }
            
            #Dhanam Super Market-about .owl-dots .owl-dot.active {
                background: #fff !important;
                border: 2px solid #e81515;
                width: 12px;
                height: 12px;
            }
            
            .circle_percent {
                font-size: 200px;
                width: 170px;
                height: 170px;
                position: relative;
                background: #c6c2c1;
                border-radius: 50%;
                overflow: hidden;
                display: inline-block;
                margin: 20px;
            }
            
            .circle_inner {
                position: absolute;
                left: 0;
                top: 0;
                width: 1em;
                height: 1em;
                clip: rect(0 1em 1em .5em);
            }
            
            .round_per {
                position: absolute;
                left: 0;
                top: -15px;
                width: 1em;
                height: 1em;
                background: #e81515;
                clip: rect(0 1em 1em .5em);
                transform: rotate(180deg);
                transition: 1.05s;
            }
            
            .percent_more .circle_inner {
                clip: rect(0 .5em 1em 0em);
            }
            
            .percent_more:after {
                position: absolute;
                left: .5em;
                top: 0em;
                right: 0;
                bottom: 0;
                background: #e81515;
                content: '';
            }
            
            .circle_inbox {
                position: absolute;
                top: 3px;
                left: 3px;
                right: 3px;
                bottom: 3px;
                background: #fff;
                z-index: 3;
                border-radius: 50%;
            }
            
            .percent_text {
                position: absolute;
                font-size: 33px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 3;
                color: #e81515;
                font-weight: 500;
            }
            /* ==== About css end here ==== */
            /* ==== Contact-us css start here ==== */
            
            .contact-section {
                padding: 100px 75px 65px;
            }
            
            .contact-section h2 {
                font-size: 22px;
                font-weight: 400;
            }
            
            .contact-section p {
                color: #000 !Important;
                font-size: 16px;
            }
            
            .contact-column,
            .contact-right form {
                margin-top: 60px;
            }
            
            .contact-column .row div {
                margin-bottom: 60px;
                padding: 0 30px;
            }
            
            .contact-column .row div:nth-child(1) {
                padding-left: 15px;
            }
            
            .contact-column .row div:nth-child(2) {
                padding-right: 15px;
            }
            
            .contact-column i {
                font-size: 30px;
            }
            
            .contact-column h4 {
                font-size: 16px;
                font-weight: 500;
            }
            
            .contact-column p {
                font-size: 16px;
            }
            
            .contact-column a:hover i {
                color: #e81515 !important;
            }
            
            .contact-right label {
                font-size: 16px;
                margin-bottom: 25px;
            }
            
            .contact-right .form-group {
                margin-bottom: 30px;
            }
            
            .contact-right .form-control {
                border: 2px solid #c6c2c3;
                color: #2e2c2c!important;
                border-radius: 0;
                padding: 10px 15px;
                height: auto;
                box-shadow: none;
                font-family: 'Roboto';
            }
            
            .contact-right .form-control:focus {
                border: 2px solid #e81515;
                color: #2b2f4c !important;
            }
            
            .btn-submit {
                background: #e81515 !important;
                color: #fff !important;
                border-radius: 0;
                padding: 10px;
                font-family: 'Roboto' !important;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .btn-submit:hover {
                background: #2B2F4C !important;
                color: #fff!important;
                border: 1px solid #2B2F4C !important;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            .contact-left {
                padding-right: 120px;
            }
            
            .contact-right {
                padding-left: 35px;
            }
            
            .contact-left .live_chat {
                background: #e81515 !important;
                color: #fff !important;
                font-size: 16px;
                padding: 5px 10px;
                border-radius: 5px;
                display: inline-flex;
                align-items: center;
                position: relative;
            }
            
            .contact-left .live_chat img {
                margin-right: 10px;
            }
            
            .contact-left .live_chat:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-left: 25px solid transparent;
                border-right: 0 solid transparent;
                border-top: 15px solid #e81515;
                bottom: -10px;
                right: 35px;
                z-index: -1;
            }
            /* ==== Contact-us css end here ==== */
            /* ==== Blog css start here ==== */
            
            .blog-section {
                padding: 100px 35px 130px;
            }
            
            .blog-left p {
                color: #6f6e6a !important;
                margin: 0;
                font-size: 16px;
            }
            
            .blog-section a,
            .blog-section ul li,
            .blog-right .media-body span {
                color: #767676;
            }
            
            .detail-left a .fa:hover {
                color: #e81515;
            }
            
            .detail-left .media .media-left img {
                border-radius: 100%;
                width: 100%;
                max-width: 80px;
            }
            
            .blog_content {
                margin-bottom: 80px;
            }
            
            .blog_content li a:hover,
            .middle-bg ul li a:hover {
                color: #e81515 !important;
            }
            
            .middle-bg ul li a {
                color: #fff !important;
            }
            
            .blog-left .list-inline {
                margin: 20px 0 0;
            }
            
            .blog-left h2 {
                font-size: 25px;
                font-weight: 500;
                margin: 12px 0 25px;
            }
            
            .middle-bg {
                background-image: url('../img/blog/bg.png');
                background-size: cover;
                background-repeat: no-repeat;
                margin: 80px 0 80px;
                padding: 35px 50px 40px;
            }
            
            .middle-bg p {
                color: #fff !important;
            }
            
            .middle-bg h3 {
                text-align: right;
                font-weight: 400;
                font-style: italic;
                color: #fff;
            }
            
            .btn-orange {
                background: #22CC44 !important;
                border: 1px solid #22CC44 !important;
                color: #fff !important;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .btn-orange:hover {
                background: #2B2F4C !important;
                color: #fff!important;
                border: 1px solid #2B2F4C !important;
                -webkit-box-shadow: -100px 0 0 #2B2F4C inset;
            }
            
            .btn-outline-orange {
                background: #e81515;
                border: 2px solid #e81515;
                color: #fff !important;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #fff inset;
            }
            
            .btn-outline-orange:hover {
                background: transparent;
                color: #2B2F4C;
                -webkit-box-shadow: -100px 0 0 transparent inset;
            }
            
            .badge-orange {
                background: #e81515;
                color: #fff;
            }
            
            .top_date {
                background: #e81515;
                padding: 8px 10px 5px;
                color: #fff;
                position: absolute;
                top: 30px;
                right: 30px;
                text-align: center;
                font-size: 25px;
                font-weight: 500;
            }
            
            .top_date .month {
                color: #fff !important;
                font-size: 12px;
                font-weight: 100;
            }
            
            .blog-left .list-inline-item:not(:last-child) {
                margin-right: 30px;
            }
            
            .blog-left .list-inline-item:last-child {
                margin-left: 40px;
            }
            
            .blog-left .btn {
                border-radius: 0;
                color: #fff !important;
            }
            
            .blog-left .btn:hover {
                color: #fff !important;
            }
            
            .pagination {
                justify-content: center;
            }
            
            .pagination .page-link {
                font-size: 16px;
                border-radius: 0 !important;
                padding: 6px 12px;
                background: #eaeaea;
                margin-left: 10px !important;
                border: 1px solid #eaeaea;
                color: #2b2f4c !important;
                font-weight: 500;
                box-shadow: none;
            }
            
            .pagination .page-link:not(:last-child) {
                margin-right: 0;
            }
            
            .pagination .page-item.active .page-link,
            .pagination .page-item .page-link:hover {
                background: #e81515;
                border: 1px solid #e81515;
                color: #fff !important;
            }
            
            .blog-right i.uil.uil-search {
                font-size: 18px;
            }
            
            .blog-right .form-control {
                background: #e7e5e6;
                height: auto;
                border: 1px solid #e7e5e6;
                box-shadow: none;
                font-family: 'Roboto';
                border-radius: 0;
            }
            
            .blog-right .graph-sm {
                margin: 15px 0 35px;
            }
            
            .blog-right .form-control:focus {
                border: 1px solid #e81515;
            }
            
            .blog-right .input-group-append .btn {
                border-radius: 0;
            }
            
            .blog-right h3 {
                font-size: 22px;
                text-align: center;
                font-weight: 500;
                margin: 50px 0 15px !important;
            }
            
            .blog-tags h2 {
                margin-top: 38px !important;
            }
            
            .blog-right .media {
                margin-bottom: 30px;
            }
            
            .blog-right .media:hover .media-body .date,
            .blog-right .media:hover .media-body p {
                color: #e81515;
            }
            
            .blog-right .media-left {
                margin-right: 20px;
            }
            
            .blog-category ul li a span {
                float: right;
            }
            
            .blog-category ul li:hover {
                color: #e81515;
            }
            
            .blog-category ul li a {
                font-size: 15px;
            }
            
            .blog-category ul li {
                margin-bottom: 25px;
            }
            
            .social-images {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            
            .social-images img {
                margin: 0 0 12px;
            }
            
            .blog-tags .list-inline-item:not(:last-child) {
                margin-right: 12px;
                margin-bottom: 12px;
            }
            
            .blog-tags ul li a:hover {
                color: #e81515 !important;
            }
            
            .middle-bg i.fa.fa-quote-left {
                color: #fff;
                margin-bottom: 50px;
                font-size: 30px;
            }
            /* ==== Blog css end here ==== */
            /* ==== Blog detail css start here ==== */
            
            .grocino-blog-detail .middle-bg {
                margin: 45px 0;
            }
            
            .detail-left {
                margin: 30px 0 0;
            }
            
            .detail-left ul {
                list-style: inside;
                font-size: 16px;
                line-height: 30px;
            }
            
            .inline-info {
                margin: 20px 0 0;
                display: inline-flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
            }
            
            .inline-info h3 {
                font-size: 18px;
                font-weight: 400;
                color: #2b2e4d;
            }
            
            .inline-info .first li a {
                padding: 5px 10px;
            }
            
            .inline-info .first li a:hover {
                background: #e81515;
                color: #fff !important;
            }
            
            .inline-info a .fa {
                color: #2b2e4d;
            }
            
            .inline-info a:hover .fa {
                color: #e81515;
            }
            
            .detail-left h2 {
                font-size: 25px;
                font-weight: 500;
                margin-bottom: 25px;
            }
            
            .detail-left .media-left {
                margin-right: 20px;
                flex: 0 0 10%;
            }
            
            .detail-left .media-body h3 {
                margin: 0 0 10px;
                font-size: 18px;
                font-weight: 500;
            }
            
            .detail-left .media-body p {
                margin: 20px 0 0;
                font-size: 16px;
            }
            
            .detail-left .media-body p {
                color: #767676;
            }
            
            .detail-left .media-body span {
                color: #767676;
                font-weight: 400;
                font-size: 14px;
            }
            
            .comment-part .media-heading a .fa {
                margin-right: 5px;
            }
            
            .comment-part .media-heading h3 {
                margin: 0;
            }
            
            .comment-part .media-heading a {
                color: #e81515 !important;
            }
            
            .comment-part .media-heading {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .detail-left .media {
                margin: 40px 0 0;
            }
            
            .food-column {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            #foodinfo-carousel .owl-dots {
                display: none;
            }
            
            .food-column h3 {
                font-size: 18px;
                font-weight: 400;
                margin-bottom: 10px;
            }
            
            .grocino-foodinfo {
                margin: 60px 0;
            }
            
            .food-column .food-right {
                text-align: right;
            }
            
            #foodinfo-carousel .owl-nav button {
                border: 1px solid #bababa;
                color: #bababa;
                width: 35px;
                height: 35px;
                font-size: 30px;
                font-weight: 100 !important;
                line-height: 35px;
            }
            
            #foodinfo-carousel .owl-nav button:hover {
                border: 1px solid #e81515;
                color: #fff;
                background: #e81515;
            }
            
            #foodinfo-carousel .owl-nav button .uil:before {
                margin: 0 !important;
            }
            
            #foodinfo-carousel .owl-nav {
                position: absolute;
                bottom: 20px;
                left: 0;
                right: 0;
                display: flex;
                justify-content: space-between;
            }
            
            #foodinfo-carousel .owl-nav button.owl-prev {
                margin-left: 15px;
            }
            
            #foodinfo-carousel .owl-nav button.owl-next {
                margin-right: 15px;
            }
            
            #foodinfo-carousel {
                padding: 0 65px;
            }
            
            .food-left,
            .food-right {
                width: 35%;
            }
            
            .food-column span {
                color: #767676;
                font-size: 16px;
            }
            
            .related-box {
                margin: 0 0 30px;
            }
            
            .related-items {
                padding: 0 0 30px;
            }
            
            .related-content h3 {
                font-size: 18px;
                font-weight: 400;
                margin: 0 0 15px;
            }
            
            .related-content .related-time {
                margin: 0 0 10px;
                color: #9d9d9d;
            }
            
            .related-img {
                margin: 0 0 10px;
            }
            
            .related-img img {
                width: 100%;
            }
            
            .related-content p {
                color: #9d9d9d;
            }
            
            .related-content {
                padding: 0;
            }
            
            .related-content .readmore {
                color: #49b746 !important;
            }
            
            .related-content .readmore .fa {
                margin-left: 5px;
            }
            
            .comment-form {
                margin-top: 60px;
            }
            
            .comment-form .form-control {
                background: #e7e5e6;
                border: 1px solid #e7e5e6;
                border-radius: 0;
                font-size: 16px;
                padding: 12px 30px;
                height: auto;
                font-family: 'Roboto';
                box-shadow: none;
            }
            
            .comment-form .form-control:focus {
                border: 1px solid #e81515;
            }
            
            .comment-form .form-group {
                margin-bottom: 20px;
            }
            
            .comment-form .btn {
                margin: 0;
                font-size: 18px;
            }
            /* ==== Blog detail css end here ==== */
            /* ==== Cart css start here ==== */
            
            .cart-section {
                padding: 100px 35px 23px!important;
            }
            
            .cart-section .table {
                margin: 20px 0 70px;
            }
            
            .cart-section .table td .minus,
            .cart-section .table td .plus {
                cursor: pointer;
            }
            
            .cart-section .img-product {
                /* background: #fff5e1; */
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 121px;
                min-height: 107px;
                margin-right: 10px;
            }
            
            .cart-section h2 {
                margin: 5px 0;
                font-size: 18px;
                color: #2b2f4c;
                font-weight: 500;
            }
            
            .cart-section .media {
                align-items: center;
            }
            
            .cart-section .table td {
                vertical-align: middle;
                color: #000 !Important;
            }
            
            .cart-section .tprice-del {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .cart-section .tprice-del i {
                margin-left: 20px;
            }
            
            .cart-section .tprice-del:hover i {
                color: #e81515;
            }
            
            .cart-section .table td,
            .cart-section .table th {
                padding: 0px .75rem !important;
            }
            
            .cart-section .qty span {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
            }
            
            .cart-section .qty input {
                border: 0;
                width: 100%;
                margin: 0px auto;
                text-align: center;
            }
            
            .cart-section .qty input::-webkit-outer-spin-button,
            .cart-section .qty input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            
            .cart-section .qty input:disabled {
                background-color: white;
            }
            
            .cart-section .qty {
                border: 1px solid #000 !Important;
                display: flex;
                align-items: center;
                /* max-width: 121px; */
                width: 100%;
                text-align: center;
                padding: 5px 15px !important;
                flex-wrap: inherit;
            }
            
            .cart-section .qty .btn-number {
                padding: 0;
                color: #000 !Important;
                font-size: 18px;
                line-height: 0;
                border: none;
            }
            
            .media {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: start;
                align-items: flex-start;
            }
            
            .cart-section .qty .btn-number:hover {
                color: #e81515;
            }
            
            .cart-section .table td,
            .cart-section .table th {
                width: 0px !important;
                font-size: 16px;
            }
            
            .cart-section .table th {
                color: #212121;
                font-size: 22px;
                font-weight: 500;
            }
            
            .cart-detail .form-control {
                border: 1px solid #000 !Important;
                color: #000 !Important !important;
                font-family: 'Roboto';
                font-size: 16px;
                padding: 15px 20px;
                height: 58px;
                box-shadow: none;
                border-radius: 5px !important;
            }
            
            .cart-detail input.form-control {
                padding-right: 100px;
            }
            
            .cart-detail textarea.form-control {
                height: auto !important;
            }
            
            .cart-detail .form-control:focus {
                color: #2b2f4c !important;
            }
            
            .cart-detail .form-group {
                margin-bottom: 64px;
            }
            
            .cart-detail label {
                color: #212121;
                font-size: 18px;
                margin-bottom: 10px;
            }
            
            .cart-detail .input-group {
                align-items: center;
                width: 50%;
                position: relative;
            }
            
            .cart-detail .input-group #button-apply {
                color: #2b2f4c;
                font-size: 18px;
                font-family: 'Roboto';
                padding: 10px 16px;
                text-decoration: none;
                position: absolute;
                border: 1px solid #000 !Important;
                top: 0;
                right: 0;
                height: 58px;
                border-radius: 5px;
                border-right: 0;
            }
            
            .cart-detail .input-group #button-apply:hover {
                color: #e81515;
            }
            
            .cart-detail h2 {
                margin-bottom: 30px;
            }
            
            .divider {
                border-bottom: 2px solid #b7b7b7 !important;
                border: transparent;
                margin: 35px 0;
            }
            
            .cart-detail p {
                font-size: 16px !important;
                display: flex;
                justify-content: space-between;
                color: #000 !Important;
                font-weight:500 !important;
            }
            
            .cart-detail p:last-child {
                font-weight: 500;
            }
            
            .cart-detail {
                padding-top: 31px !important;
            }
            
            .cart-detail .buttons {
                margin: 35px 0;
            }
            
            .cart-detail .buttons .btn {
                font-size: 18px;
                font-family: 'Roboto';
                border-radius: 0;
                padding: 8px;
            }
            
            .cart-detail .buttons .btn-outline-default {
                margin-bottom: 15px;
                border: 1px solid #000 !Important;
                background: transparent;
                box-shadow: 0 0 1px #ccc;
                -webkit-transition-duration: 0.3s;
                -webkit-transition-timing-function: linear;
                box-shadow: 0px 0 0 #31708f inset;
            }
            
            .cart-detail .buttons .btn-outline-default:hover {
                background: #000 !Important !important;
                color: #fff!important;
                border: 1px solid #000 !Important !important;
                -webkit-box-shadow: -100px 0 0 #000 !Important inset;
            }
            
            .cart-detail .read {
                font-size: 16px;
                color: #000 !Important;
                font-weight: 400 !important;
            }
            
            .font-medium {
                font-weight: 500;
            }
            
            .cart-empty {
                padding: 100px 35px 130px;
                text-align: center;
            }
            
            .cart-empty .btn {
                text-transform: capitalize;
                border-radius: 0;
                padding: 8px 30px;
            }
            
            .empty-content {
                padding: 100px 0 0;
            }
            
            .empty-content h2 {
                margin: 25px 0 45px;
                font-size: 25px;
                font-weight: 500;
            }
            
            .empty-content a {
                margin: 0;
                font-size: 18px;
                font-weight: 400;
            }
            
            .cart-detail .back {
                padding-top: 0;
            }
            
            .cart-detail .back a {
                color: #777777 !important;
                font-size: 16px;
            }
            
            .cart-detail .back a:hover {
                color: #e81515 !important;
            }
            
            .payment {
                padding: 25px 0 25px;
            }
            
            .payment .check-box label span {
                color: #292f4f;
            }
            
            .payment h2 {
                margin: 0 0 30px !important;
            }
            
            .payment .custom_radio {
                margin-bottom: 50px !important;
            }
            
            .payment .check-box {
                margin: 0 0 15px;
            }
            
            .payment .buttons {
                margin: 50px 0 45px;
            }
            
            .custom_radio li {
                display: flex;
                position: relative;
                align-items: center;
                width: 100%;
                margin-bottom: 25px;
            }
            
            .custom_radio li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }
            
            .custom_radio li label {
                display: block;
                font-size: 16px;
                position: relative;
                padding: 0 0 0 25px;
                z-index: 9;
                cursor: pointer;
                color: #000 !Important;
                -webkit-transition: all 0.25s linear;
            }
            
            .custom_radio li .check {
                display: block;
                position: absolute;
                border: 2px solid #aeaeae;
                border-radius: 100%;
                height: 14px;
                width: 14px;
                top: 2px;
                left: 0;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }
            
            .custom_radio li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 6px;
                width: 6px;
                top: 2px;
                left: 2px;
                bottom: 2px;
                right: 2px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }
            
            .custom_radio input[type=radio]:checked~.check {
                border: 2px solid #e81515;
            }
            
            .custom_radio input[type=radio]:checked~.check::before {
                background: #e81515;
            }
            
            .custom_radio input[type=radio]:checked~label {
                color: #e81515;
            }
            /* ==== Cart css end here ==== */
            /* ==== Checkout css start here ==== */
            
            .checkout-section {
                padding: 100px 35px 130px;
            }
            
            .checkout-section .form h2 {
                font-size: 22px;
                font-weight: 500;
                margin: 0;
            }
            
            .checkout-section .form p {
                color: #000 !Important;
                font-size: 16px;
            }
            
            .checkout-section .cart-detail p:last-child {
                color: #212121;
            }
            
            .checkout-section .form p a {
                color: #2b2f4c !important;
                font-weight: 400;
            }
            
            .checkout-section .form p a:hover {
                color: #e81515 !important;
            }
            
            .checkout-section .form-group {
                margin-bottom: 0px !important;
            }
            
            .checkout-section .form-control {
                border: 1px solid #b7b7b7;
                border-radius: 4px !important;
                height: 50px;
                font-size: 14px;
                font-family: 'Roboto';
                padding: 7.5px 15px;
                box-shadow: none;
                color: #000 !important;
            }
            
            .checkout-section form input::placeholder {
                color: #b7b7b7 !important;
            }
            
            .checkout-section .form-control:focus {
                border: 1px solid #e81515;
                color: #292f4f !important;
            }
            
            .billing-address {
                margin-top: 48px;
            }
            
            .checkout-section .btn-lg {
                font-size: 18px;
                font-family: 'Roboto';
                padding: 20px 86px;
                border-radius: 8px;
            }
            
            .check-box input[type="checkbox"] {
                display: none;
            }
            
            .check-box label {
                position: relative;
                cursor: pointer;
                color: #000 !Important;
            }
            
            .check-box label:hover span {
                color: #e81515 !important;
            }
            
            .check-box label:before {
                content: '';
                -webkit-appearance: none;
                background-color: #292f4f;
                border: 1px solid #292f4f;
                border-radius: 4px;
                padding: 9px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 10px;
            }
            
            .check-box input:checked+label:after {
                content: '';
                display: block;
                position: absolute;
                top: 2px;
                left: 7px;
                width: 6px;
                height: 12px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
            
            .check-box {
                margin: 15px 0 40px;
            }
            
            .checkout-section .back {
                font-size: 18px;
                color: #000 !Important !important;
                margin-left: 20px;
            }
            /* Custom dropdown */
            
            .custom-dropdown {
                position: relative;
                display: block;
                vertical-align: middle;
            }
            
            .custom-dropdown select {
                /*Hiding the select arrow for firefox*/
                -moz-appearance: none;
                /*Hiding the select arrow for chrome*/
                -webkit-appearance: none;
                /*Hiding the select arrow default implementation*/
                appearance: none;
            }
            /*Hiding the select arrow for IE10*/
            
            .custom-dropdown select::-ms-expand {
                display: none;
            }
            
            .custom-dropdown::before,
            .custom-dropdown::after {
                content: "";
                position: absolute;
                pointer-events: none;
            }
            
            .custom-dropdown::after {
                /*  Custom dropdown arrow */
                content: "\f107";
                font-family: "FontAwesome";
                height: 1em;
                font-size: 1.625em;
                line-height: 1;
                right: 15px;
                top: 50%;
                margin-top: -.5em;
            }
            
            .custom-dropdown::before {
                /*  Custom dropdown arrow cover */
                width: 3em;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 0 3px 3px 0;
                background-color: transparent;
                border-left: 1px solid #b7b7b7;
                margin: 10px 0;
            }
            
            .custom-dropdown::after {
                color: #b7b7b7;
            }
            
            .custom-dropdown select[disabled] {
                color: rgba(0, 0, 0, .25);
            }
            
            .checkout-section .form-right input {
                height: 58px !important;
            }
            
            .checkout-section .form-right .form-control {
                font-size: 16px;
                margin-right: 20px;
                border-radius: 6px !important;
            }
            
            .checkout-section .form-right .btn-lg {
                border-radius: 6px !important;
                padding: 5px 30px;
            }
            
            .checkout-section .form-right {
                margin: 60px 0 40px;
            }
            /* ==== Checkout css end here ==== */
            /* ==== login css start here ==== */
            
            .form-section {
                padding: 100px 35px 130px;
                background: #f7f7f7;
            }
            
            .form-section .success-img img {
                max-width: 50px;
            }
            
            .form-section .success-img {
                width: 100px;
                height: 100px;
                margin-bottom: 25px;
            }
            
            #grocino_signin .card-title {
                font-size: 18px;
                font-weight: 500;
                text-align: center;
                margin-top: 0;
            }
            
            #grocino_signin .card {
                border: 0;
                border-radius: 4px;
                box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);
            }
            
            #grocino_signin .form-signin {
                width: 100%;
            }
            
            #grocino_signin .form-signin .btn {
                margin-top: 15px;
                font-family: 'Roboto';
                color: #fff !important;
                font-size: 14px;
                font-weight: 500;
            }
            
            #grocino_signin .card-body {
                padding: 2em;
            }
            
            #grocino_signin .form-signin input:focus {
                border: 1px solid #e81515;
            }
            
            #grocino_signin .form-signin a {
                font-weight: 500;
                font-size: 14px;
            }
            
            #grocino_signin a.continue-btn {
                color: #fff !important;
                font-weight: 500;
            }
            
            #grocino_signin .details-payment p strong {
                font-weight: 500;
            }
            
            .grocino-form {
                padding: 100px 35px 130px;
            }
            
            .grocino-form .form-signin input {
                height: 50px;
                border: 1px solid #b7b7b7 !important;
                color: #b7b7b7 !important;
            }
            
            .grocino-form .form-signin input:focus {
                border: 1px solid #e81515 !important;
                color: #2b2f4c!important
            }
            
            .grocino-form .ui.form .field {
                margin-bottom: 25px;
            }
            
            .grocino-form a {
                font-weight: 500;
                text-transform: capitalize;
            }
            
            .grocino-form a:hover {
                color: #e81515 !important;
                text-decoration: underline !important;
            }
            
            .grocino-form .btn {
                margin: 30px 0 30px;
                font-size: 20px;
                font-family: 'Roboto';
                padding: 15px 10px;
                text-transform: capitalize;
            }
            
            .grocino-logout .grocino-form .btn {
                margin: 0 0 30px;
            }
            
            .grocino-form .btn:hover {
                text-decoration: none !important;
                color: #fff !important
            }
            /* ==== Login css end here ==== */
            /* ==== Faq css start here ==== */
            
            .faq-section {
                padding: 100px 35px 130px;
            }
            
            .faq-pages .accordion-header button i {
                font-size: 20px;
                margin-right: 10px;
            }
            
            .faq-pages .accordion-body b {
                font-weight: 500;
                color: #2b2f4c;
            }
            
            .faq-pages .accordion-body {
                padding: 20px 30px;
                line-height: 25px;
                color: #000 !Important;
            }
            
            .faq-pages .accordion-item {
                border: 0;
                margin-bottom: 25px;
            }
            
            .faq-pages .accordion-header {
                padding: 0;
                background: transparent;
            }
            
            .faq-pages .accordion-header button {
                text-align: left;
                padding: 18px 20px;
                border-radius: 0;
                border: 1px solid #000 !Important;
                font-family: 'Roboto';
                font-size: 16px;
                color: #2b2f4c;
                font-weight: 500;
                text-decoration: none;
                text-transform: capitalize;
                background-color: transparent;
            }
            
            .accordion-button:focus {
                box-shadow: none !important;
            }
            
            .faq-pages .accordion-item:first-of-type .accordion-button {
                border-radius: 0 !important;
            }
            
            .faq-pages .accordion-button::after,
            .faq-pages .accordion-button:not(.collapsed)::after {
                background-image: none !important;
            }
            
            .faq-pages .accordion-header button[aria-expanded="true"] {
                background: #e81515 !important;
                color: #fff !important;
                border: 1px solid #e81515;
                box-shadow: none;
            }
            /* ==== Faq css end here ==== */
            /* ==== Coming soon css start here ==== */
            
            .comming-soon {
                background-image: url('../img/home/comming-soon.jpg');
                background-size: cover;
                background-repeat: no-repeat;
                text-align: center;
            }
            
            .comming-soon-height {
                background-position: 50% 0px;
                transition: 0s linear;
                transition-property: background-position;
                height: 100vh;
                display: table;
                text-align: center;
                width: 100%;
            }
            
            .comming-soon-middle {
                vertical-align: middle;
                background-color: rgba(0, 0, 0, .6);
                display: table-cell;
                padding: 100px 15px;
            }
            
            .comming-soon h1 {
                color: #fff;
                font-size: 65px;
                font-weight: 500;
                margin: 0 0 25px;
            }
            
            .comming-soon .countdown {
                color: #fff;
                margin: 50px auto 30px;
                display: table;
                font-weight: 400;
            }
            
            .comming-soon .countdown div {
                float: left;
                font-size: 35px;
                min-width: 100px;
                margin-bottom: 20px;
            }
            
            .comming-soon .countdown span {
                display: block;
                font-size: 22px;
            }
            
            .comming-soon p {
                color: #fff;
                font-size: 20px;
            }
            
            .comming-soon input[type=email] {
                padding: 12px;
                background: #fff;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }
            
            .comming-soon input[type=email]:hover {
                background: transparent;
                color: #fff;
            }
            
            .comming-soon form {
                margin: auto;
                display: table;
            }
            
            .comming-soon input[type=submit] {
                padding: 12px 24px;
                color: #fff;
                background: transparent;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                cursor: pointer;
                transition: all .235s ease-in-out;
            }
            
            .comming-soon input {
                float: left;
                font-size: 16px;
                border: 1px solid #fff;
                font-family: 'Roboto';
            }
            
            .comming-soon footer {
                margin-top: 30px;
            }
            
            .comming-soon li {
                display: inline-block;
            }
            
            .comming-soon .footer_links {
                text-align: center;
                list-style-type: none;
            }
            
            .comming-soon li a {
                display: block;
                width: 45px;
                height: 45px;
                line-height: 42px;
                text-align: center;
                color: #fff !important;
                border: 1px solid;
                border-radius: 50%;
                transition: opacity .235s ease-in-out;
            }
            
            .comming-soon li a:hover {
                opacity: 0.5;
            }
            
            .comming-soon li:nth-of-type(n+2) {
                margin-left: 15px;
            }
            
            .comming-soon i {
                vertical-align: middle;
                font-size: 20px;
            }
            /* ==== Coming soon css end here ==== */
            /* ==== Not found css start here ==== */
            
            .notfound-section {
                padding: 100px 35px 130px;
                text-align: center;
            }
            
            .notfound {
                position: relative;
            }
            
            .notfound h1 {
                font-size: 45px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
            
            .notfound p {
                font-size: 16px;
                margin: 30px 0;
            }
            
            .notfound .btn {
                padding: 16px 38px;
                font-size: 14px;
                text-transform: uppercase;
                border-radius: 50px;
                color: #fff !important;
                transition: all .5s ease;
                font-weight: 500;
            }
            
            .notfound-404 h2 {
                font-size: 276px;
                color: #ececec;
                /*margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
            }
            /*.notfound .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}*/
            /* ==== Not found css end here ==== */
            /* ==== Customer account css start here ==== */
            
            .account-setting {
                padding: 100px 35px;
            }
            
            #settingTab li {
                padding: 0;
                margin: 0;
                text-align: left;
                border-radius: 0;
                position: static;
                font-size: inherit;
                color: inherit;
            }
            
            #settingTab li a {
                font-size: 16px;
                font-weight: 400;
                border-bottom: 2px solid #fff;
                margin-bottom: 15px;
                padding: 0 0 15px;
                border-radius: 0;
                text-transform: capitalize;
                color: #000 !Important;
            }
            
            #settingTab li a i {
                color: #e81515;
                margin-right: 15px;
            }
            
            #settingTab li a.active {
                border-bottom: 2px solid #c5c5c5 !important;
                background: transparent;
                border: transparent;
            }
            
            .account-setting h2 {
                font-size: 22px;
                font-weight: 400;
                text-transform: capitalize;
                margin-bottom: 10px !important;
            }
            
            .profile_settingright .form .btn,
            .order-setting .order-heading .btn-orange {
                font-family: 'Roboto';
                padding: 10px 35px;
                font-size: 16px;
                border-radius: 0;
            }
            
            .profile_settingright .ui.form input,
            .profile_settingright .ui.form select,
            .profile_settingright .ui.form textarea {
                border: 1px solid #9e9e9e !important;
                color: #9e9e9e !important;
                border-radius: 0 !important;
                height: 40px;
                margin-bottom: 20px !important;
            }
            
            .profile_settingright .ui.form textarea {
                height: auto;
            }
            
            .profile_settingright .ui.form input:focus,
            .profile_settingright .ui.form select:focus,
            .profile_settingright .ui.form textarea:focus {
                color: #2b2f4c !important;
                border: 1px solid #e81515 !important;
            }
            
            .profile_settingright .ui.form input:focus::placeholder,
            .profile_settingright .ui.form select:focus::placeholder,
            .profile_settingright .ui.form textarea:focus::placeholder {
                opacity: 0 !important;
            }
            
            .profile_settingright .custom-dropdown:focus-within::after {
                color: #2b2f4c;
            }
            
            .profile_settingright .profile-upload {
                text-align: left;
                position: relative;
                margin-right: 38px;
            }
            
            .profile_settingright .profile-edit input {
                display: none;
            }
            
            .profile_settingright .ui.form .field label {
                color: #b9b9b9;
                font-weight: 400;
                position: absolute;
                right: 20px;
                margin: 0;
                bottom: 30px;
                opacity: 0;
                transition: all 0.5s ease-in-out;
                background: #fff;
                padding-left: 10px;
            }
            
            .profile_settingright .ui.form .field .fields .field:focus-within label {
                opacity: 1 !important;
            }
            
            .profile-preview img {
                border-radius: 15px;
                width: 100%;
                max-width: 130px;
            }
            
            .profile_settingright .profile-edit label {
                width: 35px;
                height: 35px;
                background: #fff;
                border: 1px solid #fff;
                line-height: 35px;
                border-radius: 50px;
                position: absolute;
                right: 10px !important;
                bottom: 10px !important;
                z-index: 2;
                box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
                cursor: pointer;
                text-align: center;
                opacity: 1 !important;
                padding: 0 !important;
            }
            
            select:focus-visible {
                outline: 0;
            }
            
            .profile_settingright .custom-dropdown::before {
                border: 0;
            }
            
            .profile_settingright .profile-edit label:after {
                content: "\f030";
                font-family: 'FontAwesome';
                color: #9e9e9e;
            }
            
            .profile_settingright .profile-edit label:hover:after {
                color: #e81515;
            }
            
            .order-setting .order-img li {
                display: inline-block;
                vertical-align: top;
            }
            
            .order-setting .order-img p:nth-child(1) {
                margin-bottom: 7px;
            }
            
            .order-setting .order-img p:nth-child(2) {
                margin-bottom: 10px;
            }
            
            .order-setting .order-img p:nth-child(3) {
                margin-bottom: 8px;
            }
            
            .order-setting .order-img p:nth-child(4) {
                margin-bottom: 0
            }
            
            .order-setting {
                margin-bottom: 50px;
            }
            
            .btm-border {
                border-bottom: 1px solid #bcbcbc;
            }
            
            .order-setting .order-heading {
                padding: 20px 0;
                font-size: 16px;
            }
            
            .order-setting .order-img p {
                color: #9e9e9e;
            }
            
            .order-setting p strong,
            .order-setting h4,
            .order-setting h5 {
                font-weight: 500;
                color: #2b2f4c;
            }
            
            .order-setting p strong {
                font-size: 16px;
            }
            
            .right-order {
                float: right;
                text-align: right;
            }
            
            .right-order p:nth-child(1) {
                margin-bottom: 12px !important;
            }
            
            .right-order p strong {
                font-weight: 400;
            }
            
            .right-order p:nth-child(1) i {
                font-size: 8px;
                color: #e81515;
                margin-right: 5px;
            }
            
            .right-order p:nth-child(2) {
                margin-bottom: 27px !important;
                color: #2f304f;
            }
            
            .right-order p:nth-child(3) i {
                font-size: 12px;
                margin-right: 5px;
                color: #9e9e9e;
            }
            
            .right-order .order-review i {
                color: #e81515 !important;
            }
            
            .right-order p:nth-child(3) {
                font-size: 16px;
                color: #9e9e9e;
                margin: 0;
            }
            
            .right-order .order-review {
                color: #e81515 !important;
            }
            
            .order-setting .img-product {
                background: #fff5e1;
                display: inline-flex !important;
                align-items: center;
                min-height: 80px;
                justify-content: center;
                min-width: 73px;
                margin-right: 40px;
            }
            
            .order-setting .order-img,
            .order-setting .total-order,
            .order-setting .order-track {
                padding: 25px 0;
            }
            
            .total-order p {
                font-size: 16px;
                color: #000 !Important;
            }
            
            .profile_settingright .fields {
                margin-bottom: 0 !important;
            }
            
            .profile_settingright .ui.form .fields>.field {
                padding-left: 10px;
                padding-right: 10px;
            }
            
            .profile_settingright .field {
                position: relative;
            }
            
            .order-setting .order-img .btn.btn-del {
                border: 1px solid #9e9e9e;
            }
            
            .order-setting .order-img .btn.btn-del:hover,
            .order-heading:hover .btn-left {
                color: #fff;
                border: 1px solid #e81515;
                background: #e81515;
            }
            
            .btn-left {
                border: 1px solid #9e9e9e;
                margin-right: 20px;
            }
            /* ==== Customer account css end here ==== */
            /* ==== Product detail css start here ==== */
            
            .product_details {
                padding: 100px 35px 130px;
            }
            
            .product_details .detail_left img {
                width: 100%;
                border-radius: 5px;
            }
            
            .product_details .detail_left .small_products img:hover {
                border: 1px solid #e81515;
                opacity: 1;
            }
            
            .zoom-in {
                overflow: hidden;
                border-radius: 5px;
                margin-bottom: 5px;
            }
            
            .zoom-in img {
                display: block;
                transition: all .5s ease-in-out;
            }
            
            .zoom-in img:hover {
                transform: scale(1.3);
            }
            
            .product_details .detail_left .small_products img {
                transition: all 0.5s ease-in-out;
                border: 1px solid #fff;
                opacity: 0.5;
            }
            
            .product_details .small_products {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .product_details .detail_mid .tab-content {
                border: 1px solid #000 !Important;
                padding: 30px 30px 0;
            }
            
            .product_details .detail_mid .nav-tabs {
                border-bottom: 0;
            }
            
            .product_details .nav-tabs li {
                padding: 0;
                margin-left: 15px;
                margin-right: 0;
            }
            
            .product_details .nav-tabs li:first-child {
                margin: 0;
            }
            
            .detail_mid li a {
                border: 1px solid #000 !Important !important;
                color: #000 !Important !important;
                border-radius: 0 !important;
                padding: 11px 25px;
            }
            
            .detail_mid li a.active {
                box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
                background: #e81515 !important;
                color: #fff !important;
                border: 1px solid #e81515 !important;
            }
            
            .detail_mid {
                margin: 80px 0;
            }
            
            .detail_right h2 {
                font-size: 25px;
                font-weight: 500;
            }
            
            .detail_right h1 {
                font-size: 33px;
                font-weight: 500;
            }
            
            .detail_right .rating li .fa {
                color: #e81515;
                font-size: 18px;
            }
            
            .detail_right .rating li:last-child .fa {
                color: #000 !Important;
            }
            
            .detail_right p {
                color: #767676;
                margin: 15px 0 20px;
                line-height: 25px;
            }
            
            .detail_right .features li .fa {
                color: #e81515;
                margin-right: 8px;
            }
            
            .detail_right .features li {
                color: #000 !Important;
                line-height: 25px;
            }
            
            .detail_right .price {
                font-size: 22px;
                color: #e81515;
                font-weight: 600;
            }
            
            .detail_right .social_icons {
                text-align: right;
            }
            
            .detail_right .social_icons i:hover {
                color: #e81515;
            }
            
            .detail_right label {
                font-size: 18px;
                font-weight: 500;
                color: #000 !Important;
                margin-right: 10px;
            }
            
            .detail_right label span {
                font-size: 16px;
                color: #bbbbbb;
            }
            
            .detail_mid .tab-content h4 {
                font-size: 18px;
                font-weight: 500;
            }
            
            .detail_mid .tab-content p {
                color: #000 !Important;
                line-height: 25px;
                margin-bottom: 25px;
            }
            
            .detail_mid .tab-content h2 {
                color: #2b2f4c;
                font-size: 16px;
                font-weight: 500;
            }
            
            .detail_mid .tab-content .media-body {
                background: #f3f3f3;
                padding: 10px 15px;
            }
            
            .detail_mid .tab-content .media-left {
                margin-right: 15px;
            }
            
            .detail_mid .tab-content .media {
                margin-bottom: 25px;
            }
            
            .detail_mid .tab-content .media-body ul .date {
                float: right;
            }
            
            .detail_mid .tab-content .media-body ul li {
                font-size: 16px;
                color: #000 !Important;
            }
            
            .detail_mid .tab-content .rating .fa {
                color: #e81515;
                font-size: 14px;
                margin-left: 3px;
            }
            
            .detail_mid .tab-content .rating .fa:last-child {
                color: #000 !Important;
            }
            
            .detail_right .social_icons i {
                font-size: 18px;
                color: #000 !Important;
            }
            
            .detail_right .social_icons .list-inline-item:not(:last-child) {
                margin-right: 15px;
            }
            
            .detail_right .qty_weight input {
                background: #F3F3F3;
                border: 1px solid #F3F3F3;
                text-align: center;
                height: 40px;
                box-shadow: none;
                max-width: 60px;
            }
            
            .qty_weight .btn-number:hover {
                color: #e81515;
            }
            
            .detail_right .qty_weight .input-group-btn {
                background: #fff;
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
            }
            
            .input-group-btn .btn {
                border: none !important;
                padding: 2px;
                color: #000;
            }
            
            .detail_right .buttons {
                margin-top: 50px;
            }
            
            .product_details hr {
                margin: 35px 0;
            }
            
            .detail_right .qty_weight {
                align-items: center;
                justify-content: center;
            }
            
            .detail_mid .tab-content form label {
                margin-bottom: 0px;
                color: #000 !Important;
            }
            
            .detail_mid .tab-content form .star-box i {
                font-size: 12px;
            }
            
            .detail_mid .tab-content form .your-rating {
                color: #000 !Important;
                margin-bottom: 10px;
            }
            
            .detail_mid .tab-content form ul {
                margin-bottom: 20px !important;
            }
            
            .detail_mid .tab-content form ul li {
                list-style: none;
                display: inline-block;
                border-right: 1px solid #9e9e9e;
                margin-right: 5px;
                padding-right: 5px;
                color: #000 !Important;
            }
            
            .detail_mid .tab-content form ul li:last-child {
                border-right: 0;
            }
            
            .detail_mid .tab-content form .form-control {
                background: #f3f3f3;
                border: 1px solid #f3f3f3;
                box-shadow: none;
            }
            
            .detail_mid .tab-content form .form-control:focus {
                border: 1px solid #e81515;
            }
            
            .detail_mid .tab-content form .buttons {
                text-align: right;
                margin-bottom: 25px;
            }
            
            .detail_mid .tab-content form input[type="submit"] {
                text-transform: uppercase;
                border-radius: 50px;
                font-weight: 500;
                font-family: 'Roboto';
                font-size: 16px;
                padding: 6px 35px;
            }
            /* -------------------------------------------- */
            
            .product_details .product-thumb {
                text-align: left;
                transition: all .5s ease;
            }
            
            .product_details .product-thumb .image {
                position: relative;
                overflow: hidden;
                background: #fff5e1;
            }
            
            .product_details .image .img-product {
                min-height: 190px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .product_details .caption {
                padding: 30px 0;
            }
            
            .product_details .caption h4 {
                font-size: 20px;
                font-weight: 500;
                margin: 0 0 5px;
            }
            
            .product_details .caption h4:hover {
                color: #45b144;
            }
            
            .product_details .caption p {
                margin-bottom: 1rem;
                color: #000 !Important;
            }
            
            .product_details .caption .old-price {
                color: #000 !Important;
                font-size: 18px;
                font-weight: 500;
                margin-right: 15px;
            }
            
            .product_details .caption .rating-star i {
                color: #45b144;
                letter-spacing: 5px;
            }
            
            .product_details .caption .btn-area {
                margin-top: 20px;
            }
            
            .product_details .btn-maincart {
                background: #45b144;
                border: 1px solid #45b144;
                color: #fff !important;
                font-size: 16px;
                padding: 6px 20px;
            }
            
            .product_details .btn-wish {
                background: #fff;
                border: 2px solid #45b144;
                color: #45b144 !important;
                font-size: 18px;
                display: inline-block;
                border-radius: 6px;
                padding: 6px 5px;
                margin-left: 5px;
            }
            
            .product_details .btn-wish:hover {
                background: #45b144;
                color: #fff !important;
            }
            
            .product_details .btn-area .arrow-left {
                margin-right: 5px;
            }
            
            .product_details .grocino-heading {
                margin-bottom: 60px;
            }
            
            .product_details .product-thumb .sale {
                position: absolute;
                top: 10px;
                left: 10px;
                background: #e81515;
                border-radius: 50px;
                width: 80px;
                height: 80px;
                padding: 28px 12px;
            }
            
            .product_details .product-thumb .sale p {
                color: #fff;
                font-size: 14px;
                text-transform: uppercase;
                border: 1px solid #fff;
                border-left: 0;
                border-right: 0;
                padding: 2px 0;
                font-weight: 500;
                text-align: center;
            }
            /* ==== Product detail css end here ==== */
            /* ==== Payment successfully css start here ==== */
            
            .payment-success {
                padding: 100px 74px 130px;
                text-align: center;
            }
            
            .success-payment h1 {
                font-size: 40px;
                margin: 0 0 10px;
                color: #024065;
            }
            
            .success-payment {
                margin-bottom: 130px;
            }
            
            .success-payment h2 {
                font-size: 30px;
                font-weight: 400;
                margin: 0;
            }
            
            .payment-detail p {
                text-align: left;
                font-size: 20px;
                margin-bottom: 25px;
                color: #5d5d5d;
            }
            
            .payment-detail p:nth-child(6) {
                color: #212121;
                font-weight: 500;
            }
            
            .payment-detail p span {
                text-align: right;
                float: right;
            }
            
            .payment-detail .btn {
                font-size: 20px;
                margin-top: 60px;
                padding: 20px 15px;
            }
            
            .success-img img {
                width: 100%;
                max-width: 100px;
            }
            
            .success-img {
                background: #e81515;
                display: inline-flex;
                border-radius: 50%;
                width: 180px;
                height: 180px;
                align-items: center;
                justify-content: center;
                margin-bottom: 40px;
            }
            /* ==== Payment successfully css end here ==== */
            /* ============================ New css end here ============================ */
            
            #scroll-top {
                display: inline-block;
                background-color: #e81515;
                padding: 10px 10px 4px 10px;
                width: 50px;
                height: 50px;
                text-align: center;
                border-radius: 4px;
                position: fixed;
                bottom: 30px;
                right: 30px;
                transition: background-color .3s, opacity .5s, visibility .5s;
                opacity: 0;
                visibility: hidden;
                z-index: 1000;
            }
            
            #scroll-top:hover {
                cursor: pointer;
                background-color: #e81515;
                border-radius: 50%;
                transition: 0.7s;
                ;
            }
            
            #scroll-top:active {
                background-color: #555;
            }
            
            #scroll-top.show {
                opacity: 1;
                visibility: visible;
            }
            
            .new-input span {
                border: 1px solid #bbb;
                z-index: 0;
            }
            
            a.list-cat-title {
                font-size: 20px;
            }
            
            a.list-cat-title:hover {
                color: red!important;
            }
            /*  */
            
            ul.subcategory-sidebar li {
                font-size: 14px;
                padding: 4px 15px;
                border-bottom: 1px solid #ddd;
            }
            
            ul.subcategory-sidebar li:hover {
                color: #e81515;
            }
            
            [type="search"]::-webkit-search-cancel-button {
                -webkit-appearance: none;
                width: 18px;
                height: 18px;
                border: 0;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'%3E%3C/path%3E %3C/svg%3E") center no-repeat;
                background-size: 16px;
                cursor: pointer;
                opacity: 0.4;
                transition: 0.2s;
            }
            
            img.norprod {
                height: 300px;
                width: 300px;
                margin: 0 auto;
            }
            
            .text-bg-dark {
                background-color: #fff!important;
            }
            /* New Css Mine */
            
            .item-price {
                position: absolute;
                right: 0px;
                color: #000;
                font-weight: 500;
            }
            
            .cart-prices-new {
                float: right;
                color: #000;
                padding-left: 5px;
                font-weight: 500;
            }
            
            p.cart-prices-amount {
                float: right;
                padding-left: 3px;
            }
            
            .new-left-cart {
                /* border: 1px solid #fff3f3; */
                /* box-shadow: 3px 9px 13px 0px #ddd; */
            }
            
            tr.item-list-cartpage {
                border-bottom: 1px solid #f3f3f3;
            }
            
            .img-product-carpage img {
                height: 85px;
                width: 85px;
                position: relative;
                left: -10px;
            }
            
            h2.order-summary-heading {
                color: #fff;
                padding-bottom: 10px;
                margin-bottom: 10px;
                background: #e81515;
                padding: 10px;
            }
            
            .customer-name-showing {
                background: #fff;
                padding: 20px 10px;
                box-shadow: 2px 4px 11px #ddd;
            }
            
            .customer-name-showing span {
                font-size: 17px;
                font-weight: 500;
            }
            
            span.logged-in-content {
                float: left;
                width: 100%;
                padding: 5px 10px;
                font-size: 14px;
            }
            
            span.address-field-new {
                background: #fff;
                box-shadow: 2px 4px 11px #ddd;
                padding: 10px;
            }
            
            span.address-field-new {
                text-align: center;
                width: 100%;
                padding: 10px;
                color: #000;
                font-weight: 500;
            }
            
            span.address-field-new:hover a {
                color: #e81515!important;
                border: 1px solid #e81515;
            }
            
            span.address-field-new a {
                width: 100%;
                border: 1px solid #e81515;
            }
            
            .p-title.p-title-new {
                min-height: 60px;
                max-height: 60px;
            }
            
            .original_price {
                color: #666!important;
                text-decoration: line-through!important;
            }
            
            .selling_price {
                font-weight: 700;
                padding-left: 10px;
                font-size: 14px!important;
            }
            
            @media (max-width: 976px) {
                .navbar-light .navbar-nav .nav-link {
                    color: #000!important;
                }
                .grocino-home .ui.simple.dropdown .dropdown-text {
                    color: #000!important;
                }
                .nav-item .dropdown-text:hover {
                    color: #000!important;
                }
            }
            
            .pincode-search {
                width: 60%;
                margin: 0 auto;
            }
            
            ul.custom_radio {
                position: relative;
                left: 25px;
            }
            
            .custom_radio li input[type=radio] {
                position: absolute;
                visibility: visible!important;
                left: -25px;
            }
            
            .tprice-del.cart-page-price {
                text-align: right!important;
                float: right!important;
            }
            
            @media (max-width: 1024px) {
                .tprice-del.cart-page-price {
                    text-align: right!important;
                    float: right!important;
                    width: 62px;
                    display: inline-block;
                }
            }
            
            .list-inline {
                padding-left: 0!important;
                list-style: none!important;
                text-align: left!important;
                width: 100%!important;
            }
            
            .no-hover:hover {
                cursor: default!important;
            }
            
            .footer-cat ul {
                overflow-y: scroll;
                min-height: 200px;
                max-height: 200px;
            }
            
            .footer-cat ul::-webkit-scrollbar {
                display: none;
            }
            
            .footer-cat {
                position: relative;
                left: 13px;
            }
            
            .about-cat {
                position: relative;
                left: 45px;
            }
            
            @media (max-width: 991px) {
                .about-cat {
                    position: relative;
                    left: 0px;
                }
                .about-cat1 {
                    position: relative!important;
                    left: 0px!important;
                }
            }
            
            .about-cat1 {
                position: relative;
                left: 59px;
            }
            
            .grocino-owl-popular img {
                display: block;
                min-height: 200px;
                max-height: 200px;
                /* width: 100%; */
                text-align: center;
                margin: 0 auto;
            }
            
            a.popular-pro-name {
                min-height: 100px!important;
                max-height: 100px!important;
            }
            
            .p-title-popular {
                min-height: 80px!important;
                max-height: 80px!important;
            }
            
            ul.list-inline.list-inline-new {
                text-align: center!important;
            }
            
            .ui.simple.active.category-head.dropdown>.menu,
            .ui.simple.category-head.dropdown:hover>.menu {
                overflow: visible;
                width: auto;
                height: auto;
                top: 100%!important;
                opacity: 1;
                min-height: 450px;
                max-height: 450px;
            }
            
            .new-top {
                position: relative;
                top: 30px;
            }
            
            .new-top-pro {
                position: relative;
                top: 40px;
            }
            
            .new-top-other {
                position: relative;
                top: 40px;
            }
            
            @media (max-width: 991px) {
                .new-top {
                    position: relative!important;
                    top: 0px!important;
                }
            }
            
            @media (max-width: 767px) {
                .new-top {
                    position: relative!important;
                    top: -5px!important;
                }
            }
            
            @media (max-width: 991px) {
                .new-top-pro {
                    position: relative!important;
                    top: 10px!important;
                }
            }
            
            @media (max-width: 767px) {
                .new-top-pro {
                    position: relative!important;
                    top: 0px!important;
                }
            }
            
            @media (max-width: 991px) {
                .new-top-other {
                    position: relative!important;
                    top: 10px!important;
                }
            }
            
            @media (max-width: 767px) {
                .new-top-other {
                    position: relative!important;
                    top: 0px!important;
                }
            }
            
            .ser-foryou {
                background: red;
                padding: 30px;
            }
            
            .whychoose {
                background: #ddd;
                padding: 30px;
            }
            
            .abt-left {
                color: #fff;
                /* text-align: center; */
            }
            
            .abt-left ul {
                width: 100%!important;
                margin: 0 auto!important;
                text-align: ce;
            }
            
            .abt-left ul li {
                padding: 7px 0px;
                color: #fff;
                font-size: 17px;
            }
            
            .abt-right {
                color: #000;
                /* text-align: center; */
            }
            
            .abt-right ul {
                width: 100%!important;
                margin: 0 auto!important;
            }
            
            .abt-right ul li {
                padding: 7px 0px;
                color: #000;
                font-size: 17px;
            }