/*===========================================================
OVERRIDES
===========================================================*/

#secondary{
    display: none;
}
#primary{
    width: 100%;
    display: block;
    background: #fff;
}

.brand-logo {
    left: 20px!important;
}
#product-loop .container{
    max-width: 1700px;
}

#product-loop h2{
    font-weight: 600;
    font-size: 30px;
    margin: 50px 0 30px;
}

#cat-loop .inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #B8B8B8;
}

#cat-loop .inner img {
    height: 250px;
    margin: 0 auto 20px !important;
    width: auto;
    border-radius: 0 !important;
}
#cat-loop h4 {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}
/*===========================================================
CAT-HEADER
===========================================================*/
#breadcrumbs {
    display: none;
}
#breadcrumbs2 {
    text-transform: uppercase;
}
#cat-header {
    padding: 30px 0;
    background: #515153;
}

#cat-header .container-fluid {
    padding: 0;
}
#cat-header img {
    width: 100%;
    object-fit: cover;
    max-height: 415px;
    min-height: 415px;
    border-radius: 0;
}

#cat-header .desc {
    padding: 0;
    color: #fff;
}

#cat-header .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 100px;
}
#cat-header h1,
#cat-header a,
#cat-header {
    color: #fff;
}
#cat-header h1 {
    font-weight: 600;
}

@media(max-width: 1200px){
    #cat-header .inner {
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    #cat-header .inner{
        padding: 50px 15px;
    }
    #cat-header img {
        width: 100%;
        max-height: 415px;
        min-height: auto;
    }
}

/*===========================================================
PRODUCTS
===========================================================*/

.storefront-sorting{
    margin: 30px 0;
}
.products{
    margin: 50px 0 !important;
}
.woocommerce-ordering {
    float: right;
}
.woocommerce-result-count{
    display: none;
}
#password_form input, #password_form button{
    max-width: 300px;
    width: 100%;
    margin: 10px 0;
}

/*===========================================================
PAGINATION
===========================================================*/

@media(max-width:991px){
    #primary .storefront-sorting{
        flex-direction: column;
    }
}

@media(max-width:380px){
    .page-numbers li{
        margin-bottom: 10px;
    }
}


