/*------------------------------------------------*/
/*	Custom Jigoshop Styles
/*------------------------------------------------*/
.jigoshop table, .jigoshop caption, .jigoshop tbody, .jigoshop tfoot, .jigoshop thead, .jigoshop tr,.jigoshop  th,.jigoshop td{
    background: none;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

select, input, textarea {
    color: #888888;
}

.jigoshop h2.page-title {font-size:24px;}

.jigoshop .inner-cta-wrap #cta-top {margin-top:10px;margin-left:35px;}

ins {
    background-color: #FFFF99;
    color: #000000;
    text-decoration: none;
}

/*------------------------------------------------*/
/*	Breadcrumbs
/*------------------------------------------------*/
.jigoshop #breadcrumb {
    background: #F5F5F5;
	border: 1px solid #EFEFEF;
    border-radius: 4px 4px 4px 4px;
    padding: 0.375em 0.875em !important;
	font-size:12px;
}
.jigoshop #breadcrumb a {color:#666;font-weight:normal;}
.jigoshop #breadcrumb a:hover  {border-bottom:none;color:#000000;}

/*------------------------------------------------*/
/*	Products
/*------------------------------------------------*/
.products li {margin:20px 60px 20px 0;}

.products li.product a img {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1) inset;
    height: auto !important;
    padding: 3px;
}

.products li.product:hover a img{
	border:1px solid #bbbbbb;
	box-shadow:0 0 3px 0 #cccccc;
	-webkit-box-shadow:0 0 3px 0 #cccccc;
	-moz-box-shadow:0 0 3px 0 #cccccc;
}

span.onsale {
    background: #FF9C07;
    display: block;
    font-weight: bold;
    width: 30px;
    z-index: 1000;
    right: -10px!important;
}

.products li.product .price {
	font-size:14px;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: #FFFFFF;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background:-webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background:-moz-linear-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);
	background:-moz-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #888888;
    left: 1px;
    padding: 2px 6px;
    position: absolute;
    top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 7px 0 rgba(255, 255, 255, 0.9) inset;
}

.products li.product .price del {
    display: inline;
    font-weight: normal;
}

.products li.product .price ins {
    background: none;
    color: #888888;
	font-style: normal;
}

.products li strong {
	font-family: 'Lato',arial,sans-serif;
    color: #555555;
    display: block;
	font-weight:normal;
	font-size:16px;
}

.products li strong:hover {
	color: #000;
}

a.button, button.button, input.button, #review_form #submit, .button-alt {
	color:  #ffffff;
	min-width:78px;
	min-height:18px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-transform:lowercase;
	text-shadow: none;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

a.button:hover,button.button:hover,input.button:hover,#review_form #submit:hover{
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}



div.jigoshop_error a.button, div.jigoshop_message a.button {
	margin-top: -3px;
}

div.product div.images {
    width: 314px;
}

div.product div.images img {
    max-width: 100%;
    padding: 6px;
}

/*------------------------------------------------*/
/*	Sidebar Widgets
/*------------------------------------------------*/
.jigoshop #sidebar {margin-top:20px;}

.jigoshop_cart ul li, .widget_layered_nav ul li, .widget_user_login ul li, .widget_recent_entries ul li, .widget_products_on_sale ul li, .jigoshop_random_products ul li, .widget_recent_reviews ul li, .widget_top_rated ul li {
	list-style:none;
	width: 260px;
}

.widget_categories, .jg_popular_posts, .jigoshop_product_search, .jigoshop_price_filter, .jigoshop_cart, .widget_recent_entries, .jigoshop_featured_products, .jigoshop_product_categories, .widget_product_tag_cloud, .widget_user_login, .widget_products_on_sale, .jigoshop_random_products, .widget_top_rated, .jigoshop_best_sellers, .widget_recently_viewed_products, .widget_recent_reviews {
	margin-bottom:20px;
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	background: #FAFAFA;
	background:-webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFFFFF));
	background:-webkit-linear-gradient(#FAFAFA, #FFFFFF);
	background:-moz-linear-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
	background:-moz-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
    border: 1px solid #DCD5B6;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.024) inset;
    margin-bottom: 1.5em;
    padding: 20px 20px 20px 20px;
}

