.woocommerce_message,.woocommerce_error,.woocommerce_info {
position:relative;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
background:0;
color:#5e5e5e;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
text-shadow:0 1px 0 #fff;
list-style:none outside;
width:auto;
margin:2em  0 2em;
padding:10px 35px;
border: 1px solid #ff0000;
}

.woocommerce_message:before,.woocommerce_error:before,.woocommerce_info:before {
content:"";
height:16px;
width:16px;
display:block;
position:absolute;
top:.8em;
right:1em;
background-color:#FFF;
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
}

.woocommerce_message:before {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==)  center no-repeat #8fae1b;
}

.woocommerce_info:before {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAG0lEQVQIHWP8DwQMQMACxIwwBliECcQDATgDAMHrBQqJ6tMZAAAAAElFTkSuQmCC) center no-repeat #18919c;
}

.woocommerce_error:before {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAHUlEQVQIHWP8DwQMQMAEIkAAzmABchhBIiAGWA0Ar6MFCigWCYMAAAAASUVORK5CYII=) center no-repeat #b81c23;
}

p.demo_store {
position:fixed;
top:0;
left:0;
right:0;
width:100%;
font-size:1em;
text-align:center;
background:0;
border:1px solid #96588a;
color:#fff;
z-index:999999;
box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
margin:0;
padding:.5em 0;
}

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

#breadcrumb {
font-size:.92em;
color:#777;
margin:0 0 1em;
padding:0;
}

#breadcrumb a {
color:#777;
}

.col2-set .col-1 {
float:right;
width:48%;
margin-bottom: 15px;
}

.col2-set .col-2 {
float:left;
width:48%;
}

div.product,#content div.product {
margin-bottom:0;
position:relative;
}
div.product .product_title,#content div.product .product_title {
clear:none;
margin-top:0;
padding:0;
color: #000;
border-bottom:4px solid #000;
font-size:20px;
line-height:24px;
padding-bottom: 10px;
font-weight: normal;
margin-bottom:10px;
font-family:  Helvetica, Arial, sans-serif;
}

div.product span.price,div.product p.price,#content div.product span.price,#content div.product .price_text p {
color:#333;
font-size:20px;
}

div.product span.price ins,div.product p.price ins,#content div.product span.price ins,#content div.product p.price ins {
background:inherit;
}

div.product span.price del,div.product p.price del,#content div.product span.price del,#content div.product p.price del {
font-size:.67em;
color:#ff0000;
}

div.product p.stock,#content div.product p.stock {
font-size:.92em;
}

div.product .out-of-stock,#content div.product .out-of-stock {
color:red;
}

div.product div.images,#content div.product div.images {
float:right;
width:48%;
margin-bottom:2em;
}

div.product div.images img,#content div.product div.images img {
display:block;
width:100%;
height:auto;
}

div.product div.images div.thumbnails,#content div.product div.images div.thumbnails {
padding-top:1em;
}

div.product div.images div.thumbnails a,#content div.product div.images div.thumbnails a {
float:left;
width:30.75%;
margin-right:3.8%;
}

div.product div.summary,#content div.product div.summary {
float:left;
width:48%;
margin-bottom:1em;
position:relative;  
}
div.product div.summary p {
padding: 10px 0;
color: #8c8d8e;
font-family:   Arial, sans-serif;
font-size:14px;
line-height: 20px;                    
}
.options_buttons a.delivery_link {
	width:100px;
	height:50px;
	display:block;
	float:left;
	margin-right:10px;
	background:url(../images/delivery.jpg) 0 0 no-repeat;
}
.options_buttons a.size_link{
	height:50px;
	width:50px;
	display:block;
	float:left;
	background:url(../images/sizes.jpg) 0 0 no-repeat;
}
div.product div.social,#content div.product div.social {
text-align:right;
margin:0 0 1em;
}

div.product div.social span,#content div.product div.social span {
margin:0 0 0 2px;
}

div.product div.social span .stButton .chicklets,#content div.product div.social span .stButton .chicklets {
padding-left:16px;
width:0;
}

div.product div.social iframe,#content div.product div.social iframe {
float:left;
margin-top:3px;
}

