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

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

.brand-logo {
    left: 20px!important;
}

#cat-header h1{
    font-family: 'Dancing Script', cursive;
    color: #3D2A1B;
    margin-top: 50px;
}
/*===========================================================
CAT-HEADER
===========================================================*/

#cat-header .container-fluid{
    padding: 0;
}
#cat-header .container-fluid img{
    width: 100%;
    border-radius: 0;
}

#cat-header .desc{
    padding: 0px 15px;
    color: #353943;
    font-size: 20px;
    position: relative;
}

#cat-header .desc p{
    font-size: 16px;
    color: #3D2A1B;
    width: 900px;
    display: block;
    margin: 0 auto 50px;
}

#cat-header .desc::before{
    content: '';
    position: absolute;
    top: -70px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/uploads/2022/05/Wing-Left.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#cat-header .desc::after{
    content: '';
    position: absolute;
    top: -70px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/uploads/2022/05/Wing-Left.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

#cat-header .cat-image{
    height: 600px
}

#cat-header .cat-image img{
    height: 100%;
    object-fit: cover;
}

@media(max-width:1400px){
    #cat-header .desc p{
        width:700px;
    }
    #cat-header .desc::before{
        top: -40px;
    }

    #cat-header .desc::after{
        top: -40px;
    }
}

@media(max-width:1200px){
    #cat-header .desc p{
        width:500px;
    }
    #cat-header .desc::before{
        top: -20px;
        left: 0px;
    }

    #cat-header .desc::after{
        top: -20px;
        right: 0px;
    }
}

@media(max-width:991px){
    #cat-header .desc p{
        width:100%;
    }
    #cat-header .desc::before{
        display: none;
    }

    #cat-header .desc::after{
        display: none;
    }
}

@media(max-width: 767px){
    #cat-header .container-fluid .cat-image {
        height: 300px;
        object-fit: cover;
    }  
}
@media(max-width: 500px){
    #cat-header .container-fluid .cat-image {
        height: 200px;
    }  
}

/*===========================================================
PRODUCT LOOP
===========================================================*/
#product-loop .filterWrap h3{
    font-size: 19px;
    font-weight: 500;
    color: #3D2A1B;
}

#product-loop .filterWrap a{
    color: #3D2A1B!important;
}

#product-loop .products .inner{
    display: flex;
}
#product-loop .products .inner .left{
    width: 50%;
    padding-right: 20px;
}
#product-loop .products .inner .right{
    width: 50%;
}

#product-loop .products .inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product-loop .products .inner .cat h3 {
    font-size: 14px;
    color: #3D2A1B;
    font-weight: 500;
    font-family: 'Montserrat';
    min-height: 77.6px;
}

#product-loop .products .inner .cat h3 small {
    font-size: 14px;

}

#product-loop .products .inner .prodTitle p{
    font-size: 16px;
    color: #141414;
    min-height: 78px;
}

#product-loop .products .inner .price p {
    font-size: 17px;
    color: #141414;
    font-weight: 500;
}

#product-loop .products .inner .price{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.btn-main{
    background: #E3B75A;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: .3s all ease;
}

.btn-main:hover{
    background: #3D2A1B;
    color: #fff;
    transition: .3s all ease;
}

/* REMOVE SALE BANNER */
.onsale{
    display: none;
}

#product-loop{
    background: #fff;
    padding: 30px 100px;
}

#product-loop .price-wrap .price{
    display: inline !important;
}

#product-loop .price-wrap .price span{
    color: #454B57 !important;
    font-size: 23px;
    font-weight: 800 !important;
    font-style: italic;
}

#product-loop .price-wrap .label strong{
    color: #FE6F5E;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}

#product-loop .price-wrap{
    text-align: left;
}

#product-loop .woocommerce-product-details__short-description{
    text-align: left;
    color: #454B57 !important;
    font-size: 16px;
    font-weight: bold;
}

#product-loop .woocommerce-loop-product__title {
    text-align: left;
    font-weight: 800 !important;
    color: #454B57;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
    height: 45px !important;
    display: flex;
    align-items: center;
}

.button-wrap{
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#product-loop .product .btn-main{
    margin: 5px auto;
    border-radius: .25rem !important;
    padding: .375rem .75rem !important;
    border: 1px solid transparent;
    max-width: 300px;
    width: 100%;
}

#product-loop .product .btn-main:hover{
    border: 1px #454B57 solid;
}

#product-loop .product{
    background : #fff;
}

#product-loop .product .attachment-woocommerce_thumbnail{
    height: 320px;
}

