/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#header {
  padding: 1.2em 0 0;
  margin-bottom: 1.5em;
  border-bottom: 3px solid #e8e4e3;
  clear: both;
  position: relative;
}

#header #logo {
    float: left;
    margin-bottom: 1.2em;
}

.type-post .meta {
	display: none;
}

.post .post-meta, .type-page .post-meta {
    border-bottom: 3px solid #E8E4E3;
    margin: 0 0 1.618em;
}

.widget h3 {
	border-style: solid;
	border-width: 1px 0 3px;
}

#searchsubmit {
	margin-top: 5px;
}

div.amazon-image-wrapper {
	padding: 0 0.7em;  
}

img.amazon-image {
	border: 0;
}

.artbazaar-amazon-button img {
	padding: 5px 0;
	border: 0;
}

.amazon-brand {
	padding: 5px 0 10px;
}

.p-brand a {
	color: #004B91;
}

li.comments {
	display: none !important;
}


ul.products li.product .price {
	font-size: 1.2em;
}

.price .amount {
    color: #006600;
	font-size: 24px;
}

.price ins .amount {
    /* color: #990000; */
	color: #b12704;
    font-weight: 700;
	font-size: 24px;
}

del {
	color: #000000;
	text-decoration: line-through;
}

.price del {
	opacity: 1.0;
}

.price del .amount {
	/* color: #006600; */
    color: #909090;
	opacity: 0.65;
	font-weight: 400;
	font-size: 14px;
}

.widget ul.product_list_widget li .amount {
	color: #006600;
	font-weight: 700;
}

.widget ul.product_list_widget li del {
	opacity: 1.0;
}

.widget ul.product_list_widget li del .amount {
	/* color: #006600; */
    color: #909090;
	opacity: 0.65;
	font-weight: 400;
}

.widget ul.product_list_widget li ins .amount {
    /* color: #990000; */
	color: #b12704;
	font-weight: 700;
}

.custom-rating-div {
	padding-bottom: 10px;
}

.custom-rating {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 110%;
}

.custom-rating .rating-value {
	color: #FF4800;
}

.custom-rating .review-count {
	font-size: 85%;
	color: #777;
}

.rating-stars-empty {
	background: url(http://www.artbazaar.com/wp-content/uploads/2014/01/stars_empty.png) no-repeat scroll rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    position: relative;
	top: 1px;
    width: 65px;
}

.rating-stars-full {
	background: url(http://www.artbazaar.com/wp-content/uploads/2014/01/stars_full.png) no-repeat scroll rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}