div.product .woocommerce_tabs ul.tabs,#content div.product .woocommerce_tabs ul.tabs {
list-style:none;
overflow:hidden;
position:relative;
margin:0 0 1.618em;
padding:0 0 0 1em;
}

div.product .woocommerce_tabs ul.tabs li,#content div.product .woocommerce_tabs ul.tabs li {
border:1px solid #dfdbdf;
background:0;
display:inline-block;
position:relative;
z-index:0;
-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;
box-shadow:0 3px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.6);
margin:0 -5px;
padding:0 1em;
}

div.product .woocommerce_tabs ul.tabs li a,#content div.product .woocommerce_tabs ul.tabs li a {
display:inline-block;
font-weight:700;
color:#5e5e5e;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
text-decoration:none;
padding:.5em 0;
}

div.product .woocommerce_tabs ul.tabs li.active,#content div.product .woocommerce_tabs ul.tabs li.active {
background:#fff;
z-index:2;
border-bottom-color:#fff;
}

div.product .woocommerce_tabs ul.tabs li.active a,#content div.product .woocommerce_tabs ul.tabs li.active a {
color:inherit;
text-shadow:inherit;
}

div.product .woocommerce_tabs ul.tabs li.active:before,#content div.product .woocommerce_tabs ul.tabs li.active:before {
box-shadow:2px 2px 0 #fff;
}

div.product .woocommerce_tabs ul.tabs li.active:after,#content div.product .woocommerce_tabs ul.tabs li.active:after {
box-shadow:-2px 2px 0 #fff;
}

div.product .woocommerce_tabs ul.tabs li:before,div.product .woocommerce_tabs ul.tabs li:after,#content div.product .woocommerce_tabs ul.tabs li:before,#content div.product .woocommerce_tabs ul.tabs li:after {
border:1px solid #dfdbdf;
position:absolute;
bottom:-1px;
width:5px;
height:5px;
content:" ";
}

div.product .woocommerce_tabs ul.tabs li:before,#content div.product .woocommerce_tabs ul.tabs li:before {
left:-6px;
-webkit-border-bottom-right-radius:4px;
-mox-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
box-shadow:2px 2px 0 #dfdbdf;
border-width:0 1px 1px 0;
}

div.product .woocommerce_tabs ul.tabs li:after,#content div.product .woocommerce_tabs ul.tabs li:after {
right:-6px;
-webkit-border-bottom-left-radius:4px;
-mox-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
box-shadow:-2px 2px 0 #dfdbdf;
border-width:0 0 1px 1px;
}

div.product .woocommerce_tabs ul.tabs:before,#content div.product .woocommerce_tabs ul.tabs:before {
position:absolute;
content:" ";
width:100%;
bottom:0;
left:0;
border-bottom:1px solid #dfdbdf;
z-index:1;
}

div.product .woocommerce_tabs .panel,#content div.product .woocommerce_tabs .panel {
margin:0 0 2em;
padding:0;
}

div.product form.cart div.quantity,#content div.product form.cart div.quantity {
float:right;
margin:20px 27px 0 4px;
}

div.product form.cart table,#content div.product form.cart table {
border-width:0 0 1px;
margin-top: 20px;
vertical-align: top;
}

div.product form.cart table td,#content div.product form.cart table td {
padding-left:5px;
vertical-align: top;
font-size:15px;
color:#8c8d8e;
font-family:"Helvetica", "Arial", Sans-Serif;
}

div.product form.cart table div.quantity,#content div.product form.cart table div.quantity {
float:none;
margin:0;
}

div.product form.cart table small.stock,#content div.product form.cart table small.stock {
display:block;
float:none;
}

div.product form.cart .variations select,#content div.product form.cart .variations select {
width:100%;
float:left;
}

div.product form.cart .variations td.label,#content div.product form.cart .variations td.label {
padding-left:1em;
}

div.product form.cart .button,#content div.product form.cart .button {
vertical-align:middle;
float:right;
margin:30px 27px 20px;
padding-bottom:10px;
background:url(../images/addtocart.jpg) 0 0 no-repeat;
width:136px;
height:30px;
display:block;
border:0;
clear:both;
}

