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

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

.brand-logo {
    left: 10px;
    top: 10px;
    position: absolute;
    /* width: 75px; */
    max-width: 60px;
    
    border-radius: 4px;
}
.brand-logo img{
    margin: 0 !important;
    border: 1px solid #F98805;
}

.btn-main{
    font-size: 16px!important;
}
.bg{
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
}
/*===========================================================
CAT-HEADER
===========================================================*/

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

#cat-header .desc{
    padding: 30px 15px;
}
#cat-header .descs{
    color: #353943;
    font-size: 16px;
}
#cat-header .descs p{
    margin: 0 0 10px;
}
.descs .clicka{
    margin: 10px 0;
    font-weight: 600;
    cursor: pointer;
}
#cat-header .white{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}
#cat-header .white h1{
   color: #fff;
    font-size: 60px;
}

.cat-image{
    position: relative;
}

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


/*===========================================================
FILTER AREA
===========================================================*/


.woocommerce-ordering select{
    height: 35px;
    width: 250px;
}
.storefront-sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce-result-count{
    display: none;
}
/* @media (max-width:1550px) and (min-width:1400px){
    .widget {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
} */
/* @media (max-width:1400px) and (min-width:1200px){
    .widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 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
===========================================================*/

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

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





/*===========================================================
PRODUCT LOOP
===========================================================*/

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

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


#product-loop .product{
    width: 50%;
    margin: 0;
    float: none;
}

#product-loop ul.products{
    display: flex;
    flex-wrap: wrap;
}

#product-loop .prod-link{
    display: flex;
    padding: 30px 20px;
}

#product-loop .product .inner a:hover{
    color: #000;
}
#product-loop .product .left{
    width: 50%;
    text-align: left;
}

#product-loop .product .right{
    width: 50%;
    padding: 0 15px 15px 15px;
    text-align: left;
}
#product-loop .product .image{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#product-loop .product .image img{
    object-position: top;
    width: 100%;
    height: 328px;
    object-fit: contain;
}
#product-loop .product h3{
    color:#F98805;
    font-size: 17px;
    min-height: 55px;
}
#product-loop .product .heat-output {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 2px 4px;
    border: 1px solid #F98805;
    border-radius: 4px;
}
#product-loop .product .heat-output div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
#product-loop .product .heat-output div img {
    margin: 0 6px 0 0;
    height: 20px;
}
#product-loop .product  table td{
    background: none !important;
}

#product-loop .product .attributes{
    min-height: 260px;
    max-height: 260px;
    margin: 10px 0;
}
#product-loop .product .attributes td{
    font-weight: 600;
    font-size: 13px;
}
#product-loop .product .attributes .lab{
    color: #585858;
}
.brand-logo img{
    height: auto !important;
}
#product-loop .product .short_desc{
    min-height: 260px;
    max-height: 260px;
    overflow-y: hidden;
    margin: 10px 0;
}
#product-loop .product .pricey{
    min-height: 55px;
}
#product-loop .product .pricey .price-wrap{
    display: flex;
    font-size: 20px;
}
#product-loop .product .pricey .price-wrap .label{
    color: #F98805;
    margin-right: 7px;
    font-weight: 700 !important;
}

#product-loop .product .pricey .price-wrap .woocommerce-price-suffix{
    display: none
}

#product-loop .product .pricey .price-wrap .price .amount{
    color: #1A1A1A;
    font-weight: 700;
}

/*===========================================================
ORDERING/SORTING
===========================================================*/

.woocommerce-pagination .page-numbers li{
    font-weight: 600;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #1A1A1A;
    color: #FFFFFF;
}
.woocommerce-pagination .page-numbers li a{
    color: #000 !important;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .3342343017em .875em;
    background-color: #fff;
    color: #43454b;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
}


#breadcrumbs2 a{
    text-decoration: none;
    color: #324758;
  }
  
#breadcrumbs2{
    margin-bottom: 10px;
}
#breadcrumbs{
    display: none;
}

.woocommerce-pagination{
    background: transparent!important;
}


/*===========================================================
FILTER WIDGET
===========================================================*/
.filters{
    margin-top: 45px;
    padding-top: 2.617924em;
}
.filters h2{
    font-size: 20px;
}
.widget{
    margin-bottom: 0;
}
.widget .widget-title {
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 1em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.widget .widget-title::after{
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    color:#F98805;
    font-size: 35px;
}
.widget ul{
    display: none;
}

.widget .widget-title.clicked::after{
    content: '-' !important;
}





/*===========================================================
RESPONSIVE
===========================================================*/


@media(max-width: 1400px){
    #product-loop .product .left {
        width: 40%;
    }
    #product-loop .product .right {
        width: 60%;
    }
    #product-loop {
        padding: 0 20px 30px;
    }
}

@media(max-width: 1200px){
    #product-loop {
        padding: 30px 20px;
    }
    .widget{
        display: none;
    }
    .filters {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .filters h2::after{
        content: '+';
        position: absolute;
        right: 15px;
        font-size: 35px;
        font-weight: 500;
        color: #F98805;
    }
    .filters h2.clicked::after{
        content: '-';
    }
}

@media(max-width: 1100px){
    #product-loop .product {
        width: 100%;
    }
    #product-loop .product .short_desc {
        min-height: 250px;
        max-height: 100%;
        margin: 10px 0;
    }
    #product-loop .product .attributes {
        min-height: 250px;
        max-height: 100%;
        margin: 10px 0;
    }
}

@media(max-width: 700px){
    #product-loop .product .inner a {
        padding: 30px 20px;
        flex-direction: column;
        align-items: center;
    }
    #product-loop .product .left {
        width: 40%;
    }
    #product-loop .product .right {
        width: 100%;
    }
    #cat-header .white h1 {
        color: #fff;
        font-size: 28px;
    }
}

@media(max-width: 500px){
    #product-loop .product .left {
        width: 60%;
    }
    #product-loop {
        padding: 30px 0;
    }
    /* #cat-header .white h1 {
        position: relative;
        right: 13px;
    } */
    #product-loop .product .image img{
        height: auto;
    }
}