/*
	GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------*/


.clear{ clear: both; }
.nobr{ white-space: nowrap; }
.info {
	padding: 15px;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.jigoshop_error, .jigoshop_message {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.info a, .info a:hover,
.jigoshop_error a, .jigoshop_error a:hover,
.jigoshop_message a, .jigoshop_message a:hover{ text-decoration: underline; }
p.demo_store {
	position: fixed;
	top: 0;
	left: 50%;
	width: 450px;
	margin-left: -225px;
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	z-index: 999999;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
small.note {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	line-height: 21px;
}
.page-title{ display: none; }
.jigoshop-cart #sidebar_after_page_content {
	clear: both;
	margin-top: 60px;
}


/*
	PRODUCT PAGE
-------------------------------------------------------------------------------------------------------------------------------------*/


.products ul, ul.products {
	float: left;
	margin: 0 0 14px !important;
	padding: 0 !important;
	list-style: none;
}
.products{ clear: both; }
.products li {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 60px 0;
	width: 180px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.products li a{ text-decoration: none; }
.products li a img {
	display: block;
	margin: 0 auto;
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
.products li strong {
	display: block;
	max-width: 250px;
	width: 150px;
	margin: 15px 15px 0 15px;
	word-wrap: break-word;
	font: normal 18px/24px "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
}
.products li .price {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 15px 0 15px;
	min-height: 40px;
	font-size: 12px;
}
.products li .nostock {
	position: absolute;
	right: 15px;
	bottom: 16px;
	font-size: 12px;
}
.products li.first{ clear: both; }
.products li.last{ margin-right: 0; }


/* Product Single Page */

.product{ position: relative; }
.product .images {
	position: relative;
	overflow: hidden;
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.product .images img {
	display: block;
	margin: 0 auto;
	-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px;
}
.product .images .thumbnails {
	overflow: hidden;
	margin-bottom: 3px;
	padding: 0 0 0 1px;
}
.product .images .thumbnails a {
	float: left;
	margin: 1px 1px 1px 0;
}
.product .images .thumbnails a img{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.product .summary {
	position: relative;
	overflow: hidden;
	margin-top: -3px;
	padding: 77px 15px 0 15px;
	z-index: 1;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.product .product_title {
	clear: none;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	border: none;
}
.product p.price {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 15px;
	font-size: 15px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.product .product_meta, .product .variations_button{ float: none; }
.product .product_meta {
	font-size: 12px;
	margin-bottom: 25px;
}
/*
.product .social{ text-align: right; margin: 0 0 1em; }
.product .social span{ margin: 0 0 0 2px; }
.product .stButton .chicklets{ padding-left: 16px; width: 0; }
.product .social iframe{ float: left; margin-top: 3px; }
*/


/* Products: Common Elements */

.onsale {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 15px;
	padding: 5px 15px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 10;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
}
.product .price del {
	float: left;
	margin: 0 6px -5px 0;
	font-size: 10px;
}
.product .price ins {
	float: left;
	border: none;
}
.product .price .from {
	display: block;
	float: left;
	margin: 6px 6px 0 0;
	line-height: 10px;
	font-size: 10px;
}
p.stock {
	position: absolute;
	display: block;
	top: 20px;
	float: none;
	font-size: 12px;
	padding: 2px 0 0 0;
}
.out-of-stock{ font-size: 14px; }
p.cart{ float: right; }


/*
	PRODUCT PAGE FORM CART
-------------------------------------------------------------------------------------------------------------------------------------*/


form.cart {
	position: relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
	clear: both;
}
.product .cart{ margin: 10px 0 30px 0; }
form.cart .quantity {
	float: left;
	margin: 0 25px 0 0;
}
form.cart table {
	margin-bottom: 15px;
	font-size: 13px;
	border: none;
}
form.cart table td {
	position: relative;
	margin-bottom: 1px;
	padding: 4px 0;
	text-align: left;
	border: none;
	background: none;
}
form.cart table.quantity {
	float: none;
	margin: 0;
	width: 72px;
}
form.cart table small.stock {
	display: block;
	float: none;
	margin-top: -3px;
	font-size: 11px;
}
form.cart .variations label{ font-weight: bold; }
form.cart .variations select {
	float: left;
	width: 100%;
}
form.track_order .form-row {
	clear: both;
	padding: 0;
	width: 100%;
}
form.track_order input.button{ margin: 10px 0 5px 0; }


/*
	PRODUCT PAGE FORM VARIATIONS
-------------------------------------------------------------------------------------------------------------------------------------*/


form.variations_form fieldset {
	margin: 0;
	padding: 0;
	border: none !important;
}
form.variations_form fieldset.variations div {
	padding: 6px 0;
	margin-top: -1px;
}
form.variations_form fieldset.variations span { font-weight: bold; }
form.variations_form fieldset.variations select {	
	width: 50%;
	float: right;
	margin: 1px 0 0 0;
}
form.variations_form .reset_variations {
	clear: both;
	display: block;
	margin: 35px 0 -5px 0;
	padding-top: 5px;
	visibility: visible !important;
}
form.variations_form .single_variation {
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 0;
}
form.variations_form .variations_button {
	overflow: hidden;
	margin-top: 35px;
}
form.variations_form .single_variation p.stock {
	position: relative;
	margin: 15px 0 0 0;
	top: 0;	
}
form.variations_form .single_variation .price {
	float: right;
	display: block;
	margin: 15px 0;
	font-size: 15px;
	padding: 0;
	top: 0;
}


/*
	SHOP NAVIGATION
-------------------------------------------------------------------------------------------------------------------------------------*/


.navigation {
	overflow: hidden;
	font-size: 12px;
}
.navigation .nav-previous{ float: left; }
.navigation .nav-next{ float: right; }


/*
	PRODUCT PAGE TABS
-------------------------------------------------------------------------------------------------------------------------------------*/


#tabs {
	overflow: hidden;
	clear: both;
	margin: 20px 0 1em 0;
	padding: 0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#tabs ul.tabs {
	overflow: hidden;
	margin: 1px 1px 0 1px;
	padding: 5px 0 0 5px;
	border-bottom: none !important;
	list-style: none;
	zoom: 1;
}
#tabs ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	font-size: 13px;
}
#tabs ul.tabs li:first-child{ border-top: none !important; }
#tabs ul.tabs li.active, #tabs ul.tabs li:hover {
	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px;
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.21); -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.21); box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.21);
}
#tabs ul.tabs a {
	float: left;
	padding: 5px 10px 7px 10px;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
    -ms-transition: none;
	-o-transition: none;
	transition: none;
}
#tabs .panel {
	overflow: hidden;
	padding: 25px 15px 20px 15px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}