div.product form.cart .group_table td.label,#content div.product form.cart .group_table td.label {
padding-right:1em;
padding-left:1em;
}

span.onsale {
min-height:40px;
min-width:40px;
background:url(../images/sale.jpg) 0 0 no-repeat;
position:absolute;
text-align:center;
line-height:32px;
top:6px;
right:6px;
margin:0;

}

.products ul,ul.products {
list-style:none outside;
clear:both;
margin:30px 45px 14px;
padding:0;
width: 810px; 
}
.related.products, .related.products ul.products {
  margin:0 0 14px;
}
.related ul.products li.product img,.related ul li.product img,.upsells.products ul.products li.product img,.upsells.products ul li.product img {
width:100%;
height:auto;
padding-bottom: 10px;
border-bottom: 2px solid #e1e1e1;
}

ul.products li.product {
float:right;
position:relative;
width:200px;
margin:0 0 30px 60px;
padding:0 15px 5px;
border-bottom:5px solid #fff;
height: 280px;
}

ul.products li.product .onsale {
top:0;
right:0;
left:auto;
margin:-6px -6px 0 0;
}
ul.products li.product h3 {
  line-height:20px;
  font-family:"Helvetica", "Arial", Sans-Serif;
  font-size:14px;
  color:#333;
}
ul.products li.product h3 a {
font-size:14px;
margin:0;
color:#333;
padding:.5em 0;
font-family:"Helvetica", "Arial", Sans-Serif;
}
.excerpt{font-size:13px;color:#8c8d8e;max-height: 80px; height: 80px;overflow: hidden;font-family:"Helvetica", "Arial", Sans-Serif; font-weight:normal;}
a.red, .shop_link a{font-size:18px;color:#ff0000;}
ul.products li.product a {
text-decoration:none;
}

ul.products li.product img {
width:100%;
height:auto;
display:block;
-webkit-transition:all ease-in-out .2s;
-moz-transition:all ease-in-out .2s;
-o-transition:all ease-in-out .2s;
transition:all ease-in-out .2s;
margin:0 0 8px;
}

ul.products li.product:hover {
border-bottom:5px solid #ff0000;
}

ul.products li.product .price {
color:#85ad74;
display:none /* block */;
font-weight:400;
margin-bottom:.5em;
}

ul.products li.product .price del {
font-size:.67em;
color:rgba(145,145,145,0.5);
margin:-2px 0 0;
}

ul.products li.product .price ins {
background:none;
}

ul.products li.product .price .from {
font-size:.67em;
text-transform:uppercase;
color:rgba(145,145,145,0.5);
margin:-2px 0 0;
}

.related.products h3 {
  text-align:center;
  font-size: 14px;
  font-family:"Helvetica", "Arial", Sans-Serif;
}
a.button,button.button,input.button,#respond input#submit,#content input.button {
background:url(../images/btn_shop.jpg) 0 0 no-repeat;
width:120px;
height:25px;
display:block;
cursor:pointer;
position:relative;
font-family:inherit;
overflow:visible;
margin:10px auto;
color:#fff;
text-align:center;
padding-top:2px;
float: left;
line-height: 20px;
}

a.button.loading,button.button.loading,input.button.loading,#respond input#submit.loading,#content input.button.loading {
color:#777;
border:1px solid #f7f6f7;
}

a.button.loading:before,button.button.loading:before,input.button.loading:before,#respond input#submit.loading:before,#content input.button.loading:before {
content:"";
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}

a.button.added:before,button.button.added:before,input.button.added:before,#respond input#submit.added:before,#content input.button.added:before {
content:"";
position:absolute;
height:16px;
width:16px;
top:.35em;
right:-26px;
text-indent:0;
background:url(../images/success.png) no-repeat;
}

a.button:hover,button.button:hover,input.button:hover,#respond input#submit:hover,#content input.button:hover {
}

a.button:active,button.button:active,input.button:active,#respond input#submit:active,#content input.button:active {
top:1px;
}

a.button.alt,button.button.alt,input.button.alt,#respond input#submit.alt,#content input.button.alt {
color:#fff;
/*text-shadow:0 -1px 0 rgba(0,0,0,0.6);
border-color:#76456c;*/
}

