/*------------------------------------------------*/
/*	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:20px;}

ins {
    background-color: #d8f1f6;
    color: #04323c;
    text-decoration: none;
}


/*------------------------------------------------*/
/*	Breadcrumbs
/*------------------------------------------------*/
.jigoshop #breadcrumb {
	color: #9c9c9c!important;
    background: #F5F5F5;
	border: 1px solid #EFEFEF;
    padding: 0.375em 0.875em !important;
	font-size:12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jigoshop #breadcrumb a {color:#666666!important;font-weight:normal;}
.jigoshop #breadcrumb a:hover  {border-bottom:none;color:#333333!important;}

/*------------------------------------------------*/
/*	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: url(images/sale.png) no-repeat;
    min-width: 30px;
    min-height: 65px;
    display: block;
    z-index: 1000;
	margin: -2px -6px 0 0!important;
	text-indent: -9999px;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	
}

.products li .onsale {
	right: 0;
	top: 0;
}


.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: 6px 0 0 0;
	text-transform:lowercase;
	border: 1px solid #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}

a.button:hover,button.button:hover,input.button:hover,#review_form #submit:hover, .button-alt:hover, .related a.button:hover {
	color: #ffffff!important;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	opacity: 0.8;

}

div.product div.images {
	width: 314px;
}

div.product div.images img {
	padding: 6px;
	max-width: 100%;
}

/*------------------------------------------------*/
/*	Sidebar Widgets
/*------------------------------------------------*/
.jigoshop #sidebar {margin-top:20px;}
.jigoshop #sidebar .widget-block ul li {list-style:none;}

/* Background */
.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 #D5D5D5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.024) inset;
    margin-bottom: 1.5em;
    padding: 20px 0 20px 20px;
}

/*------------------------------------------------*/
/*	User Login Widget
/*------------------------------------------------*/
.widget_user_login ul {
	width: 260px;
}

.widget_user_login ul li {
	height: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	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%);
}

.widget_user_login li a {
	color: #999999;
	font-size: 14px;
}

.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
/*------------------------------------------------*/
.jigoshop_widget_search {
    overflow: hidden;
}
.jigoshop_widget_search #searchsubmit, .jigoshop_product_search #searchsubmit {
    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-color: #CCCCCC #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid solid none;
    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 0!important;
    -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: 0.4em;
    width: 65%;
	height: 20px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.024) inset;
}

/*------------------------------------------------*/
/*	Featured Products Widget
/*------------------------------------------------*/
ul.product_list_widget {
	width: 260px;
}


/*------------------------------------------------*/
/*	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;}
/*------------------------------------------------*/
/*	Price Filter Widget
/*------------------------------------------------*/
.jigoshop_price_filter {
	min-height: 90px;
}
.price_slider {
	margin-right: 20px;
	margin-bottom: 10px;
}

.price_slider_wrapper  .button {
	min-height: 10px;
	padding: 5px 0;
	float: right;
	margin-right: 20px;
}

/*------------------------------------------------*/
/*	Product Categories Widget
/*------------------------------------------------*/

.widget-block .jigoshop_product_categories ul li, .home-blog-widget  .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, .home-blog-widget  .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, .home-blog-widget .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, .home-blog-widget .jigoshop_product_categories ul li  a:hover {
	color: #333333;
}

.widget-block .jigoshop_product_categories #dropdown_product_cat, .home-blog-widget .jigoshop_product_categories #dropdown_product_cat {
	font-size:16px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#666;
}

.jigoshop_product_categories ul ul.children {
	margin-bottom: 0!important;
}

.widget-block .jigoshop_product_categories ul ul.children li, .home-blog-widget .jigoshop_product_categories ul ul.children li  {
    background: none;
    border: none;
    box-shadow: none;
    display: inline-block;
    margin: 5px 5px 0 0;
	padding-left: 5px;
}


/*------------------------------------------------*/
/*	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 {
	width: 260px;
}

.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 {
    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;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.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: 0 0 0 0;
	padding: 5px 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);
}

.jigoshop_cart a.checkout {
	color:  #ffffff;
	min-width:78px;
	min-height:20px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	float: right;
	text-transform:lowercase;
	border: 1px solid #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 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;
}

#payment .button-alt {
	color:  #ffffff;
	min-width:147x;
	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 #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}

.jigoshop-cart .button {
	min-width: 120px;
	min-height: 22px;
}

.jigoshop-cart .button:hover {
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

.jigoshop-checkout .lost_password {
	float:right;
	font-weight:normal!important;
	font-size: 14px;
	margin-top: 20px;
}

#payment .button-alt {
	min-width: 150px;
} 

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:28px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 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);
}

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:  #333333;
	min-width:147px;
	min-height:37px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 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);
}

table.shop_table td.actions .button:hover {
	color: #333333!important;
}

table.shop_table td.actions .button-alt {
	color:  #ffffff;
	min-width:147px;
	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 #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}


.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 #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}


/*------------------------------------------------*/
/*	Single Product Page
/*------------------------------------------------*/