#tabs .panel h2{ font-size: 18px; }
#tabs #tab-customize form {
	overflow: hidden;
	padding-bottom: 5px;
}
#tabs #tab-customize form input[type=text] {
	margin: 0 0 15px 0;
	width: 100%;
}


/*
	BUTTONS
-------------------------------------------------------------------------------------------------------------------------------------*/


a.button, button.button, input[type=submit].button, .button-alt, input[type=submit].button-alt, #review_form #submit, .jigoshop_login_widget input[type=submit] {
	float: left;
	margin: 1px 0 0 0;
	padding: 0 22px;
	height: 32px;
	font-size: 13px;
	line-height: 32px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
	-webkit-transition: none;
	-moz-transition: none;
    -ms-transition: none;
	-o-transition: none;
	transition: none;
}
a.button:hover, button.button:hover, input[type=submit].button:hover, .button-alt:hover, input[type=submit].button-alt:hover, #review_form #submit:hover, .jigoshop_login_widget input[type=submit]:hover{ background-position: 0 -82px; }
.ie9 a.button, .ie9 button.button, .ie9 input[type=submit].button, .ie9 .button-alt, .ie9 input[type=submit].button-alt, .ie9 #review_form #submit, .ie9 .jigoshop_login_widget .ie9 input[type=submit]{ line-height:31px; }


/* Grid Product Button */