a.button.alt:hover,button.button.alt:hover,input.button.alt:hover,#respond input#submit.alt:hover,#content input.button.alt:hover {

color:#fff;
/*text-shadow:0 -1px 0 rgba(0,0,0,0.6);*/
}

.quantity,#content .quantity {
width:60px;
position:relative;
overflow:hidden;
zoom:1;
margin:0 auto;
}

.quantity input.qty,#content .quantity input.qty {
width:55px;
height:28px;
float:right;
text-align:center;
border:1px solid #c7c0c7;
border-left:0;
-webkit-border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0;
border-top-right-radius:0;
border-bottom-right-radius:0;
box-shadow:inset 0 0 2px 0 #f7f6f7;
-webkit-box-shadow:inset 0 0 2px 0 #f7f6f7;
-moz-box-shadow:inset 0 0 2px 0 #f7f6f7;
font-weight:700;
-webkit-border-top-left-radius:2px;
-webkit-border-bottom-left-radius:2px;
-moz-border-radius-topleft:2px;
-moz-border-radius-bottomleft:2px;
border-top-left-radius:2px;
border-bottom-left-radius:2px;
padding:0;
}

.quantity .plus,.quantity .minus,#content .quantity .plus,#content .quantity .minus {
display:block;
position:absolute;
text-align:center;
vertical-align:text-top;
width:20px;
height:15px;
overflow:visible;
text-decoration:none;
font-weight:700;
cursor:pointer;
line-height:13px;
font-size:12px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#5e5e5e;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
border:1px solid #c7c0c7;
background:0;
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
margin:0;
padding:0;
}



.quantity .plus,#content .quantity .plus {
top:0;
left:0;
border-bottom:0;
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
z-index: 100;
background: #fff;
}

.quantity .minus,#content .quantity .minus {
bottom:0;
left:0;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
border-top-left-radius:0;
border-top-right-radius:0;
z-index: 100;
background: #fff;
}

#reviews h2 small {
float:right;
color:#777;
font-size:15px;
line-height:21px;
margin:10px 0 0;
}

#reviews #respond {
border:0;
margin:0;
padding:0;
}

#reviews #comment {
height:75px;
}

#reviews #comments h2 {
clear:none;
}

#reviews #comments ol.commentlist {
width:100%;
background:none;
margin:0;
}

#reviews #comments ol.commentlist li {
position:relative;
background:0;
border:0;
margin:0 0 20px;
padding:00;
}

#reviews #comments ol.commentlist li .meta {
color:#777;
font-size:.75em;
}

#reviews #comments ol.commentlist li img {
float:left;
position:absolute;
top:0;
left:0;
width:32px;
height:auto;
background:#f7f6f7;
border:1px solid #f0eef0;
line-height:1;
margin:0;
padding:3px;
}

#reviews #comments ol.commentlist li .comment-text {
border:1px solid #f0eef0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin:0 0 0 50px;
padding:1em 1em 0;
}

#reviews #comments .commentlist > li:before {
content:"";
}

.star-rating {
float:right;
width:80px;
height:16px;
background:url(../images/star.png) repeat-x left 0;
}

.star-rating span {
background:url(../images/star.png) repeat-x left -32px;
height:0;
padding-top:16px;
overflow:hidden;
float:left;
}

.hreview-aggregate .star-rating {
margin:10px 0 0;
}

#review_form #respond {
position:static;
width:auto;
background:transparent none;
border:0;
margin:0;
padding:0;
}

#review_form #respond p {
margin:0 0 10px;
}

#review_form #respond .form-submit input {
left:auto;
}

#review_form #respond textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
}

p.stars span {
width:80px;
height:16px;
position:relative;
float:left;
background:url(../images/star.png) repeat-x left 0;
}

p.stars span a {
float:left;
position:absolute;
left:0;
top:0;
width:16px;
height:0;
padding-top:16px;
overflow:hidden;
}

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

table.shop_attributes {
border:0;
border-top:1px dotted rgba(0,0,0,0.1);
margin-bottom:1.618em;
width:100%;
}

