/*



Theme Name: search



Theme URI: /



Author: search



Author URI: /



Description: search Responsive Wordpress + eCommerce Theme.



Version: 3



License: Commercial



License URI: http://themeforest.net/licenses/regular_extended



Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready



Text Domain: search







*/







/*************** ADD YOUR CUSTOM CSS HERE  ***************/







.bypostauthor {}



ul.product_tags {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
ul.product_tags li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
ul.product_tags li a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #66c05d;
    padding: 4px 10px;
    color: #494949;
    font-size: 12px;
}
ul.product_tags li a:hover{
	background: #66c05d;
	color: #fff;
}