.products li a.button {
	position: absolute;
	overflow: hidden;
	bottom: 15px;
	right: 15px;
	margin: 0;
	padding: 0 15px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
.products li a.button:hover{ background-position: 0 -25px; }
.ie8 .products li a.button{ line-height: 23px; }
.ie9 .products li a.button{ line-height: 26px; }


/* Cart Button */

td.actions .button {
	float: right;
	margin: 0 2px 15px 0;
}
td.actions .button-alt {
	clear: both;
	float: right !important;
	margin: 0 0 25px 0;
}
td.actions .button-alt:hover, #place_order:hover{ background-position: 0 -32px; }
td.actions .coupon input.button {
	position: absolute;
	top: 1px;
	right: 0;
	margin: 0;
	padding: 0 15px 2px 15px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
td.actions .coupon input.button:hover{ background-position: 0 -25px; }
.ie8 td.actions .coupon input.button{ top: 2px; line-height: 23px; }


/* My account Button */

table.my_account_orders .button, .jigoshop_error a.button, .jigoshop_message a.button {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
    -ms-transition:color .2s linear;
	-o-transition:color .2s linear;
	transition:color .2s linear;
	border: none;
	background: none;
}


/* Messages Button */

.jigoshop_error a.button, .jigoshop_message a.button {
	float: right;
	margin: 2px;
	font-size: 13px;
	background: none;
}
.jigoshop_error a.button,
.jigoshop_error a.button, .jigoshop_error a.button:hover,
.jigoshop_message a.button, .jigoshop_message a.button:hover{ text-decoration: underline; }


/*
	REVIEWS - RATING
-------------------------------------------------------------------------------------------------------------------------------------*/


#reviews h2 small {
	float: right;
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 21px;
}
#reviews h2 small a{ text-decoration: none; }
#reviews h3{ margin: 0; }
#reviews #comment{ height: 75px; }
#reviews #comments h2{ margin-bottom: 5px; }
#reviews #comments ol.commentlist {
	overflow: hidden;
	margin: 0 0 20px 0;
	zoom: 1;
	list-style: none;
}
#reviews #comments ol.commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0px;
}
#reviews #comments ol.commentlist li img {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 35px;
	height: auto;
}
#reviews #comments ol.commentlist li .comment-text {
	overflow:hidden;
	padding: 0;
}
#reviews #comments ol.commentlist li .comment-text p{ margin: 15px 0 0 0; }
#reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0;
	font-size: 12px;
}
.star-rating {
	float: right;
	margin: 10px 0 0 0;
}
.star-rating span {
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.comment-text .star-rating {
	float: none;
	margin: 0 0 5px 0;
	width: 80px;
	height: 16px;
}

#review_form_wrapper, #review_form {
	position: relative;
	clear: both;
	width: 100%;
}
#review_form #respond {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#review_form #respond h3 {
	margin: 30px 0 18px 0;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
#review_form #respond textarea{ height: 200px; }
#review_form #respond .comment-form-rating{ margin: 5px 0 15px 0 !important; }
#review_form #respond .comment-form-rating label{ display: none; }
p.stars {
	overflow: hidden;
	zoom: 1;
}
p.stars span {
	position: relative;
	float: left;
	width: 80px;
	height: 16px;
}
p.stars span a {
	position: absolute;
	overflow: hidden;
	float: left;
	left: 0;
	top: 0;
	padding-top: 16px;
	width: 16px;
	height: 0;
}
p.stars span a.star-1 { width: 16px; z-index: 10; }
p.stars span a.star-2 { width: 32px; z-index: 9; }
p.stars span a.star-3 { width: 48px; z-index: 8; }
p.stars span a.star-4 { width: 64px; z-index: 7; }
p.stars span a.star-5 { width: 80px; z-index: 6; }


/*
	TABLES
-------------------------------------------------------------------------------------------------------------------------------------*/


/* Cart Page table */

table.shop_table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
table.shop_table th {
	padding: 15px;
	text-align: left;
	font-size: 12px;
	border: none;
	background: none;
}
table.shop_table thead tr{ border: none; }
table.shop_table td {
	padding: 6px 15px;
	text-align: left;
	vertical-align: middle;
	border: none;
	background: none;
}
table.shop_table tfoot td {
	overflow: hidden;
	padding: 25px 25px 0 15px;
	text-align: right;
	background: none;
}
table.shop_attributes td {
	margin: 0 !important;
	padding: 0 0 0 15px;
}
table.shop_attributes td p {
	margin: 0 !important;
	padding: 8px;
}
/* Product Detail Page: Attributes (inside #tabs)

table.shop_attributes{ border: 0 !important; }
table.shop_attributes th{ margin: 0 !important; width: 150px; padding: 8px; }
table.shop_attributes td{ margin: 0 !important; padding: 0 0 0 15px; text-align: left; font-style: italic; }
table.shop_attributes td p{ margin: 0 !important; padding: 8px; }
table.shop_attributes .alt td, table.shop_attributes .alt th{ background: #000; }

*/