table.shop_attributes th {
width:150px;
font-weight:700;
border-top:0;
border-bottom:1px dotted rgba(0,0,0,0.1);
line-height:1.5em;
margin:0;
padding:8px;
}

table.shop_attributes td {
font-style:italic;
border-top:0;
border-bottom:1px dotted rgba(0,0,0,0.1);
line-height:1.5em;
margin:0;
padding:0;
}

table.shop_attributes td p {
margin:0;
padding:8px 0;
}

table.shop_attributes .alt td,table.shop_attributes .alt th {
background:rgba(0,0,0,0.025);
}

table.shop_table {
border:1px solid rgba(0,0,0,0.1);
text-align:right;
width:100%;
border-collapse:separate;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:0 -1px 24px 0;
}

table.shop_table th {
font-weight:500;
line-height:18px;
padding:9px 12px;
}

table.shop_table td {
border-top:1px solid rgba(0,0,0,0.1);
vertical-align:middle;
padding:6px 12px;
}

table.shop_table td.product-quantity {
text-align:right;
}

table.my_account_orders {
font-size:.85em;
}

table.my_account_orders th,table.my_account_orders td {
padding:4px 8px;
text-align: right !important;
}

td.product-name dl.variation {
font-size:.8751em;
margin:.25em 0 .5em;
}

td.product-name dl.variation dt {
font-weight:700;
float: right;
clear: right;
margin:0 .25em 0 0;
padding:0;
}

td.product-name dl.variation dd {
margin:0 0 .25em;
}

td.product-quantity {
min-width:80px;
}

table.cart .product-thumbnail,#content table.cart .product-thumbnail {
min-width:32px;
}

table.cart img,#content table.cart img {
width:32px;
height:auto;
}

table.cart th,table.cart td,#content table.cart th,#content table.cart td {
vertical-align:middle;
}

table.cart a.remove,#content table.cart a.remove {
display:block;
height:18px;
width:18px;
text-indent:4px;
background:url(../images/remove.png) #dfdbdf;
}

table.cart a.remove:hover,#content table.cart a.remove:hover {
background-color:red;
}

table.cart td.actions,#content table.cart td.actions {
text-align:right;
}

table.cart td.actions .coupon label,#content table.cart td.actions .coupon label {
display:none;
}

table.cart td.actions .coupon .input-text,#content table.cart td.actions .coupon .input-text {
width:80px;
float:right;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
border:1px solid #dfdbdf;
outline:0;
line-height:1em;
margin:0 0 0 4px;
padding:3px 6px 2px;
}

table.cart td.actions .button.alt,#content table.cart td.actions .button.alt {
float:right;
margin-left:.25em;
}

table.cart input,#content table.cart input {
vertical-align:middle;
line-height:1em;
margin:0;
}

ul.cart_list,ul.product_list_widget {
list-style:none outside;
margin:0;
padding:0;
}

ul.cart_list li,ul.product_list_widget li {
list-style:none;
margin:0;
padding:4px 0;
}

ul.cart_list li a,ul.product_list_widget li a {
display:block;
font-weight:700;
}

ul.cart_list li img,ul.product_list_widget li img {
float:right;
margin-left:4px;
width:32px;
height:auto;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
}

ul.cart_list li dl,ul.product_list_widget li dl {
font-size:.8751em;
padding-left:1em;
border-left:2px solid rgba(0,0,0,0.1);
margin:0;
}

ul.cart_list li dl dt,ul.product_list_widget li dl dt {
float:left;
clear:left;
margin-right:.25em;
}

ul.cart_list li dl dd,ul.product_list_widget li dl dd {
margin-bottom:.5em;
}

.widget_shopping_cart .total {
border-top:3px double #f7f6f7;
padding:4px 0 0;
}

.widget_shopping_cart .total strong {
min-width:40px;
display:inline-block;
}

.cart-collaterals .related {
width:30.75%;
float:left;
}

.cart-collaterals .shipping_calculator {
width:48%;
text-align:right;
clear:right;
float:right;
margin:20px 0 0;
}

.cart-collaterals .shipping_calculator .button {
width:100%;
float:none;
display:block;
}

