:root {
    --primary-color: #008000;
}
@media screen and (max-width: 767px) {
        .__top-slider-images .carousel-inner {
        border-radius: 30px !important;
        margin-top: 59px;
    }
    .topbar{
        display : none !important;
    }
    #mobilesearch {
    display: block !important;
    width: 94% !important;
    margin-left: 11px !important;
    position: fixed;
    top: 52px;
    background: #ffffff !important;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 
                0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
    .navbar{
        padding: 0;
    }
    #searchicon{
        font-size: 12px;
        padding: 10px 10px !important;
        margin-bottom: auto !important;
        color: #fff;
        background: var(--primary-color);;
}
    #mobilesearch .form-control::placeholder {
        color: var(--primary-color); /* Change to your desired color */
        opacity: 1;     /* Optional: ensures color is not faded */
    }
    #brand{
        display :none !important;
    }
    .__cate-item {
        flex-grow: 1;
        border: 1px solid green;
        border-radius: 13px;
        padding: 3px 3px 0px 3px; /* shorthand for top, right, bottom, left */
        gap: 6px;
    }
    
    .__cate-item .__img {
        height: 87px !important;
    }
    #category-name{
        font-size: 78% !important;
    }
    .__cate-item p{
        margin-bottom: 0 !important;
    }
    #maincategorysection{
        padding-left : 0px !important;
        padding-right : 6px !important;
    }
    #maincategorysection .card{
        border: 0px solid rgba(0, 0, 0, 0.085) !important;
    }
    .categories-title{
        font-weight: 900 !important;
    }
    .categories-view-all{
        display : none !important;
    } 
    #maincategorysection .card-body {
        padding: 1rem;
    }
    .btn-green{       
        background-color: var(--primary-color) !important;
        border-radius: 40px;
        padding: 3px 15px 3px 10px;
        font-size: 15px;
        color: #fff;
    }
    #mobile{
        display: block !important;
        align-items: center;
        text-align: center;
    }
    .deal_of_the_day {
        max-width: 350px;
        margin: -23px auto;
        padding-bottom: 25px;
        padding: 0px;
        text-align: center;
    }
    .deal_of_the_day h1 {
        font-size: 16px;
    }
    .deal_of_the_day h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recomanded-product-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .recomanded-product-card img {
        width: 120px;
        height: auto;
    }

    .__i-1 {
        width: 100%;
        text-align: center;
    }

    .__p-20px {
        padding: 10px !important;
    }

    .rating-show {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rating-show h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .float-right {
        float: none !important;
        margin-top: 5px;
    }

    .recomanded-buy-button {
        text-align: center;
        padding: 10px;
        margin-top: -78px;
    }

    .buy_btn {
        background-color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        font-weight: bold;
    }
    #dekstop{
        display:none;
    }
    .__inline-61 .recomanded-product-card{
        margin:0 !important;
        height: 220px;
    }
    .imagerecomanded{
        box-shadow: 0px 12px 24px -4px rgb(144 156 170 / 47%), 0px 0px 2px rgba(27, 127, 237, 0.1);
        height: 160px;
        width: 165px;
    }
    .imagerecomanded1{
        height: 170px;
    }
    #imagebox{
        border: 1px solid #ffffff;
        background: #fff;
        border-radius: 6px;
    }
    .__m-20-r {
        margin: -20px 20px -20px 20px !important;
    }
  
    .recomanded-buy-button {
        display: flex;
        justify-content: flex-start; /* Align content to the right */
        padding: 10px;
    }
    
    .recomanded-buy-button .buy_btn {
        text-transform: capitalize;
        width: 83% !important;
        font-size: 14px !important;
        text-align: center;
        padding: 5px 7px;
        border-radius: 5px;
    }
    #leftsidebar {
        display: flex;
        justify-content: left;
        align-items: start;
        padding-left: 0px; 
        
    }
    #leftsidebar  #heading{
        font-size : 12px;
    }
    #buttonright {
        display: flex;
        justify-content: flex-end;
        align-items: end;
        padding-right: 0px;  
        bottom: 20px;
        left: 17px;     /* Optional: add space from the right edge */
    }
    .buy_btn{
        height: 28px !important;
        color: #fff;
        background-color: #86e28663;
    }
    #productdetail{
        margin-top: -10px;
        text-align: center;
        font-weight: 900;
    }
    #ratingtext{
        font-weight: 700;
    }
    #cartbutton{
        border: 2px solid green;
        width: 85%;
        color: green !important;
        background: #6cb16c54 !important;
        margin-left: 13px;
        margin-right: 36px;
        padding: 0px;
        font-size: 13px;
        height: 42px;
    }
    .product-single-hover .single-product-details{
        height: 150px !important;
        font-size: 13px !important;
    }

  .footerfix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    font-weight: 300;
    box-shadow: 0 -20px 20px 0 rgb(80 109 133 / 10%);
    z-index: 1000; /* Set a higher z-index value */
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;

  }
  .footerfix i {
    height: 30px;
    font-size: 30px;
    color: #fff;
  }
  

  .footerfix ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none; /* Remove default list styling */
    margin: 0;
    padding: 0;
  }

  .footerfix ul li {
    text-align: center; /* Center text within li */
    flex: 1; /* Equal width for each li */
  }

  .footerfix ul li a {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally within the anchor */
    text-decoration: none;
   color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  #footername{
    font-size: 14px;
  }
  .navbar-light .navbar-brand{
    margin-left: 40px;
  }
  .navbar-light .navbar-toggler-icon{
    display : none;
  }


}
@media (min-width: 992px) {
#brand{
    display :block;
}
.categories-view-all{
    display : block;
}
.mt-2{
    margin-top : 0.5rem;
}
#mobile{
    display: none;
}
#dekstop{
    display:block;
}
#mobilesearch{
    display: none !important;
}

}