/*================= RESET CSS ========================*/


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;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, ::before, ::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/*================= RESET CSS ========================*/

/*================= gLobal CSS ========================*/

body, * {
    font-family: "MazzardH-Regular";
    color: #253D4E;
}

/* width */

body::-webkit-scrollbar {
    width: 10px;
}

/* Track */

body::-webkit-scrollbar-track {
    box-shadow: lightgrey;
    background: lightgrey;
}

/* Handle */

body::-webkit-scrollbar-thumb {
    background: #2AC17E;
}
/* card */
.product_disc_content::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.product_disc_content::-webkit-scrollbar-track {
    box-shadow: lightgrey;
    background: lightgrey;
}

/* Handle */

.product_disc_content::-webkit-scrollbar-thumb {
    background: #2AC17E;
}
.text-heading {
    color: #522E90;
}

.btn_white {
    background-color: #ffffff;
    color: #232b38 !important;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: inset 0px -2.5px 0 0 rgba(0, 0, 0, 0.15);
    font-weight: 500;
    padding: 9px 16px;
}

.btn_primary-edit {
    background-color: #232b38;
}

.btn_custom {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 14px 26px;
    line-height: 1;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.theme_clr {
    color: #2EB995;
}

.position-relative {
    position: relative;
}

.extra-bold {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

.bg-light-grey {
    background: #FAFAFC;
}

.section_gap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg_section {
    background: #f7f7f7;
}

/*================= gLobal CSS ========================*/

.navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topSearchContainer {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s ease-in-out;
    background-color: #fff;
}
.navbar-toggler-icon .fa {
    color: #fff;
}

.top_header {
    background-color: #130D1C;
}

.top_lft_ul .lft_li {
    margin-right: .5rem;
    padding: 4px;
}

.top_rgt_content .top_lft_ul .rgt_li {
    margin-right: .5rem;
    padding: 4px 8px;
    position: relative;
}

.top_rgt_content .top_lft_ul .rgt_li:first-child::after, .top_rgt_content .top_lft_ul .rgt_li:nth-child(2)::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 50%;
    background-color: #fff;
    right: -8px !important;
    top: 0;
    transform: translateY(50%);
}

.top_rgt_content .top_lft_ul .rgt_li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.top_rgt_content .top_lft_ul .rgt_li a img {
    width: 15px;
    height: auto;
    margin-right: 8px;
}

.m_left .span_contact a, .m_right .span_contact a {
    display: block;
    color: #6c6c6c;
    line-height: 1.62;
    font-weight: 500;
    padding: 0 8px;
    text-decoration: none;
}

/* ---------navbar------ */
.topBanner .container{
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    background-image: url('../images/topBgLayer.png');
    width: 100%;
}
.bgrightImg{
    position: absolute;
    right: 0;
    width: 150px;
    top: 0px;
}
.topBanner .container h1{
    color: #fff;
    font-weight: 600;
    max-width: 600px;
    padding-left: 36px;
}
.top_new_header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top_search_input_div{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 4.0625rem;
    width: 100%;
}
.top_search_input_div input.form-control{
    height: 100%;
    border-radius: 2.8125rem;
    padding-left: 2.8rem ;
}
.top_search_input_div input.form-control:focus{
    box-shadow: none;
    /* border-color: inherit; */
}
.top_search_input_div input.form-control::placeholder{
    color: #000000;
    opacity: 50%;
    font-weight: 400;
}
.top_search_input_div img{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
.nav_section{
    background-color: #FAFAFA;
}
.navbar{
    padding: 1.5rem 0;
    margin-top: 77px;
}
.navbar-container {
    background: #ffff;
}

.navbar-nav .nav-item {
    margin: 0;
}

.navbar-nav .nav-item.active .nav-link {
    /* background-color: #f3f3f3; */
    color: #CB324A;
    border-radius: 25px;
}

.navbar-nav .nav-item .nav-link:hover {
    /* background-color: #f3f3f3; */
    color: #CB324A;
    border-radius: 25px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    position: relative;
    padding: 5px 15px;
    font-weight: 600;
    color: #253D4E;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}
.navbar-nav .nav-item .nav-link.last_navlink-btn{
    background-color: #EAE8E9;
    border-radius: 65px;
    color: #2F1527;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 28px;
    margin: 0 10px;
}
.cartCountShow{
    background-color: #CB324A;
    border-radius: 100px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 27px 11px 17px !important;
}
.cartCountShow img{
    width: 18px;
}
.navbar-nav .nav-item .nav-link.signUpnavlink-btn{
    background-color: #CB324A;
    border-radius: 65px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 28px;
    margin-left: 5px;
}
.nav-item .nav-link .hot_icon{
    position: relative;
    bottom: 3px;
    margin-right: 2px;
}

.navbar-brand img {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.browse_category_outer{
    width: 15.9375rem;
    position: relative;
}
.browse_category_selection{
    width: 100%;
    background-color: #2F1527;
    border-radius: 5px;
     padding:.5rem 0;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.browse_category_selection .before_text_img{
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.browse_category_selection a{
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.category_lists {
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 37px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .category_lists li {
    margin: 5px 0;
  }
  
  .category_lists li a {
    text-decoration: none;
    color: #253D4E;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    transition: background-color 0.2s ease;
  }
  
  .category_lists li a:hover {
    background-color: #f0f0f0;
  }

  .category_lists.open {
    max-height: 250px; /* Adjust as per your content */
    opacity: 1;
  }
.flex-auto{
    flex: 0 0 auto;
}
.support_details{
    gap: 8px;
}
.support_details a{
    color: #CB324A;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
}
.support_details a span{
    line-height: 1;
    display: block;
    font-size: 12px;
    color: #7E7E7E;
    font-weight: 400;
}

/* .navbar-nav .nav-item .nav-link::after{
    position: absolute;
    content: '//';
    right: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 900;
    color: #111111;
    font-size:20px;
    transform: translate(70%, 50%);
} */

.navbar-nav .nav-item .nav-link.last_navlink::after {
    content: none !important;
}

.navbar-nav .nav-item .nav-link.active::after {
    content: none;
}

a.nav-link.borderRight :after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    top: 6px;
    right: 0;
    border-right: 2px solid #232323;
}

section.addvertisment img {
    border-radius: 20px;
    width: 100%;
    max-height: 400px;
}

/* ===========Home New  */

.section-gap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search-input-form:focus {
    box-shadow: none;
    outline: none;
}

.search-input-form {
    border-radius: 33px;
    padding: 1.7rem 1rem 1.7rem 1.6rem;
    border: none;
    width: 80%;
    box-shadow: -2.83px 3px 0px #05071D1A;
}
.search-input-form::placeholder{
    color: #000000;
    opacity: 0.3;
    font-size: 15px;
    font-weight: 600;
}

.search-input-form:focus {
    box-shadow: -2.83px 3px 0px #05071D1A;
}

.serach-group-append {
    background-color: #fff;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    padding: 4px 4px;
    box-shadow: -2.83px 3px 0px #05071D1A;
}

.search-input-text {
    border-radius: 33px !important;
    background-color: #CB324A;
    border: none;
    color: #fff;
    padding: .375rem 2.3rem;
    font-weight: 600;
    font-size: 15px;
}
.banner-bg {
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 250px;
    transition: 0.35s linear;
    margin-bottom: 10px;
    position: relative;
}


.banner-heading {
    font-size: 40px;
    color: white;
    display: flex;
    padding: 60px 10px 24px;
    justify-content: center;
    font-weight: 600;
    text-transform: none;
}

.breadcrumb-item{
    justify-content: center;
}

.banner-content{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../images/about5img.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 25px;
    height: 245px;
    background-position: center;
}
.banner-title {
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 52px;
    line-height: 66px;
    color: #ffffff;
    margin-bottom: 7px;
}
.sub_category_search .banner-title{
    color: #CB324A;
}
.bgSecColor{
    background-color: #FAFAFA;
}
.fruitRightImage{
    position: absolute;
    right: 0;
    bottom: 0;
}
.grocery-home p{
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 28px;
    max-width: 450px;
    margin-bottom: 70px;
}
.right-stand-woman{
    max-width: 78%;
}
.banner-subtitle {
    font-family: "Nunito", sans-serif;
    letter-spacing: 0px;
    color: #3EB87D;
    font-size: 28px;
    font-weight: 600;
    padding: 2rem 0;
}

.grocery-home .row.info {
    padding-top: 2rem;
}
.cateHiglightCardLink{
    margin-top: .65rem;
}
.cateHiglightCard{
    height: 170px;
    border-radius: 30px;
    padding: 1.5rem 2.2rem;
    position: relative;
}
.cateHiglightCard h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    max-width: 200px;
}
.cateHiglightCard p{
    background-color: #3BB77E;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 11px;
}
.catehighImg{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 150px;
}
.catehighImg.catehighImg3{
    bottom: 0;
    right: 5px;
}
.cateHiglightCardOne{
    background: linear-gradient(90deg, #F0E8D5 0%, #E0D8C5 100%);
}
.cateHiglightCardTwo{
    background: linear-gradient(90deg, #F3E8E8 0%, #E0A4B4 100%);
}
.cateHiglightCardThree{
    background: linear-gradient(270deg, #8685BE 0%, #CACAEA 100%);
}
.contectInfo {
    position: relative;
}
.container-custom{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contectInfo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    font-weight: 900;
    color: #EEBF00;
    left: -31px;
    bottom: 9px;
    transform: rotate( 107deg);
}

.timingInfo {
    position: relative;
}

.timingInfo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    font-weight: 900;
    color: #EEBF00;
    left: -31px;
    bottom: 9px;
}

.margin-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.feature .container .feature-title, .testimonials .container .feature-title {
    font-family: "Nunito", sans-serif;
    color: #232323;
    font-weight: 700;
    line-height: 1;
}

.para {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    opacity: .8;
}

.ftr-card {
    box-shadow: -1.41px 1px 0px #05071D38;
    border-radius: 20px;
}

.ftr-card .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}
#description{
        font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 95px;
}
.ftr-card .card-body h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

.why-chhose .container h1, .faq .container h1 {
    font-size: 56px;
}

.choose__card:hover {
    border-bottom: 4px solid #2AC17E;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.choose__card {
    border: none;
    padding: 2rem 1.5rem 2rem 1.4rem;
    height: 328px;
    transition: 0.3s ease-in-out;
}

.choose__card h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.choose__card p {
    line-height: 1.7;
    letter-spacing: 1px;
}

.free-demo-box {
    background-color: rgb(68, 67, 67);
    border-radius: 20px;
    padding: 3rem 1.5rem;
}

.form-demo-title {
    padding-bottom: 2rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

.demo-form-group {
    margin-bottom: 1.5rem;
}

.demo-input-form:focus {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: 2px solid rgb(216, 212, 212);
}

.demo-input-form {
    background-color: transparent;
    height: calc(1.5em + .75rem + 25px);
    border-left: none !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: 0;
    border: 2px solid rgb(216, 212, 212);
}

.demo-input-form::placeholder {
    color: #fff;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.demo-input-prepend .input-group-text {
    background-color: transparent;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none !important;
    border: 2px solid rgb(216, 212, 212);
}

.demo-input-prepend .input-group-text .fa {
    color: rgb(216, 212, 212);
    font-size: 20px;
}

.btn-reqst-demo:hover {
    color: #fff;
}

.btn-reqst-demo {
    background-color: #2AC17E;
    border-radius: 8px;
    color: #fff;
    padding: 1rem .75rem;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.testimonial_carousel__container {
    margin-top: 1rem;
}

.testimonial__card {
    width: 328px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonial__card_footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.owl-carousel.testimonial-carousel .owl-item .testimonial-img {
    width: 50px !important;
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
}

.testimonial__content p {
    font-size: 15px;
    letter-spacing: 1px;
}

.testimonial__card_footer {
    background-color: #FAFAFC;
}

.testimonial__card_footer div div p {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    letter-spacing: 0.83px;
}

.testimonial__card_footer div div h6 {
    color: #232323;
    font-family: "Nunito-SemiBold", sans-serif;
    font-size: 15px;
}

.feature-products {
    border-top: 1px solid #23232326;
}
.products img.img-fluid.cateImg{
    height: 273px;
    object-fit: scale-down;
    margin-bottom: 8px;
}

.feature-img img {}

.feature-img img:nth-child(6) {}

.video {
    width: 100%;
    background-color: #2AC17E;
    height: 540px;
}

.video-left-content h1 {
    font-size: 40px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2.16px;
}

.faq-accordion {
    border: 2px solid rgb(206, 200, 200);
    border-radius: 12px;
    margin-bottom: 20px;
}

.faq-card .faq-card-header {
    background-color: #FAFAFC;
    border-bottom: none;
    /* border-top:2px solid rgb(206, 200, 200);
    border-left:2px solid rgb(206, 200, 200);
    border-right:2px solid rgb(206, 200, 200);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.card-collapse {
    background-color: #FAFAFC;
    /* border-bottom:2px solid rgb(206, 200, 200);
   border-left:2px solid rgb(206, 200, 200);
   border-right:2px solid rgb(206, 200, 200);
   border-bottom-left-radius: 12px;
   border-bottom-right-radius: 12px; */
}

.faq-card-body {
    padding: 0 4rem 0 .5rem;
}

.faq-title {
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    padding-right: 12px;
}

.question-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-title p {
    margin-bottom: 0;
}

.question-btn {
    font-size: 1.5rem;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    align-items: center;
}

.img-plus-minus {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    width: 80px;
}

.img-plus-minus:hover {
    transform: scale(.8);
}

.question-text p {
    margin-bottom: 0;
    color: #786F77;
    font-size: 16px;
    line-height: 36px;
    max-width: 700px;
}

/* hide text */

.question-text {
    display: none;
}

.show-text .question-text {
    display: block;
}

.minus-icon {
    display: none;
}

.show-text .minus-icon {
    display: inline;
}

.show-text .plus-icon {
    display: none;
}

.question {
    border-top: 2px solid #DEDEDE;
    border-radius: 0;
    padding: 14px 8px 14px 15px;
}
.question:last-child {
    border-bottom: 2px solid #DEDEDE;
}

.question-btn:focus {
    outline: none;
}

.question-btn {
    outline: none;
    border: none;
    background-color: transparent;
}
.highlight_tags{
    padding-top: 100px;
}
.highlight_tags .container{
    border-bottom: 2px solid #F2F2F2;
}
.higlight_card{
    gap: 12px;
    margin-bottom: 35px;
}
.higlight_card h3{
    font-size: 18px;
    font-weight: 500;
    color: #253D4E;
    line-height: 22.5px;
}
.higlight_card p{
    font-size: 15px;
    line-height: 20px;
    color: #ADADAD;
    margin-top: 8px;
    max-width: 215px;
}
/* =========HOME======== */

.slider_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_content h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.slider_content h1 {
    color: #fff;
    font-weight: 800 !important;
}

.slider_content h3 {
    font-weight: 500px !important;
    font-family: 'Poppins-medium', sans-serif;
}

.italic {
    font-family: 'Poppins-SemiBold', sans-serif;
}

.slider_content p {
    color: #fff;
}

.heading {
    color: #232b38;
    line-height: normal;
    letter-spacing: 4.3;
}

.product, .service__section {
    background-color: #f7f7f7;
}

.product_card:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 16%);
}

.product_card {
    box-shadow: inset 0px 0.5px 0 0 rgba(26, 25, 25, 0.75);
    -webkit-box-shadow: inset 0px 0.5px 0 0 rgba(26, 25, 25, 0.75);
    transition: ease-in-out 0.4s !important;
    -webkit-transition: linear 0.4s;
}

.bg_card {
    position: relative;
}

.tag_new {
    position: absolute;
    right: 0;
    top: 0;
}

.product_card .bg_card {
    background: #a3fcbd;
    height: 250px;
    transition: ease-in-out 0.4s !important;
    -webkit-transition: linear 0.4s;
}

.card_title {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.card_star_icon {
    color: #ffce09;
    font-size: 14px;
}

.card_star_icon:nth-child(5) {
    color: #c6c6c6;
}

.bg_card-one {
    background: #f8e6ac !important;
}

.bg-card-two {
    background-color: #ffbba7 !important;
}

.groc_img {
    width: 350px;
}

.veg_img {
    width: 350px;
}

.food_img {
    width: 230px;
}

/* .product_card
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.product_card:before, .product_card:after
{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.product_card:after
{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
 */

.service_card_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service_card_icon img {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.service_card {
    border-top: 2px solid #232b38 !important;
    background: #fff;
    z-index: 1;
    position: relative;
}

.service_title {
    color: #232b38;
    font-weight: 500;
    font-size: 20px;
}

.service_title-edit {
    color: #2EB995 !important;
}

.service_card-edit {
    border-top: 2px solid #ff3d3d !important;
}

.bg_deal {
    background: url("<?php echo IMAGE_PATH?>b_deal.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    background-attachment: fixed;
}

.bg_color {
    background-color: #2EB995 !important;
    color: #fff;
    height: 130px;
    width: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.bg_color .text-center span {
    font-weight: 600;
    font-size: 40px;
}

.groceie_app {
    background-color: #2EB995;
}

.lctn_ul .lctn_ul_li a {
    color: #232b38;
    text-decoration: none;
}

.yellw_icon {
    color: #ffce09 !important;
}
.about_us_content h3{
    color: #253D4E;
    font-family: "MazzardH-SemiBold" !important;
    font-size: 40px;
    margin-bottom: 1.8rem;
    text-align: center;
}
.aboutUsCard{
    border: 1px solid #ECECEC;
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem;
    margin-top: 2rem;
    text-align: center;
    min-height: 340px;
}
.aboutUsCard h3{
    color: #253D4E;
    font-size: 24px;
    font-family: "MazzardH-SemiBold";
    margin: 1rem auto 2rem;
}
.aboutUsCard p{
    color: #7E7E7E;
    font-size: 16px;
}
.about_content p{
    color: #7E7E7E;
    line-height: 24px;
    margin-bottom: 1.8rem;
}
.about_mid_content h4{
    color: #B6B6B6;
    font-size: 24px;
    font-family: "MazzardH-SemiBold";
}
.about_mid_content h2{
    color: #253D4E;
    font-size: 42px;
    font-family: "MazzardH-SemiBold";
    margin-left: 1rem;
}
.about_mid_content p{
    color: #7E7E7E;
    line-height: 24px;
    margin: .4rem 0 2rem 1rem;
}
.about_mid_content_img1{
    max-width: 230px;
    margin-right: 10px;
}
.about_mid_content_img2{
    max-width: 300px;
}
.about_content h3{
    color: #253D4E;
    font-size: 40px;
    font-family: "MazzardH-Medium";
    margin-bottom: 1rem;
}
.about_content p{
    color: #7E7E7E;
    line-height: 24px;
}
.about_the_eco{
    margin-top: 3rem;
    text-align: left;
}
.about_the_eco h3{
    color: #253D4E;
    font-size: 24px;
    font-family: "MazzardH-SemiBold";
    margin-bottom: 1.5rem;
    text-align: left;
}
.about_the_eco p{
    color: #7E7E7E;
    line-height: 24px;
}
.bg-whitebox{
    background-color: #fff;
    border-radius: 50px;
    padding: 2rem;
}
.contactBg,.cotactBanner{
    background-color: #F6F6F6;
}
.bg-whitebox h4{
    color: #253D4E;
    font-size: 48px;
    font-family: "MazzardH-Medium";
    margin-bottom: 1.5rem;
}
.bg-whitebox h4 span{
    color: #CB324A;
}
.btnSubmit{
    width: 100%;
    background-color: #CB324A;
    border-radius: 5px;
    font-size: 20px;
    font-family: "MazzardH-SemiBold";
    color: #fff;
}
.privacy__second .container {
    padding: 30px;
    background-color: #fff;
}
.terms__details, .privacy__second {
    background-color: #F4F4F5;
}
.privacy__second p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
    margin-bottom: 15px;
}
.sub_title-line {
    border-left: 3px solid #CB324A;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}
.sub_title {
    font-weight: 600;
    color: #111111;
    font-size: 30px;
}
.privacy__second h3 {
    font-weight: 500;
    margin: 12px 0 15px;
    color: #212529;
    opacity: 1;
}
.privacy__second ul {
    padding-left: 20px;
}
.privacy__second ul li {
    list-style: disc !important;
    margin-bottom: 15px;
    color: #111111;
    opacity: 0.8;
}

/* ==========OUR-TEAM======== */
.team-profile img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    -o-object-fit: fill;
    object-fit: fill;
}
.team-profile1 img {
    width: 180px;
    max-height: 180px;
    border-radius: 50%;
    -o-object-fit: fill;
    object-fit: fill;
}
.team-member.mb-5 {
    background-color: #fff;
    padding: 1rem;
    border-radius: 7px;
    /* box-shadow: 2px 2px 13px 2px #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    position: relative;
    transition: 0.5s all;
}

.team-member.mb-5:hover {
    box-shadow: none;
}

.team-member.mb-5::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transition: 2s linear;
    border-top: 3px solid var(--blue-dark-primary);
    border-left: 3px solid var(--blue-dark-primary);
    opacity: 1;
}

.team-member.mb-5::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transition: 2s linear;
    border-bottom: 3px solid var(--blue-dark-primary);
    border-right: 3px solid var(--blue-dark-primary);
    opacity: 1;
}
.btn-read {
    background-color: #CB324A;
    border: 1px solid #CB324A;
    box-shadow: 0 17px 10px -10px rgb(0 0 0 / 40%);
    color: #fff;
    width: auto !important;
    height: 38px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.btn-read:hover {
    color: #fff;
    background-color: #CB324A;
    border: 1px solid #CB324A;

}
.btn.btn-gradient:focus {
    border: 1px solid #fff;
}

button.btn.btn-read:focus {
    border: 1px solid #CB324A;
    color: inherit;
}

button.btn.btn-read:focus:hover {
    color: #ffffff;
}
.btn.btn-gradient {
    background-color: transparent;
    border-color: #CB324A;
    width: 262px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-primary);
    letter-spacing: 1.5px;
    border-color: #CB324A;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    overflow: hidden;
}

.btn.btn-gradient:hover:before {
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    width: 270px;
    height: 70px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.btn.btn-gradient:hover {
    color: #fff;
}

.btn.btn-gradient:hover {
    border-color: #CB324A;
}

.btn.btn-gradient::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.team-member.mb-5::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transition: 2s linear;
    border-bottom: 3px solid var(--blue-dark-primary);
    border-right: 3px solid var(--blue-dark-primary);
    opacity: 1;
}
.p-heading{
    color: #d7dee3;
    display: flex;
    font-size: 25px;
    justify-content: center;
}
#Ecodash{
    color: #d7dee3;
    
}
/* ==========FOOTER======== */

.page-footer {
    background-color: #FAFAFA;
}
.office_details{
    margin-bottom: 16px;
}
.mt2{
    margin-top: 2px;
}
.office_details img{
    position: relative;
    bottom: 2px;
}
.office_details h5{
    color: #253D4E;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.flex-0-auto{
    flex: 0 0 auto;
}
.office_details small,.office_details a{
    font-size: 14px;
    color: #253D4E;
    line-height: 20px;

}
.f_content {
    color: #fff;
}

.b__line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #eebf00;
}

.page-footer .footer-title {
    color: #253D4E;
    font-weight: 600;
    font-size: 20px;
}
.page-footer .container-custom{
    padding: 1.4rem 0;
    border-top: 1px solid #0000000D;
}

.margTop {
    margin-top: 32px;
}

.footer__allLinks {}

.footer__allLinks li a {
    line-height: 2;
}

.footer__allLinks li a, .footer-para {
    color: #253D4E;
    font-size: 15px;
    font-weight: 400;
}

.footer-para {
    line-height: 1.8;
    letter-spacing: 1.4px;
}

.copyright-text {
    color: #fff;
}

.copy_span {
    color: #ffd47d;
}

/* .location_li{
    text-indent: -16px;
} */

/* category */

.categorySec a {
    text-decoration: none;
}
.categorySec h3{
    letter-spacing: -1px;
    color: #1D263A;
    font-size: 35px;
    font-weight: 600;
}
.carousel_outer{
    margin-left: 110px;
}
.owl-carousel .owl-stage{
    padding-left: 0 !important;
}
.category-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 items per row */
    gap: 16px; /* Spacing between items */
  }
  .category-item {
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
.category_icon{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #F5E6E8;
    margin-left: auto;
    margin-right: auto;
}
.category_icon img{
    width: 40px !important;
}
.sec-title{
    font-weight: 600;
    font-size: 35px;
}
.new_product_card{
    position: relative;
}
.btnAddProduct{
    position: absolute;
    bottom: 1.7rem;
    right: 1rem;
    background-color: #DEF9EC;
    font-size: 13px;
    font-weight: 700;
    color: #3BB77E;
    border-radius: 4px;
    width: 84px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.btnAddProduct img{
    width: 14px !important;
    position: relative;
    bottom: 0;
}
.new_product_card_link{
    display: inline-block;
    width: 100%;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    background-color: #fff;
}
.new_product_img img{
    border-radius: 15px;
    height: 280px;
    object-fit: scale-down;
}
.product_content{
    padding: 1rem 1rem  1.7rem 1rem;
}
.product_content small{
    color: #ADADAD;
    font-size: 12px;
    margin-bottom: .5rem;
}
.product_content h3{
    font-weight: 600;
    font-size: 16px;
    height: 58px;
    margin-bottom: 1rem;
}
.product_content h6{
    font-size: 18px;
    font-weight: 600;
    color: #1D2C37;
}
/* Style for the custom alert */
.custom-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.alert-content {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    position: relative;
}
.blog-desc {
    font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

#closeAlert {
  position: absolute;
  top: 0px;
  right: 0px;
}
#closeAlert img{
    width: 20px;
}
.owl-carousel .owl-nav button.owl-prev svg {
    rotate: 180deg;
}
.owl-theme .owl-nav{
    position: absolute;
    right: 0;
    top: -30px;
    margin-top: 0 !important;
}
.owl-theme .owl-nav button{
    margin:5px 8px !important;
    padding: 4px;
}
.owl-theme .owl-nav button:focus{
    outline: none !important;
}
.category_slider .slider_items h5{
    color: #1D263A;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 182px;
    margin-top: 18px;
    text-transform: capitalize;
}
.slider_items h5{
    color: #1D263A;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    max-width: 182px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}
.testimonials{
    background-color: #EDEFF1;
    padding: 110px 0;
}
.testimonials h2{
    font-size: 40px;
    font-weight: 800;
    color: #1D263A;
    font-family: "MazzardH-Bold";
    line-height: 50px;
}
.test_profile{
    border-radius: 15px;
    background-color: #F3F9F7;
    padding: 12px 14px;
    margin-top: 65px;
}
.owl-carousel.owl-drag.testimonials_slider.owl-theme .owl-item{
    padding-bottom: 0;
}
.owl-carousel.testimonials_slider.owl-theme .owl-nav{
    right: 0;
    top: -80px;
}
.testimonials_slider.owl-carousel .slider_items{
    background-color: #ffffff;
    padding: 35px 30px 30px;
    border-radius: 15px;
    border: 1px solid #E9E9E9;
}
.testimonials_slider.owl-carousel .slider_items p.p{
    color: #1D263A;
    line-height: 34px;
    font-size: 17px;
}
.test_profile{
    gap: 12px;
}
.test_profile img{
    width: 57px;
    height: 57px;
}
.test_profile h3{
    color: #1D263A;
    font-weight: bold;
    font-family: "MazzardH-Bold";
    font-size: 18px;
}
.test_profile P{
    font-size: 15px;
    color: #1D263A;
    margin-top: 5px;
    opacity: 0.7;
}
.faqs .sub-title{
    color: #000000;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 72px;
}
.faq_sub{
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.articles_row{
    margin-top: 70px;
}

.sectionTitle {
    letter-spacing: 1.44px;
    color: #232323;
    opacity: 1;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.productsSec .all_products_list .sectionTitle{
    margin-bottom: 0rem !important;
    margin-top: 1rem;
}
.sectionTitle.mainTitle{
    font-size: 30px;
    margin-bottom: 0rem;
}

.category.card {
    background-color: #FDFDFD;
    border-radius: 20px;
    border: 1px solid #23232333;
    height: 250px;
    padding: 15px 10px;
    margin-bottom: 0.6rem;
    overflow: hidden;
    box-shadow: 0px 0px 5px 3px #eeeded;
}

.productsSec .all_products_list .products.card {
    background-color: #FDFDFD;
    border-radius: 20px;
    border: 1px solid #23232333;
    padding: 15px 10px;
    margin-bottom: 0.6rem;
    height: 403px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 3px #eeeded;
}

.productsSec .all_products_list .products.card .imgContent {
    height: 230px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.productsSec .all_products_list .products.card .imgContent img {
    width: 100%;
    max-height: 225px;
    object-fit: contain;
}
.sellersSec .imgContent img img{
    height: 110px;
    object-fit: contain;
}
.all_favourite_list .products.card {
    background-color: #FDFDFD;
    border-radius: 20px;
    border: 1px solid #23232333;
    padding: 15px 10px;
    margin-bottom: 0.6rem;
    height: 370px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 3px #eeeded;
}

.all_favourite_list .products.card .imgContent {
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.all_favourite_list .products.card .imgContent img {
    width: 100%;
    max-height: 190px;
    object-fit: contain;
}

.related_products .products.card {
    background-color: #FDFDFD;
    border-radius: 20px;
    border: 1px solid #23232333;
    padding: 15px 10px;
    margin-bottom: 0.6rem;
    height: 374px;
    overflow: hidden;
    position: relative;
}
.mt-4rem {
    margin-top: 4.2rem;
}
.related_products .imgContent {
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.related_products .imgContent img {
    width: 100%;
    max-height: 190px;
    object-fit: contain;
}

/* popular product */
.sellersSec .imgContent img{
    height: 110px;
    object-fit: contain;
}
.home_pproduct.popular_products .products.card {
    background-color: #FDFDFD;
    border-radius: 20px;
    border: 1px solid #23232333;
    padding: 15px 10px;
    margin-bottom: 0.6rem;
    height: 414px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 3px #eeeded;
    
}
/* .home_pproduct.popular_products .products.card:hover{
    transform: scale(1);
    
} */
.products.card,.category.card{
    transform: scale(.98);
     background-color: #fff;
     border: 1px solid #ECECEC;
     border-radius: 15px;
}
.category.card:hover{
    transform: scale(1);
}
.products.card:hover{
    transform: scale(1);
}
.home_pproduct.popular_products .products.card .imgContent {
    height: 200px;
    overflow: hidden;
    /* text-align: center; */
    margin: auto;

    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.home_pproduct.popular_products .products.card .imgContent img {
    width: 100%;
    max-height: 190px;
    object-fit: contain;
}

.products.card img.wishList {
    top: 11px;
    width: 23px;
    display: none;
}

.oder_detail_sec img.wishList {
    z-index: 2;
    display: none;
}

.products.card p, .products p {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.08px;
}
.productPrice{
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 47px;
}
.products.card p span s, .products p span s,.old_Price span s{
    color: #CB324A;
}

.products.card .cateName {
    font-weight: 600;
    font-size: 16px;
    color: #253D4E;
    letter-spacing: 0;
}
.products.card .cateName.seller{
    letter-spacing: 0;
    color: #ADADAD;
    font-size: 12px;
    font-weight: normal;
    padding-left: 1rem;
    margin-bottom: .2rem;
}
.home_caterory.category.card {
    height: 235px;
}

.home_caterory.category.card .imgContent {
    height: 152px;
    overflow: hidden;
}
.home_caterory.category.card .imgContent img{
    width: 100%;
    max-height: 150px;
    object-fit: contain;

}

.old_Price span {
    letter-spacing: 0.56px;
    color: #262626;
    opacity: 0.7;
    font-weight: 600;
    font-size: 14px;
}
.ratings{
    letter-spacing: 0.56px;
    color: #262626;
    opacity: 0.7;
    font-weight: 600;
    font-size: 14px;
}

/* all card */

.products.card .offer {
    left: 5px;
    top: 5px;
}

.subCategorySec .category.card {
    height: 200px;
}

.subCategorySec .category.card .imgContent {
    height: 130px;
}
.subCategorySec .category.card .imgContent img {
    width: 100%;
    max-height: 125px;
    object-fit: contain;
}
img.img-fluid.cateImg {
    border-radius: 8px;
}

/* brand */

.brandsDiv .card.brand-card {
    height: 200px;
    background-color: #fdfdfd;
    border-radius: 20px;
    border: 1px solid #23232333;
    padding: 20px 10px;
    margin-bottom: .6rem;
    overflow: hidden;
    box-shadow: 0 0 5px 3px #eeeded;
}

.card.brand-card .imgContent {
    height: 120px;
}

.card.brand-card .cateImg {
    border-radius: 8px;
}

.cateName {
    color: #000000;
    letter-spacing: 1.08px;
    opacity: 0.9;
    font-size: 18px;
    font-weight: 700;
}

section.freshCate .card {
    padding: 3rem 20px;
    background: #f8f8fa;
    border-radius: 12px;
}

section.freshCate .card h4 {
    font-weight: 700;
}

section.freshCate .card p {
    color: #989899;
    font-size: 11px;
    margin-top: 5px;
}

/* app download */

section.appDownload .sectionTitle {
    margin-bottom: 1rem;
}

section.appDownload {
    padding-bottom: 40px;
}

section.appDownload .card {
    background-color: #f8f8fa;
    border-radius: 20px;
    /* padding: 7rem 5rem; */
}

.downloadContent {
    padding: 4rem 115px 4rem 0rem;
}

/* our brand */

.our_brand {
    padding-bottom: 40px;
}

.our_brand .card {
    background-color: #fdfdfd;
    padding: 1rem 10px;
    border: 1px solid #23232333;
    border-radius: 0px;
    text-align: center;
    overflow: hidden;
}

/* .our_brand .card:nth-of-type(1){
    border-radius: 20px 0px 0px 0px !important;
} */

/* .our_brand .card:nth-last-of-type(1){
    border-radius: 0px 20px 0px 0px;
} */

.our_brand .card img {
    width: 100%;
    height: 70px;
}

/* .our_brand .col-lg-3 {
    width: 20%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
} */

/* footer link */

.companyLink a {
    text-decoration: none;
    color: #253D4E;
    font-size: 14px;
}
.socialMediaLink a img{
    margin-left: 8px;
    width: 40px;
}
.footer-copyright .container{
    border-top: 2px solid #efebeb;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*.popular_products */

.popular_products .category.card {
    height: 400px
}

.categorySec.products .category.card, .productsSec .category.card {
    height: 350px;
}

.category.card p {
    font-size: 17px;
}

.category.card p.cateName.productName {
    letter-spacing: 0.63px;
    color: #000000;
    opacity: 0.9;
    font-size: 18px;
}

img.wishList {
    position: absolute;
    right: 15px;
    top: 11px;
    width: 23px;
    cursor: pointer;
}

/* rating */

.rating i.fas.fa-star.light {
    color: #FACD5B;
}

.rating i.fas.fa-star {
    color: #dbdbdb;
    margin-right: 1px;
    font-size: 13px;
}

/* cart counter */

.cartLink {
    position: relative;
    margin-right: 10px !important;
}

span.counter_sec {
    position: absolute;
    top: -10px;
    width: 25px;
    height: 25px;
    right: -1px;
    border-radius: 50%;
    background-color: #CB324A;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 22px;
}

/* sub category */

.subCategorySec .container-fluid.section-gap {
    width: 95%;
}

.allcategory_sidebar {
    border: 1px solid #d1d1d1;
    border-radius: 9px;
    height: 540px;
    background-color: #fdfdfd;
}

.allcategory_sidebar .categorylist ul li {
    position: relative;
    margin-bottom: 7px;
}

.allcategory_sidebar .categorylist ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -13px;
    background-color: #3EB87D;
}

.allcategory_sidebar h5 {
    background-color: #2D2D2D;
    color: #fff;
    padding: 10px 1rem;
    border-radius: 8px 8px 0px 0px;
}

.categorylist {
    padding: 8px 1rem;
    padding-left: 2rem;
}

.categorylist ul li a {
    letter-spacing: 0.9px;
    color: #232323;
    /* opacity: 0.8; */
    text-decoration: none;
    font-weight: 600;
}

/* order-detail */

.oder_detail_sec .container-fluid {
    width: 95%;
}

.oder_detail_sec {
    margin-top: 4rem;
    padding-top: 4.5rem;
}

div#product_slider {
    /* background-color: #FDFDFD; */
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 1px solid #23232333;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 320px;
}

.carousel-item {
    text-align: center;
}

/* .carousel-item img {
    width: 100vw;
    max-height: 500px;
    border-radius: 29px;
} */
.product_disc_content {
    height: 50px;
    overflow: hidden;
    line-height: 20px;
    overflow-y: auto;
    padding: 0 1rem;
}
.product_price{
    padding-left: 1rem;
    padding-right: 1rem;
    height: 47px;
}
.cart_group{
    margin-left: 1rem;
    margin-bottom: 1.8rem;
}
p.cateName.mt-3.seller {
    font-size: 14px;
    color: #65c697;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.oder_detail_sec .carousel-item img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.carousel-indicators li {
    background-color: #DDDDE6;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.carousel-indicators li.active {
    background-color: #3EB87D;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#product_slider {
    position: relative;
}

#product_slider img.wishList {
    top: 15px !important;
}

.oder_detail_sec .rating i.fas.fa-star {
    font-size: 12px !important;
}

.oder_detail_sec .price {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.08px;
    color: #000000;
    opacity: 0.8;
}

.oder_detail_sec .packSize {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.08px;
    color: #000000;
    opacity: 0.6;
}

.oder_detail_sec .kg_pack_btn button {
    color: #000000;
    font-weight: 700;
    border: 2px solid #aaaaaa;
    border-radius: 4px;
    background: #fff;
    padding: 5px 14px;
    opacity: 0.5;
}

.oder_detail_sec .kg_pack_btn button.btnred {
    border-color: #F15F22;
    color: #F15F22;
    opacity: 0.5;
}

.oder_detail_sec .kg_pack_btn button:hover {
    opacity: 1;
}

.product_details .primary_btn {
    padding: 0.5rem 2.5rem;
    margin-bottom: 5px;
}

.about_product p {
    font-family: "Nunito", sans-serif;
    text-align: left;
    letter-spacing: 1.68px;
    color: #000000;
    font-weight: 600;
    opacity: 0.7;
}

h3.sectionTitle {
    border-bottom: 2px solid #dedede;
    padding-bottom: 4px;
}

/* related products*/

.related_products .category.card {
    height: 400px;
}

.related_products .category.card p {
    font-size: 16px;
}

.related_products .category.card p.cateName.productName {
    letter-spacing: 0.63px;
    color: #000000;
    opacity: 0.9;
    font-size: 18px;
}

/*  */

.marginTopSection {
    margin-top: 4rem;
    padding-top: 4.5rem;
}

.our_product_sec .container-fluid {
    width: 95%;
    margin: auto;
}

a:hover {
    text-decoration: none;
}

.our_product_sec img.wishList {
    width: 25px;
}

.our_product_sec .category.card {
    padding: 20px 13px;
}

.our_product_sec img.cateImg {
    max-width: 180px;
    max-height: 180px;
}

.our_product_sec .rating i.fas.fa-star {
    font-size: 13px;
}

.our_product_sec .category.card .cart_group select.form-control {
    width: 65px !important;
}
.card .cart_group select.form-control {
    padding: .375rem .44rem!important;
}
primary_btn {
    padding: 2px 5px;
}

/* cart */

.shopping-cart {
    background: #fdfdfd;
    border-radius: 10px;
    border: 1px solid #1A1A1A33;
    /* width: 500px; */
    /* position: absolute; */
    right: 14px;
    border-radius: 6px;
    box-shadow: -4.95px 5px 51px #05071D1F;
    /* display: none; */
}

.order_items {
    padding: 20px;
}

.oder_item {
    text-align: center;
}

.item_list_card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1A1A1A33;
    border-radius: 8px;
    opacity: 1;
    padding: 0.7rem;
    margin-bottom: 10px;
    position: relative;
}
.item_list_card .oder_item {
    overflow: hidden;
}
.item_list_card .oder_item img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.item_list_card .oder_item::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0px;
    right: -6px;
}

.item_list_card h5 {
    /* font-size: 16px; */
    font-weight: 600;
}

.item_list_card p.qty {
    text-align: left;
    letter-spacing: 0.56px;
    color: #262626;
    opacity: 0.6;
    font-weight: 600;
}

.item_list_card .rating i {
    font-size: 12px;
}

.item_list_card .btn-minus, .item_list_card .btn-plus {
    background-color: #3EB87D;
    border-color: #3EB87D;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 15px;
    padding: 0px;
}

.item_list_card input[type="text"] {
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 50px;
    transition: width 0.2s ease; 
}


.price {
    background-color: #f3f3f4;
    padding: 15px 20px;
}

.price p {
    text-align: left;
    letter-spacing: 0.84px;
    color: #887a7a;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.checkout {
    padding: 20px;
}

.checkout a {
    font-size: 20px;
    width: fit-content;
}
.checkout span{
    color: #3eb87d;
    font-weight: 600;
}
.checkout button {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
select.form-control.qty:focus {
    box-shadow: none;
    outline: none;
    border-color: #c2c8cf;
}
/* .row.sub_category_search {
    padding-top: 4.9rem;
} */

.address_delivery span:nth-of-type(2) {
    display: block;
    margin-left: -22%;
}

section.delivery_address .container-fluid {
    width: 95%;
}

.user_address .card {
    padding: 1.5rem 2rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #d1d4d8;
    border-radius: 0px;
}

.user_address {
    margin-bottom: 40px;
}

.delivery_address .card {
    border-top: none;
}

.delivery_address .card:nth-of-type(1) {
    border-top: 1px solid #d1d4d8;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.delivery_address .card:nth-last-of-type(1) {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.user_address .username {
    letter-spacing: 0.84px;
    color: #262626;
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
}

.user_address button.btn.btn-primary-redius {
    height: 40px;
}

span.edit_delete {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b5b9c0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

span.edit_delete i {
    font: 20px;
}

span.edit_delete i.fas.fa-pencil-alt {
    color: #666666;
}

span.edit_delete i.fas.fa-trash {
    color: #f5554a;
}

.user_address p {
    letter-spacing: 0.7px;
    color: #262626;
    opacity: 0.9;
    font-weight: 600;
}

.form-deliver {
    padding: 2rem;
}

.oder_summery .card {
    background-color: #fdfdfd;
    border: 1px solid #d5d7db;
    border-radius: 10px;
}

.summery_padding {
    padding: 1rem;
}

.oder_summery .cateName {
    border-bottom: 3px solid #e0e2e5;
    padding: 0 0.3rem;
    padding-bottom: 2px;
}

.total_price {
    padding: 0.3rem;
}

.total_price {
    text-align: left;
    letter-spacing: 0.84px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 0.8;
}

.total_price p {
    padding-bottom: 0.6rem;
}

.form-deliver .btn.primary_btn {
    padding: 7px 10px;
    /* font-size: 18px; */
    /* font-weight: 700; */
}

button.btngray {
    background-color: #bbbbbb;
    color: #000;
    padding: 12px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.delivery_address button.btngray,.delivery_address .add_order_button{
    background-color: #3eb87d !important;
    color: #ffffff !important;
}

/* radio button */

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 2px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #3eb87d;
    background-color: #e7e6e7;
    border-radius: 50%;
    position: relative;
    top: 4px;
}

/* appearance for checked radiobutton */

input[type="radio"]:checked {
    background-color: #3eb87d;
}

label.radio-inline {
    margin-right: 18px;
}

/* profile */

/* customer service */

.profileSec .usr_ul .usr_ul_li {
    width: 100%;
    margin: 0.5rem 0;
    color: #91919f;
    position: relative;
}

.profileSec h4 {
    font-size: 20px;
    font-weight: 600;
    color: #23233f;
}

.profileSec .usr_ul {
    list-style: none;
}

.profileSec .usr_ul .usr_ul_li .nav-link.active::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    border-radius: 10px;
    background-color: #65c697;
    ;
    right: -2px;
    top: 0;
}

.profileSec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: unset;
    background-color: #267fea1a;
}

.profileSec .nav-tabs .nav-link {
    border: unset;
}

.profileSec .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: unset;
    background-color: #65c6975c;
}

.profileSec .usr_ul .usr_ul_li a {
    color: #232323;
    text-decoration: none;
    font-weight: 500;
    /* padding: 0 12px 0 0; */
}

.profileSec .usr_ul .usr_ul_li img {
    margin-top: -3px;
}

.profileSec .usr_ul .usr_ul_li.active a {
    color: #232323;
}

.profileSec .nav-tabs {
    border-bottom: unset;
}

.profileSec i {
    color: #3eb87d;
    font-size: 21px;
    margin-right: 10px;
}

.btn i {
    color: #fff;
}

.btn-warning:hover {
    color: #fff;
}

span.offer {
    width: 35px;
    height: 35px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
}

.item_list_card span.delete-btn {
    /* position: absolute;
    right: 15px;
    top: -6px; */
    margin-left: auto;
}

.btn_primary {
    background-color: #3eb87d;
    border-color: #3eb87d;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    /* box-shadow: inset 0px -2.5px 0 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 1px 1px 3px #9d9a9a;
    font-weight: 500;
    padding: 7px 16px;
}
.btn_primary.btn_primary-light{
    background-color: #DEF9EC;
    font-size: 13px;
    font-weight: 700;
    color: #3BB77E !important;
    border-radius: 4px;
    width: 84px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-shadow: none;
    border-color: #DEF9EC;
}
.btn_primary.btn_primary-light img {
    width: 14px !important;
    position: relative;
    bottom: 3px;
}
.btn_primary:hover {
    background-color: #30a26b;
    border-color: #30a26b;
    box-shadow: 1px 3px 5px #928f8f;
}
.btn_primary.btn_primary-light:hover{
    background-color: #DEF9EC !important;
}

.btn.btn-secondary {
    background-color:#CB324A;
    border-color:#CB324A;
    font-weight: 500;
    box-shadow: 1px 1px 3px #9d9a9a;
    padding: 7px 16px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
}
.seeAll {
    display: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #f71900;
    border-color: #f71900;
}

.btn.btn-secondary:hover {
    background-color: #d00000;
    border-color: #d00000;
    box-shadow: 1px 3px 5px #928f8f;
}

/* .primary_btn {
    background-color: #3eb87d;
    color: #fff;
    padding: 4px 12px;
}

.primary_btn:hover {
    background-color: #30a26b;
    color: #fff;
} */

.btn-primary-redius {
    /* background-color: #3eb87d; */
    border-color: #3eb87d;
    border-radius: 23px;
    opacity: 1;
    color: #262626;
    padding: 0px 21px;
    box-shadow: 1px 1px 3px #9d9a9a;
    height: 34px;
}

.btn-primary-redius:hover {
    /* background-color: #30a26b; */
    border-color: #30a26b;
    color: #262626;
    box-shadow: 1px 3px 5px #928f8f;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.modal-header {
    background-color: #65c697;
}

.modal-header h4 {
    color: #fff;
    font-weight: 600;
}

button.close.close_model {
    outline: none;
}

/* profile */

.upload-profile-inside .profile_img_edit {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.About-banner{
    width: 100%;
    position: absolute;
}
.upload-profile-inside {
    position: relative;
}

.pencil_div {
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.upload-profile {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 100%;
    height: 50%;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
}

.pencil_span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #65c697;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.upload-profile::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

/* side */

/* .sidebar-wrapper {
    width: 270px;
    height: 100vh;
    max-height: 100%;
    top: 0;
    z-index: 3;
  }
  .rightwrap{
     width: calc(100% - 270px);
     padding-left: 1.2rem;
  }
  span#close-sidebar {
    float: right;
}
span#show-sidebar{
    display: none;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    cursor: pointer;
} */

.navbar-nav li .dropdown-menu {
    right: 0;
    
}

.dropdown-toggle::after {
    color: #3eb87d;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.profileSec i {
    font-size: unset;
    margin-right: 0px;
    color: unset;
}

span.edit-btn, span.delete-btn {
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b5b9c0;
    text-align: center;
    line-height: 40px;
    margin-right: 1rem;
}

section.addvertisment img {
    margin-bottom: 10px;
}

/* features */

.feature-signup {
    background-color: #f8f9fa;
}

.bg_gaps {
    padding-top: 70px;
    padding-bottom: 70px;
}

.title {
    color: #282b31;
    line-height: 1.43;
    letter-spacing: 0.40px;
}

.fontweight_bold {
    font-weight: 900;
}

.underlinr-features {
    width: 26%;
    margin: 1rem 0;
    border-top: 1px solid #3eb87d;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.check__para {
    text-indent: -13px;
}

.para {
    color: rgba(40, 43, 49, 0.8);
    letter-spacing: 0.31px;
    line-height: 1.89;
    font-family: "Nunito-Regular", sans-serif;
}

.check__fa {
    margin-right: 8px;
    color: #3eb87d;
    ;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.leadscreen {
    box-shadow: 1px 2px 15px 2px #e0dcdc;
}

.leadscreen img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 1000px !important;
}

.kg_pack_btn button {
    margin-right: 4px;
}

ul.all_search_list {
    display: none;
    position: absolute;
    height: 190px;
    top: 4px;
    width: 94%;
    padding-left: 0px;
    overflow-y: auto;
    z-index: 9;
    left: 19px;
    border: 1px solid #3eb87d;
    border-top: none;
    background-color: #fff;
    box-shadow: 0px 0px 6px 2px #d4d4d7;
    border-radius: 0 0 10px 10px;
}

.carousel-control-prev {
    left: -17px !important;
}
.carousel-control-next {
    right: -17px !important;
}
.order_items.empty_cart img {
    width: 300px;
}
.error {
    color: red;
    display: flex;
}
.payment__details-box p.udetail:before {
    content: ":";
    position: absolute;
    left: 0px;
}
.our-videos .btn-paly{
    cursor: pointer;
}
.popup-close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.popup-close img{
    width: 50px;
}
.blogs_sec{
    background-color: #F8F8F8;
    padding-bottom: 200px;
    position: relative;
}
.blogssec{
    position: relative;
}
.blogs_card{
    position: relative;
}
.blogs_cate_tag{
    z-index: 2 !important;
}
.blogs_cate_tag,.blogs_category a{
    position: absolute;
    display: inline-block;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 20.5667px;
    -webkit-backdrop-filter: blur(10.2833px);
            backdrop-filter: blur(10.2833px);
    padding: 8.22667px 16.4533px;
    top: 16px;
    right: 16px;
    z-index: 1;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-size: 14px;
}
.blogs_img{
    border-radius: 16.4533px 16.4533px 0px 0px;
    height: 226px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blogs_a_img{
    position: relative;
}
.useraddress{
    word-wrap: break-word ;
}
.blogs_img::before,.blogs_a_img::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,0.2));
    z-index: 1;
    border-radius: 16px 16px 0 0;
}
.blogs_img img{
    height: 100%;
    border-radius: 16.4533px 16.4533px 0px 0px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -o-object-fit: cover;
       object-fit: cover;
}
.blogs_card:hover .blogs_img img{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.blog_title{
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.005em;
    color: #09080D;
}
.blog_desc{
    line-height: 25px;
    letter-spacing: 0.005em;
    color: #44444C;
    margin-top: 10px;
}
.blogs_content{
    padding: 20px 18px;
}
.blogs_footer{
    padding: 0 18px 20px;
    align-items: center;
}
.blogs_footer span,.blogs_footer p{
    letter-spacing: 0.005em;
    font-size: 14px;
}
.blogs_footer span{
    color: #5E5D65;
}
.blogs_footer p{
    color: #4864E1;
}
.all-blog-cards{
    position: relative;
}
.blog_sec_img{
    height: 174px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    width: 100%;
}
.blogs_footer-end img{
    transform: translateX(0);
    transition: var(--trsansition);
}

.blogs_card:hover .blogs_footer-end img{
    transform: translateX(8px);
}
.blog_post_details{
    padding-bottom: 200px;
}

/* ========MEDIA======== */
@media only screen and (min-width:768px){
    .col-md-8.custom_col_8{
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
    .col-md-2.custom_col_2 {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
    }
    .col-md-2.custom_col_18{
        -ms-flex: 0 0 17.2%;
        flex: 0 0 17.2%;
        max-width: 17.2%;
    }
}
@media (min-width:1200px){
    .container-custom{
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .top_search_input_div{
        max-width: 600px;
   }
}
@media (min-width:1300px){
    .container{
      max-width: 1295px;
    }
}
@media (min-width:1600px){
    .container{
         max-width: 1520px;
       }
    .top_search_input_div{
         max-width: 750px;
    }
}
@media (min-width:1920px){
    .carousel_outer{
        margin-left: 384px;
    }
}
@media only screen and (max-width:1199px){
    .all_products_list .col-12.col-sm-6.col-md-4.col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card .cart_group select.form-control {
        padding: .375rem 0rem!important;
        width: 77px !important;
    }
    .primary_btn {
        padding: 4px 6px;
    }
}

@media only screen and (max-width:1109px) {
    .products .cart_group select{
        width: 70px !important;
    }
    .card .cart_group select.form-control {
        padding: 0rem 0rem!important;
        width: 77px !important;
    }
}
@media only screen and (max-width:1025px){
    #add_address .text-right.btngroup{
        text-align: left !important;
        margin-top: 20px;
    }
    .address_delivery span:nth-of-type(2) {
        display: block;
        margin-left: 0px;
    }
    .all_products_list .col-12.col-sm-6.col-md-4.col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .card .cart_group select.form-control {
        padding: 0rem 0rem!important;
        width: 77px !important;
    }
    .primary_btn {
        padding: 4px 5px;
    }
}

@media only screen and (min-width:769px) and (max-width: 991px) {
    .categorySec.popular_products .products.card {
        height: 427px;
    }
    .products .cart_group select{
        width: 70px !important;
    }
    .user_address .address_delivery button.btn.btn-primary-redius {
        height: 59px;
    }
    .search-input-form{
        font-size: 12px;
    }
    .productReating.d-flex {
        display: block !important;
    }
    .productReating.d-flex .rating{
        margin-left: 0px !important;
    }
    .item_list_card .oder_item img {
        max-height: 90px;
    }
    .item_list_card .oder_item img {
        max-width: 90px;
        max-height: 70px;
        margin-top: 20px;
    }
       .topBanner .container h1 {
    color: #fff;
    font-weight: 600;
    max-width: 600px;
    font-size: 30px;
    padding-left: 15px;
}
   .bg-whitebox h4 {
    color: #253D4E;
    font-size: 35px;
    font-family: "MazzardH-Medium";
    margin-bottom: 1.5rem;
}
}

@media only screen and (max-width: 1096px) and (min-width: 991px) {
 
}
@media only screen and (max-width:768px) {
    .card.brand-card .imgContent {
        height: 90px;
    }
    .sectionTitle {
    letter-spacing: 1.44px;
    color: #232323;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}
 .bg-whitebox h4 {
    color: #253D4E;
    font-size: 30px !important;
    font-family: "MazzardH-Medium";
    margin-bottom: 1.5rem;
}
.user_address button.btn.btn-primary-redius {
    height: 50px;
}
.allcategory_sidebar {
    border: 1px solid #d1d1d1;
    border-radius: 9px;
    height: auto;
    background-color: #fdfdfd;
}
.categorylist {
    padding: 8px 1rem;
    padding-left: 0rem;
}
    .sellersSec .imgContent img {
        height: 80px;
        object-fit: contain;
    }
    .office_details {
    margin-bottom: 16px;
    flex-direction: column;
    gap: 15px;
}
#Span-Edit{
    display: flex;
    flex-direction: column;
    align-items: center;
}
span.edit-btn, span.delete-btn {
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b5b9c0;
    text-align: center;
    margin-right: 0px;
    line-height: 40px;
}
.page-footer .container-custom {
    padding: 1.4rem 20px;
    border-top: 1px solid #0000000D;
}
    .card .cart_group select.form-control {
        padding: 0rem 0rem!important;
        width: 80px !important;
    }
    .item_list_card .oder_item img {
        max-width: 80px;
        max-height: 70px;
        object-fit: contain;
    }
    .banner-content {
        background-attachment: scroll; /* Fallback for mobile devices */
        background-size: cover;
        background-position: center;
    }
    .owl-carousel.owl-drag .owl-item {
    width: 300px !important;
    
}
    
}
@media only screen  and (min-width:767px) and (max-width:1200px){
    .page-footer .container-custom {
    padding: 1.4rem 30px;
    border-top: 1px solid #0000000D;
}
.office_details {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
}
@media only screen and (max-width:767.98px) {
    .grc_home {
        height: 70vh;
    }
  #order{
    margin-top: 1rem;
  }
  #description{
        font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 95px;
}
    .grc_home .carousel-inner .carousel-item img {
        height: 70vh;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        width: 100%;
        margin-top: 17px;
    }
    .cateHiglightCard {
    height: 170px;
    border-radius: 30px;
    padding: 1.5rem 0.5rem;
    position: relative;
}

.categorySec h3 {
    text-align: center;
    letter-spacing: -1px;
    color: #1D263A;
    margin: 15px 0px;
    font-size: 26px;
    font-weight: 600;
}
    .bgSecColor {
    background-color: #FAFAFA;
    padding: 0px 10px;
}
    .flex_column {
        flex-direction: column !important;
        align-items: center;
    }
    .navbar-nav .nav-item .nav-link::after {
        content: none;
    }
    .footer__allLinks {
        text-align: left;
    }
    /* .navbar-container {
        background-color: #2AC17E !important;
    } */
    div#navbarSupportedContent {
        margin-top: 15px;
        border-top: 1px solid #3cb27a;
        
    }
    .navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link i {
        color: #000;
    }
    a.nav-link.borderRight :after {
        display: none;
    }
    .navbar-toggler-icon .fa {
        color: #3eb87d;
    }
    .flx_column {
        flex-direction: column !important;
    }
    .video-right-content {
        height: 226px !important;
    }
    .video {
        height: 60vh !important;
    }
    .contact {
        background-position-y: 0 !important;
        height: auto !important;
    }
    .testimonial__card {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-carousel .owl-stage-outer {
        padding-left: 0 !important;
        padding-right: 0;
    }
    .feature-products-img img {
        margin-bottom: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .orderqut, .orderPrice {
        margin-top: 1.5rem;
    }
    .contectInfo.mr-3 {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
    .banner-title {
        font-size: 32px;
    }
    .banner-subtitle {
        padding: 1.2rem 0;
        font-size: 26px;
    }
    .search-input-text {
        padding: .1rem 1rem;
    }
    .grocery-home .row.info {
        padding-top: 1rem;
    }
    /* img.cateImg {
        max-width: 150px;
        max-height: 125px;
    } */
    .card.brand-card .imgContent img {
        max-width: 100%;
        max-height: 100px;
    }
    .category.card {
        margin-bottom: 1rem;
    }
    img.wishList {
        position: absolute;
        right: 15px;
        top: 11px;
        width: 20px;
    }
    .category.card .add_to_cart_group {
        display: block !important;
    }
    .add_to_cart_group select.form-control {
        width: 100% !important;
        margin-bottom: 0.7rem;
    }
    .add_to_cart_group .btn.primary_btn {
        width: 100%;
    }
    .rating i.fas.fa-star {
        font-size: 13px;
    }
    .downloadContent .d-flex {
        display: block !important;
    }
    .downloadContent {
        padding: 0 1rem 2rem !important;
    }
    div#categorySec {
        margin-top: 40px;
    }
    .our_brand .col-lg-3 {
        /* width: 45%;
        margin: auto;
        margin-bottom: 10px; */
        padding-right: 15px !important;
        padding-left: 15px;
        /* text-align: center; */
    }
    .our_brand .card {
        border-radius: 20px !important;
        margin-bottom: 10px;
    }
    .address_view, .address_delivery {
        margin-bottom: 1.2rem;
    }
    .mb_sm-3 {
        margin-bottom: 1rem;
    }
    .mt_sm-3 {
        margin-top: 1rem;
    }
    .mb_sm-4 {
        margin-bottom: 2rem;
    }
    .mt_sm-4 {
        margin-top: 2rem;
    }
    span.offer {
        right: 13px;
    }
    .item_list_card .oder_item {
        margin-bottom: 10px;
    }
    .item_list_card .oder_item img {
        max-width: 70px;
        max-height: 70px;
        object-fit: contain;
    }
    .sellersSec .category.card {
        text-align: center;
    }
    .downloadContent img.social-btn-color {
        margin-bottom: 10px;
    }
    .socialMediaLink.text-left {
        text-align: center !important;
    }
    .companyLink {
        text-align: center !important;
        margin-top: 10px;
    }
    .sellersSec .category.card {
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
    .sellersSec .category.card img.cateImg {
        width: 100%;
        margin: auto;
    }
    .row.all_products_list .products.card {
        height: 416px;
    }
    .related_products .products.card{
        height: 388px;
    }
    #order .all_user_orders_list .d-block {
        text-align: center;
    }
    .home_pproduct.popular_products .products.card {
        height: 426px;
    }
    .our_brand .col-12.col-sm-6.col-md-3.col-lg-2.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .our_brand .card img {
        width: 100%;
        max-height: 128px;
        object-fit: contain;
    }
    .all_user_orders_list .item_list_card .font-weight-bold{
        margin-bottom: 10px;
    }
    .oder_detail_sec .product_details {
        margin-top: 1.5rem;
    }
    .all_user_orders_list .item_list_card .col-12{
        display: flex;
        justify-content: space-between;
    }
    .products.card a.btn.primary_btn {
        display: block;
        width: 43%;
        /* margin-top: 10px; */
        -webkit-appearance: none !important;
    }
    .delivery_address #add_address .add_address_button {
        margin-top: 0rem;
    }
    .products .cart_group select{
        width: 90px !important;
    }
    .margin-left-mob {
        margin-left: 1.5rem;
    }
    .card .cart_group select.form-control {
        padding: 0rem 0rem!important;
        width: 95px !important;
    }
    .primary_btn {
        padding: 4px 12px;
    }
    .leadscreen {
        margin-top: 15px;
    }
    .leadscreen.ml-auto {
        text-align: left !important;
        /* margin-left: inherit !important; */
        margin: auto;
    }
    .carousel-control-prev {
        left: 0px!important;
        opacity: 1 !important;
    }
    .carousel-control-next {
        right: 0px!important;
        opacity: 1 !important;
    }
    .grocery-home{
        width: 99% !important;
    }
    .item_list_card .oder_item::after{
        display: none;
    }
    p.sectionTitle span.orderId {
        display: block;
    }
    .category-container{
        grid-template-columns:repeat(4, 1fr)
    }
    .topBanner .container h1{
        padding-left: 0;
        font-size: 20px;
        line-height: 25px;
    }
    .bgrightImg{
        width: 100px;
        top:75px !important;
        position: absolute;
    }
    .brand-logo img{
        margin-bottom: 1rem;
    }
    .navbar-toggler{
        z-index: 99;
        transform: translateY(-18px);
        padding-left: 0;
    }
    .catehighImg{
        width: 100px;
    }
    #home-category{
        padding: 0;
    }
    .topBanner .container{
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0;
        width: 100%;
        height: 170px;
        margin-bottom: 20px;
    }
    .about_mid_content_img2{
    max-width: 230px;
}
.About-banner{
    height: 250px;
}

.sec-title {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: -20px;
    margin-top: 0 !important;
}
.img-plus-minus {
    transform: scale(1);
    transition: 0.3s 
ease-in-out;
    width: 60px;
}

.faqs .sub-title {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.articles_row {
    margin-top: 25px;
}
#main{
    overflow-x: hidden;
}
 
.contact-banner{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
    .topBanner .container h1{
        max-width: 200px;
    }
    .page-footer .container-custom{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar{
        padding-bottom: 8px;
        margin-top: 0px;
    }
    .top_new_header{
        padding-bottom: 2px;
    }
    .topSearchContainer{
        position: relative;
    }
}

@media (max-width:575px) {
    .cateorySec.rightwrap .category.card {
        padding: 20px 10px;
        height: 175px;
    }
    .cateorySec.rightwrap .category img.cateImg {
        width: 100%;
    }
    input#search_data {
        font-size: 12px;
    }
    .col-5.col-md-3.d-flex.align-items-center.orderPrice .delete-btn {
        display: block;
        position: absolute;
        bottom: 91px;
        
    }
    .item_list_card .oder_item img {
        max-width: 100px;
        max-height: 100px;
        object-fit: contain;
        margin-top: 0px;
    }
    .category-container{
        grid-template-columns:repeat(3, 1fr)
    }

}
@media (max-width:480px){
    .payment__details-box {
        background-color: #fff;
        padding: 26px 13px !important;
    }
    .search-input-form{
        padding: 1.7rem 0.3rem 1.7rem 0.5rem;
    }
}
@media (max-width: 405px){
    #add_address .card.form-deliver .btngroup button {
        width: 100%;
    }
    .delivery_address #add_address .add_address_button {
        margin-top: 0.5rem;
    }
    .shopping-cart .d-flex h5 {
        font-size: 1rem;
    }
    .item_list_card .btn-minus, .item_list_card .btn-plus{
        width: 25px;
        height: 25px;
    }
    .item_list_card input[type="text"]{
        font-size: 1rem;
    }
}
@media (max-width: 375px) {
    .banner-title {
        font-size: 25px;
    }
    .banner-subtitle {
        font-size: 23px;
        padding: 1rem 0;
    }
    .search-input-text {
        padding: .1rem 1rem;
    }
    ul.all_search_list {
        width: 90%;
        left: 10px;
        top: 3px;
    }
    .order_items.empty_cart img {
        width: 250px;
    }
    .payment__details-box p{
        font-size: 12px;
     }
     input#search_data {
        font-size: 10px;
    }
    #add_address .card.form-deliver .btngroup{
        text-align: left !important;
    }
    #add_address .card.form-deliver .btngroup button {
        width: 100%;
    }
    .delivery_address #add_address .add_address_button {
        margin-top: 0.5rem;
    }
    .searchGrocerys {
        position: relative;
        width: 300px;
        left: -18px;
    }
    .shopping-cart .d-flex h5 {
        font-size: 0.8rem;
    }
    .item_list_card .btn-minus, .item_list_card .btn-plus {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .item_list_card input[type="text"] {
        font-size: 0.9rem;
    }  
}
@media (max-width:360px){
    .category-container{
        grid-template-columns:repeat(2, 1fr)
    }
}