.cart-collaterals .shipping_calculator .col2-set .col-1,.cart-collaterals .shipping_calculator .col2-set .col-2 {
width:47%;
}

.cart-collaterals .cart_totals {
float:right;
width:48%;
text-align:right;
}

.cart-collaterals .cart_totals p small {
color:#777;
font-size:.83em;
}

.cart-collaterals .cart_totals table {
border-collapse:separate;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:0 0 6px;
padding:0;
}

.cart-collaterals .cart_totals table tr:first-child th,.cart-collaterals .cart_totals table tr:first-child td {
border-top:0;
}

.cart-collaterals .cart_totals table td,.cart-collaterals .cart_totals table th {
padding:6px 3px;
}

.cart-collaterals .cart_totals table small {
display:block;
color:#777;
}

.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th {
border-top:1px solid #f7f6f7;
padding:6px;
}

.cart-collaterals .cart_totals a.button.alt {
width:193px;
display:block;
font-size:.92em;
}

form .form-row {
margin:0 0 6px;
padding:3px;
}

form .form-row label.hidden {
visibility:hidden;
}

form .form-row select {
width:100%;
cursor:pointer;
margin:0;
}

form .form-row .required {
color:red;
font-weight:700;
border:0;
}

form .form-row .input-checkbox {
display:inline;
text-align:center;
vertical-align:middle;
margin:-2px 8px 0 0;
}

form .form-row label.checkbox {
display:inline;
}

form .form-row input.input-text,form .form-row textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
outline:0;
line-height:1em;
margin:0;
border: 1px solid #bdbdbd
}

form .form-row textarea {
height:3.5em;
line-height:1.5em;
display:block;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

form .form-row-first,form .form-row-last {
float:right;
width:47%;
overflow:visible;
}

form.login,form.checkout_coupon,form.register {
border:1px solid #dfdbdf;
text-align:right;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:2em 0;
padding:20px;
}

ul#shipping_method {
list-style:none outside;
margin:0;
padding:0;
}

ul#shipping_method li {
text-indent:-22px;
list-style:none outside;
margin:0;
padding:.25em 0 .25em 22px;
}

.checkout .col-2 h3 {
float:left;
clear:none;
}

.checkout div.shipping-address {
clear:left;
width:100%;
padding:0;
}

.checkout #shiptobilling {
float:right;
line-height:1.62em;
margin:0;
padding:0;
}

.checkout #shiptobilling label {
font-size:.6875em;
}

#payment {
background:#fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;

}

#payment ul.payment_methods {
text-align:right;
border-bottom:1px solid #dfdbdf;
list-style:none outside;
margin:0;
padding:1em;
display: none;
}

#payment ul.payment_methods li {
line-height:2em;
text-align:right;
font-weight:400;
margin:0;
}

#payment ul.payment_methods li input {
margin:0 0 0 1em ;
}

#payment ul.payment_methods li img {
vertical-align:middle;
position:relative;
margin:-2px 0 0 .5em;
}

#payment div.form-row {
border-top:1px solid #fff;
padding:1em;
}

#payment #place_order {
float:right;
margin:0;
}

#payment .terms {
text-align:right;
padding:0 1em;
}

#payment div.payment_box {
position:relative;
width:96%;
font-size:.92em;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
line-height:1.5em;
background:0;
box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
color:#5e5e5e;
text-shadow:0 1px 0 rgba(255,255,255,0.8);
margin:1em 0;
padding:1em 2%;
}

#payment div.payment_box span.help {
font-size:11px;
color:#777;
line-height:13px;
font-weight:400;
}

#payment div.payment_box .form-row select {
width:48%;
float:left;
margin-right:3.8%;
}

#payment div.payment_box:after {
content:"";
display:block;
border:8px solid #ebe9eb;
border-right-color:transparent;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:-3px;
left:0;
margin:-1em 0 0 2em;
}

.order_details {
list-style:none;
margin:0 0 1.5em;
}

.order_details li {
float:left;
margin-right:2em;
text-transform:uppercase;
font-size:.715em;
line-height:1em;
border-right:1px dashed #dfdbdf;
padding-right:2em;
}