.assistive-text {
    display: none;
}

/*------------------------------------------------*/
/*	User Login Widget
/*------------------------------------------------*/

.widget_user_login p input {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    display: block;
    width: 250px;
    height: 25px;
}

.widget_user_login p input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.widget_user_login label {
	color: #bebebe;
}

.widget_user_login input.input-submit {
	color:  #ffffff;
	width:95px;
	height:28px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #c5c5c5;
	background-color: #d0d0d0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(208, 208, 208)),to(rgb(194, 194, 194)));
	background-image: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(194, 194, 194));
	background-image: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(194, 194, 194));
	background-image: -o-linear-gradient(top, rgb(208, 208, 208), rgb(194, 194, 194));
	background-image: -ms-linear-gradient(top, rgb(208, 208, 208), rgb(194, 194, 194));
	background-image: linear-gradient(top, rgb(208, 208, 208), rgb(194, 194, 194));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d0d0d0', EndColorStr='#c2c2c2');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 1);
	box-shadow: inset 0 0 2px 0 rgba(220, 220, 220, 1);
}

.widget_user_login input.input-submit:hover {
	opacity: 0.8;
}

/*------------------------------------------------*/
/*	Search Widget
/*------------------------------------------------*/
.widget_search {
    overflow: hidden;
}
.widget_search #searchsubmit, .jigoshop_product_search #searchsubmit {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border-bottom-right-radius: 4px;
    border-color: #CCCCCC #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid solid none;
    border-top-right-radius: 4px;
    border-width: 1px 1px 1px 0;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    display: block;
    font-size: 1em;
    height: 25px;
	width: 50px;
	height: 30px;
    margin: 0;
    padding: 0 0.5em;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: content-box;
}
.widget_search input#s, .jigoshop_product_search input#s {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 1em;
    margin: 0;
    outline: medium none;
    padding: 5px;
    width: 65%;
	height: 20px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.024) inset;
}

/*------------------------------------------------*/
/*	Recent Products + Products on Sale + Random Products + Featured + Best Sellers + Recently Viewed + Recent Reviews Widgets
/*------------------------------------------------*/
.widget_recent_entries ul li, .widget_products_on_sale ul li, .jigoshop_random_products ul li, .widget_top_rated ul li, .jigoshop_featured_products ul li, .jigoshop_best_sellers ul li, .widget_recently_viewed_products ul li, .widget_recent_reviews ul li {
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    font-size: 14px;
    padding: 0.75em 0 !important;
}
.widget_recent_entries ul li a, .widget_products_on_sale ul li a, .jigoshop_random_products ul li a, .widget_top_rated ul li a, .jigoshop_featured_products ul li a, .jigoshop_best_sellers ul li a, .widget_recently_viewed_products ul li a, .widget_recent_reviews ul li a {
    font-size: 14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	margin-bottom:5px;
	color:#aaaaaa;
}
.widget_recent_entries ul li img, .widget_products_on_sale ul li img, .jigoshop_random_products ul li img, .widget_top_rated ul li img, .jigoshop_featured_products ul li img, .jigoshop_best_sellers ul li img, .widget_recently_viewed_products ul li img, .widget_recent_reviews ul li img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px 0 #DDDDDD;
    float: right;
    padding: 2px;
    margin-left: 10px;
}

.widget_recent_entries li:hover a img, .widget_products_on_sale ul li:hover a img, .jigoshop_random_products ul li:hover a img, .widget_top_rated ul li:hover a img, .jigoshop_featured_products ul li:hover a img, .jigoshop_best_sellers ul li:hover a img, .widget_recently_viewed_products ul li:hover a img, .widget_recent_reviews ul li:hover a img {
	border:1px solid #bbbbbb;
	box-shadow:0 0 3px 0 #cccccc;
	-webkit-box-shadow:0 0 3px 0 #cccccc;
	-moz-box-shadow:0 0 3px 0 #cccccc;
}

