.woocommerce-breadcrumb{
    display: none;
}

#hero{
    padding: 88px 0;
    background: #090909;
}
#hero h1{
    color: #fff;
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
}
#hero p{
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}
#categories{
    padding: 30px 0;
    background: #FFF5EB;
    margin-bottom: 40px;
}
#categories .inner{
    display: flex;
    background: #FCFCFC;
    box-shadow: 1px 1px 1px #00000021;
    padding: 15px;
}
#categories img{
    width: 245px;
    height: 245px;
}
#categories h3{
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
}
#categories .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

@media(max-width: 1400px){
 #categories .content{
        padding-left: 0;
    }    
}
@media(max-width: 1200px){
    #categories .inner{
        margin: 10px 0;
    }
}
@media(max-width: 767px){
    #categories .inner{
        flex-direction: column;
        align-items: center;
    }
}



#products .inner{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 1px 1px 1px #00000021;
}

#products h3{
    font-size: 19px;
    line-height: 26px;
    color: #121212;
    min-height: 71px;
    margin: 0;
}


#products .inner .desc{
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 300;
    min-height: 126px;
}
#products img{
    height: 267px;
    width: 100%;
    object-fit: cover;
}
#products .price{
    text-align: center;
    color: #0C0C0C;
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
}
#products .amount{
    font-weight:500 !important;
}
#products .btn{
    width: 100%;
}

#products .header{
    margin-bottom: 50px;
}

#products .slider{
    height: fit-content;;
}
.page-numbers{
    border: none !important;
}
.page-numbers li{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    
}
.page-numbers li a{
    color: #000;
}
.page-numbers .current{
   background: #A66C2F !important;
    color: #fff !important;
}

@media(max-width:500px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%!important
    }
}