.custheader{
    /*position: sticky;*/
    /*top: 0;*/
    z-index: 999;
    background:#fff;
}
.custheader .container-inner{
   padding:0;   
}
.home-2 .header-navigation{
   padding:0px !important;   
}
.home-4 .header-top-nav{
    position:initial;
}
.custheader .container-inner{
    margin-top:0;
    background-color:initial;
}
.header-top-nav{
    padding-bottom:0;
}
.logo{
    margin-top:0px;
}
.main-navigation ul li a{
    padding:0px 15px;
}
.webmenu{
    position: sticky;
    top: 60px;
    z-index: 999;
    margin: 0;
    width: 100%;
     /*height: 35px; */
    background: #FFF;
    padding: 10px 5px;
    text-align:center;
}
#searchtext{
    width: 500px;
    padding: 6px 16px;
    border-radius: 0;
    border: 1px solid #cac9c900;
    border-radius: 16px;
    box-shadow: 0 0 8px #d9d7d7;
    outline:0;
}
#searchtext{
    
}
.searchBtn{
    background: #ffd65b;
    color: #fff;
    line-height: 24px;
    text-align: center; 
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: 0;
    padding: 3px;
    width: 30px;
    display:none;
}
.searchPanel{
    position:relative;
    padding-right: 10px;
}
.searchItemPanel{
    position: absolute;
    top: 22px;
    width: 100%;
    min-height: 0px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    display: none;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 8px 11px 12px rgba(0,0,0,0.2);
    z-index: -1;
}
.addCartBtn{ 
    padding: 5px 10px;
    background: #db3f14;
    border-radius: 20px;
    color: #fff !important;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.serQty{
    width:85px;
    text-align:center;
}
.stickyTop{
    position:sticky !important;
    top:0;
    z-index:99999;
    /*background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%) !important;*/
    background: #FFFFFF;
    padding: 0;
    height: 60px;
    align-items: center;
    display: flex;
}
.alignCenter{
    align-items:center;
}
.smLogo{
    left: 0;
    width: 140px;
    position: absolute;
    /*display:none;*/
}
.header-right-nav a{
    font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clrWhite {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background: #efeeec;*/
    border-radius: 1em;
}
.clrWhite li a{
    color:#000000;
}
.clrWhite li a:hover{
    color:#000000;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



@media (max-width: 992px){
    .webmenu {
        display:none
    }
}
@media (max-width: 992px){
    .stickyTop {
        display:none
    }
    .home-4 .main-navigation {
         margin-left: 0px; 
    }
}
.quick_view {
    display: none !important;
}
.product-decs h2 {
    min-height: 46px;
}

.ld-price {
    font-weight: bold;
}






