.widget_recent_reviews .star-rating {
	margin-right: 10px;
}

.widget_top_rated .js_widget_product_price {
	float: left;
	clear: both;
	margin-top: 10px;
}

.widget_recent_entries ins {font-size:14px;}
.widget_recent_entries del {font-size: 12px;}

/*------------------------------------------------*/
/*	Recent Products Widget
/*------------------------------------------------*/
.widget_recent_entries ul li {
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    font-size: 14px;
    padding: 0.75em 0 !important;
}
.widget_recent_entries ul li a {
    font-size: 14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	margin-bottom:5px;
	color:#aaaaaa;
}
.widget_recent_entries ul li img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px 0 #DDDDDD;
    float: right;
    padding: 2px;
}

.widget_recent_entries ul li a:hover {
	color:#b35314;
}

.widget_recent_entries  li:hover a img{
	border:1px solid #bbbbbb;
	box-shadow:0 0 3px 0 #cccccc;
	-webkit-box-shadow:0 0 3px 0 #cccccc;
	-moz-box-shadow:0 0 3px 0 #cccccc;
}


.widget_recent_entries del, .widget_recent_entries ins {font-size:14px;}

/*------------------------------------------------*/
/*	Price Filter Widget
/*------------------------------------------------*/
.price_slider_wrapper {
	margin: 0 20px 20px 0;
}

.price_slider_wrapper .button {
    float: right;
    min-height: 10px;
    padding: 5px 0;
}

/*------------------------------------------------*/
/*	Product Categories Widget
/*------------------------------------------------*/
.widget-block .jigoshop_product_categories ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dadada;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    margin: 5px 5px 0 0;
	padding-right: 5px;
}

.widget-block .jigoshop_product_categories ul li:hover {
	border:1px solid #bbbbbb;
	box-shadow:0 0 3px 0 #cccccc;
	-webkit-box-shadow:0 0 3px 0 #cccccc;
	-moz-box-shadow:0 0 3px 0 #cccccc;
}

.widget-block .jigoshop_product_categories ul li  a {
    font-size: 12px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	padding: 0 10px;
	padding-left:15px;
	color: #A0A0A0;
}

.widget-block .jigoshop_product_categories ul li  a:hover {
	color: #333333;
}

.widget-block .jigoshop_product_categories #dropdown_product_cat {
	font-size:16px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#666;
}

/*------------------------------------------------*/
/*	Tag Cloud Widget
/*------------------------------------------------*/
.widget-block .widget_product_tag_cloud  .tagcloud a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dadada;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    margin: 5px 5px 0 0;
	padding: 5px 10px;
    font-size: 12px!important;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color: #A0A0A0;
}

.widget-block .widget_product_tag_cloud  .tagcloud a:hover {
	border:1px solid #bbbbbb;
	color: #333333;
	box-shadow:0 0 3px 0 #cccccc;
	-webkit-box-shadow:0 0 3px 0 #cccccc;
	-moz-box-shadow:0 0 3px 0 #cccccc;
}

/*------------------------------------------------*/
/*	Shopping Cart Widget
/*------------------------------------------------*/

.jigoshop_cart {
    padding-bottom: 60px;
}

.jigoshop_cart .cart_list li {
    border-bottom: 1px solid #EEEEEE;
    color: #AAAAAA;
    font-size: 12px;
    padding: 0.75em 0 !important;
}

.jigoshop_cart .cart_list li:last-child {
    border: medium none;
}

.jigoshop_cart .cart_list li a {
    font-size: 14px;
	font-weight:normal;
	margin-bottom: 5px;
}

.jigoshop_cart .cart_list li img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px 0 #DDDDDD;
    float: right;
    padding: 2px;
}

