/*----------------------------------------------------------------------------*/
/* Utility
/*----------------------------------------------------------------------------*/

#content {
	margin-bottom: 1.3125em;
	padding: 0 0.9375em;
	position: relative;
}
.nobr {
	white-space: nowrap;
}
a.bolsa-catalog-product, a.bolsa-catalog-product:visited {
	color: #222;
}
a.bolsa-catalog-product:hover, a.bolsa-catalog-product:active {
	color: #8e8e8e;
}

/*----------------------------------------------------------------------------*/
/* Icons
/*----------------------------------------------------------------------------*/

.wap8-jigoshop-icon {
	font-family: 'WAP8-Icons';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
}

/*----------------------------------------------------------------------------*/
/* Store Demo
/*----------------------------------------------------------------------------*/

p.demo_store {
	background: #f7f5c6;
	border: 1px solid #eeeac1;
	color: #747165;
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.66666667em 0;
	text-align: center;
	z-index: 999999;
	background: -moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	background: -moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f5c6), to(#eeeac1));
	background: -webkit-linear-gradient(#f7f5c6, #eeeac1);
	-moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/*----------------------------------------------------------------------------*/
/* Breadcrumbs
/*----------------------------------------------------------------------------*/

.woocommerce-breadcrumb {
	padding: 1.3125em 0;
	position: relative;
}
.single-product .woocommerce-breadcrumb {
	padding-top: 0;
}

/*----------------------------------------------------------------------------*/
/* Product Page
/*----------------------------------------------------------------------------*/


.info {
	border: 1px solid #eeeac1;
	background-color: #f7f5c6;
	color: #747165;
	padding: 0.71428571em 1.42857143em;
	-moz-box-shadow: 0 0 0 1px #ffffcc inset;
	-webkit-box-shadow: 0 0 0 1px #ffffcc inset;
	box-shadow: 0 0 0 1px #ffffcc inset;
}
.woocommerce-error, .woocommerce-message {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0.71428571em 0 1.42857143em;
	padding: 0.71428571em;
}
.woocommerce-error {
	list-style: none;
}
.woocommerce-error a {
	color: inherit;
	font-weight: 700;
}
.woocommerce-error a.button, .woocommerce-message a.button {
	background-color: transparent !important;
	border: none;
	color: inherit !important;
	font-size: inherit;
	font-weight: 700;
	float: right;
	line-height: inherit !important;
	margin-left: 1.42857143em;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.woocommerce-error a:hover, .woocommerce-error a.button:hover,
.woocommerce-message a.button:hover {
	color: inherit;
	opacity: 0.5;
}
.woocommerce-error {
	background-color: #ffd4d4;
	color: #d8000c;
}
.woocommerce-message {
	background-color: #d8e077;
	border: 1px solid #ced672;
	color: #6d7300;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0 0 0 1px #f2f2b6 inset;
	-webkit-box-shadow: 0 0 0 1px #f2f2b6 inset;
	box-shadow: 0 0 0 1px #f2f2b6 inset;
}

small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/* Product Page
/*----------------------------------------------------------------------------*/

.single-product .content-wrapper {
	padding: 0 0.9375em 0.0625em;
}
.product {
	position: relative;
}
.product .product_title {
	margin-bottom: 0.5em;
}
.product .price {
	color: #00aeef;
	font-family: 'Sanchez', serif;
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
.product .cart .price {
	font-size: inherit;
}
.product .price del {
	color: #ff0000;
	display: block;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	line-height: 1.5;
	text-decoration: none;
}
.product .price ins {
	border-bottom: none;
}
.woocommerce-product-rating {
	margin-bottom: 1.5em;
}
	.woocommerce-product-rating .star-rating {
		float: none;
		margin: 0;
	}
.product .stock {
	float: none;
}
.product .images {
	margin-bottom: 1.3125em;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product .images img {
	border: 1px solid #d1d1d1;
	padding: 0.25em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.product .images a > img:hover {
	border-color: #fff;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.thumbnails {
	margin-top: 1.25em;
	position: relative;
}
.product .images .thumbnails a {
	float: left;
	margin-bottom: 0.625em;
	margin-right: 3.636364%;
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product .images .thumbnails a.last {
	margin-right: 0;
}
.pp_gallery li img {
	width: 50px;
}
.product .summary {
	margin-bottom: 1.3125em;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 0 0 2px;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce-review-link {
	font-size: 93.75%;
	line-height: inherit;
}

/*----------------------------------------------------------------------------*/
/* Tabs
/*----------------------------------------------------------------------------*/

.woocommerce-tabs {
	margin-bottom: 1.3125em;
	position: relative;
}
ul.tabs {
	background-color: #d1d1d1;
	overflow: hidden;
	list-style: none;
	margin-bottom: 0;
	padding: 0.28571429em 0.28571429em 0;
	zoom: 1;
	-moz-border-radius: 0.21428571em 0.21428571em 0 0;
	-webkit-border-radius: 0.21428571em 0.21428571em 0 0;
	border-radius: 0.21428571em 0.21428571em 0 0;
}
ul.tabs li {
	float: left;
	margin-right: 0.28571429em;
	position: relative;
}
ul.tabs li a {
	background-color: #e6e6e6;
	color: #8e8e8e;
	float: left;
	padding: 0.42857143em 0.85714286em;
	-moz-border-radius: 0.14285714em 0.14285714em 0 0;
	-webkit-border-radius: 0.14285714em 0.14285714em 0 0;
	border-radius: 0.14285714em 0.14285714em 0 0;
}
ul.tabs li a:hover {
	color: #222;
}
ul.tabs li.active a {
	background-color: #fff;
	color: #222;
}
.panel {
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 0.9375em 0.9375em 0;
	-moz-border-radius: 0 0 0.1875em 0.1875em;
	-webkit-border-radius: 0 0 0.1875em 0.1875em;
	border-radius: 0 0 0.1875em 0.1875em;
}
.panel h2 {
	margin-bottom: 0.875em;
}
#tab-customize input[type=text] {
	margin-bottom: 1.5em;
}
.stock {
	color: #8e8e8e;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
}
.out-of-stock, .nostock {
	color: #ff0000;
}
p.cart {
  float: right;
}

/*----------------------------------------------------------------------------*/
/* Product Form Table
/*----------------------------------------------------------------------------*/

form.cart {
	margin-bottom: 1.5em;
}
div.quantity {
	position: relative;
	width: 105px;
}
form.cart div.quantity {
	float: left;
	margin: 0 0.9375em 0 0;
}
form.cart table div.quantity {
	float: none;
	margin: 0;
}
form.cart table .quantity .minus, form.cart table .quantity .plus {
	height: 20px;
}
form.cart table {
	margin-top: 0;
	position: relative;
}
form.cart table td {
	position: relative;
}
form.cart table label {
	font-size: inherit;
}
form.cart table small.stock {
  display: block;
  float: none;
}
form.cart .variations {
	border-left: none;
	border-top: none;
}
form.cart .variations td {
	border-bottom: none;
	border-right: none;
}
form.cart .variations label {
	color: #222;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0.625em;
}
form.cart .variations .label {
	vertical-align: top;
}
form.cart .variations select {
	margin-bottom: 0;
}
form.cart .variations .reset_variations {
	background: #00aeef url(../images/cross_white.png) no-repeat 0.42857143em center;
	border: 1px solid #00aeef;
	color: #fff;
	display: inline-block !important;
	font-size: 0.875em;
	line-height: 1.5;
	margin-top: 0.71428571em;
	padding: 0.21428571em 0.42857143em 0.21428571em 1.28571429em;
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
}
span.onsale {
	background-color: #00aeef;
	color: #fff;
	font-size: 0.85714286em;
	left: 1.25em;
	line-height: 2.66666667;
	min-height: 2.66666667em;
	min-width: 2.66666667em;
	padding: 0.33333333em;
	position: absolute;
	text-align: center;
	top: 1.25em;
	z-index: 200;
	-moz-border-radius: 1.66666667em;
	-webkit-border-radius: 1.66666667em;
	border-radius: 1.66666667em;
}
span.select_label {
	color: #222;
	display: inline-block;
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	margin-bottom: 0.5em;
}
.single_variation_wrap {
	background-color: #f9f9f9;
	padding: 0.9375em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}

/*----------------------------------------------------------------------------*/
/* Products
/*----------------------------------------------------------------------------*/

.products ul, ul.products {
	list-style: none;
	padding-left: 0;
}
.products li {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2.14285714em;
	padding-bottom: 2.14285714em;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.products li img {
	border: 1px solid #d1d1d1;
	margin-bottom: 1em;
	padding: 0.25em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.products li a > img:hover {
	border-collapse: #fff;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.products li .bolsa-catalog-title {
	display: block;
	font-weight: 700;
	margin: 0 1.07142587em 1em;
	text-align: center;
}
.products li h3 {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 1.07142587em 1em;
	text-align: center;
}
.products li mark {
	background-color: transparent;
	color: inherit;
}
.products li a.button {
	margin-left: 0.41666667em;
	position: relative;
}
.products li .price {
	color: #00aeef;
	display: block;
	font-family: 'Sanchez', serif;
	font-size: inherit;
	float: right;
	line-height: 2.14285714;
	margin-right: 0.35714286em;
	text-align: right;
}
.products li .price:after {
	clear: right;
}
.products li .price del {
	color: #ff0000;
	display: block;
	font-size: 0.78571429em;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -0.27272727em;
	text-decoration: none;
}
.products li .price ins {
	border-bottom: none;
}
.products li .nostock {
	line-height: 2.14285714em;
}
.products li .price .from {
	color: #8e8e8e;
	display: inline;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 -0.333333em;
	text-transform: lowercase;
}
.products li.first {
	clear: both;
}
.products li.last {
	margin-right: 0;
}
table.shop_attributes {
	border: 0;
	border-top: 1px dotted #d1d1d1;
}
table.shop_attributes th {
	border-style: dotted;
	vertical-align: middle;
	width: 40%;
}
table.shop_attributes td {
	border-bottom-style: dotted;
	border-right: none;
}
table.shop_attributes td p {
	margin: 0;
	padding: 0.5em;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
	background-color: #f9f9f9;
}

/*----------------------------------------------------------------------------*/
/* Product Category Description
/*----------------------------------------------------------------------------*/

.term-description {
	background-color: #f9f9f9;
	margin-bottom: 1.875em;
	padding: 0.625em 1.25em;
	position: relative;
}
.term-description p {
	margin-bottom: 0;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

/*----------------------------------------------------------------------------*/
/* Sort Products Form
/*----------------------------------------------------------------------------*/

.woocommerce-ordering {
	font-size: 0.875em;
	margin-bottom: 1.875em;
}
.woocommerce-ordering select {
	font-size: inherit;
}

/*----------------------------------------------------------------------------*/
/* Pagination
/*----------------------------------------------------------------------------*/

.woocommerce .pagination {
	border-top: 1px solid #d1d1d1;
	padding-top: 1.3125em;
}

/*----------------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------------*/

a.button, a.button:visited {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	color: #00aeef;
	display: inline-block;
	font-size: 0.85714286em;
	line-height: 2.5;
	padding: 0 1.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
a.button:hover, a.button:active {
	background-color: #00aeef;
	border-color: #00aeef;
	color: #fff;
}
a.button-alt, button.button-alt, input.button-alt, button.single_add_to_cart_button {
	background-color: #00aeef;
	background-image: none;
	border: none;
	color: #fff;
	padding-bottom: 0.75em;
	padding-top: 0.6875em;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
a.button-alt:hover, button.button-alt:hover, input.button-alt:hover,
button.single_add_to_cart_button:hover {
	background-color: #00749e;
	color: #fff;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.button-alt {
	display: inline-block;
	line-height: 2.5;
	padding: 0 0.9375em;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
input.button-alt {
	font-size: inherit;
}
.quantity .minus, .quantity .plus {
	font-size: 14px;
	height: 23px;
	position: absolute;
	width: 45px;
}
.quantity .minus {
	border-left: none;
	bottom: 0;
	padding: 0 0.875em;
	right: 0;
	z-index: 100;
	-moz-border-radius: 0 0 0.25em 0;
	-webkit-border-radius: 0 0 0.25em 0;
	border-radius: 0 0 0.25em 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.quantity .plus {
	border-bottom: none;
	border-left: none;
	padding: 0 0.8125em;
	right: 0;
	top: 0;
	-moz-border-radius: 0 0.25em 0 0;
	-webkit-border-radius: 0 0.25em 0 0;
	border-radius: 0 0.25em 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table.shop_table .quantity .minus, table.shop_table .quantity .plus {
	height: 20px;
}
button.button, input.button {
	float: left;
}

/*button.button,
input.button {
  color: #fff;
  background: #ff9c07;
  padding: 6px;
  line-height: 1em !important;
  margin: 4px 2px 0 0;
  float: left;
  font-size: 12px !important;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

button.button:hover,
input.button:hover {
  background: #ff9933;
  text-decoration: none;
}*/
.cart .button, .cart input.button {
	float: none;
}
a.button.added:before, button.button.added:before, input.button.added:before,
#respond input#submit.added:before, #content input.button.added:before {
	color: #222;
	content: "\2713";
	font-family: 'WAP8-Icons';
	font-size: inherit;
	position: absolute;
	right: -2.08333333em;
	top: 0;
}
a.button.loading, button.button.loading, input.button.loading,
#respond input#submit.loading, #content input.button.loading {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	color: #8e8e8e;
}
a.button.loading:before, button.button.loading:before, input.button.loading:before,
#respond input#submit.loading:before, #content input.button.loading:before {
	background: rgba(255, 255, 255, 0.65) url(../images/ajax-loader.gif) center no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
a.added_to_cart {
	display: block;
	font-size: 0.85714286em;
	line-height: 1.5;
	margin-left: 1.66666667em;
	margin-top: 0.5em;
}

/*----------------------------------------------------------------------------*/
/* Reviews
/*----------------------------------------------------------------------------*/

#review_form input[type=text], #review_form textarea {
	font-size: inherit;
}
#reviews #comments {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#reviews #comments .commentlist .bypostauthor > div {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
#reviews #comments .commentlist li div {
	margin-left: 0;
	padding: 0;
}
#reviews #comments ol.commentlist {
	margin-bottom: 0;
	overflow: hidden;
	zoom: 1;
}
#reviews #comments ol.commentlist li {
	border: none;
	margin-bottom: 1.5em;
	position: relative;
}
#reviews #comments ol.commentlist li .meta {
	color: #8e8e8e;
	font-size: 0.75em;
	line-height: 1.5;
}
#reviews #comments ol.commentlist li img {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	left: 0;
	padding: 0.1875em;
	top: 0.9375em;
}
#reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #d1d1d1;
	margin-left: 3.75em;
	padding: 0.9375em 0.9375em 0;
	-moz-border-radius: 0.3125em;
	-webkit-border-radius: 0.3125em;
	border-radius: 0.3125em;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 0.5em;
}
#reviews #comments ol.commentlist li .comment-text p.meta time {
	display: inline-block;
}
.star-rating {
	background: url(../images/star.png) repeat-x left 0;
	height: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 80px;
}
.star-rating span {
	background: url(../images/star.png) repeat-x left -32px;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
}
#review_form #respond {
	border: 1px solid #d1d1d1;
	overflow: hidden;
	padding: 0.625em 1.25em 1.25em;
	zoom: 1;
	width: auto;
}
#review_form #respond p {
	margin: 0 0 0.71428571em;
}
p.stars {
	overflow: hidden;
	zoom: 1;
}
p.stars span {
	background: url(../images/star.png) repeat-x left 0;
	float: left;
	height: 16px;
	position: relative;
	width: 80px;
}
p.stars span a {
	float: left;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 16px;
	position: absolute;
	top: 0;
	width: 16px;
}
p.stars span a:hover, p.stars span a:focus {
	background: url(../images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background: url(../images/star.png) repeat-x left -32px;
}
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;
}

/*----------------------------------------------------------------------------*/
/* Price Filter Widget
/*----------------------------------------------------------------------------*/

.widget_price_filter form {
	background-color: transparent;
	border: none;
	padding: 0;
	overflow: visible;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.price_slider_wrapper .ui-widget-content {
	background-color: #d1d1d1;
	background-image: none;
	border: none;
	cursor: pointer;
	height: 0.8125em;
	position: relative;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}
.price_slider_wrapper .ui-slider-range {
	background-color: #00aeef;
	background-image: none;
	border: none;
	height: 100%;
	position: absolute;
	top: 0;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
}
.ui-slider .ui-slider-handle {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #00aeef;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 rgb(255, 255, 255);
	width: 30px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgb(255, 255, 255) inset;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 1px 1px 1px 0 rgb(255, 255, 255) inset;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:active {
	background-color: #e5e5e5;
	border-color: #c7c7c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgb(248, 248, 248)));
	background-image: -webkit-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -moz-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -o-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: -ms-linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	background-image: linear-gradient(top, rgb(229, 229, 229), rgb(248, 248, 248));
	-moz-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	-webkit-box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
	box-shadow: -1px -1px -1px 0 rgb(255, 255, 255) inset;
}
.ui-slider .ui-slider-handle:last-child {
	margin-left: -30px;
}
.ui-slider .ui-slider-handle:after {
	content: '\2022';
	left: 1px;
	position: relative;
	top: 1px;
}
.price_slider_amount {
	font-size: 0.875em;
	margin-top: 2.5em;
	position: relative;
}
.price_label .from, .price_label .to {
	font-weight: 700;
}
.price_slider_amount button.button {
	float: right;
	margin-top: -0.71428571em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

/*----------------------------------------------------------------------------*/
/* Tables
/*----------------------------------------------------------------------------*/

table.shop_table {
	border: 1px solid #d1d1d1;
	margin-bottom: 3.125em;
	margin-top: 0;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
table.shop_table th {
	border-bottom: none;
	border-right: none;
	color: #8e8e8e;
	font-size: 0.92307692em;
	font-weight: 700;
	line-height: 1.5;
}
table.shop_table td {
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #e7e7e7;
}
table.shop_table td a.button {
	margin: 0;
}
table.shop_table tfoot td {
	font-weight: 700;
}
table.shop_table td.product-remove {
	text-align: center;
}
table.shop_table td.product-thumbnail img {
	border: 1px solid #d1d1d1;
	padding: 0.125em;
	width: 3.125em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table.my_account_orders {
	font-size: 0.8125em;
	line-height: 1.53846154;
}
table.my_account_orders th, table.my_account_orders td {
	vertical-align: top;
}
table.my_account_orders .button {
	white-space: nowrap;
	margin: 4px 0;
}

/*----------------------------------------------------------------------------*/
/* Cart Widget
/*----------------------------------------------------------------------------*/

.sidebar-widget span.empty {
	display: block;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 1.5em;	
}
.widget_shopping_cart .total {
	border-top: 3px double #d1d1d1;
	padding: 0.85714286em 0;
	margin-bottom: 0;
}
.widget_shopping_cart .total strong {
	display: inline-block;
	min-width: 2.85714286em;
}
.widget_shopping_cart .buttons {
	margin-bottom: 0;
}
.widget_shopping_cart a.button {
	margin-right: 0.83333333em;
}

/*----------------------------------------------------------------------------*/
/* Cart
/*----------------------------------------------------------------------------*/

a.remove {
	background: url(../images/remove.png) #cccccc;
	color: #ff7700;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
a.remove:hover {
	background-color: #f93;
	color: #8e8e8e;
}
.js a.remove {
	background-color: transparent;
	background-image: none;
	display: inline-block;
	height: auto;
	text-indent: 0;
	width: auto;
}
.js a.remove:hover {
	background-color: transparent;
}
table.cart tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.cart th, .cart td {
	vertical-align: middle;
}
td.actions .coupon {
	margin-bottom: 1.3125em;
}
td.actions .coupon label {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
td.actions .coupon .input-text {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #666;
	font-size: inherit;
	margin-right: 0.3125em;
	padding: 0.85714286em 0.9375em;
	width: 12.1428571em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
td.actions .coupon .input-text:focus {
	background-color: #f4f4f4;
	color: #222;
}
td.actions .button-alt {
	float: right;
	font-size: 0.875em;
	line-height: 2.85714286;
}
td.product-name dl.variation {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0;
}
td.product-name dl.variation dt {
	display: inline-block;
	font-weight: 700;
	margin: 0 0.25em 0 0;
}
td.product-name dl.variation dd {
	display: inline;
	margin: 0 0.75em 0 0;
}
td.quantity,
.jigoshop #content div.quantity {
  min-width: 80px;
}
.quantity input.qty {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #38585f;
	display: inline-block;
	font-family: 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: inherit;
	padding: 0.75em;
	text-align: center;
	width: 60px;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-border-radius: 0.25em 0 0 0.25em;
	-webkit-border-radius: 0.25em 0 0 0.25em;
	border-radius: 0.25em 0 0 0.25em;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.quantity input.qty:focus {
	background-color: #f4f4f4;
	color: #222;
}
.col2-set {
	overflow: hidden;
	width: 100%;
	zoom: 1;
}
.col2-set p + h3 {
	margin-top: 0;
}
.col2-set .col-1, .col2-set .col-2 {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.5em;
	padding: 0.9375em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.cart-collaterals {
	overflow: hidden;
	zoom: 1;
}
.cart-collaterals .related {
  width: 310px;
  float: left;
}
.cart-collaterals .cross-sells {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.875em;
	padding: 0.9375em 0.9375em 0;
	position: relative;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.cart-collaterals .cross-sells h2 {
	border-bottom: 0.25em double #d1d1d1;
	font-size: 1em;
	padding-bottom: 0.625em;
}
.cart-collaterals .cross-sells .products li {
	overflow: hidden;
}
.cart-collaterals .cross-sells .products li img {
	margin: 0 0.625em 0 0;
	float: left;
	width: 4.6875em;
}
.cart-collaterals .cross-sells .products li a > img {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cart-collaterals .cross-sells .products li h3,
.cart-collaterals .cross-sells .products li .bolsa-catalog-title {
	margin: 0 0 0.35714286em;
	text-align: left;
}
.cart-collaterals .cross-sells .products li .price {
	font-size: 0.875em;
	float: none;
	text-align: left;
}
.cart-collaterals .cross-sells .products li a.button {
	font-size: 0.875em;
	margin-left: 0;
	margin-top: 0.71428571em;
}
.cart-collaterals .shipping_calculator {
	overflow: hidden;
	zoom: 1;
}
ul#shipping_method {
	list-style: none;
	padding-left: 0;
}
.cart-collaterals .shipping_calculator .button {
	float: none;
}
.cart-collaterals .shipping_calculator .col2-set .col-1,
.cart-collaterals .shipping_calculator .col2-set .col-2 {
	background-color: transparent;
	border: none;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.cart-collaterals .shipping_calculator h2, .cart-collaterals .cart_totals h2 {
	margin: 0 0 0.35714286em 0.35714286em;
}
.cart-collaterals .cart_totals p {
  margin: 0 !important;
  text-align: left;
}
.cart-collaterals .cart_totals table {
	margin-bottom: 3.125em;
	margin-top: 0;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.cart-collaterals .cart_totals table small {
 	color: #8e8e8e;
 	display: block;
}
.cart-collaterals .cart_totals .discount td {
	color: #858c00;
}
.cart-collaterals .cart_totals a.button-alt {
  width: 193px;
  display: block;
  font-size: 0.92em;
}

/*----------------------------------------------------------------------------*/
/* Forms
/*----------------------------------------------------------------------------*/

form.login {
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	margin-bottom: 1.5625em;
	padding: 0.9375em;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.col2-set form.login {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-row {
	padding: 0.1875em;
	overflow: hidden;
	zoom: 1;
}
.form-row label {
	display: block;
}
.form-row label.hidden {
	visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
	color: #ff0000;
}
.form-row label.checkbox {
	display: inline;
}
form .form-row textarea,
#content .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.lost_password {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0.71428571em 0 0 0.71428571em;
}
.full-row {
	clear: right;
}
#billing_country_field, #shipping_country_field {
	clear: both;
	overflow: visible;
}

/*----------------------------------------------------------------------------*/
/* Form Errors
/*----------------------------------------------------------------------------*/

.woocommerce-invalid input[type=text] {
	border-color: #ff0000;
}

/*----------------------------------------------------------------------------*/
/* Checkout
/*----------------------------------------------------------------------------*/

#payment {
	background-color: #f9f9f9;
	-moz-border-radius: 0.1875em;
	-webkit-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
#payment ul.payment_methods {
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0.9875em;
}
#payment ul.payment_methods li {
	position: relative;
}
#payment ul.payment_methods li img {
	display: inline-block;
	margin: -2px 0 0 0.5em;
	position: relative;
	vertical-align: middle;
}
#payment div.form-row {
	border-top: 1px solid #fff;
	padding: 0.9875em;
}
#payment #place_order {
  float: right;
  margin: 0;
}
#payment .terms {
	text-align: right;
}
#payment .terms .input-checkbox {
	margin: -2px 0 0;
}
#payment div.payment_box {
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 1.07142857em 0;
	padding: 1.07142857em 2% 0;
	position: relative;
}
#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}
#payment div.payment_box #cc-expire-year {
  float: right;
}
#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}
#payment div.payment_box p,
#payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #e1e1e1;
	/* arrow size / color */
	
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em;
}
div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
	float: right;
	margin: 0 !important;
	padding: 0;
}
#shiptobilling label {
	margin-bottom: 0;
}
.checkout .col-2 h3 {
  float: left;
  clear: none;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}

/*----------------------------------------------------------------------------*/
/* Order Page
/*----------------------------------------------------------------------------*/

ul.order_details {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	zoom: 1;
}
ul.order_details li {
	font-size: 0.75em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
ul.order_details li strong {
	display: block;
	font-size: 1.33333333em;
	line-height: 1.5625;
	text-transform: none;
}
ul.order_details li.method {
	border: none;
}

/*----------------------------------------------------------------------------*/
/* Account
/*----------------------------------------------------------------------------*/

.addresses .title {
	overflow: hidden;
	zoom: 1;
}
.addresses .title h3 {
	float: left;
}
.addresses .title .edit {
	float: right;
	font-size: 0.875em;
	line-height: 1.5;
}

/*----------------------------------------------------------------------------*/
/* Layered Nav Widget
/*----------------------------------------------------------------------------*/

.widget_layered_nav .layerd_nav_clear {
	color: #222;
	position: absolute;
	right: 0.875em;
	top: 1.75em;
}
.widget_layered_nav .layerd_nav_clear:hover {
	color: #8e8e8e;
}
.widget_layered_nav ul li {
	overflow: hidden;
	padding: 0.5em 0;
	zoom: 1;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	float: left;
}
.widget_layered_nav ul li.chosen a {
	background: #00aeef url(../images/cross_white.png) no-repeat 0.42857143em center;
	border: 1px solid #00aeef;
	color: #fff;
	padding: 0 0.42857143em 0 1.28571429em;
	-moz-border-radius: 0.21428571em;
	-webkit-border-radius: 0.21428571em;
	border-radius: 0.21428571em;
}
.widget_layered_nav ul small.count {
	color: #8e8e8e;
	font-size: 1em;
	float: right;
	margin-left: 0.42857143em;
}
div.product div.product_meta, div.product div.variations_button {
	clear: left;
}
div.product div.product_meta {
	color: #8e8e8e;
}
section#primary div.product div.summary {
  width: 42%;
}
dl.customization {
	margin-bottom: 0;
}
dl.customization dt {
	display: inline-block;
}
dl.customization dd {
	display: inline;
	margin: 0 0.75em 0 0;
}
.applied-coupons-values {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #666;
	display: inline-block;
	font-size: 0.8125em;
	line-height: 2.30769231;
	margin-left: 0.38461538em;
	padding: 0 1.15384615em;
	position: relative;
	-moz-border-radius: 0.23076923em;
	-webkit-border-radius: 0.23076923em;	
	border-radius: 0.23076923em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(229, 229, 229)));
	background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -moz-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -o-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: -ms-linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	background-image: linear-gradient(top, rgb(248, 248, 248), rgb(229, 229, 229));
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 1px 1px 1px 0 #fff inset;
	-webkit-box-shadow: 1px 1px 1px 0 #fff inset;
	box-shadow: 1px 1px 1px 0 #fff inset;
	-moz-transition: color 0.25s ease-in-out 0s;
	-ms-transition: color 0.25s ease-in-out 0s;
	-o-transition: color 0.25s ease-in-out 0s;
	-webkit-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}
.applied-coupons-values:hover {
	color: #222;
}
.cart-discount-code {
  font-size: 12px;
  padding-right: 5px;
  color: #888;
  float: right;
}
.close {
	color: #00aeef;
	margin-left: 0.23076923em;
}
input:-ms-input-placeholder {
  background: white;
  color: LightGray;
}

/*----------------------------------------------------------------------------*/
/* Search Widget
/*----------------------------------------------------------------------------*/

.widget_product_search label {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
.widget_product_search input[type=text] {
	border-right: none;
	float: left;
	height: 3.28571429em;
	width: 65%;
	-moz-border-radius: 0.25em 0 0.25em 0.25em;
	-webkit-border-radius: 0.25em 0 0.25em 0.25em;	
	border-radius: 0.25em 0 0.25em 0.25em;
}
.widget_product_search input[type=submit] {
	float: left;
	height: 3.28571429em;
	margin-left: -1px;
	width: 35%;
	-moz-border-radius: 0.25em 0.25em 0.25em 0;
	-webkit-border-radius: 0.25em 0.25em 0.25em 0;	
	border-radius: 0.25em 0.25em 0.25em 0;
}

/*----------------------------------------------------------------------------*/
/* Login Widget
/*----------------------------------------------------------------------------*/

.widget_login input[type=submit] {
	margin-right: 0.45454545em;
}

/*----------------------------------------------------------------------------*/
/* Product List Widget
/*----------------------------------------------------------------------------*/

.product_list_widget li {
	overflow: hidden;
}
.product_list_widget li a {
	display: block;
	font-weight: 700;
}
.product_list_widget li img {
	float: right;
	margin-left: 0.71428571em;
	width: 3.57142857em;
}
.product_list_widget .amount {
	font-size: 0.85714286em;
}
.product_list_widget li dl {
	margin-bottom: 0;
}
.product_list_widget li dt {
	display: inline-block;
	font-weight: 700;
	margin: 0 0.333333em 0 0;
}
.product_list_widget li dd {
	display: inline;
	margin-right: 0.83333333em;
}

/*----------------------------------------------------------------------------*/
/* Custom Promo Shortcodes
/*----------------------------------------------------------------------------*/

.promo {
	position: relative;
}
.promo h2 {
	font-size: 1em;
	letter-spacing: 0.0625em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.promo .products li .bolsa-catalog-title {
	margin-bottom: 0.5em;
}
.promo .products li .price {
	float: none;
	line-height: inherit;
	margin: 0 0.5em;
	text-align: inherit;
}
.promo .products li .price del {
	margin-bottom: 0;
}
.bolsa-product-cats {
	list-style: none;
	padding-left: 0;
}
.bolsa-product-cats li {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2.14285714em;
	padding-bottom: 2.14285714em;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bolsa-product-cats li img {
	border: 1px solid #d1d1d1;
	padding: 0.25em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.bolsa-product-cats li a > img:hover {
	border-color: #fff;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.bolsa-product-cats li .poster-button {
	background-color: #00aeef;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 2.5;
	margin-top: 1em;
	padding: 0 1.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.bolsa-product-cats li .poster-button:hover {
	background-color: #00749e;
	color: #fff;
}
.bolsa-callout {
	background-color: #f9f9f9;
	margin-bottom: 1.875em;
	padding: 2.5em;
	position: relative;
	text-align: center;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.bolsa-callout h2 {
	margin-bottom: 0.71428571em;
}
.bolsa-callout p {
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.bolsa-callout a {
	font-weight: 700;
}
.bolsa-callout h2:before {
	color: #d1d1d1;
	content: '\2605 \2605 \2605 \2605 \2605';
	display: block;
	font-size: 0.67857143em;
	font-family: 'WAP8-Icons';
	font-weight: 400;
	letter-spacing: 0.26315789em;
	line-height: 1.31578947;
	margin-bottom: 0.52631579em;
	text-align: inherit;
}

/*----------------------------------------------------------------------------*/
/* 425px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 26.5625em ) {
	
	/* === Products === */
	.products li {
		border-bottom: none;
		float: left;
		margin: 0 4% 2.14285714em 0;
		padding-bottom: 0;
		position: relative;
		width: 48%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.products li:nth-of-type(2n) {
		margin-right: 0;
	}
	.products li:nth-of-type(2n):after {
		clear: left;
	}
	.products li .price:after {
		clear: none;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo h2 {
		border-bottom: 1px solid #d1d1d1;
		float: left;
		margin-left: 0.3125em;
	}
	.promo-link {
		float: right;
		margin-right: 0.35714286em;
	}
	
	/* === Cart === */
	.cart-collaterals .cross-sells .products li {
		border-bottom: 1px solid #d1d1d1;
		float: none;
		margin-bottom: 1.07142857em;
		margin-right: 0;
		padding-bottom: 1.07142857em;
		padding-right: 0;
		width: auto;
	}
	.cart-collaterals .cross-sells .products li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.cart-collaterals .cross-sells .products li .price {
		float: left;
	}
	.cart-collaterals .cross-sells .products li a.button {
		float: right;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 495px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 30.9375em ) {

	/* === Product Page === */
	.single-product .onsale {
		font-size: 1.3125em;
	}
	.product .images .thumbnails a {
		margin-bottom: 0.9375em;
		margin-right: 0.9375em;
		width: auto;
	}
}

/*----------------------------------------------------------------------------*/
/* 555px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 34.6875em ) {
	
	/* === Sort Products Form === */
	.woocommerce-ordering {
		width: 40%;	
	}
	
	/* === Reviews === */
	.hreview-aggregate .star-rating {
		margin-top: 10px;
	}
	.star-rating {
		display: block;
		margin: 0 auto 0.3125em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 600px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 37.5em ) {

	/* === Utility === */
	.bolsa-catalog {
		margin-bottom: 1.5625em;
		padding: 0 1.25em;
	}
	
	/* === Product Page === */
	.single-product .content-wrapper {
		padding: 0 1.25em 0.0625em;
	}
	.product .product_title {
		margin-bottom: 0.9375em;
	}
	.product .price {
		font-size: 1.375em;
		line-height: 1.363636;
		margin-bottom: 0.454545em;
	}
	.product .price del {
		font-size: 0.590909em;
		line-height: 1.53846154;
	}
	form.cart {
		margin-bottom: 1.5625em;
	}
	form.cart table .quantity .minus, form.cart table .quantity .plus,
	.quantity .minus, .quantity .plus, table.shop_table .quantity .minus,
	table.shop_table .quantity .plus {
		height: 23px;
	}
	.woocommerce-tabs {
		margin-bottom: 1.5625em;
	}
	ul.tabs {
		padding: 0.625em 0.625em 0;
	}
	.panel {
		padding: 1.25em 1.25em 0;
	}
	table.shop_attributes th {
		width: 9.375em;
	}
	#tab-customize input[type=text] {
		margin-bottom: 1.5625em;
	}
	
	/* === Products === */
	#content {
		margin-bottom: 1.5625em;
	}
	
	/* === Reviews === */
	#reviews #comments ol.commentlist li {
		margin-bottom: 1.5625em;
	}
	
	/* === Pagination === */
	.woocommerce .pagination {
		padding-top: 1.5625em;
	}
	
	/* === Cart === */
	.col2-set p + h3 {
		margin-top: 0;
	}
	td.actions .coupon .input-text {
		font-size: 0.875em;
	}
	
	/* === Forms === */
	.form-row-first, .form-row-last {
		float: left;
		overflow: visible;
		width: 47%;
	}
	.form-row-last {
		float: right;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo p.promo-link {
		font-size: 0.875em;
		line-height: 1.5;
		margin-bottom: 1.5em;
		margin-right: 0.35714286em;
	}
	ul.bolsa-product-cats {
		margin-bottom: 0;
		padding-left: 0;
	}
	.bolsa-product-cats li {
		border-bottom: none;
		float: left;
		margin: 0 3.125% 2.14285714em 0;
		padding-bottom: 0;
		position: relative;
		width: 48%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bolsa-product-cats li:nth-of-type(2n) {
		margin-right: 0;
	}
	.bolsa-product-cats li:nth-of-type(2n):after {
		clear: left;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 690px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 43.125em ) {

	/* === Product Page === */
	div.product div.images {
		float: left;
		margin-bottom: 1.5625em;
		padding-right: 1.25em;
		width: 51.5625%;
	}
	div.product div.images div.thumbnails a {
		margin-right: 2.419355%;
		width: 20.16129%;
	}
	div.product div.summary {
		float: left;
		margin-bottom: 1.5625em;
		width: 48.4375%;
	}
	div.product #tabs {
		clear: both;
	}
	ul.tabs .expanded-text {
		left: 0;
		position: relative;
		top: 0;
	}

}

/*----------------------------------------------------------------------------*/
/* 750px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 46.975em ) {

	/* === Cart === */
	td.actions {
		text-align: right;
	}
	td.actions .coupon {
		float: left;
		margin-bottom: 0;
	}
	td.actions .coupon .input-text {
		float: left;
	}
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
		float: right;
		width: 40%;
	}
	.cart-collaterals .shipping_calculator {
		clear: right;
	}
	.cart_totals_table th {
		width: 40%;
	}
	.cart-collaterals .cross-sells {
		float: left;
		margin-bottom: 3.125em;
		margin-top: 2.8125em;
		width: 40%;
	}

}

/*----------------------------------------------------------------------------*/
/* 785px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 49.0625em ) {
	
	/* === Utility === */
	#content {
		float: left;
		padding-left: 0;
		width: 68.75%;
	}
	
	/* === Layered Nav Widget === */
	.widget_layered_nav .layerd_nav_clear {
		right: 0;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 900px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 56.25em ) {

	/* === Cart === */
	.col2-set .col-1 {
		float: left;
		margin-bottom: 1.5625em;
		width: 48%;
	}
	.col2-set .col-2 {
		float: right;
		margin-bottom: 1.5625em;
		width: 48%;
	}
	
	/* === Related Products === */
	.related .products li, .upsells .products li {
		margin: 0;
		padding: 0 0.78125% 2.85714286em 0;
		width: 25%;
	}
	.related .products li:nth-of-type(2n):after,
	.upsells .products li:nth-of-type(2n):after {
		clear: none;
	}
	.related .products li.first, .upsells .products li.first {
		clear: left;
	}
	.related .products li img, .upsells .products li img {
		margin-bottom: 0.64285714em;
	}
	.related .products li h3, .upsells .products li h3 {
		font-size: 0.85714286em;
		margin-bottom: 1.16666667em;
	}
	
	/* === Custom Promo Shortcodes === */
	.promo h2 {
		margin-left: 0.9375em;
	}
	.promo p.promo-link {
		margin-right: 1.07142857em;
	}
	.promo .products li {
		margin: 0;
		padding: 0 0.78125%;
		width: 25%;
	}
	.promo .products li:nth-of-type(2n):after {
		clear: none;
	}
	.promo .products li.first {
		clear: left;
	}
	.promo .products li img {
		margin-bottom: 0.64285714em;
	}
	.promo .products li .bolsa-catalog-title {
		font-size: 0.85714286em;
	}

}

/*----------------------------------------------------------------------------*/
/* 1060px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 66.25em ) {
	
	/* === Utility === */
	.#content {
		margin-bottom: 3.125em;
		padding: 1.5625em 2.5em 0 0;
	}
	
	/* === Product Page === */
	.single-product .content-wrapper {
		padding: 1.5625em 2.5em 0.0625em;
	}
	div.product div.images {
		padding-right: 2.5em;
	}
	.woocommerce-tabs {
		margin-bottom: 3.125em;
	}
	ul.tabs {
		padding: 0.9375em 1.875em 0;
	}
	ul.tabs li {
		margin-right: 0.3125em;
	}
	.panel {
		padding: 2.5em 2.5em 0.9375em;
	}
	
	/* === Order Page === */
	ul.order_details li {
		border-right: 1px dashed #d1d1d1;
		float: left;
		margin-bottom: 0;
		margin-right: 1.5em;
		padding-right: 1.5em; 
	}
	
	/* === Custom Promo Shortcodes === */
	.promo, .promo-cats {
		margin-bottom: 3.125em;
		margin-top: 3.125em;
	}
	.promo-cats {
		margin-bottom: 1.5625em;
	}
	
}

/*----------------------------------------------------------------------------*/
/* 1280px and wider
/*----------------------------------------------------------------------------*/

@media only screen and ( min-width: 80em ) {

	/* === Utility === */
	#content {
		padding-right: 0;
	}
	
	/* === Product Page === */
	.archive .woocommerce-error, .archive .woocommerce-message, .archive .info {
		margin-right: 2.85714286em;
	}
	
	/* === Products === */
	.products li {
		margin: 0;
		padding: 0 4.545455% 2.85714286em 0;
		text-align: center;
		width: 25%;
	}
	.products li:nth-of-type(2n):after {
		clear: none;
	}
	.products li.first {
		clear: left;
	}
	.products li img {
		margin-bottom: 0.64285714em;
	}
	.products li h3, .products li .bolsa-catalog-title {
		font-size: 0.85714286em;
		margin-bottom: 0.25em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.products li a.button {
		margin-left: 0;
	}
	.products li .price {
		float: none;
		line-height: 1.5;
		margin-bottom: 0.5em;
		margin-right: 0;
		text-align: center;
	}
	.products li .price del {
		margin-bottom: 0.18181818em;
	}
	
	/* === Product Category Description === */
	.term-description {
		margin-right: 2.5em;
	}
	
	/* === Related Products === */
	.related .products li h3, .upsells .products li h3 {
		margin-bottom: 0.25em;
	}
	
	/* === Pagination === */
	.woocommerce .pagination {
		margin-right: 2.5em;
	}

}
