/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-prefooter {
    padding-bottom: 0px;
}
.wd-logo img {
    padding: 5px;
}
.wd-info-box .info-box-title {
    line-height: 1.0!important;
	/*margin-bottom: 0px!important;*/
}
.wd-info-box .box-icon-wrapper {
    line-height: inherit!important;
}
.woocommerce-product-gallery .thumbnails {
    opacity: 1;
}
.woocommerce-ordering{
	display: none;
}
.product-label.out-of-stock {
    color: rgba(255,255,255);
    background-color: #2d2a2a;
    font-weight: 400;
}
.tablepress thead th {
    background-color: #d59f0f;
    color: #fff;
    font-weight: 400;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d59f0f;
    color: #fff;
    font-weight: 400;
}
.wd-entry-meta .meta-author {
	display:none;
}
.entry-meta-list li:last-child {
    margin-left: 0;
    display: none;
}
.single-post .wp-post-image {
display: none;
}

.wd-post-date {display:none;}
.woocommerce-result-count {display:none!important;}

.woocommerce-mini-cart__buttons .btn-cart {
/*    border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);*/
    background-color: rgb(213,159,15);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 1px rgb(213 159 15);
    background: rgb(213,159,15);
    color: #fff;
}