.main-manu-div{
	background-color: #fff;
    color: #212121;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);

}
.main-manu-div span{
	font-family: Roboto,Arial,sans-serif;
}
.main-manu-list{
	margin: 0 auto;
    padding: 0 16px;
    max-width: 1248px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-align: left;
    white-space: nowrap;
}



.main-manu-listitem{

    color: #212121;



    white-space: normal;


    list-style: none;

}
.listitem-name{
	padding: 12px 10px 9px;
    font-weight: 500;
    display: block;

    cursor: pointer;
}
    
.submenu-div-parent{
 display: block;




    font-size: 13px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none; 

}
li{
	list-style: none;
}



.submenu-div{
    
    position: absolute;
    left: -1px;
    width: 100.2%;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    display: block;}
.single-menu-section{


    display: inline-block;
    width: 19.8%;
    vertical-align: top;
    margin-bottom: -2000px;
    padding-bottom: 2000px;}
    .single-menu-section:nth-child(2n) {
    background-color: #f9f9f9;}
    .listitem-ul {
    margin: 5px 0 10px;}
    .listitems{
        padding: 4px 0 4px 23px;
    margin: 0;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    width: 90%;
    }
   .listitems a{
        text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    }


    .slider-buttom-category .row{
        align-items: center;
        justify-content: center;
    }
    
    
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    height: 50px;
    background: #f3f8fc;
    padding: 0px 30px 0px 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.bootstrap-select>.dropdown-toggle:hover, .bootstrap-select>.dropdown-toggle:focus {
    background-color: transparent !important;
    border: 0;
}
.bootstrap-select>.dropdown-toggle:focus{
    outline:0 !important;
    box-shadow:none;
}
.bootstrap-select>.dropdown-toggle {
    height: 48px;
    padding: 0px;
    line-height: 48px;
    font-size: 14px;
    border: 0px;
}
.product-size.product_variant.pt-0 {
    display: FLEX;
    align-items: center;
}
.product-size.product_variant.pt-0 .title {
    flex: 0 0 120px;
}
.category-box {
    padding: 20px;
    position: relative;
    background: #f3f3f3;
    min-height: 110px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #9f9f9f;
    overflow: hidden;
    z-index: 1;
}
.category-box img {
    position: absolute;
    height: 50px;
    filter: brightness(1);
    bottom: 10px;
    right: 10px;
    opacity: 0.4;
}
.category-box h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.category-box a {
    padding: 5px 10px;
    background: #000000;
    font-size: 12px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    box-shadow: 0px 0px 29px 0px #cccbcb;
}
.category-box-left {
    position: relative;
    z-index: 1;
}
.category-box::before {content: "";position: absolute;width: 100%;height: 100%;clip-path: polygon(0 0, 0% 100%, 100% 0);background: #f8d808;top: 0px;left: 0px;z-index: -1;}