.order_details li strong {
display:block;
font-size:1.4em;
text-transform:none;
line-height:1.5em;
}

.order_details li.method {
border:none;
}

ol.commentlist.notes li.note p.meta {
font-weight:700;
margin-bottom:0;
}

ul.digital-downloads {
margin-left:0;
padding-left:0;
}

ul.digital-downloads li {
list-style:none;
margin-left:0;
padding-left:1.5em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
}

.widget_layered_nav ul {
border:0;
list-style:none outside;
margin:0;
padding:0;
}

.widget_layered_nav ul li {
list-style:none;
padding:0 0 1px;
}

.widget_layered_nav ul li a,.widget_layered_nav ul li span {
float:left;
padding:1px 0;
}

.widget_layered_nav ul li.chosen a {
border:1px solid #ad74a2;
background:#ad74a2 url(../images/cross_white.png) no-repeat 6px center;
box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888;
color:#fff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
padding:0 6px 0 18px;
}

.widget_layered_nav ul small.count {
float:right;
margin-left:6px;
font-size:1em;
color:#777;
padding:1px 0;
}

.widget_price_filter .price_slider_amount {
text-align:right;
line-height:2.4em;
font-size:.8751em;
}

.widget_price_filter .price_slider_amount .button {
font-size:1.15em;
float:left;
}

.widget_price_filter .ui-slider {
position:relative;
text-align:left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
position:absolute;
z-index:2;
width:.9em;
height:.9em;
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
border:1px solid #150d14;
cursor:pointer;
background:0;
outline:none;
top:-.3em;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left:-1em;
}

.widget_price_filter .ui-slider .ui-slider-range {
position:absolute;
z-index:1;
font-size:.7em;
display:block;
border:0;
background:#ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
-webkit-border-radius:1em;
-moz-border-radius:1em;
border-radius:1em;
background:0;
}

.widget_price_filter .ui-slider-horizontal {
height:.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top:0;
height:100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left:-1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right:-1px;
}

.clear,div.product div.images div.thumbnails a.first,#content div.product div.images div.thumbnails a.first,div.product .woocommerce_tabs,#content div.product .woocommerce_tabs,ul.products li.first {
clear:both;
}

.nobr,table.my_account_orders .button {
white-space:nowrap;
}

.woocommerce_message:after,.woocommerce_error:after,.woocommerce_info:after,#breadcrumb:after,.col2-set:after,div.product div.images div.thumbnails:after,#content div.product div.images div.thumbnails:after,div.product form.cart:after,#content div.product form.cart:after,.products ul:after,ul.products:after,.related:after,.upsells.products:after,#reviews #comments .add_review:after,#reviews #comments ol.commentlist:after,#review_form #respond:after,p.stars:after,ul.cart_list li:after,ul.product_list_widget li:after,.widget_shopping_cart .buttons:after,.cart-collaterals:after,.cart-collaterals .shipping_calculator:after,form .form-row:after,#payment ul.payment_methods:after,.order_details:after,.addresses .title:after,.widget_layered_nav ul li:after {
content:"";
display:block;
clear:both;
}

.woocommerce_message .button,.woocommerce_error .button,.woocommerce_info .button,div.product p.cart,#content div.product p.cart,form .form-row-last,#payment div.payment_box #cc-expire-year,.addresses .title .edit,ul.digital-downloads li .count {
float:left;
margin:0 10px 0 0;
text-shadow: none;
padding-top:3px;
}

.woocommerce_message li,.woocommerce_error li,.woocommerce_info li,.products ul li,ul.products li {
list-style:none outside;
}

.col2-set,.cart-collaterals,.cart-collaterals .cart_totals table select {
width:100%;
margin-top:20px;
}

div.product .stock,#content div.product .stock,.cart-collaterals .cart_totals .discount td {
color:#85ad74;
}

div.product div.images div.thumbnails a.last,#content div.product div.images div.thumbnails a.last,ul.products li.last,#payment div.payment_box .form-row select:nth-child(3n) {
margin-left:0;
}

div.product div.social span span,#content div.product div.social span span,#reviews h3,.cart-collaterals .cart_totals p {
margin:0;
}