.jigoshop_cart .total {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #efefef 0%, #ffffff 100%) repeat scroll 0 0 transparent;
    border-color: #DDDDDD -moz-use-text-color;
    border-style: solid none;
    border-width: 1px 0;
    box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.9) inset;
    color: #555555;
    margin-left: -20px !important;
    margin-right: 0px !important;
    margin-top: 1em !important;
    padding: 0.7em 0.5em 0.5em;
    text-align: center;
    text-transform: uppercase;
	font-size:14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#666;
}

.jigoshop_cart .total strong {
    display: inline-block;
    min-width: 40px;
	font-size:14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#666;
}

.jigoshop_cart  .buttons {
	margin-top:20px;
	margin-bottom:0px;
	padding-right: 20px;
}

.jigoshop_cart a.button {
	color:  #ffffff;
	min-width:78px;
	min-height:20px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-transform:lowercase;
	text-shadow: none;
	border: 1px solid #a3a3a3;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 204, 204)),to(rgb(188, 188, 188)));
	background-image: -webkit-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -moz-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -o-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -ms-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#cccccc', EndColorStr='#bcbcbc');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
}


.jigoshop_cart a.checkout {
	color:  #ffffff!important;
	min-width:78px;
	min-height:20px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	float: right;
	text-transform:lowercase;
	border: 1px solid #569715;
	text-shadow: none;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}


/*------------------------------------------------*/
/*	Cart Page
/*------------------------------------------------*/

.jigoshop-product #body-wrap #post-content-wrap, .jigoshop-cart #body-wrap #post-content-wrap, .jigoshop-myaccount #body-wrap #post-content-wrap, .jigoshop-checkout #body-wrap #post-content-wrap, .jigoshop-thanks #body-wrap #post-content-wrap, .jigoshop-tracker #body-wrap #post-content-wrap {
	width:900px;
	min-height:350px;
	padding:20px;
}

.jigoshop-cart h3.post-title, .jigoshop-myaccount h3.post-title {
	margin-top:0px;
}

.jigoshop-cart .button, #payment .button-alt {
	color:  #ffffff;
	min-width:145px;
	min-height:25px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

.jigoshop-checkout .lost_password {
	float:right;
	font-weight:normal!important;
	font-size: 14px;
	margin-top: 20px;
}

.jigoshop-checkout .login .button {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	font-size:14px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-transform:lowercase;
	color:#ffffff;
}

.jigoshop-checkout .login .button:hover {
	background:url(images/cart-large.png) no-repeat;
	border-bottom:none!important;
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

#payment .button-alt {
	font-size: 14px;
	padding: 0 0;
} 