/* My Account / Order Page table */

table.my_account_orders {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
table.my_account_orders th, table.my_account_orders td {
	padding: 6px 15px;
	vertical-align: middle;
	word-wrap: break-word;
}
table.my_account_orders th{ padding: 15px; }
table.my_account_orders td a{ display: block; }


/* Order Detail / Checkout Page table */

.jigoshop-myaccount table.shop_table{ margin-bottom: 55px; }
.jigoshop-myaccount table.shop_table th, #order_review table.shop_table th{ padding: 15px; }
.jigoshop-myaccount table.shop_table td, #order_review table.shop_table td{ padding: 6px 15px; }
.jigoshop-myaccount table.shop_table tfoot td, #order_review table.shop_table tfoot td {
	padding: 10px 15px;
	text-align: left;
}
.jigoshop-myaccount table.shop_table tfoot tr td:first-child, #order_review table.shop_table tfoot tr td:first-child{ text-align: right; }
.jigoshop-myaccount table.shop_table tfoot strong{ font-size: 14px; }
#order_review table.shop_table tfoot strong { font-size: 15px; }
.jigoshop-myaccount table.shop_table tfoot td p, #order_review table.shop_table tfoot td p{ margin: 0; }


/*
	CART
-------------------------------------------------------------------------------------------------------------------------------------*/