.jigoshop-product span.onsale {
    background: none repeat scroll 0 0 #FF9C07;
    display: block;
    font-weight: bold;
    left: 260px !important;
    width: 30px;
    z-index: 10;
    background: url(images/sale.png) no-repeat;
    display: block;
    min-width: 30px;
	min-height:65px;
	text-indent: -9999px;
	margin: -2px -6px 0 0!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

div.product div.summary {
    width: 520px;
	margin:10px 0 0 25px;
}

div.product .product_title {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    max-width: 375px;
}

div.product p.price {
    background: #78bccb;
    color: #FFFFFF!important;
    display: inline-block;
    float: right;
    font-weight: normal;
    padding: 6px 16px 6px 12px;
    position: relative;
	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;
}
.jigoshop-product div.product p.price ins  {background-color:#78BCCB;}

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:138px;
	min-height:30px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}


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:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

div.product #tabs ul.tabs li a:hover{

	border-bottom:0;
	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{
	border-right: 1px solid #EEEEEE;
	width: 100px;
}

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;
}

.related ul.products li .onsale {
	left:120px!important;
}

#review_form input#submit {
	color:  #ffffff;
	min-width:147px;
	min-height:33px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-transform:lowercase;
	border: 1px solid #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}

#review_form input#submit:hover {
	background: #84c3d1;
	color: #ffffff;
}


.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;
}

#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 address {
	color:#999999;
}

.jigoshop-myaccount a.lost_password {
	float:right;
	margin-top:20px;
}

.jigoshop .addresses header.title a.edit {
    background: url(images/pencil.png) no-repeat scroll 0 2px transparent;
    padding-left: 24px;
	color: #666;
}

.jigoshop .addresses header.title a.edit:hover {
	border-bottom: none!important;
	color: #333;
}


/*------------------------------------------------*/
/*	Change Password
/*------------------------------------------------*/

.jigoshop-myaccount .my_account_orders .button  {
	min-width:41px!important;
	min-height:10px;
	font-size: 10px!important;
	padding: 3px 0;
	margin: 0 10px 0 0;
} 

.jigoshop-myaccount .my_account_orders .button:hover {
	color: #ffffff!important;
}

/*------------------------------------------------*/
/*	Thank You Page
/*------------------------------------------------*/

.jigoshop-thanks .button {
	color:  #ffffff;
	min-width:140px;
	min-height:22px;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0;
	padding: 6px 0 0;
	text-transform:lowercase;
	border: 1px solid #40b0ca;
	background-color: #84c3d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}

/*------------------------------------------------*/
/*	Track Your Order Page
/*------------------------------------------------*/

.jigoshop-tracker .button {
    background: url("images/cart-large.png") no-repeat scroll 0 0 transparent !important;
    border: medium none;
    box-shadow: none;
    float: left;
    font-size: 12px;
    height: 33px;
    line-height: 1em;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    width: 147px;
}

/*------------------------------------------------*/
/*	Header Cart
/*------------------------------------------------*/

.header-cart {
	float:right;
	z-index:999;
	padding-top: 0.7em;
	position: absolute;
}

.header-cart span.top-cart {
	color:#fff;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size:13px;
	background:url(images/cart-icon.png) 5px -1px no-repeat;
    padding-left: 35px;
	float:right;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}

.header-cart span.top-cart:hover {
	color: #328ea2;
}

.header-cart .cart-banner {
	margin: 0 0;
}


.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;
	position:absolute;
	top:2.9em;
	right:-0.3em;
	z-index:60;
    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 #dddddd;
	-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:22px;
   	font-size:12px;
   	font-weight:normal!important;
   	margin: 10px 0 0 0;
   	padding: 6px 0 0 0;
   	text-transform:lowercase;
   	border: 1px solid #40b0ca;
   	background-color: #84c3d1;
   	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 195, 209)),to(rgb(107, 178, 195)));
   	background-image: -webkit-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
   	background-image: -moz-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
   	background-image: -o-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
   	background-image: -ms-linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
   	background-image: linear-gradient(top, rgb(132, 195, 209), rgb(107, 178, 195));
   	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#84c3d1', EndColorStr='#6bb2c3');
   	-webkit-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
   	-moz-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
   	-ms-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
   	-o-box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
   	box-shadow: inset 0 0 2px 0 rgba(132, 196, 209, 1);
}

