/*
Theme Name:   Partdo Child
 Theme URI:    http://klbtheme.com/partdo/
 Description:  Partdo Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     partdo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  partdo-child
*/
.site-header .header-topbar{font-size:17px;}
li.product-category.product > a img{
  border: 1px solid #e9ecef;
  margin-bottom: 1.25rem;
  border-radius:12px;
}
.woocommerce-tabs ul.wc-tabs li{padding:15px;background:#f0f0f0}
.woocommerce-tabs ul.wc-tabs li.active {background:#1f3d51}
.woocommerce-tabs ul.wc-tabs li.active a{color:#fff}
.woocommerce-tabs ul.wc-tabs li a{color:#000}
.woocommerce-breadcrumb ul li a, .site-breadcrumb ul li a{color:#1b1b1b}
.term-description{margin-top: 50px;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;}
.products .product-category .count, .before-shop-loop .product-views-buttons, .product-extra-details{
display: none; }
.widget.widget_klb_product_categories ul.children{display:block !important}
.shop-container.shop-page-wrapper .klbth-banner{z-index:0}
.product-stock {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items:center;
    font-size: 0.75rem;
    line-height: normal;
    position: absolute;
    background: rgb(248 249 250);
    top: calc(50% - 280px);
    left: calc(2%);
    font-size: 0.8em;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px;
}
.product-stock:before {
    content: "\ea8f";
    height: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;
    font-family: "klbtheme";
}
img.valute{padding-right: 10px;
    width: 30px;
    height: 20px;}
.product-stock i{display:none;}