.jigoshop-cart .pk_without_sidebar{ padding-bottom: 20px; }
a.remove {
	display: block;
	margin: 0 5px 0 15px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
td.product-remove{ padding: 0 !important; }
td.product-thumbnail { padding: 0 5px !important; }
td.product-thumbnail img {
	position:relative;
	top: 11px;
	max-width: 40px;
	height: auto; 
}
td.product-name dl.variation{ margin: 0; }
td.product-name dl.variation dt {
	font-weight: bold;
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0;
}
td.product-name dl.variation dd {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}
td.product-price, td.product-subtotal{ font-size: 13px; }
td.product-subtotal{ padding-right: 15px; }
td.actions .coupon {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	padding-right: 135px;
	width: 290px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
td.actions .coupon label{ display: none; }
td.actions .coupon input.input-text {
	margin: 0;
	padding: 7px 5px;
	min-width: none;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}
.ie8 td.actions .coupon, .ie9 td.actions .coupon{ padding-right: 130px; }
.quantity {
	position: relative;
	width: 57px;
	height: 37px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); box-shadow: inset  0 1px 2px rgba(0, 0, 0, 0.18);
}
.quantity input{ margin: 0; }
.quantity input.qty {
	position: absolute;
	margin: 5px 0 0 5px;
	padding: 5px 10px;
	width: 10px;
	font-size: 13px;
	min-width: 0 !important;
	border: none !important;
	background: none !important;
}
.quantity input.plus, .quantity input.minus {
	position: absolute;
	left: 40px;
	padding: 0;
	border: none; 
	width: 20px;
	height: 19px;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 1;
	-webkit-appearance: none;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.quantity input.minus{ top: 19px; }
.ie8 .quantity input.plus,
.ie8 .quantity input.minus{ border: none !important; }

.cart-collaterals {
	float: right;
	padding-top: 25px;
	width: 425px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.cart-collaterals .cart_totals{ margin-bottom: 30px; }
.cart-collaterals .cart_totals h2 {
	display: block;
	margin-left: 15px;
	font-size: 26px;
}
.cart-collaterals .cart_totals p{ margin: 0; }
.cart-collaterals .cart_totals table {
	margin: 0 0 20px 0;
	padding: 0;
}
.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
	padding: 6px 0;
	text-align: left;
	border: none;
	background: none;
}
.cart-collaterals .cart_totals table th, .cart-collaterals .cart_totals table td {
	padding-left: 15px;
	padding-right: 15px;
}
.cart-collaterals .cart_totals tr th{ width: 45%; }
.cart-collaterals .cart_totals tr td.cart-row-total {
	padding: 15px;
	font-size: 18px;
}
.cart-collaterals .cart_totals table small{ display: block; }
.cart-collaterals .shipping_calculator{ margin: 0; }
.cart-collaterals .shipping_calculator h2 {
	display: inline-block;
	position: relative;
	margin: 0 0 25px 15px;
	padding-right: 23px;
	font-size: 22px;
}
.cart-collaterals .shipping_calculator h2 span {
	position: absolute;
	display: block;
	top: 12px;
	right: 0;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form {
	overflow: hidden;
	padding: 0 15px 0 15px;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row { margin-bottom: 5px; }
.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row + .col2-set { margin: 10px 0; }
.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row + .col2-set .form-row { margin: 0; }
.cart-collaterals .shipping_calculator .form-row select{ width: 50%; }
.cart-collaterals .shipping_calculator .col2-set{ clear: both; margin: 0; overflow: hidden; }
.cart-collaterals .shipping_calculator .col2-set input[type=text] { margin-right: 15px; }
.cart-collaterals .shipping_calculator .col2-set select { margin-top: 6px; width: 95%; }
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
	float: left;
	width: 48%;
}
.cart-collaterals .shipping_calculator .col2-set .col-2{ float: right; }
.cart-collaterals .shipping_calculator button.button{ margin: 0 0 20px 0; }
.cart-collaterals .shipping_calculator .shipping_select{ margin: 0 8px 0 0; }
.cart-collaterals .related {
	width: 310px;
	float: left;
}
.cart-collaterals .cross-sells {
	width: 314px;
	float: left;
}


/*
	FORMS
-------------------------------------------------------------------------------------------------------------------------------------*/


.form-row{ margin: 0 0 6px 0; }
.form-row p {
	clear: both;
	margin: 0;
}
.form-row input.input-text, .form-row textarea {
	width: 100%;
	font-size: 12px;
}
.form-row label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}
.form-row label.hidden{ visibility: hidden; }
.form-row select {
	width: 60%;
	margin: 0 0 10px 0;
	cursor: pointer;
}
.form-row .required{ font-weight: bold; }
.form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}
.form-row label.checkbox{ display: inline; }
.form-row-first, .form-row-last {
	float: left;
	overflow: visible;
	width: 48%;
}
.form-row-last{ float: right; }
.ie8 input.input-text, .ie9 input.input-text{ line-height: 16px; }


/*
	LOGIN
-------------------------------------------------------------------------------------------------------------------------------------*/


form.login {
	overflow: hidden;
	margin: 0;
	padding: 15px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
form.login .form-row-first,
form.login .form-row-last{ width: 48%; }
form.login input.input-text{ width: 100%; }
form.login .form-row a {
	float: left;
	margin: 8px 0 0 15px;
	font-size: 13px;
}


/*
	CHECKOUT
-------------------------------------------------------------------------------------------------------------------------------------*/


.checkout #customer_details {
	position: relative;
	padding: 15px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
.checkout h3 {
	margin-bottom: 18px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.checkout .form-row,
.checkout .form-row input.input-text,
.checkout .col-2 .notes textarea{ width: 100%; }
.checkout .col-1{ margin-bottom: 30px; }
.checkout .col-2{ margin-right: 0; }
.checkout .col-2 h3{ margin-top: 0; }
.checkout .col-2 .notes {
	float: none;
	margin: 0;
}
.checkout .col-1 .form-row-first, .checkout .col-1 .form-row-last,
.checkout .col-2 .form-row-first, .checkout .col-2 .form-row-last{ width: 48%; }
.checkout .col-2 .notes textarea{ min-height: 130px; }

#shiptobilling {
	float: right;
	margin-bottom: 15px;
	width: auto;
}
#shiptobilling label{ margin-left: -3px; }

#order_review_heading {
	clear: both;
	margin-top: 55px;
}
#order_review .coupon label {
	display: block;
	margin-bottom: 5px;
}
#order_review .coupon .input-text{ width: 100%; }

