/*------------------------------------------------*/
/*	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 40px 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 {
	width:78px;
	height:25px;
	background:url(images/add-to-cart.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	text-transform:lowercase;
}

a.button:hover,button.button:hover,input.button:hover,#review_form #submit:hover{
background:url(images/add-to-cart.png) no-repeat;
text-decoration:none;
border-bottom:none!important;
color:#fff;
opacity: .8;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}

/*------------------------------------------------*/
/*	Sidebar Widgets
/*------------------------------------------------*/
.jigoshop #sidebar {margin-top:20px;}
.jigoshop #sidebar .widget-block ul li {list-style:none;}

/* Background */
.widget_product_search, .widget_price_filter, .widget_shopping_cart, .widget_recent_entries, .widget_featured_products, .widget_product_categories, .widget_tag_cloud   {
	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 0 20px 20px;
}

/*------------------------------------------------*/
/*	Search Widget
/*------------------------------------------------*/
.widget_search {
    overflow: hidden;
}
.widget_search #searchsubmit, .widget_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, .widget_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;
}

/*------------------------------------------------*/
/*	Featured Products Widget
/*------------------------------------------------*/
ul.cart_list, ul.product_list_widget {
	padding-right: 20px;
}

.widget_featured_products ul li {
    border-bottom: 1px solid #EEEEEE;
    color: #aaaaaa;
    font-size: 14px;
    padding: 0.75em 0 !important;
}
.widget_featured_products ul li a {
    font-size: 14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	margin-bottom:5px;
	color:#aaaaaa;
}

.widget_featured_products ul li a:hover {
	color:#b35314;
}

.widget_featured_products  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_featured_products ul li img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px 0 #DDDDDD;
    float: right;
    padding: 2px;
}

.widget_featured_products del, .widget_featured_products ins {font-size:14px;}

/*------------------------------------------------*/
/*	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-right: 20px;
}

.widget_price_filter  .button {
	padding-bottom:10px;
}

/*------------------------------------------------*/
/*	Product Categories Widget
/*------------------------------------------------*/
.widget-block .widget_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 .widget_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 .widget_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 .widget_product_categories ul li  a:hover {
	color: #333333;
}

.widget-block .widget_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_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_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
/*------------------------------------------------*/

.widget_shopping_cart .cart_list li {
    border-bottom: 1px solid #EEEEEE;
    color: #AAAAAA;
    font-size: 12px;
    padding: 0.75em 0 !important;
}

.widget_shopping_cart .cart_list li:last-child {
    border: medium none;
}

.widget_shopping_cart .cart_list li a {
    font-size: 14px;
	font-weight:normal;
	margin-bottom: 5px;
}

.widget_shopping_cart .cart_list li img {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px 0 #DDDDDD;
    float: right;
    padding: 2px;
}

.widget_shopping_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;
}

.widget_shopping_cart .total strong {
    display: inline-block;
    min-width: 40px;
	font-size:14px;
	font-family: 'Lato',arial,sans-serif;
	font-weight: normal;
	color:#666;
}

.widget_shopping_cart  .buttons {
	margin-top:20px;
	margin-bottom:0px;
	padding-right: 20px;
}

.widget_shopping_cart a.button {
	width:78px;
	height:25px;
	background:url(images/view-cart-gray.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 20px 0;
	padding: 6px 0 0 0;
    text-shadow: none;
	color: #333333!important;
	border: none;
    border-radius: none;
    box-shadow: none;
	text-transform:lowercase;
}

.widget_shopping_cart a.checkout {
	width:78px;
	height:25px;
	background:url(images/add-to-cart.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
    text-shadow: none;
	color: #ffffff!important;
	border: none;
    border-radius: none;
    box-shadow: none;
	text-transform:lowercase;
	float:right;
}


/*------------------------------------------------*/
/*	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 {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	color:#ffffff;
}

.jigoshop-cart .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;
}

.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: inherit;
    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;
    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{
	width:78px;
	height:25px;
	background:url(images/view-cart-gray.png) no-repeat;
	font-size:11px!important;
	font-weight:normal!important;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
    text-shadow: none;
	color: #333333!important;
	border: none;
    border-radius: none;
    box-shadow: none;
	text-transform:lowercase;
}

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;
	width:147px;
	height:33px;
	background:url(images/cart-large-gray.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 20px 0 0;
	padding: 0 0;
	text-transform:lowercase;
}

table.shop_table td.actions .button-alt {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	color:#ffffff;
}

table.shop_table td.actions .button-alt:hover {
border-bottom:none!important;
color: #ffffff!important;
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 { 
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	margin: 0 0!important;
	padding: 0 0!important;
}

.shipping-calculator-form .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;
}

/*------------------------------------------------*/
/*	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 {
    width: 520px;
	margin-top:20px;
}

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;
    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: inherit;
    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;
    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 { 
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	margin: 0 0!important;
	padding: 0 0!important;
}

div.product div.summary .button-alt: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;
}
div.product div.product_meta, div.product div.variations_button {
    clear: both;
}

div.product .product_meta span {
	font-size: 14px;
	color: #999;
}

div.product .product_meta span a {
	font-weight: normal!important;
	color: #333;
}

div.product .product_meta span a:hover {
	color: #b35314;
}

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 {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat!important;
	margin: 0 0!important;
	padding: 0 0!important;
}

#review_form #submit: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;
}

.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 {
	width: 50%;
}

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 {
	font-size: 16px;
	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 .button {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat!important;
	margin: 0 0!important;
	padding: 0 0!important;
	margin-top: 20px!important;
    border: none;
    box-shadow:  none;
    float: left;
    font-size: 12px;
    line-height: 1em;
}

.jigoshop-myaccount .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;
}

.jigoshop-myaccount .my_account_orders .button  {
	width:41px;
	height:16px;
	background:#7fb04a!important;
	font-size:10px;
	font-weight:normal!important;
	margin: 5px 4px 0 0!important;
	padding: 0 0 0 0!important;
    text-shadow: none;
	color: #ffffff!important;
	border: none;
    border-radius: none;
    box-shadow: none;
	text-transform:lowercase;
	float:left;
}

.jigoshop-myaccount .my_account_orders .button:hover {
	color: #ffffff!important;
}

/*------------------------------------------------*/
/*	Thank You Page
/*------------------------------------------------*/

.jigoshop-thanks .button {
	width:147px;
	height:33px;
	background:url(images/cart-large.png) no-repeat;
	font-size:12px;
	font-weight:normal!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
	color:#ffffff;
}

.jigoshop-thanks .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;
}

/*------------------------------------------------*/
/*	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;
	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 {
    background: url(images/add-to-cart.png) no-repeat scroll 0 0 transparent!important;
    font-size: 12px!important;
    font-weight: normal !important;
    height: 25px!important;
    margin: 10px 0 0!important;
    padding: 6px 0 0!important;
    text-transform: lowercase!important;
    width: 78px!important;
}

.header-cart .checkout {
	float:right;
    background: url(images/add-to-cart.png) no-repeat scroll 0 0 transparent!important;
    font-size: 12px!important;
    font-weight: normal !important;
    height: 25px!important;
    margin: 10px 0 0!important;
    padding: 6px 0 0!important;
    text-transform: lowercase!important;
    width: 78px!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 #dcd5b6;
	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;
}