*{
    margin: 0;
    padding: 0;    
    outline: 0;
    font-family: 'Inter', sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    display: inline-block;
}
img{
    vertical-align: middle;
}
h5{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
}
h4{
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
p{
    color: var(--pcolor);
    font-size: 16px;
    font-weight: 400;
}
.five_star span{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.five_star span:hover{
    color: #FFAE00;
}
.shop_now a{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #477018;
    padding: 15px 50px;
    border-radius: 50px;
    transition: 0.2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.shop_now a:hover{
    background-color:  var(--homecolor);
    color: var(--whitecolor);
}
:root{
    --homecolor: #477018;
    --whitecolor: #fff;
    --textcolor: #282828;
    --icontext: #F47606;
    --pcolor: #676767;
}
/* nav part start */
#home{
    background-color: var(--homecolor);
    padding: 15px 0;
}
.hme h5{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
}
.bg_nav ul li{
    padding: 20px;
}
.bg_nav ul li a{
    color: #477018!important;
    font-size: 16px;
    font-weight: 600;
}


.nav_icon span a{
    margin-left: 10px;
}
/* nav part end */
/* banner part start */
#banner{
    position: relative;
    background: url(../images/categories/banner.png) no-repeat center/ cover;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}
.ban_text{
    position: absolute;
    top: 40%;
}
.ban_text h2{
    color: var(--textcolor);
    font-size: 35px;
    font-weight: 700;
}
.ban_text h3{
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 400;
}
/* banner part end */
/* dtls part start */
#dtls{
    margin-bottom: 50px;
}
/* [type="search"]{
    padding: 14px 217px 14px 22px;
} */
input.dtls_search {
    padding: 14px 150px 14px 20px;
}

.search ::placeholder{
    color: #B0B0B0;
    font-size: 16px;
    font-weight: 400;
}
.dtls_text p{
    margin-top: 20px;
    margin-left: 30px;
}
.dtls_dot i{
    margin: 20px;
}
.dropdown-toggle{
    background-color: #477018;
}
.dropdn{
    padding: 10px;
}
.cate_list,
.cate_price,
.cate_pricetwo{
    margin-top: 30px;
    padding: 22px;
    border: 1px solid #C9C9C9;
    border-radius: 20px;
}
.cate_list h3,
.cate_price h3,
.cate_pricetwo h3{
    color: #282828;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #C9C9C9;
}
.cate_list ul,
.cate_price ul{
    list-style:disc;
    padding-left: 15px;
    color: #676767;
}
.cate_list ul li a,
.cate_price ul li{
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
}
.cate_list ul li a:hover{
    color: #F47606;
}
.cate_pricetwo span i{
    margin-top: 10px;
} 
.cate_pricetwo span{    
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.cate_pricetwo span:hover{
    color: #FFAE00;
}
.best_sel{
    margin: 30px 0;
}
.best_sel h3{
    color: var(--textcolor);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.best{
    margin-bottom: 20px;
}
.best img{
    border: 1px solid #C9C9C9;
    border-radius: 20px;
    margin-right: 20px;    
}
.best img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.best_dtls h4{
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 600;
}
.best_dtls span{
    color: #FFAE00;
}
.tag h3{
    color: var(--textcolor);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tag button{
    margin: 5px;
}
.cate_img_one{
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.cate_icon{
    position: absolute;
    bottom: 20px;
    left: 25%;    
}
.cate_img_one img{
    width: 100%;
    cursor: pointer;
}
.cate_img_one{
    border-radius: 20px;
    margin: 10px;
}
.cate_img_one:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cate_icon{
    position: absolute;
    bottom: 20px;
}
.cate_icon i{
    padding: 10px;
    border: 1.5px solid #FFAE00;
    border-radius: 50%;
    transition: 0.4s;
    cursor: pointer;
}
.cate_icon i:hover{
    color: #fff;
    background-color: #FFAE00;
}
.dtls_page{
    margin-top: 30px;
}
/* dtls part end */
/* footer part start */
footer{
    padding: 50px 0;
    background-color: #373C33;
}
.left_dtls{
    margin: 20px 0;
}
.left_dtls a i{
    margin-right: 20px;
    padding: 16px;
    color: #fff;
    border: 2px solid #477018;
    background-color: var(--homecolor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.left_dtls_last a i{
    margin-right: 20px;
    padding: 16px 18px;
    color: #fff;
    border: 2px solid #477018;
    background-color: var(--homecolor);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.left_help a{
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    font-weight: 600;
}
.left_help h6{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
}
.help_one h6{
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.help_one ul{
    padding-left: 0;        
}
.help_one ul li a{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.help_one ul li a:hover{
    color:var(--homecolor);
}
.foter_right h6{
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.foter_right p{
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}
.roght_sendInput{
    height: 50px;
    width: 300px;
    padding-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.roght_sendInput ::placeholder{    
    color: rgba(103, 103, 103, 0.36);
    font-size: 16px;
    font-weight: 400;
}
.roght_send button{
    height: 51px;
    width: 90px;
    border: none;
    margin-left: -20px;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 600;
    background-color: #F47606;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* footer part end */
@media (max-width:767px){
    .hme h6{
        text-align: center;
    }
    .bg_nav{
        margin-bottom: 10px;
    }
    .bg_nav ul li{
    text-align: center;
    padding: 5px 0;
    }
    .nav_icon{
        text-align: center;
    }
    .help_part{
        margin-top: 20px;
    }
    .foter_right{
        text-align: center;
    }
}
@media (min-width:768px) and (max-width:991.98px){
    .bg_nav ul li{
    text-align: center;
    padding: 5px 0;
    }
    .addy_cnt{
        display: flex;
    }
    .left_dtls_last{
        margin-top: 20px;
    }
    .help_part{
        margin-top: 20px;
    }
    .nav_icon{
        text-align: center;
    }
    .foter_right{
        text-align: center;
    }
}
@media (min-width:992px) and (max-width:1199.98px){
    .roght_sendInput{
        width: 200px;
    }
}
@media (min-width:1200px) and (max-width:1399.98px){
    .roght_sendInput{
        width: 200px;
    }
}
@media (min-width:1400px){
}