div.product .woocommerce_tabs ul.tabs li a:hover,#content div.product .woocommerce_tabs ul.tabs li a:hover,#reviews h2 small a {
text-decoration:none;
color:#777;
}

div.product form.cart,#content div.product form.cart,.woocommerce_ordering {
margin-bottom:1em;
padding-bottom:30px;
border-bottom: 1px solid #111;
}

div.product form.cart .variations,#content div.product form.cart .variations,.widget_price_filter .price_slider {
margin-bottom:1em;
}

div.product form.cart .variations label,#content div.product form.cart .variations label,table.shop_table tfoot td,ul#shipping_method .amount {
font-weight:700;
}

div.product form.cart .variations td,#content div.product form.cart .variations td,div.product form.cart .group_table td,#content div.product form.cart .group_table td {
vertical-align:top;
}
.related ul li.product,.upsells.products ul.products {
	width:100%;
}

.related ul.products,.related ul,.upsells.products ul.products,.upsells.products ul,.cart .button,.cart input.button,ul.cart_list li .star-rating,ul.product_list_widget li .star-rating,.cart-collaterals .cross-sells ul.products {
float:none;
}

.related ul.products li.product,.related ul li.product,.upsells.products ul.products li.product,.upsells.products ul li.product,.cart-collaterals .cross-sells ul.products li {
width:19%;
float:right;
margin: 0 0 30px 1%;
padding:0;
border-bottom: none;
}

ul.products li.product strong,form .form-row label {
display:block;
}

#reviews #comments ol.commentlist li .comment-text p,#payment div.payment_box .form-row {
margin:0 0 1em;
}

#reviews #comments ol.commentlist li .comment-text p.meta,td.product-name p.backorder_notification {
font-size:.83em;
}

table.cart td.actions .coupon,#content table.cart td.actions .coupon,.addresses .title h3 {
float:left;
}

.cart-collaterals .cross-sells,#payment div.payment_box #cc-expire-month,#payment div.payment_box #cc-expire-year {
width:48%;
float:left;
}

.checkout .col-2 .notes,.checkout .col-2 .form-row-first {
clear:left;
}

#payment div.payment_box p:last-child,ol.commentlist.notes li.note .description p:last-child {
margin-bottom:0;
}


.related, .upsells, .how  {
border-top:2px solid #e1e1e1;
padding-top:20px;
}
.related  h2, .upsells h2, .how h2 {
padding-right:30px;
font-size: 20px;
background: url(../images/related.png) 100% 40% no-repeat;
border-bottom: none;
}
.how a {
display:block;
float:right;
width:170px;
margin:15px 0 40px 73px;
}
.how img {
width:170px;
height:255px;
margin-bottom:10px;
}
.how img.plus {
width:16px;
height:15px;
float:left;
}


.shop_pages .myaccount_user, .shop_pages .order-info {
  margin: 0 0 20px;
}
.shop_pages h2 {
    font-weight:normal;
    color:#000;
    font-size:26px;
    margin-bottom:10px;
    font-family:Rerforma, "Helvetica", "Arial", Sans-Serif;
}
.shop_pages h3 {
    font-weight:normal;
    color:#000;
    font-size:26px;
    margin-bottom:10px;
    font-family:Rerforma, "Helvetica", "Arial", Sans-Serif;
}
.shop_pages tr span {
    font-weight:normal;
    color:#000;
    font-size:18px;
}
.shop_pages td {
    font-size:15px;
}
.shop_pages td.order-number a {
    color:#ff0000;
    font-size:15px;
}    

.edit_mail input.button, .shop_pages a.button, .shop_pages button.button, .shop_pages input.button, .shop_pages #respond input#submit, .shop_pages #content input.button {
  background: url(../images/btn_shop.jpg) 0 0 no-repeat;
  color:#fff;
  text-align:center;
  padding: 2px 0;
  height: 25px;
}

.shop_pages table.cart td.actions input.button {
  float:right;
  border: none;
  margin-left: 10px;
}

tr.cart-subtotal {
  display:none;
}
ul.order_details {display:none;}