body{
     font-family: 'Poppins';
}

.delivery-info {
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}
.site-logo {
    border-right: 1px solid #dedede;
}
.header {
    border-bottom: 1px solid #dedede;
    padding: 0px 30px;
}
.delivery-time {
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.location-text {
    font-family: 'Poppins';
    margin-top: 6px;
    color: #000;
}
.location-items {
    width: 450px;
    padding: 15px;
}
.location-items h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.detect-btn {
    background: #54b226;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.or-divider {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid #ccc;
}
.or-divider span {
    margin: 0 8px;
    color: #777;
    font-size: 12px;
}
.search-input {
    border-radius: 6px;
    padding: 10px 10px;
    width: 100%;
    border: 1px solid #ccc;
    outline: unset;
    font-size: 14px;
}
.site-logo a {
    color: #f8cb46;
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 800;
    text-decoration: unset;
}
.location-flex {
    display: flex;
    align-items: center;
}
.search-bar {
    width: 60%;
}
.search-input {
    border-radius: 20px;
    padding-left: 35px;
}
.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.account-item {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.my-account-items {
    padding: 12px;
    width: 290px;
    left: -50px !important;
    top: 22px !important;
}
.account-content h6 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.account-content p {
    color: #777;
    font-size: 14px;
}
ul.menu-link {
    padding: 0;
    display: grid;
    gap: 5px;
}
.menu-link li {
    list-style: none;
}
.menu-link a.text-link {
    color: #777;
    text-decoration: unset;
    font-weight: 400;
    font-size: 14px;
}
.qr-content h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
button.btn-cart:disabled {
    border: 0;
    background: #e5e5e5;
    color: #fff;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 4px;
    font-size: 18px;
    width: 150px;
}
button.btn-cart {
    border: 0;
    background: #0c831f;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 18px;
    width: 150px;
    font-weight: 600;
    line-height: 22px;
    font-size: 15px;
}
.baner-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.left-right-space {
    padding: 0px 50px;
}
.category-baner img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-40{
   padding-top: 40px; 
}
.itme-img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.items-box {
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 2px;
}
.items-text p {
    margin: 0;
    text-align: center;
    color: #777;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
}
.items-box a {
    text-decoration: unset;
}
.grid-items {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}
.top-heading-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.text-link a {
    color: #54b226;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 600;
}
.product-box-item .product-box-wrapper {
    display: grid;
    width: 100%;
    padding: 12px;
    border: 1px solid #dedede;
    border-radius: 8px;
    text-decoration: unset;
    height: 290px;
    gap: 5px;
}
.product-box-wrapper a {
    text-decoration: unset;
}
.product-img img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}
.product-box-item {
    padding: 0px 10px;
}
.deleviry-time p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
}
.deleviry-time img {
    width: 18px;
}
.product-title h4 {
    color: #000;
    font-size: 12px;
}
.qty p {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.price p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
button.product-btn {
    cursor: pointer;
    width: 66px;
    border: 1px solid rgb(49, 134, 22);
    height: 35px;
    color: rgb(49, 134, 22);
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
}
.slick-arrow:before {
    display: none;
}
.slick-arrow i.fa {
    color: #777;
    font-size: 14px;
}
.slick-arrow {
    border: 1px solid #dedede !important;
    padding: 8px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50px !important;
    background: #ffff !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
}
.slick-disabled {
    display: none !important;
}
section.footer-sec {
    padding: 50px 50px;
}
.menu-heading h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
ul.menu-footer-link {
    padding: 0;
    display: grid;
    gap: 10px;
}
.menu-footer-link li {
    color: #000;
    list-style: none;
}
.menu-footer-link a.link-item {
    text-decoration: unset;
    color: #777;
    font-size: 16px;
}
button.back-btn {
    position: absolute;
    right: -7px;
    background: #0c831f;
    color: #fff;
    border: 0;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    top: -7px;
    z-index: 999;
}
.login-popup {
    padding: 30px;
    text-align: center;
}
.login-popup-items {
    display: grid;
    gap: 15px;
}
.popup-content h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.popup-content p {
    margin: 0;
    color: #777;
    font-weight: 600;
}
.login-form .input-field {
    margin-bottom: 15px;
}
.custom-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #dedede;
    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 4px;
}
.continue-btn button.form-btn {
    width: 100%;
    border: 0;
    padding: 10px;
    text-transform: capitalize;
    background: #0c831f;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.term-text p {
    margin: 0;
    color: #777;
    font-size: 12px;
}
button.login-btn-link {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
button.form-btn:disabled {
    border: 0;
    background: #e5e5e5;
    color: #000;
}

.quantity-selector {
    display: grid;
    align-items: center;
    background: #318616;
    padding: 0px;
    width: 66px;
    border: 1px solid rgb(49, 134, 22);
    height: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    grid-template-columns: repeat(3, 1fr);
}
}
.qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #4a6bdf;
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.quantity {
  font-weight: 500;
  text-align: center;
}
.hidden {
  display: none;
}
button.qty-btn {
    color: #fff;
    border: 0;
    background: transparent;
}
section.categories-sec {
    padding: 50px 0px;
}
div#myTabContent {
    width: 94%;
    height: 650px;
    overflow-y: auto;
}
.teb-items {
    width: 6%;
    height: 650px;
    overflow-y: auto;
}
.teb-items .nav-tabs {
    display: block;
}
.teb-items button {
    width: 100%;
    padding: 0;
    display: inline-block;
    word-break: break-all;
    line-height: 18px;
    border: 0 !important;
    padding: 0px 5px;
}
.tab-img img {
    width: 50px;
    height: 45px;
    object-fit: contain;
}
span.tab-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}
.active span.tab-text {
    font-weight: 600;
}
.teb-items button.active {
    border-right: 4px solid #54b226 !important;
    opacity: unset;
    border: 0;
    border-radius: 0;
}
.teb-items li.nav-item {
    margin-bottom: 15px;
}
.tab-content {
    padding: 0px 30px;
}
.category-box {
    border: 1px solid #dedede;
    border-radius: 4px;
}
.category-item-header {
    padding: 10px;
    border-bottom: 1px solid #dedede;
}
.category-item-header h4 {
    margin: 0;
    font-size: 15px;
}
.grid-boxs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 20px 0px;
    gap: 15px;
}
.grid-boxs .product-box-item {
    padding: 0;
}
.content-wrapper h4 {
    font-weight: 700;
}
.content-wrapper h5 {
    font-weight: 600;
}
.desktop-hide{
     display: none;
}
.location-flex input.search-input {
    padding: 10px !important;
}