table.shop_table {
    border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.shop_table th {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;
    background-color: #EEEEEE;
    border-bottom: none;
    border-right: none;
}

table.shop_table td  {
    border-bottom: none;
    border-right: none;
}

td.actions .coupon .input-text {
	height: 1.7em;
}

table.shop_table td.product-name a, table.shop_table td.product-price {
	font-size:14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal!important;
	color:#666;
} 

table.shop_table td.product-remove a:hover {
	border-bottom:none!important;
}

table.shop_table td.product-name a:hover {
	color: #000;
}

table.shop_table .quantity {
    margin-right: 12px !important;
    min-width: 0px!important;
    overflow: hidden;
    position: relative;
    width: 57px !important;
}

.quantity input.plus, .quantity input.minus {
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: #FFFFFF;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background:-webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background:-moz-linear-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);
	background:-moz-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #888888 !important;
    font-size: 12px;
    height: 16px !important;
    padding: 0;
}

table.shop_table .quantity input.minus {
    border-radius: 0 0 4px 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

table.shop_table .quantity input.plus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

table.shop_table .quantity input.input-text {
    border: 1px solid #BBBBBB;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    float: left;
    padding: 7px 9px;
    width: 18px;
}

table.shop_table td.actions div.coupon {
    text-align: left;
    width: 40%;
}

table.shop_table td.actions div.coupon .button{
	color:  #ffffff;
	min-width:95px;
	min-height:25px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #a3a3a3;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 204, 204)),to(rgb(188, 188, 188)));
	background-image: -webkit-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -moz-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -o-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -ms-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#cccccc', EndColorStr='#bcbcbc');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
}

table.shop_table td.actions div.coupon .button:hover {
	color: #fff!important;
}

table.shop_table td.actions .button, table.shop_table td.actions .button-alt {
    font-size: 12px;
    margin-right: 0;
    vertical-align: top !important;
}

table.shop_table td.actions .button {
	color:  #ffffff;
	min-width:145px;
	min-height:36px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #a3a3a3;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 204, 204)),to(rgb(188, 188, 188)));
	background-image: -webkit-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -moz-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -o-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: -ms-linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	background-image: linear-gradient(top, rgb(204, 204, 204), rgb(188, 188, 188));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#cccccc', EndColorStr='#bcbcbc');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
	box-shadow: inset 0 0 2px 0 rgba(219, 219, 219, 1);
}

table.shop_table td.actions .button-alt {
	color:  #ffffff;
	min-width:145px;
	min-height:25px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

table.shop_table td.actions .button-alt:hover {
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

.cart-collaterals .cart_totals {
    text-align: left;
    width: 435px;
}

.cart-collaterals .cart_totals table {
    width: 100%;
}

.cart-collaterals .cart_totals th {
	padding: 10px 0!important;
}

.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	font-size:16px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#888888;
}

.cart-collaterals .cart_totals table small {
	font-size:14px;
}

.cart-collaterals .cart_totals table strong {
	color: #333;
	font-weight:normal;
}

.shipping_calculator h2 a {
	font-weight:normal!important;
	color: #666666;
}

.shipping_calculator h2 a:hover {
	border-bottom:none!important;
	color: #333;
}

.cart-collaterals .shipping_calculator h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1em 1em 0.5em;
}

.cart-collaterals .shipping_calculator:after {
    content: "";
    display: block;
    height: 87px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 99px;
}

.cart-collaterals .shipping_calculator {
    background: -moz-linear-gradient(center top , #FFFEFE 0%, #F4F2EF 100%) repeat scroll 0 0 transparent;
    margin: 2px;
    overflow: visible;
    position: relative;
    text-align: left;
    width: 436px;
	border: 1px solid #efefef;
}

.cart-collaterals .shipping_calculator .shipping-calculator-form {
    overflow: hidden;
    padding: 0 1.5em 1.5em;
}

.cart-collaterals .shipping_calculator .shipping-calculator-form  input {
	font-size:16px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#cccccc;
}

form .form-row, #content .form-row {
	margin: 5px 0;
}

.cart-collaterals .shipping_calculator .button { 
	color:  #ffffff;
	min-width:147px;
	min-height:33px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

/*------------------------------------------------*/
/*	Single Product Page
/*------------------------------------------------*/

.jigoshop-product span.onsale {
    background: none repeat scroll 0 0 #FF9C07;
    display: block;
    font-weight: bold;
    left: 280px !important;
    width: 30px;
    z-index: 10;
}

div.product div.summary {
    margin: 10px 0 0 25px;
    width: 520px;
}

div.product .product_title {
    font-size: 24px;
}

div.product p.price {
    background: #7FA92D;
    color: #FFFFFF!important;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    padding: 6px 16px 6px 12px;
    position: relative;
	bottom:40px;
	top: -2.5em;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

div.product p.price del {
    color: #cccccc;
    font-size: 14px;
	font-weight:normal!important;
}

div.product p.price ins {
    background-color: #7FA92D;
    color: #ffffff;
    text-decoration: none;
	font-weight:normal;
}

div.product div.summary p {
    font-size: 14px;
	color: #999999;
}

.quantity input.plus:hover,.quantity input.minus:hover{background:#fff;}

div.product .quantity {
    margin-right: 12px !important;
    min-width: 0px!important;
    overflow: hidden;
    position: relative;
    width: 57px !important;
}

div.product .quantity input.input-text {
    border: 1px solid #BBBBBB;
    float: left;
    padding: 7px 9px;
    width: 18px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
}

div.product .quantity input.plus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

div.product .quantity input.minus {
    border-radius: 0 0 4px 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

div.product .quantity input.plus, .quantity input.minus {
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: #FFFFFF;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background:-webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background:-moz-linear-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);
	background:-moz-gradient(center top, #FFFFFF 0%, #EEEEEE 100%);    border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #888888 !important;
    font-size: 12px;
    height: 16px !important;
    padding: 0;
}

div.product div.summary .button-alt { 
	color:  #ffffff;
	min-width:146px;
	min-height:33px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0;
	padding: 0 0 4px 0;
	text-transform:lowercase;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

div.product div.summary .button-alt:hover {
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}


div.product div.product_meta, div.product div.variations_button {
    clear: both;
    min-height: 20px;
}

div.product .product_meta div {
	font-size: 14px;
	color: #999;
	float: left;
}

div.product .product_meta .posted_in, div.product .product_meta .tagged_as {
	margin: 0 0 0 0;
}

div.product .product_meta .posted_in a, div.product .product_meta .tagged_as a {
	font-weight: normal!important;
	color: #333;
}

div.product .product_meta .posted_in a:hover, div.product .product_meta .tagged_as a:hover  {
	color: #000000;
}

div.product div.social {
    background: #F5F5F5;
	border: 1px solid #efefef;
    margin-top: 20px;
    padding: 7px 10px;
    border-radius: 4px 4px 4px 4px;
}

div.product #tabs ul.tabs{
	padding:0;
	background:url(images/tabs.png) bottom repeat-x;
}

div.product #tabs ul.tabs li  {
	border: none;
}

div.product #tabs ul.tabs li.ui-state-default  {
	background: none;
}

div.product #tabs ul.tabs li a{
	padding:9px 16px 8px;
	border-bottom:0;
	background:none;
	font-weight:normal;
	font-size:14px !important;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

div.product #tabs ul.tabs li a:hover{
	border:1px solid #eeeeee;
	border-bottom:0;
	padding:8px 15px;
	background:#fff;
}

div.product #tabs ul.tabs li.active a{
	border:1px solid #eeeeee;
	border-bottom:0;
	padding:8px 15px;
	font-weight:normal!important;
	font-size: 14px;
}

div.product #tabs .panel{
	padding:20px 15px 0 15px;
	border:none;
	border-bottom:1px solid #eeeeee;
	margin-bottom:3em;
}

div.product #tabs .panel h2 {
	font-size: 18px;
}

div.product #tabs table.shop_attributes{
	width:100%;
	border-top:1px solid #eeeeee !important;
	border-collapse:separate;
}