#product-loop a{
    text-decoration: none !important;
}
#primary .storefront-sorting{
    display: flex;
    justify-content: flex-end;
}

.brand-logo{
    position: absolute;
    transform: translatey(-80px);
    left: 50px;
}

.brand-logo img{
    height: 60px;
    width: 60px;
}

#primary .site-main ul.products li.product {
    width: 48%;
    margin: 20px 1% !important;
    clear: none !important;
}

#primary .products{
    display: block;
    justify-content: space-between;
    margin: 50px 0;
}

.storefront-sorting{
    margin: 0;
}

@media(max-width: 991px){
    #primary .site-main ul.products li.product {
        width: 100%;
        margin: 20px 0% !important;
    }
    #product-loop{
        background: #fff;
        padding: 30px 50px;
    }
}
@media(max-width: 767px){
    #product-loop{
        padding: 20px 0;
    }   
    #primary .products {
        margin: 10px 0;
    }
}


/*===========================================================
ATTRIBUTES SECTION
===========================================================*/
.woocommerce-product-attributes{
    min-height: 60px;
}
.woocommerce-product-details__short-description{
    min-height: 50px;
}
.woocommerce-product-details__short-description p{
    margin:0;
    line-height: 18px;
}
.woocommerce-product-attributes-item{
    display: none;
}

.woocommerce-product-attributes-item--attribute_pa_brands{
   display:  block;
}

.woocommerce-product-attributes-item--attribute_pa_fuel-type {
    display: block;
}

#product-loop th{
    padding: 0;
    width: 100px;
    background: none;
    color: #FE6F5E;
    font-size: 17px;
        line-height: 30px;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
}

#product-loop td{
    padding: 0;
    background: none;
    color: #353943;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
}

#product-loop td a{
    color: #353943;
}

/* .woocommerce-widget-layered-nav-list{
    display: none;
} */
.widget-title-holder{
    position: relative;
}
.widget-title-holder::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
}

.widget.woocommerce li .count{
    float: none;
}

.widget_layered_nav li{
    margin-bottom: 10px!important;
}

.price-range{
    color: #454B57 !important;
    font-size: 23px;
    font-weight: 800 !important;
    font-style: italic;
    text-align: left;
}
.price-range::before{
    content: 'Price ';
    color: #FE6F5E;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}
.term-description h2{
    font-size: 30px;
    color: #353943;
    font-weight: bold;
}
/*===========================================================
FILTER AREA
===========================================================*/

#filterArea .top{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #454B57;
    color: #fff;
    padding: 10px 0;
}

#filterArea .top .btn{
    margin: 0 10px;
}

#filterArea .label{
    font-weight: bold;
    font-size: 23px;
    margin-right: 10px;
}

#filterArea .label i{
    color: #FF7F50;
}

#showFilters .tog{
    display: none;
}
#showFilters .on{
    display: inline;
}

.filter-tog{
    display: none;
}

#filterWrap{
    background: #353943;
    color: #fff;
    padding: 20px 100px;
}

#filterWrap a{
    color: #fff;
}

#filterWrap .widget-title{
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 600;
}

#filterWrap .inner{
    padding: 10px;
}

.woocommerce-widget-layered-nav-list__item a{
    text-decoration: none;
    transition: .3s ease all;
}

.woocommerce-widget-layered-nav-list__item a:hover{
    color: #FF7F50 !important;
    transition: .3s ease all;
}

#filterWrap .woocommerce-widget-layered-nav-list__item{
    margin-bottom: 0.2em;
}
#filterWrap .widget{
    margin-bottom: 20px ;
}
.woocommerce-ordering select{
    height: 35px;
    width: 250px;
}
.storefront-sorting{
    display: flex;
    align-items: center;
}
.woocommerce-result-count{
    display: none;
}
@media (max-width:1550px) and (min-width:1400px){
    .widget {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}
@media (max-width:1400px) and (min-width:1200px){
    .widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
@media(max-width: 1650px){
    #filterWrap .widget-title {
        font-size: 18px;
    }
}

@media(max-width: 1500px){
    #filterWrap {
        padding: 20px 50px;
    }
}

@media(max-width: 767px){
    #filterArea .top{
        flex-direction: column;
        
    }
    #filterArea button{
        margin: 5px 0 !important;
    }
}
@media(max-width: 576px){
    #filterArea .top{
        padding: 10px;
        
    }
}

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

nav.woocommerce-pagination{
    background: none;
}

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

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


#product-loop .products li {
    bordeR: 1px solid #dadada;
    padding: 15px;
    border-radius: 10px;
}