@charset "utf-8";
/*
Theme Name: Vet Post Theme
Theme URI: 
Author: NexGroup
Author URI: 
Description: Custom design for Vet Post site needs. Shake well.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

@import url('css/style.css');
@import url('css/checkout.css');


.product-search-form input[type="text"] {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 219px;
    padding: 10px 20px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #868686;
	position:relative;
}

#mobile-searchbar #product-search-field-0 {
    width: 100%;
}

.search-results .price .del {
    display: none;
}

.blog-single-content {
	color: #000;
}

.section-archive-product .term-description {
    font-size: 16px;
    margin-bottom: 2em;
    color: #058e83;
}

.section-archive-product .term-description img {
	width: auto;
}

.woocommerce span.onsale {
	width: 4em;
    height: 4em;
    padding: 4px;
    font-size: 15px;
}

.woocommerce-store-notice, p.demo_store {
	display: block;
    position: fixed;
    bottom: 0;
    top: 90%;
}