div.product #tabs table.shop_attributes td,div.product #tabs table.shop_attributes th{
	border-bottom:1px solid #eeeeee !important;
	border-top:2px solid #f8f8f8;
}

div.product #tabs table.shop_attributes th{
	text-align:right;
	width:148px;
	border-right:1px solid #eeeeee;
	padding-right:12px;
}

div.product #tabs table.shop_attributes td{
	padding-left:12px;
}

div.product #tabs table.shop_attributes tr.alt td,div.product #tabs table.shop_attributes tr.alt th{
	background:#fdfdfd;
}

div.product ul.products li {
	position:relative;
}

div.product ul.products li .onsale {
	left:130px!important;
}

#review_form #submit {
	color:  #ffffff;
	min-width:145px;
	min-height:30px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0!important;
	padding: 0 0 0 0!important;
	text-transform:lowercase;
	border: 1px solid #569715!important;
	background-color: #89b756!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)))!important;
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62))!important;
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62))!important;
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62))!important;
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62))!important;
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62))!important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e')!important;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}



.hreview-aggregate .star-rating {
    margin: 0 0;
	margin-right:20px;
}

.star-rating {
    float: left;
}

#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 0 50px;
    padding: 11px 11px 0;
	width: 400px;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 12px;
}

#reviews .comment-text .star-rating {
	float: right;
}

form.cart .variations .select_label {
	margin: 0 0 0 20px;
	font-size: 16px;
	position: relative;
	top: 4px;
}

form.cart .variations select {
	height: 27px;
	line-height: 27px;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #808080;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 4px;
	width: 210px;
}