#payment {
	overflow: hidden;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#payment ul.payment_methods {
	clear: both;
	margin: 0;
	padding: 15px;
	list-style: none;
}
#payment ul.payment_methods li {
	overflow: hidden; 
	margin: 0 0 10px 0;
}
#payment ul.payment_methods li input{ margin: -3px 0 0 1px; }
#payment ul.payment_methods li label {
	margin-left: 5px;
	padding: 0;
}
#payment ul.payment_methods li label img {
	display: block;
	margin: 5px 0 0 22px;
	padding: 0;
}
#payment .form-row {
	overflow: hidden;
	padding: 20px 0;
}
#payment #place_order {
	float: right;
	margin: 2px 15px 0 0;
}
#payment .cancel{ margin-left: 15px; }
#payment .terms {
	padding: 0 15px 10px 15px;
	margin: 0;
	text-align: right;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
#payment .terms label.checkbox { margin: 0 5px 0 0; }
#payment .terms .input-checkbox { margin: -2px 0 0 0; }
#payment .payment_box {
	position: relative;
	margin: 15px 0 10px 0;
	padding: 15px;
}
#payment .payment_box #cc-expire-month, #payment .payment_box #cc-expire-year {
	width: 48%;
	float: left;
}
#payment .payment_box #cc-expire-year{ float: right; }
#payment .payment_box span.help {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
#payment .payment_box p, #payment .payment_box .form-row{ margin: 0; }
.payment_message { padding: 30px 15px 0 15px; }

/*
	ORDER PAGE (THANKYOU PAGE)
-------------------------------------------------------------------------------------------------------------------------------------*/


