

.blog_holder.blog_single article .single_tags {
margin: 51px 0 0 0;
}
.woocommerce .select2-container.orderby .select2-choice, .woocommerce-page .select2-container.orderby .select2-choice {
background-color: #f8f8f8;
}

header.fixed.scrolled .header_top { background-color: #8E1315 !important;}
ul.product-categories li.current-cat a:before { font-family: 'FontAwesome'; content: '\f00c'; margin-right: 5px; }
.widget #searchform { 
    background-color: #1C1C1B;
    height: 49px;
    padding: 5px 6px;
    box-sizing: border-box;
}
    .widget #searchform #woocommerce-product-search-field {
        height: 25px;
        margin-top: 6px;
        margin-left: 6px;
        border: 0;
        padding: 5px;
    }
    .widget #searchform #searchsubmit {
        color: #fff !important;
    }
.txt-shadow h2, h2.txt-shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
    font-weight: 700;
}
.woocommerce ul.products.elegant>.product .qode-pl-inner, .woocommerce ul.products.elegant>.product .qode-pl-inner .qode-pl-image img {
max-height:20pc;
width:auto;
}
.woocommerce.columns-3 ul.products li.product {
text-align: center;
}
header.sticky .header_bottom {
    padding: 1rem;
}
.footer-form, .footer-form h3 {
    color: #fff;
}
.footer-form input, .footer-form textarea {
    padding: 0.5rem;
}
.footer-form textarea {
   height: 75px !important;
}
#searchform  input { 
    color: #fff !important; 
}
.widget #searchform #woocommerce-product-search-field {
   color: #000 !important;
}
li.product-category {
    padding: 0 !important;
}
h2.woocommerce-loop-category__title {
    position: absolute;
    top: 0%;
    font-size: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    color: #fff;
    height: calc(100% - 7px);
    padding: 33.33333334% 0;
    background-color: rgba(0,0,0,0.25);
    box-sizing: border-box;
    opacity: 1;
    transition: all .3s;
}
    h2.woocommerce-loop-category__title mark.count {
        display: none;
    }
    li.product-category:hover  a  h2.woocommerce-loop-category__title,
    li.product-category > a:hover > h2.woocommerce-loop-category__title,
    li.product-category > a > h2.woocommerce-loop-category__title:hover {
        background-color: rgba(0,0,0,0.7);
        transition: all .3s;
    }

#home-featured-products .qode-product-list-category { 
    display: none;
}
#home-featured-products span.price { 
    font-size: 16px !important;
    color: #921213 !important;
}