form.cart .variations label  {
	font-size: 16px;
	font-weight:normal;
}

div.product #tabs table.shop_attributes th {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#review_form input#author {
	margin-left: 20px;
}

#review_form input#email {
	margin-left: 23px;
}

.jigoshop #review_form #respond label {
	float:left;
	margin-right: 10px;
}
.jigoshop #review_form #respond span.required {
	position:relative;
	bottom:10px;
}

/*------------------------------------------------*/
/*	My Account Page
/*------------------------------------------------*/
.jigoshop-myaccount form {
	margin-bottom: 50px;
}

.jigoshop-myaccount p {
	font-size: 14px;
	color: #999999;
}

.jigoshop-myaccount strong {
	color: #666666;
}

.jigoshop-myaccount a {
	font-weight:normal!important;
}

.jigoshop-myaccount address {
	color:#999999;
}

.jigoshop-myaccount a.lost_password {
	float:right;
	margin-top:20px;
}

header.title {width:100%!important;}
header.title a.edit {
    background: url(images/pencil.png) no-repeat scroll 0 2px transparent;
    padding-left: 24px;
	color: #666;
}

header.title a.edit:hover {
	border-bottom: none!important;
	color: #333;
}


/*------------------------------------------------*/
/*	Change Password
/*------------------------------------------------*/
.jigoshop-myaccount .my_account_orders .button {
	background:#7fb04a!important;
    font-size: 10px !important;
    margin: 0 10px 0 0;
    min-height: 10px;
    min-width: 41px !important;
    padding: 3px 0;
}


/*------------------------------------------------*/
/*	Thank You Page
/*------------------------------------------------*/

.jigoshop-thanks .button {
	color:  #ffffff;
	min-width:147px;
	min-height:25px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	border: 1px solid #569715;
	background-color: #89b756;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}


/*------------------------------------------------*/
/*	Track Your Order Page
/*------------------------------------------------*/

.jigoshop-tracker .button {
   	color:  #ffffff;
   	min-width:146px;
   	min-height:33px;
   	font-size:12px;
   	font-weight:normal!important;
   	margin: 10px 0 0 0;
   	padding: 0 0 0 0;
   	text-transform:lowercase;
   	border: 1px solid #569715;
   	background-color: #89b756;
   	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
   	background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
   	background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
   	background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
   	background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
   	background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
   	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
   	-webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
   	-moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
   	-ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
   	-o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
   	box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

/*------------------------------------------------*/
/*	Header Cart
/*------------------------------------------------*/

.header-cart {
	float:right;
	position:relative;
	left:5px;
	z-index:999;
	width:122px;
	height:84px;
	background:url(images/cart-banner.png) no-repeat;
	padding-top: 0.9em;
}

.header-cart span.top-cart {
	color:#fff;
	font-family: 'Lato', arial, sans-serif;
	font-size:16px;
	background:url(images/cart-icon.png) no-repeat;
    padding-left: 35px;
	float:right;
}

.header-cart .cart-banner {
	margin: 0 20px;
}

.header-cart .button-xsm {
    background: url(images/button-xsm.png) no-repeat;
    font-size: 10px;
    font-weight: normal !important;
    height: 14px;
    margin: 5px 4px 0 0;
    padding: 0 7px;
    text-transform: lowercase;
    width: 44px;
	float: none;
	position:relative;
	left:3.9em;
	top:.5em;
	color: #ffffff;
}

.header-cart .button-xsm:hover {
	color: #efefef;
}

.header-cart span.close-cart {
    background: none;
    font-family: 'Lato',arial,sans-serif;
    font-size: 12px;
    margin-left: 0;
    padding-left: 0;
}
.header-cart span.close-cart a {
	color: #ccc;
}

.header-cart span.close-cart a:hover {
	color: #666;
}

.header-cart .cartdropdown{
	width:200px;
	padding:24px;
	text-align:left;
	position:absolute;
	top:5.2em;
	right:.4em;
	z-index:9;
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	background: #FAFAFA;
	background:-webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFFFFF));
	background:-webkit-linear-gradient(#FAFAFA, #FFFFFF);
	background:-moz-linear-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
	background:-moz-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
    border: 1px solid #DCD5B6;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);
	box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);

}

