header {
    background: #e7dfd8;
}

.main_menu.menu_fix {
    height: 80px;
}
.main_menu.menu_fix .menu_item {
    margin-left: auto;
    padding-top: 12px;
}

.main_menu.menu_fix.menu_icon li {
    position: relative;
    padding-top: 15px;
}

.menu_icon {
     line-height:unset !important;
    align-items: center !important;
}

.main_menu_2 .menu_category_bar {
    background: black;
}
.main_menu_2 .menu_icon li a span {
    background: black;
}

/*.special_product_item {
   flex-wrap: inherit !important;
}

.special_product_img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}*/

.product-card {
  background: #f4ede6;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
}

.product-img {
  border-radius: 12px;
  background: #fff;
  /*padding: 10px;*/
}

.product-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.product-features {
  padding-left: 18px;
  margin-bottom: 8px;
}

.product-features li {
  font-size: 14px;
  line-height: 1.4;
  list-style: disc;
}

.rating {
  font-weight: 600;
  color: #333;
}

.rating i {
  color: #f4b400;
}

.price {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
}

.price del {
  font-size: 14px;
  color: #888;
  margin-left: 6px;
}

.btn-group-custom {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.add-cart {
  background: #f4b400;
  color: #000;
  border-radius: 30px;
  padding: 8px 20px;
}

.buy-now {
  background: #2eb82e;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
}


      .my-box{
    list-style: none;
    background: #f4ede6;          /* light beige */
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

/* Hover effect */
.my-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Heading */
.my-box h4{
    font-weight: 700;
    margin-bottom: 10px;
}

/* Paragraph */
.my-box p{
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

/* Mobile spacing fix */
@media (max-width: 768px){
    .my-box{
        margin-bottom: 15px;
    }
}
.about_us_text ul li::after, .about_us_text ol li::after, .about_us_text ul li::before, .about_us_text ol li::before {
    top: 33px;
    left: 12px;
}

.default_home .mini_cart .offcanvas-header {
    background: black;
}

.default_home .common_btn {
    background: black;
}

img.img-fluid.trust-img {
    width: 69px !important;
}


    .no-product-found {
    text-align: center;
    padding: 50px 20px;
    background: #f9fafc;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin: 40px 0;
}

.no-product-found img {
    height: 140px;
    margin-bottom: 20px;
    opacity: 0.8;
    width: 501px !important;
}

.no-product-found h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.no-product-found p {
    color: #777;
    font-size: 15px;
    margin-bottom: 20px;
}

.no-product-found .back-btn {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(45deg, #ff6a00, #ff3c00);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.no-product-found .back-btn:hover {
    background: linear-gradient(45deg, #ff3c00, #ff6a00);
    transform: translateY(-2px);
}

















#mobile-banner
{
    display: none !important;
}

/*.mobile_menu_area .offcanvas.offcanvas-start {
    width: 300px;
}

*/







/* Mobile Responsive */
@media (max-width: 576px) 
{


/*    .offcanvas {
    left: 66px !important;
}

.mobile_menu_area .btn-close {
    position: absolute;
    top: 0;
    right: 259px;
    }
*/









  .product-title {
    font-size: 18px;
  }
  .price {
    font-size: 18px;
  }

  .mobile-img{
    width: 100% !important;
    height: 136px !important;
  }

  img.img-fluid.trust-img {
        width: 50px !important;
    }
    .banner_2 {
        margin-top: 86px;
    }

    header {
            position: fixed;
            top: 0;
            left: 0;
            height: 86px;
            line-height: 70px;
            z-index: 99;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

    .no-product-found img {
        width: 100% !important;
    }



    #mobile-banner
    {
        display: block !important;
    }

    #desktop-banner
    {
        display: none !important;
    }

    #four-box
    {
        display: none !important;
    }


}



