@charset "utf-8";
/* CSS Document */

.prodlistpg .prodlist_contianer{width: 100%; float: left; clear: both}
.leftcol {width: 300px; float: left;position: sticky;
    top: 10px;}
.prod_right_sec {width: calc(100% - 300px); float: right; padding-left: 64px;}
.prod_img {position: relative;}
.prod_tit {font-size: 24px; color: #9F1537; line-height: 54px;letter-spacing: 0.8px;position: relative; width: calc(100% - 405px); float: left; text-transform: uppercase;   font-family: 'Eurostile LT Pro Unicode';}
.right_txt { width: 405px; float: left; border: 1px solid #F2F2F2;margin: 13px 0 0;}


/* Air tools */
.product_list { margin: 40px -8px 0; }
.product_list li { padding: 0 8px; width: 33.3%; float: left; margin-bottom: 18px;}
.prodbox { background: #fff;display: inline-block;width: 100%;text-align: center; padding: 20px; border: 1px solid #dddddd; border-radius: 4px;}
.woocommerce ul.products.columns-3 li.product:nth-child(3n + 0) { border-right: 0; }
.loadmore { text-align: center;}
.prodtit { font-size: 18px; color: #000; letter-spacing: 0.4px; line-height: 24px; font-weight: 600; margin: 0 46px;border-top: 1px solid #dddddd; padding: 25px 0 0;transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;}
.product_list li a:hover  .prodtit { color: #1f4ba5;}
.prodimg { margin-bottom: 18px; transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s;
    -moz-transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
}
.product_list li a:hover .prodimg {-webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.1) translateZ(0); }
.woocommerce ul.products li.product a img {
    width: auto;}
.onsale.outstock { width: 130px !important; }

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; color: #86878a;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #86878a;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
   left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #1f4ba5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tophead {margin-bottom: 30px;display: inline-block;width: 100%;  border-bottom: 1px solid #f3f3f3; padding-bottom: 15px;}

.prod_btm {position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
   
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
  
    left: 50px;
    right: 52px;
    align-items: center;}


.hide-in-desktop { display: none;}
.woocommerce-result-count {
    font-size: 16px;
    color: #393a3c;
    font-weight: normal;
}
.woocommerce-result-count span { font-weight: 600; color: #000; }
.sortdiv {
    float: left;
    margin: 0 0 0 11px;padding-right: 10px;
}
.sortdiv label {
    float: left;
    font-size: 16px;
   
    padding-left: 20px;
    font-weight: 600; color: #000;
}
select {
    width: 230px;
    padding: 0 0px 0 10px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background: url(../images/drop-arrow.png) no-repeat right 15px center ;
    font-weight: normal !important;
    font-size: 16px;
    color: #000;
    font-family: 'Josefin Sans';
    float: left;
    margin: 7px 0 0 0;
    text-align: left;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; font-weight: 300 !important;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 0em !important;
   
}
.woocommerce .woocommerce-ordering select {
    vertical-align: inherit !important;
}
.wpf-search-container { padding: 0px 0 0;}
.listgridview, .listgridview ul {
    float: right;
    width: auto;
}
.listgridview ul li {
    float: left;
    background: #fff;
}
.listgridview ul li  a span { background: #F2F2F2; width: 6px; height: 6px; border-radius: 100%; padding: 0 2px;display: inline-block;}
.listgridview ul li.active {  background: #F2F2F2;}
.listgridview ul li.active span {background: #fff; }


.listgridview ul li a {
    display: block;
    padding: 2px 20px;float: left;
}
.arrows { font-size: 20px;  color: #000;}
.arrows:first-child{border-right: 1px solid #e0e0e0; }
.listingpg_contentbx {display: inline-block;
    width: 100%;  }
.rit_btn 
{ float: right; margin: 50px 0 0;}

/* pagionation */
.woocommerce nav.woocommerce-pagination { background: transparent; text-align: left !important; margin: 50px 0;float: left;width: 82%; position: relative;}
.woocommerce nav.woocommerce-pagination:after { position: absolute; content: "" ; width: 100%; height: 1px; background: #dbdbdb; left: 0; top: 0; bottom: 0; margin: auto;}
.page-numbers li{display: inline-block;
    text-align: center;line-height: 40px; border: 0 !important;margin-right: 15px !important;}
    .woocommerce nav.woocommerce-pagination ul{
   border: none;
    margin: 0 auto;
    text-align: left;
   background: #f1f1f1;
        position: relative;
    z-index: 99;
}

span.current, .page-numbers li a, .woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
    
    line-height: 25px;
    padding: 5px 6px;
    color: #393a3c;
    background: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-weight: 600; font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a i { font-size: 20px;}
span.current,.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #1f4ba5;
    color: #fff;
    border-radius: 100%;
}

.prev.page-numbers, .next.page-numbers{font-size: 0;position: relative;padding: 8px 17px;}
.next.page-numbers:after,.prev.page-numbers:after{content: '';width: 34px;height: 27px;position: absolute;left: 0; top: -5px;}
/*.next.page-numbers:after{background: url(../images/pg-arrow-right.png) no-repeat;}
.prev.page-numbers:after{background: url(../images/pg-arrow-left.png) no-repeat;}*/
.page-numbers.dots{line-height: 34px;padding: 8px 13px;}

.page-numbers li span{display: inline-block;width: 30px;height: 30px;padding:0;}
.product_div .woocommerce-pagination{text-align: center;}

.filtericon, .closefilter, .ctaxs, .closemenu.desk-hide {
    display: none;
}

.filterhidden body { overflow: hidden;}
.filterhidden .mainheader, .filterhidden .mb_blk.hidden, .filterhidden .nav-wrapper { z-index: -1;}


ul.products.columns-3.prod_list.grid-view-four li { width: 25% !important;padding: 35px 34px 0px;}

ul.products.columns-3.prod_list.grid-view-four li .woocommerce-loop-product__title {font-size: 17px !important; }
ul.products.columns-3.prod_list.grid-view-four li.product:nth-child(4n + 0) {
    border-right: 0;
}
ul.products.columns-3.prod_list.grid-view-four li.product:nth-child(3n + 0) {
  
    border-right: 1px solid #e5eaeb;
}
 ul.products.columns-3.prod_list.grid-view-four {
    margin: 0 -34px;
}

.price_range .cate_title { font-size: 20px;text-transform: capitalize;}
.lmp_load_more_button { margin: 20px 0 !important;}

.buttonbar_div .btn_border {padding: 10px 30px; }
.buttonbar_div .btn_border i {
    margin-right: 10px;
    font-size: 20px;
    margin-top: -1px;
}
.buttonbar_div span {
    display: flex;
    align-items: center;
}
.wcpf-field-price-slider .ui-slider .ui-slider-handle {

top: -7px;
margin-left: -0.5em;
border: 2px solid #9f1537 !important;
background: #fff !important;
}
.wcpf-field-price-slider.wcpf-display-min-max-inputs .wcpf-price-slider-min-max-inputs { display: none !important;}

.wcpf-field-price-slider .ui-slider-horizontal {
height: 3px !important;margin-bottom: 30px;
}
.wcpf-field-price-slider.wcpf-display-price-label .priceLabel { text-align: left !important;}
.wcpf-field-price-slider .ui-slider .ui-slider-range { background: #9f1537 !important;}
.prize_title { font-size: 20px;
text-transform: capitalize;
line-height: 54px;
color: #9F1537;
padding: 0px 0px 0;
letter-spacing: 0.8px;
font-family: 'Eurostile LT Pro Unicode';}

.wcpf-filter { padding: 20px 20px;
border: 1px solid #e8e8e8;
margin-bottom: 40px;}

.price_range .priceLabel span.from, .price_range .priceLabel span.to {
display: inline-block;
height: 40px;
width: 33%;
background: #73021e;
color: #ffffff;
margin-right: 1%;
border-radius: 5px;
font-size: 14px;
text-align: center;
line-height: 45px;
}
.price_range .priceLabel .price-text { display: none !important;}
.price_range .priceLabel .delimiter { display: none !important;}
.price_range { padding-right: 30px;}
/*responsive styles*/
@media (max-width: 1900px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {

    .prod_right_sec {
        padding-left: 20px;
    }

    .leftcol {
        border-right: 1px solid #e5eaeb;
    }
    
    ul.products.columns-3.prod_list.grid-view-four li {
    width: 25% !important;
    padding: 35px 10px 0px;
}
    ul.products.columns-3.prod_list.grid-view-four {
    margin: 0 -10px;
}
    ul.products.columns-3.prod_list.grid-view-four li.product .caticon { left: 65px;}

}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 50%;
    }

    .woocommerce ul.products.columns-3 li.product:nth-child(3n + 0) {
        border-right: 1px solid #e5eaeb;
    }

    .woocommerce ul.products.columns-3 li.product:nth-child(2n + 0) {
        border-right: 0;
    }

 ul.products.columns-3.prod_list.grid-view-four li {
    width: 50% !important;
     
    }
    .listgridview { display: none;}
    select {
    width: 230px;
    padding: 3px 0px 6px 11px;
    }
    .prod_tit { width: 100%; line-height: 32px;}
    .right_txt { width: 230px; }
}

@media (max-width: 992px) {
    .closemenu.desk-hide {
        display: block;
    }

    .product_list li {
        width: 50%;
    }

    .sortdiv {
        margin: 0 0 0 10px;
        padding: 5px 0;
    }

    .sortdiv label {
        padding-left: 10px;
        font-size: 14px;
    }

    .woocommerce-result-count {
        font-size: 14px;
    }

    .categorylistbox {
        padding: 40px 0;
    }

    select {
        width: 237px;
    }



    .prod_right_sec {
        width: 100%;
        padding-left: 0;
    }

    .prod_img {
        display: none;
    }

    .leftcol {
        width: 100%;
        position: relative;
    }

    .mobile-slide {
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background: #fff;
        margin: 0;
        padding: 0;
        z-index: 9999;
        height: 100vh;
        transition: 1s ease all;
        overflow: scroll;
    }

    .mobile-slide.slide {
        left: 0px;
    }

    .mobile-slide.slide .desk-hide {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .hide-in-desktop {
        margin-bottom: 20px;
        width: 100%;
        display: inline-block;
    }

    .m_filtertrigger.btn_border {
        margin-right: 15px;
        border-radius: 0;
        float: left;
    }

    .m_filtertrigger span i,
    .btn_dark span i {
        margin-left: 10px;
        font-size: 16px;
    }

    .prod_tit,
    .right_txt {
        width: 50%;
    }

    .listgridview,
    .listgridview ul {
        display: none;
    }

    .woocommerce .woocommerce-ordering,
    select,
    .sortdiv {
        width: 100%;
    }

    .enq_sortby_open.btn_dark {
        display: none;
    }

    .wpf-search-container {
        padding: 0px 0 0;
    }
   .woof_container {
    border: 1px solid #e8e8e8;
    margin: 0 15px 10px !important;
}
	.price_range {
    padding: 0 30px;
}
}

@media (max-width: 768px) {
    .right_txt {
        display: none;
    }

    .enq_sortby_open.btn_dark {
        display: inline-block;
    }

    .prod_tit,
    .right_txt {
        width: 100%;
        text-align: center; margin-bottom: 20px;
    }

    .hide-in-desktop {
        text-align: center;
    }

    .m_filtertrigger.btn_border {
        float: none;
    }






    .warningbx_container {
        text-align: center;
    }

    .popupmain {
        background: #fff;
        width: 90%;
        padding: 30px 20px;
    }

    .warningbx_container ul li {
        padding: 8px 0;
        font-size: 14px;
    }

    .sortboxtitle {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 20px;
        color: #000; text-transform: capitalize;
    }

    .enq_sortby_open {
        margin-right: 15px;
        border-radius: 0 !important;
/*        border: 1px solid #DFDFDF;*/
    }

    .enq_sortby_open i {
        margin-left: 10px;
        margin-right: 0;
    }

    .woocommerce .bookblk img {
        width: 100%;
        height: 100%;
    }

    .enq_pop_close,
    .popup_close_btn {
        position: absolute;
        top: 5px;
        right: 0;
        width: 40px;
        height: 40px;
        text-align: center;
    }

}

@media (max-width: 450px) {}

@media (max-width: 360px) {
    .m_filtertrigger.btn_border {
        padding: 6px 18px;
    }

    .enq_sortby_open.btn_dark {
        padding: 7px 24px;
        margin-right: 0px;
    }
}