.header-cart .button, .header-cart .checkout  {
    color:  #ffffff;
    min-width:78px;
    min-height:20px;
    font-size:12px;
    font-weight:normal!important;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    text-transform:lowercase;
    border: 1px solid #569715;
    background-color: #89b756;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 183, 86)),to(rgb(112, 163, 62)));
    background-image: -webkit-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
    background-image: -moz-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
    background-image: -o-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
    background-image: -ms-linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
    background-image: linear-gradient(top, rgb(137, 183, 86), rgb(112, 163, 62));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#89b756', EndColorStr='#70a33e');
    -webkit-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
    -moz-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
    -ms-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
    -o-box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
    box-shadow: inset 0 0 2px 0 rgba(173, 205, 113, 1);
}

.header-cart .checkout {
	float:right;
    margin: 10px 0 0!important;
    padding: 6px 0 0!important;
}

.header-cart .cartdropdown h3:first-child{margin-top:0;}

.header-cart .cart_list{margin-bottom:1em !important;padding-right:0;}

.header-cart .cart_list li{border-bottom:1px solid #dddddd;padding:.75em 0 !important;color:#aaaaaa;font-size:0.8571em;}

.header-cart .cart_list li a{font-size:1.1666em;}

.header-cart .cart_list li img{
	float:right;
	padding:2px;
	background:#fff;
	box-shadow:0 0 3px 0 #dddddd;
	-webkit-box-shadow:0 0 3px 0 #dddddd;
	-moz-box-shadow:0 0 3px 0 #dddddd;
	margin-left:6px;
}

.header-cart p.total,.header-cart p.buttons{text-align:center;margin-bottom:1em;}

/*------------------------------------------------*/
/*	Home Page Latest Products
/*------------------------------------------------*/
#home-recent-products-wrap .home-section-title {
	margin-bottom: 20px;
}

#home-recent-products {
	min-height:280px;
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	background: #FAFAFA;
	background:-webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFFFFF));
	background:-webkit-linear-gradient(#FAFAFA, #FFFFFF);
	background:-moz-linear-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
	background:-moz-gradient(center top, #FAFAFA 0%, #FFFFFF 100%);
    padding: 0 0;
	margin-bottom:15px;
    border: 1px solid #DCD5B6;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);
	box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, .024);
}

#home-recent-products ul {
	list-style:none;
}

#home-recent-products li {
	float:left;
	width: 200px;
	border-right: 1px solid #efefef;
	min-height: 250px;
	padding-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#home-recent-products .no-right-border {
	border-right: none;
}

#home-recent-products h3 {
	margin-top:10px;
}

#home-recent-products h3:hover {
	color:#b35314
}

#home-recent-products p {
	margin-bottom:10px;
	min-height: 50px;
}

#home-recent-products span {
	font-size:14px;
	font-family: 'Lato', arial, sans-serif;
	color:#305b01;
	text-decoration:none;
}

#home-recent-products a.button {
	float:right;
	margin: 0 0 0 0;
	position:relative;
	bottom: 5px; 
	right: 10px;
}

#products-carousel {
	position:relative;
}

#products-carousel .prev { 
	width: 22px;
	height: 42px;
	background: url(images/carousel_left.png) no-repeat;
	position: absolute;
	top: 120px;
	left: -22px;
}

#products-carousel .next { 
	width: 22px;
	height: 42px;
	background: url(images/carousel_right.png) no-repeat;
	position: absolute;
	top: 120px;
	right: -22px;
}

/*------------------------------------------------*/
/*	Extra Additions (Jigo 1.0+)
/*------------------------------------------------*/

.single_variation .price {
    font-size: 16px;
}

div.product p.stock {
    min-width: 60px;
}

.variations_form .variations div {
    float:left;
    margin-top:20px;
}