/*
    Theme Name: Apatchy Quilting Theme
    Theme URI: http://www.apatchyquilting.com.au
    Author: RingIT
    Author URI: http://www.ringit.com.au
    Description: Custom theme for Apatchy Quilting
    Version: 1.0
    */

/*FEATURED IMAGE THUMBNAIL*/

img.attachment-post-thumbnail { width: 200px; height: auto; margin: 0 20px 20px 0; float: left; }


/*READ MORE STYLE*/

a.more-link {
    background: #D23C86 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 14px;
    height: auto;
    margin: 20px 0 0;
    padding: 8px 25px;
    text-align: center;
    width: auto;
}
a.more-link:hover {
    background: #E74197 none repeat scroll 0 0;
    text-decoration: none;
}



/*woocommerce*/

.products {
	text-align: center;
}

.products h3, .woocommerce-billing-fields h3  {
	font-size: 18px; font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold; text-transform: uppercase;
}

.woocommerce ul.products li.product h3 {
    font-size: 15px;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    font-size: 2em;
    font-weight: 400;
}

.woocommerce ul.products li.product .price {
    color: #579500;
    font-size: 18px;
    font-weight: bold;
}

h1.product_title {
	border: 0;
	color: #ec1c8f;
	text-transform: capitalize;
    font-size: 24px; font-family: 'Roboto', Arial, sans-serif;
}

span.posted_in {
	font-size: 14px;
	color: #252525;
}

th, tr, td, label  {
    font-size: 14px;
    color: #252525;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    text-align: right;
    width: 48%;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 50%;
}

.cart_totals h2 { text-align: left; }

.woocommerce div.product {
    margin-top: 40px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #579500;
    font-size: 20px;
    font-weight:bold;
}

.woocommerce div.product form.cart {
    margin-top: 2em;
}


/*buttons*/

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #ec1c8f;
    color: #fff;
}

a.added_to_cart { font-weight: bold; } 

.woocommerce input { padding: 5px; border-radius: 4px; border: 1px solid #c7c7c7;}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span  { font-weight: bold; }


/*end woocommerce*/



a.manufacturer-buttons {
    background: url("img/sb-btn-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    margin: 0 auto 3px;
    padding-top: 13px;
    text-align: center;
    text-shadow: 1px 1px 2px #333333;
    text-transform: uppercase;
    width: 224px;
}
a.manufacturer-buttons:hover {
    background: url("img/sb-btn-2.png") no-repeat scroll 0 -54px rgba(0, 0, 0, 0);
}