.hidden { display: none; }
.qty-btn { padding: 5px; }
ul.breadcrumb-list {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.breadcrumb-list li {
    list-style: none;
}
span.link-text {
    color: #363636;
    text-decoration: unset;
    font-weight: 600;
    font-size: 13px;
}
.breadcrumb-list a {
    text-decoration: unset;
}
.breadcrumb-list li {
    list-style: none;
    font-size: 13px;
}
span.link-text:hover {
    color: #198754;
}

/*cart page css start*/
button.slick-prev.slick-arrow {
        z-index: 1;
        }
        #mainImage { width: 100%; max-width: 100%; }
        #lens { position: absolute; display: none; width: 150px; height: 150px; border: 1px solid #999; background-color: rgba(233,233,233,0.4); z-index: 10; pointer-events: none; }
        #result { position: absolute; display: none; width: 500px; height: 500px; border: 1px solid #ddd; background-repeat: no-repeat; z-index: 10; }
        .thumb-slider { margin-top: 15px; }
        .thumb-slider img { width: 100px; height: 100px; object-fit: cover; cursor: pointer; opacity: 0.5; border: 1px solid #ddd; }
        .thumb-slider img.active { opacity: 1; border-color: #28a745; }
    
    /* Main Product Image */
    .image-zoom {
      position: relative;
      overflow: hidden;
      cursor: zoom-in;
    }
    .image-zoom img {
      max-width: 100%;
      height: 350px;
      object-fit: contain;
      transition: transform 0.3s ease-in-out;
    }
    .image-zoom:hover img {
      transform: scale(1.5);
      cursor: zoom-out;
    }
    /* Thumbnail */
    .thumb-img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      border: 2px solid #ddd;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }
    .thumb-img.active {
      border-color: #28a745;
    }
    /* Qty */
    .quantity-control {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 10px;
    }
    .quantity-control button {
      width: 35px;
      height: 35px;
      font-size: 18px;
    }
    /* Unit radio */
    .unit-radio input[type="radio"] {
      display: none;
    }
    .unit-radio label {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 14px 15px;
        margin-right: 10px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        width: 130px;
        text-align: center;
    }
    .unit-radio input[type="radio"]:checked + label {
        border-color: #28a745;
        background: #fff;
    }
    /* Toggle content */
    #moreContent {
      display: none;
      margin-top: 10px;
    }

.cart-product-title h4 {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 800;
}
.brand-items {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dedede;
    margin: 10PX 0PX;
}
.brand-items .link-img {
    width: 35px;
}
.link-img img {
    width: 100%;
}
a.link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dedede;
    margin: 10PX 0PX;
    padding:5px;
    text-decoration: unset;
}
.product-brand h5 {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.product-brand p {
    color: #54b226;
    margin: 0;
    font-size: 12px;
}
.arrow-right {
    color: #000;
}
.product-info {
    padding-left: 70px;
}
span.time-badge {
    display: inline-block;
    background: #fcf3e6;
    padding: 2px;
    border-radius: 4px;
    color: #80540f;
    font-size: 10px;
    font-weight: 600;
}
.time-badge img {
    width: 12px;
}
.select-unit h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.radio-box p {
    margin: 0;
    font-size: 14px;
}
.radio-box h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
#price p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
#price h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
p.small-text {
    font-size: 10px !important;
}
.cart-btns button.btn-cart {
    padding: 14px 18px !important;
    width: auto;
    background: #318616;
}
.shop-texts {
    margin: 15px 0px;
    margin-top: 45px;
}
.shop-texts h4 {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin-bottom: 15px;
}
.icon-content h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}
.icon-content p {
    font-size: 12px;
    font-weight: 300;
}
.prodcut-items-text {
    margin-bottom: 13px;
}
.product-details-contents {
    text-align: left;
    margin-top: 45px;
}
.heading-text h6 {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 15px;
}
.type-text {
    display: inline-block;
    text-align: center;
}
.type-text h4 {
    font-size: 18px;
    font-weight: 600;
}
.product-details.heading-text {
    margin-top: 15px;
}
.toggleDetails {
    color: #54b226;
    text-decoration: unset;
}
/*end*/

@media(max-width:767px){
    .left-right-space {
        padding: 0px 5px;
    }
    .header {
        padding: 0px 6px;
    }
    .mobile-block {
        display: grid !important;
        gap: 10px !important;
    }
    .search-bar {
        width: 100%;
    }
    .mobile-block .dropdown.ms-3 {
        margin: 0 !important;
    }
    .site-logo.pt-2.pb-2 {
        display: none;
    }
   /* .account-field {
        display: none !important;
    }*/
    .header {
        border-bottom: 0;
    }
    .dropdown-itme {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }
    .mobile-account button.login-btn-link {
        font-size: 25px;
    }
    .category-baner {
        margin-bottom: 20px;
    }
    .baner-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .mobile-show{
        display: block !important;
    }
    .mobile-heading h2 {
        color: #000;
        font-size: 24px;
        font-weight: 600;
    }
    .grid-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .order-items-sec {
        padding-top: 30px;
    }
    .top-heading-title h3 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    section.footer-sec {
        padding: 50px 0px;
    }
    .menu-footer-link a.link-item {
        text-decoration: unset;
        color: #777;
        font-size: 11px;
    }
    .location-items {
        width: 340px;
        padding: 15px;
    }
    .detect-btn {
        font-size: 11px;
    }
    .login-popup {
        padding: 15px;
        text-align: center;
    }
    .product-box-item .product-box-wrapper {
        padding: 8px;
    }
    .product-box-item {
        padding: 0px 5px;
    }
    .cat-img a {
        display: inline-block;
        width: 100%;
    }
    .cat-img img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        background: #e5f3f3;
        padding: 10px;
        border-radius: 4px;
    }
    .cate-itme {
        text-align: center;
        margin-bottom: 20px;
    }
    .cat-text a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-decoration: unset;
    }
    .row {
    --bs-gutter-x: 10px !important;
        --bs-gutter-y: 0;
    }
    .cat-img {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .store-img img {
        width: 100%;
        height: 85px;
        object-fit: cover;
        border-radius: 16px;
    }
    .store-box {
        text-align: center;
        padding: 6px;
    }
    .store-text p {
        color: #000;
        font-size: 12px;
        font-weight: 600;
        margin-top: 5px;
    }
    .bottom-cat-img img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
    }
    h2#headingTwo {
        margin-bottom: 20px;
    }
    
    .cart-btn {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 54px;
        z-index: 999;
        text-align: center;
    }
    .cart-btn button#cartButton {
        width: 90%;
        padding: 17px !important;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    button.btn-cart:disabled {
        display: none !important;
    }
    .product-info {
        padding-left: 0;
    }
    #mainImageContainer {
        display: none !important;
      }
      .thumb-slider .slick-active img {
        opacity: unset;
        border-color: unset;
        border: 0px;
        width: 100%;
        height: 100%;
    }
    .product-info {
        margin-top: 25px;
    }
    .slick-next {
        right: -12px !important;
    }
    .slick-prev {
        left: -12px !important;
    }
    .category-box .grid-boxs {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 20px 0px;
        gap: 15px;
    }
    .teb-items {
        width: 20%;
    }
    .tab-content {
        padding: 0px 10px;
    }
    div#myTabContent {
        width: 80%;
        height: 650px;
        overflow-y: auto;
    }
}