.header-cart .checkout {
	float: right;
}

.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 Featured Products
/*------------------------------------------------*/
#home-featured-products-wrap .home-section-title {
	margin-bottom: 20px;
}

#home-featured-products {
	min-height:280px;

}

#home-featured-products ul {
	list-style:none;
}

#home-featured-products li {
	background: #ffffff;
	position:relative;
	float:left;
	width:210px;
	border: 5px solid #efefef;
	margin-left:0;
	margin-right:20px;
	margin-top:1px;
	min-height: 330px;
}


#home-featured-products li img {
	padding: 5px;
}

#home-featured-products h3 {
	margin:10px 10px 5px 10px;
	font-size: 16px;
}

#home-featured-products p {
	margin:10px;
	min-height: 50px;
}

#home-featured-products span {
	margin:10px 10px 5px 10px;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size:14px;
	color:#305b01;
	text-decoration:none;
}

#home-featured-products del {
	font-size: 12px;
}

#home-featured-products span.from {
	margin:10px 10px 5px 0px;
}

#home-featured-products a.button {
	float:right;
	margin: 0 0 0 0;
	position:relative;
	bottom: 5px; 
	right: 10px;
}

#home-featured-products div.onsale {
    background: url(images/sale.png) no-repeat;
    display: block;
	position:absolute;
	top:-6px;
	left:165px;
    width: 30px;
	height:65px;
    z-index: 1000;
}

#products-carousel {
	position:relative;
}

#products-carousel .prev1, #products-carousel .next1 {
	width: 21px;
	height: 40px;
	position: absolute;
	top: 120px;
}

#products-carousel .prev1 { 
	background: url(images/carousel_left.png) no-repeat;
	left: -21px;
}

#products-carousel .next1 { 	
	background: url(images/carousel_right.png) no-repeat;
	right: -21px;
}

/*------------------------------------------------*/
/*	Cart Message
/*------------------------------------------------*/
div.jigoshop_message a.button {
	color:  #ffffff;
	min-width:78px;
	min-height:14px;
	font-size:12px;
	font-weight:normal!important;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	text-transform:lowercase;
	border: 1px solid #93b83d;
	background-color: #bcdb72;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 219, 114)),to(rgb(169, 207, 88)));
	background-image: -webkit-linear-gradient(top, rgb(188, 219, 114), rgb(169, 207, 88));
	background-image: -moz-linear-gradient(top, rgb(188, 219, 114), rgb(169, 207, 88));
	background-image: -o-linear-gradient(top, rgb(188, 219, 114), rgb(169, 207, 88));
	background-image: -ms-linear-gradient(top, rgb(188, 219, 114), rgb(169, 207, 88));
	background-image: linear-gradient(top, rgb(188, 219, 114), rgb(169, 207, 88));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bcdb72', EndColorStr='#a9cf58');
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(204, 227, 138, 1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(204, 227, 138, 1);
	-ms-box-shadow: inset 0 0 2px 0 rgba(204, 227, 138, 1);
	-o-box-shadow: inset 0 0 2px 0 rgba(204, 227, 138, 1);
	box-shadow: inset 0px 0px 2px 0px rgba(204, 227, 138, 1);
}

div.jigoshop_message a.button:hover {
	background: #bcdb72;
}

div.jigoshop_message {
	background-color: #DFF2BF;
	color: #4F8A10;
	border-color: #4f8a10;
}

/*------------------------------------------------*/
/*	Updates
/*------------------------------------------------*/
.single_variation .price {
	font-size: 16px;
}

div.product p.stock {
	min-width: 60px;
}

div.product p.out-of-stock {
	min-width: 90px;
}

.jigoshop-pay a.button {
    margin-left: 20px!important;
    padding: 0 0 !important;
}

.jigoshop-pay .button-alt {
    padding: 0 0 !important;
}

div.jigoshop_error, div.jigoshop_message {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

#payment {
	background: #ffffff;
}

.variations_form .variations div {
    float:left;
    margin-top:20px;
}