/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

body .wd-nav-pagin {
    bottom: 20px;
    position: relative;
    z-index: 99;
}
body .wd-nav-pagin-wrap {
    margin-top: 0;
}
body .product-label {
    padding: 5px 10px;
    text-transform: none;
    font-weight: 300;
    font-size: 11px;
}

body .widget-title{
	border-bottom: 1px solid rgb(255, 121, 0);
    font-size: 15px;
    font-weight: 600;
    color: #071421;
    padding-bottom: 10px;
}
body .widget {
    margin-bottom: 50px;
    padding-bottom: 0;
    border-bottom: 0;
}
body .widget_price_filter .ui-slider .ui-slider-range {    
    height: 1px;
        background-color: #071421;
}
body .widget_price_filter .ui-slider .ui-slider-handle:after {
    background-color: #071421;
}
body .wd-back-btn.wd-style-icon {
   display:none;
}
.cat-item-18 {
    display: none !important;
}
.single-product .woocommerce-Tabs-panel--description{
	    max-width: 700px;
    margin: auto;
}
.woocommerce-MyAccount-content {
        padding-bottom: 50px;
    }