.order_details {
	overflow: hidden;
	margin: 30px 0 33px 0;
	padding: 15px;
	list-style: none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.order_details li {
	display: block;
	padding: 5px 0;
}
.order_details li strong{ margin-left: 5px; }
.order_details li.method{ border: none; }


/*
	ACCOUNT
-------------------------------------------------------------------------------------------------------------------------------------*/


.jigoshop-myaccount .pk_page h2 {
	clear: both;
	margin: 55px 0 18px 0;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.addresses {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 15px;
	width: 100%;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.addresses p{ margin: 0; }
.addresses .col-1, .addresses .col-2 {
	position: relative;
	float: left;
	width: 47%;
}
.addresses .col-2{ float: right; }
.addresses .title {
	overflow: hidden;
	margin-bottom: 15px;
	zoom: 1;
}
.addresses .title h3 {
	float: left;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.addresses .title .edit {
	float: right;
	margin-top: -1px;
}


/* Order Detail */

.jigoshop-myaccount mark {
	padding: 0;
	border: none;
}
.jigoshop-myaccount dl {
	padding: 15px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.jigoshop-myaccount dl dt {
	float: left;
	margin-right: 10px;
}
.jigoshop-myaccount dl dd {
	margin: 0 0 5px 0;
	padding-top: 1px;
}
.jigoshop-myaccount td.product-name dl.variation {
	padding: 0;
	margin: 0;
	background: none;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.jigoshop-myaccount td.product-name dl.variation dt,
.jigoshop-myaccount td.product-name dl.variation dd {
	display: block;
}
.jigoshop-myaccount td.product-name dl.variation dd:after { clear: both; content:""; }


/*
	CUSTOMIZED LIST
-------------------------------------------------------------------------------------------------------------------------------------*/


fieldset.variations { border: none; }
section#primary div.product div.summary { width: 42%; }
.single_variation .price { float: left; }
.single_variation, .stock { clear: left; }

.customized_product_label {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
}
.customized_product {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

dl.customization {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
dl.customization dt {
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0;
}
dl.customization dd, td dd {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}


/*
	RELATED PRODUCTS
-------------------------------------------------------------------------------------------------------------------------------------*/


.related.products{ margin-top: 55px; }
.related.products h2 {
	margin-bottom: 18px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}


/*
	OTHERS
-------------------------------------------------------------------------------------------------------------------------------------*/


td.alignright {
	float: none; /*right*/
	margin: 0;
}


/*
	QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 959px) {
	#tabs ul.tabs{ padding: 0; }
	#tabs ul.tabs li{ float: none; margin: 0; }
	#tabs ul.tabs li.active, #tabs ul.tabs li:hover {
		-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
		-moz-box-shadow: none; -webkit-box-shadow:none; box-shadow: none;
	}
	#tabs ul.tabs a{ display: block; float: none; padding: 5px 15px; }
	.star-rating{ float: none; margin-top: -5px; }
	.star-rating + h2{ clear: both; display: block; padding-top: 25px; }
	table.my_account_orders th:nth-child(2), table.my_account_orders th:nth-child(3),
	table.my_account_orders td:nth-child(2), table.my_account_orders td:nth-child(3){ display: none; }
	.jigoshop-myaccount table.shop_table th:first-child,
	.jigoshop-myaccount table.shop_table tbody tr td:first-child{ display: none; }
	.addresses .col-1, .addresses .col-2{ float: none !important; width: 100%; }
	.addresses .col-1{ margin-bottom: 30px; }
}


/* Tablet (portrait and landscape) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.products li{ float: none; width: 400px; margin-right: 0; padding: 0; background-image: none !important; }
	.products li a img { float: left; top: 0; margin: 15px; width: 160px;
		border-bottom: none !important;
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
		border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
	}
	.products li .onsale{ left: 15px; }
	.products li strong{ overflow: hidden; margin-bottom: 5px; padding-bottom: 3px; width: auto; }
	.products li .price{ overflow: hidden; margin: 0; padding: 0; }
	.products li .price del{ float: none; display:block; margin: 0 0 -5px 0; }
	.products li .price ins{ float: none; }
	.products li .price .from{ display: block; float: none; margin: 6px 6px 0 0; line-height: 10px; }
}


/* Mobile */

@media screen and (max-width: 767px) {
	.products li{ float: none; width: 260px; margin-right: 0; }
	.products li a img{ width: 100%; }
	.product p.price { position: absolute; top: 15px; right: auto; left: 15px; }
	p.stock { position: relative; top: 0; }
	form.variations_form .single_variation{ text-align: center; }
	form.variations_form .single_variation .price{ display: inline-block; float: none; margin-bottom: 15px; }
	form.variations_form .single_variation p.stock { margin: -15px 0 15px 0; }
	
	th.product-thumbnail, td.product-thumbnail,
	th.product-price, td.product-price,
	th.product-quantity, td.product-quantity{ display: none; }
	table.shop_table tfoot td{ padding-right: 15px; }
	td.actions .coupon{ width: 230px; margin-bottom: 30px; }
	.cart-collaterals{ width: 100%; margin: 0; }
	.form-row-first, .form-row-last{ float: left; width: 100%; }
	.form-row label.hidden{ display: none; }
	table.my_account_orders th:nth-child(5), table.my_account_orders td:nth-child(5){ display: none; }
	form.login .form-row-first, form.login .form-row-last{ width: 100%; }
	.checkout .col-1 .form-row-first, .checkout .col-1 .form-row-last,
	.checkout .col-2 .form-row-first, .checkout .col-2 .form-row-last{ width: 100%; }
	#shiptobilling{ float: none; }
}


/* Mobile Landscape */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.products li{ float: none; width: 420px; margin-right: 0; padding: 0; background-image: none !important; }
	.products li a img { float: left; top: 0; margin: 15px; width: 160px;
		border-bottom: none !important;
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
		border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
	}
	.products li .onsale{ left: 15px; }
	.products li strong{ overflow: hidden; margin-bottom: 5px; padding-bottom: 3px; width: auto; }
	.products li .price{ overflow: hidden; margin: 0; padding: 0; }
	.products li .price del{ float: none; display:block; margin: 0 0 -5px 0; }
	.products li .price ins{ float: none; }
	.products li .price .from{ display: block; float: none; margin: 6px 6px 0 0; line-height: 10px; }
	form.variations_form .single_variation{ text-align: left; }
	form.variations_form .single_variation .price{ display: block; float: right; }
	form.variations_form .single_variation p.stock { margin: 15px 0 0 0; }
	td.actions .coupon{ width: 390px; }
	#shiptobilling{ float: right; }
}