/* 
-------------------------------------------
	SHORTCODES 
-------------------------------------------
	- GENERAL
	- PRODUCTS LIST
	- SINGLE PRODUCT
	- TABS 
	- RELATED
	- MESSAGES
	- BUTTONS
	- QUANTITY
	- TABLES
	- WIDGETS
-------------------------------------------
*/


/* woocommerce demo store message */
p.demo_store {
	background: #222;
	color: #FFFFFF;
	font-size: 12px;
	left: 0;
	margin: 0;
	padding: 10px 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999;
	}


/* GENERAL  ************************************************************/

#content div.product .woocommerce_tabs ul.tabs li {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        }


.woocommerce #breadcrumb,
.woocommerce .woocommerce_ordering {
        display: none;
        }  
           
.woocommerce h1.page-title{
        margin-top: 0;
        }  

.woocommerce-page h2 {
        margin-top: 40px;
        }   

.woocommerce-page dt {
        float: left;
        }

.woocommerce-page dd,
.woocommerce-page address,
.woocommerce-page address p {
        margin: 0;
        }

.nobr {
    	white-space: nowrap;
	}


/* PRODUCTS LIST *************************************************/
.products ul, 
ul.products {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
.products ul:after, 
ul.products:after {
	clear: both;
	content: "";
	display: block;
	}
    
.products ul li, 
ul.products li {
        list-style-type: none;
        float: left;
        margin-right: 20px;
        }

ul.products li.product {
        margin: 0 20px 20px 0;
        width: 160px;
	float: left;
	padding: 0;
	position: relative;
	}

ul.products li.product h3 {
	font-size: 12px;
	font-weight: lighter;
	margin: 10px 0 0 0;
	top: 0;
	}

ul.products li.product a img {
	display: block;
	height: auto;
	width: 100%;
	}
	
ul.products li.product strong {
	display: block;
	}

ul.products li.product .price {
	display: block;
	font-weight: normal;
	margin-bottom: 0;
	}

ul.products li.first {
	clear: both;
	}
	
ul.products li.last {
	margin-right: 0;
	}
	
.woocommerce_ordering {
	margin-bottom: 20px;
	}


/* onsale */
span.onsale {
        display: none;
        }
        
.price del {
        font-size: 10px;
        }



/* SINGLE PRODUCT **************************************************/
div.product, 
#content div.product {
	margin-bottom: 0;
	position: relative;
	margin-top: 10px;
	}
	
div.product .product_title, 
#content div.product .product_title {
	clear: none;
	margin-top: -10px;
	padding: 0;
	}

div.product span.price, 
div.product p.price, 
#content div.product span.price, 
#content div.product p.price {
        font-size: 16px;
        top: -2px;
	}
	
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 div.images, 
#content div.product div.images {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 300px;
	}
	
div.product div.images img, 
#content div.product div.images img {
	display: block;
	height: auto;
	width: 100%;
	}

div.product div.images div.thumbnails:after, 
#content div.product div.images div.thumbnails:after {
	clear: both;
	content: "";
	display: block;
	}
	
div.product div.images div.thumbnails a, 
#content div.product div.images div.thumbnails a {
	float: left;
	}
	
div.product div.images div.thumbnails a.last, 
#content div.product div.images div.thumbnails a.last {
	margin-right: 0;
	}
	
div.product div.images div.thumbnails a.first, 
#content div.product div.images div.thumbnails a.first {
	clear: both;
	}
	
div.product div.summary, 
#content div.product div.summary {
	float: right;
	margin-bottom: 20px;
	width: 380px;
	}

div.product div.social, 
#content div.product div.social {
	margin: 0 0 20px;
	text-align: right;
	}
	
div.product div.social span, 
#content div.product div.social span {
	margin: 0 0 0 2px;
	}
	
div.product div.social span span, 
#content div.product div.social span span {
	margin: 0;
	}

div.product div.social span .stButton .chicklets, 
#content div.product div.social span .stButton .chicklets {
	padding-left: 20px;
	width: 0;
	}
	
div.product div.social iframe, #content div.product div.social iframe {
	float: left;
	margin-top: 3px;
	}


/* add to cart form */
div.product p.cart, 
#content div.product p.cart {
	float: right;
	}
	
div.product form.cart, 
#content div.product form.cart {
	margin-bottom: 28px;
	}
	
div.product form.cart:after, 
#content div.product form.cart:after {
	clear: both;
	content: "";
	display: block;
	}
	
div.product form.cart div.quantity, 
#content div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
	}
	
div.product form.cart table, 
#content div.product form.cart table {
	border-width: 0 0 1px;
	}
	
div.product form.cart table td, 
#content div.product form.cart table td {
	padding-left: 0;
	}
	
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, 
#content div.product form.cart .variations {
	margin-bottom: 20px;
	}
	
div.product form.cart .variations label, 
#content div.product form.cart .variations label {
	font-weight: bold;
	}
	
div.product form.cart .variations select, 
#content div.product form.cart .variations select {
	float: left;
	width: 100%;
	}
	
div.product form.cart .variations td.label, 
#content div.product form.cart .variations td.label {
	padding-right: 20px;
	}
	
div.product form.cart .variations td, 
#content div.product form.cart .variations td {
	vertical-align: top;
	}
	
div.product form.cart .button, 
#content div.product form.cart .button {
	float: left;
	vertical-align: middle;
	}
	
div.product form.cart .group_table td.label, 
#content div.product form.cart .group_table td.label {
	padding-left: 20px;
	padding-right: 20px;
	}
	
div.product form.cart .group_table td, 
#content div.product form.cart .group_table td {
	vertical-align: top;
	}






/* TABS *************************************************************/
div.product .woocommerce_tabs, 
#content div.product .woocommerce_tabs {
    	clear: both;
	}
	
div.product .woocommerce_tabs ul.tabs, 
#content div.product .woocommerce_tabs ul.tabs {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	}

div.product .woocommerce_tabs ul.tabs li, 
#content div.product .woocommerce_tabs ul.tabs li {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	position: relative;
	z-index: 0;
	}
	
div.product .woocommerce_tabs ul.tabs li a, 
#content div.product .woocommerce_tabs ul.tabs li a {
	display: inline-block;
	padding: 7px 0;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	margin: 0;       
	background-color: transparent; 
	}

div.product .woocommerce_tabs ul.tabs li a:hover, 
#content div.product .woocommerce_tabs ul.tabs li a:hover {
	text-decoration: none;
	}
	
div.product .woocommerce_tabs ul.tabs li.active, 
#content div.product .woocommerce_tabs ul.tabs li.active {
	z-index: 2;
	}

div.product .woocommerce_tabs ul.tabs li.active a, 
#content div.product .woocommerce_tabs ul.tabs li.active a {
	color: inherit;
	background: transparent !important;
	}

div.product .woocommerce_tabs .panel, 
#content div.product .woocommerce_tabs .panel {
	margin: -5px 0 20px;
	padding: 20px;
	}

.woocommerce div.product .woocommerce_tabs ul.tabs li.description_tab active a,
.woocommerce #content div.product .woocommerce_tabs ul.tabs li.description_tab active a, 
.woocommerce .panel {
        margin: 0;
        }
        
.woocommerce .panel h2 {
        margin: 0;
        font-size: 14px;
        font-weight: lighter;
        top: -1px;
        }
        
.woocommerce #comments {margin-top: 0;}

.woocommerce #reviews #comments ol.commentlist li img {
        background: none;
        border: none;
        padding: 0;
        width: 40px;
        margin-top: 20px;
        }
        
.woocommerce #reviews #comments ol.commentlist li .comment-text {
        border: 0;
        border-radius: 0;
        margin: 0 0 0 60px;
        padding: 0;
        background-color: transparent;
        }
        
.woocommerce .comment_container {
        margin-top: 20px;
        }
        
.woocommerce p.add_review {
        margin: 0;
        }

.woocommerce-page table.my_account_orders {
        font-size: 11px;
        }

.woocommerce-page .addresses .title h3,
.woocommerce-page .addresses .title .edit {
        float: none;
        } 


/* review */
#reviews h2 small {
	float: right;
	margin: 0;
	}
	
#reviews h2 small a {
	text-decoration: none;
	}
	
#reviews h3 {
	margin: 0;
	}
	
#reviews #respond {
	border: 0 none;
	margin: 0;
	padding: 0;
	}
	
#reviews #comment {
	height: 75px;
	}
	
#reviews #comments .add_review:after {
	clear: both;
	content: "";
	display: block;
	}
	
#reviews #comments h2 {
	clear: none;
	}
	
#reviews #comments ol.commentlist {
	background: transparent;
	margin: 0;
	width: 100%;
	}
	
#reviews #comments ol.commentlist:after {
	clear: both;
	content: "";
	display: block;
	}
	
#reviews #comments ol.commentlist li {
	background:transparent;
	border: 0 none;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	}

#reviews #comments ol.commentlist li .meta {
	font-size: 12px;
	}
	
#reviews #comments ol.commentlist li img {
	float: left;
	height: auto;
	left: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 0;
	width: 32px;
	}
	
#reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	}
	
#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 20px;
	}
	
#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 12px;
	}

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

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

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

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


/* review form */
.woocommerce #fancybox-content {
        border-radius: 0;
        }

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

#review_form #respond:after {
	clear: both;
	content: "";
	display: block;
	}
       
#review_form #respond h3 {
	margin: 0;
	}

#review_form #respond p {
	margin: 0;
	}

#review_form #respond .form-submit input {
	left: auto;
	margin-top: 20px;
	cursor: pointer;
	}
	
#review_form #respond textarea {
	-moz-box-sizing: border-box;
	width: 100%;
	background-color: #eee;
	}

p.comment-form-rating {
	padding: 20px 0 0 0;
	}

p.stars:after {
	clear: both;
	content: "";
	display: block;
	}

p.stars span {
	background: url("../images/star.png") repeat-x scroll left 0 transparent;
	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 scroll left -16px transparent;
	}

p.stars span a.active {
	background: url("../images/star.png") repeat-x scroll left -32px transparent;
	}
	
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;
	}



/* RELATED ************************************************************************/
.related:after, 
.upsells.products:after {
	clear: both;
	content: "";
	display: block;
	}

.related ul.products, 
.related ul, .upsells.products ul.products, 
.upsells.products ul {
	float: none;
	}
		
.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img {
	height: auto;
	width: 100%;
	}

.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product {
        width: 160px;
        }

.woocommerce .related h2 {
        padding-top: 30px;
        margin-top: 40px;
        }   
	
	
/* MESSAGES *******************************************************************/	
.woocommerce_message, 
.woocommerce_error, 
.woocommerce_info {    
        list-style: none;
        margin: 10px 0 20px 0;
        padding: 20px 20px 20px 56px;
        position: relative;
        width: auto; 
        overflow: hidden;      
	}
	
.woocommerce_message:after, 
.woocommerce_error:after, 
.woocommerce_info:after {
    	content: "";
    	display: block;
	}
	
.woocommerce_message:before, 
.woocommerce_error:before, 
.woocommerce_info:before {
    	background-color: white;
    	content: "";
    	display: block;
    	height: 16px;
    	left: 20px;
    	position: absolute;
    	top: 20px;
    	width: 16px;
	}
	
.woocommerce_message 
.button, .woocommerce_error .button, 
.woocommerce_info .button {
    	float: right;
         margin: -4px;
	}
	
.woocommerce_message li, 
.woocommerce_error li, 
.woocommerce_info li {
    	list-style: none outside none;
	}
	
.woocommerce_message:before {
    	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==") no-repeat scroll center 		center #8FAE1B;
	}
	
.woocommerce_info:before {
    	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAG0lEQVQIHWP8DwQMQMACxIwwBliECcQDATgDAMHrBQqJ6tMZAAAAAElFTkSuQmCC") no-repeat scroll center center #18919C;
	}
	
.woocommerce_error:before {
    	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAHUlEQVQIHWP8DwQMQMAEIkAAzmABchhBIiAGWA0Ar6MFCigWCYMAAAAASUVORK5CYII=") no-repeat scroll center center #B81C23;
	}



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



/* col 2 */
.col2-set {
	width: 100%;
	}
	
.col2-set:after {
	clear: both;
	content: "";
	display: block;
	}
	
.col2-set .col-1 {
	float: left;
	width: 48%;
	}
	
.col2-set .col-2 {
	float: right;
	width: 48%;
	}



/* BUTTONS *******************************************************************/
a.button, 
button.button, 
input.button, 
#respond input#submit, 
#content input.button {
        color: #fff;
        height: auto;
        padding: 8px 10px;
        border: none;
        border-radius: 0;
        font-weight: normal;
        }

a.button:hover, 
button.button:hover, 
input.button:hover, 
#respond input#submit:hover, 
#content input.button:hover {
        background-color: #808080;
        }

.cart .button, .cart input.button {
	float: none;
	}

.woocommerce .nav-next a,
.woocommerce .nav-previous a{
        color: #fff;
        padding: 8px 10px;
        font-weight: normal;
        } 
 
.single_add_to_cart_button {
	margin-top: 0;
	}


/* QUANTITY ***********************************************************************/
.quantity, 
#content .quantity {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 60px;
	}
	
.quantity input.qty, 
#content .quantity input.qty {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	float: left;
	font-weight: bold;
	height: 30px;
	padding: 0;
	text-align: center;
	width: 40px;
	}
	
.quantity .plus, 
.quantity .minus, 
#content .quantity .plus, 
#content .quantity .minus {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	line-height: 13px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	vertical-align: text-top;
	width: 20px;  
	}
	
.quantity .plus, #content .quantity .plus {
	border-bottom: 0 none;
	right: 0;
	top: 0;
	}

.quantity .minus, #content .quantity .minus {
	bottom: 0;
	right: 0;
	}




/* TABLES *************************************************************************/

.woocommerce-cart table tr:hover td,
.woocommerce-page table tr:hover td  {
        background: transparent;
        }

table.shop_attributes {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
border-image: none;
border-right: 0 none;
border-style: dotted none none;
border-width: 1px 0 0;
margin-bottom: 1.618em;
width: 100%;
}

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

table.shop_attributes td {
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
border-top: 0 none;
font-style: italic;
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: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
}







table.shop_table {
	border-collapse: separate;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	}

table.shop_table th {
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	}

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

table.shop_table tfoot td {
	font-weight: bold;
	}

table.shop_table th,
table.shop_table td,
table.shop_table td.product-name  {
        text-align: left;
        padding-left: 0;
        }

table.shop_table th.product-quantity,
table.shop_table td.product-quantity {
        text-align: center;
        }        

table.order_details td,
table.shop_table th.product-total,
table.shop_table td.product-total,
table.shop_table tr.cart-subtotal td,
table.shop_table tr.shipping td,
table.shop_table tr.total td,
table.shop_table th.product-subtotal,
table.shop_table td.product-subtotal  {
        text-align: right;
        padding-right: 0;
        }

.order_details li,       
#payment ul.payment_methods li {
        list-style-type: none;
        }        
        
#payment {
        border-radius: 0;
        }







table.my_account_orders {
	font-size: 11px;
	}
	
table.my_account_orders th, 
table.my_account_orders td {
	padding: 4px 8px;
	vertical-align: top;
	}

table.my_account_orders .button {
	white-space: nowrap;
	}
	
td.product-name dl.variation {
font-size: 0.8751em;
margin: 0.25em 0 0.5em;
}

td.product-name dl.variation dt {
clear: left;
float: left;
font-weight: bold;
margin: 0 0.25em 0 0;
padding: 0;
}

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

td.product-name p.backorder_notification {
font-size: 11px;
}

td.product-quantity {
width: 100px;
}





table.cart .product-thumbnail, 
#content table.cart .product-thumbnail {
        text-align: left;
        padding: 10px 0 6px 0;
        }
        
table.cart img, 
#content table.cart img {
	height: auto;
	width: 90px;
	}

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: 16px;
	text-indent: -9999px;
	width: 16px;
	}
	
.product-remove {
        width: 16px;
        text-align: left;
        padding-left: 0;
        }
        
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, 
#content table.cart td.actions .coupon {
	float: left;
	}

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 {
	-moz-box-sizing: border-box;
	float: left;
	margin: 0 4px 0 0;
	outline: 0 none;
	padding: 6px 6px 5px;
	width: 160px;
	height: 35px;
	}

table.cart td.actions .button.alt, 
#content table.cart td.actions .button.alt {
	float: right;
	margin-left: 4px;
	}
	
td.actions {
        padding: 10px 0;
        }
        
table.cart input, #content table.cart input {
	line-height: 1em;
	margin: 0;
	vertical-align: middle;
	}








.cart-collaterals {
	width: 100%;
	}
	
.cart-collaterals:after {
	clear: both;
	content: "";
	display: block;
	}
	
.cart-collaterals .related {
float: left;
width: 30.75%;
}
	
.cart-collaterals .cross-sells {
float: left;
width: 48%;
}
	
.cart-collaterals .cross-sells ul.products {
float: none;
}

.cart-collaterals .cross-sells ul.products li {
width: 48%;
}


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

.cart-collaterals .shipping_calculator:after {
	clear: both;
	content: "";
	display: block;
	}

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

.shipping-calculator-form p {
	margin:  0;
	} 
.shipping-calculator button.button 
.shipping-calculator .button {
	margin-top: 0;
	} 

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



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

.cart-collaterals .cart_totals p {
	margin: 0;
	}

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

.cart-collaterals .cart_totals table {
border-collapse: separate;
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 none;
}

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

.woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: right;
}
        
.cart-collaterals .cart_totals table small {
color: #777777;
display: block;
}

.cart-collaterals .cart_totals table select {
width: 100%;
}

.cart-collaterals .cart_totals .discount td {
color: #E638D7;
}

.cart-collaterals .cart_totals tr td, 
.cart-collaterals .cart_totals tr th {
	padding: 6px;
	}
    
.cart-collaterals .cart_totals a.button.alt {
display: block;
font-size: 0.92em;
width: 193px;
}

table.shop_table td{
        border-top: none;
        }

cart-subtotal {
        text-align: right;
        }
        
        




/* checkout form */
form .form-row {
	margin: 10px 0 6px;
	padding: 0;
	}
	
form .form-row:after {
	clear: both;
	content: "";
	display: block;
	}
	
form .form-row label {
	display: block;
	}
	
form .form-row label.hidden {
	visibility: hidden;
	}
	
form .form-row select {
	cursor: pointer;
	margin: 0;
	width: 100%;
	}
	
form .form-row .required {
	border: 0 none;
	color: red;
	font-weight: bold;
	}
	
form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	}
	
form .form-row label.checkbox {
	display: inline;
	}
	
form .form-row input.input-text, 
form .form-row textarea {
	-moz-box-sizing: border-box;
	margin: 0;
	outline: 0 none;
	width: 100%;
	padding: 10px;
	}
	
form .form-row textarea {
	display: block;
	height: 100px;
	}
	
form .form-row-first, 
form .form-row-last {
	float: left;
	overflow: visible;
	width: 47%;
	}
	
form .form-row-last {
	float: right;
	}
	
form.login, form.checkout_coupon, form.register {
	margin: 20px 0;
	padding: 20px;
	text-align: left;
	}

form.checkout_coupon .button {
	margin: 0;
	}






ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#shipping_method li {
	list-style: none;
	margin: 0;
	padding: 20px 0 20px 20px;
	text-indent: -22px;
	}

ul#shipping_method .amount {
	font-weight: bold;
	}
	
h3#order_review_heading {
	margin-top: 40px;
	}



.checkout .col-2 h3 {
	clear: none;
	float: left;
	}
	
.checkout .col-2 .notes {
	clear: left;
	}
	
.checkout .col-2 .form-row-first {
	clear: left;
	}
	
.checkout div.shipping-address {
	clear: left;
	padding: 0;
	width: 100%;
	}
	
.checkout #shiptobilling {
	float: right;
	margin: 0;
	padding: 0;
	}
	
.checkout #shiptobilling label {
	font-size: 11px;
	}


/* payment */
#payment ul.payment_methods {
	list-style: none;
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
	text-align: left;
	}
	
#payment ul.payment_methods:after {
	clear: both;
	content: "";
	display: block;
	}

#payment ul.payment_methods li {
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	text-align: left;
	}
	
#payment ul.payment_methods li input {
	margin: 0 20px 0 0;
	}

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

#payment div.form-row {
	padding: 0 20px 20px 20px;
	}

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

#payment .terms {
	padding: 0 20px;
	text-align: right;
	}
	
#payment div.payment_box {
	font-size: 11px;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	width: 96%;
	}

#payment div.payment_box p:last-child {
	margin-bottom: 0;
	}

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

#payment div.payment_box #cc-expire-year {
	float: right;
	}

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

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

#payment div.payment_box .form-row select:nth-child(3n) {
	margin-right: 0;
	}

#payment div.payment_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: "";
	display: block;
	left: 0;
	margin: -1em 0 0 2em;
	position: absolute;
	top: -3px;
	}


/* Order Details */
.order_details {
	list-style: none;
	margin: 0 0 20px;
	}

.order_details:after {
	clear: both;
	content: "";
	display: block;
	}
	
.order_details li {
	float: left;
	font-size: 10px;
	margin-right: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	}

.order_details li strong {
	display: block;
	font-size: 14px;
	top: -1px;
	text-transform: none;
	}

.order_details li.method {
	border: medium none;
	}

.addresses {
	margin-bottom: 20px;
	}

.addresses .title:after {
	clear: both;
	content: "";
	display: block;
	}
	
.addresses .title h3 {
	float: left;
	}
	
.addresses .title .edit {
	float: right;
	}
	
ol.commentlist.notes li.note p.meta {
	font-weight: bold;
	margin-bottom: 0;
	}
	
ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
	}
	
ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
	}
	
ul.digital-downloads li {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=") no-repeat scroll left center transparent;
	list-style: none outside none;
	margin-left: 0;
	padding-left: 1.5em;
	}

ul.digital-downloads li .count {
	float: right;
	}



/* WIDGETS ********************************************************************/

/* cart widget */
ul.cart_list, 
ul.product_list_widget {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.cart_list li, 
ul.product_list_widget li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	}
	
ul.cart_list li:after, 
ul.product_list_widget li:after {
	clear: both;
	content: "";
	display: block;
	}
	
ul.cart_list li a, 
ul.product_list_widget li a {
	display: block;
	font-weight: bold;
	}
	
ul.cart_list li img, 
ul.product_list_widget li img {
	float: right;
	height: auto;
	margin-left: 4px;
	width: 60px;
	height: 60px;
	}
	
ul.cart_list li dl, 
ul.product_list_widget li dl {
border-left: 2px solid rgba(0, 0, 0, 0.1);
font-size: 11px;
margin: 0;
padding-left: 20px;
}

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

ul.cart_list li dl dd, 
ul.product_list_widget li dl dd {
margin-bottom: 20px;
}

ul.cart_list li .star-rating, 
ul.product_list_widget li .star-rating {
float: none;
}

.widget_shopping_cart .total {
padding: 0;
} 

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

.widget_shopping_cart .buttons:after {
clear: both;
content: "";
display: block;
}





/* layered nav widget */
.widget_layered_nav ul {
		border: 0 none;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		}
		
.widget_layered_nav ul li {
		list-style: none outside none;
		padding: 0 0 1px;
		}
		
.widget_layered_nav ul li:after {
		clear: both;
		content: "";
		display: block;
		}
		
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
		float: left;
		padding: 1px 0;
		}
		
.widget_layered_nav ul li.chosen a {
		background: url("../images/cross_white.png") no-repeat scroll 6px center #DF3B30;
		border: 1px solid #DF3B30;
		border-radius: 3px 3px 3px 3px;
		padding: 0 6px 0 18px;
		}
		
.widget_layered_nav ul small.count {
		color: #777777;
		float: right;
		font-size: 1em;
		margin-left: 6px;
		padding: 1px 0;
		}

/* price widget */		
.widget_price_filter .price_slider {
		margin-bottom: 1em;
		}
		
.widget_price_filter .price_slider_amount {
		font-size: 0.8751em;
		line-height: 2.4em;
		text-align: right;
		}
		
.widget_price_filter .price_slider_amount .button {
		font-size: 1.15em;
		}
		
.widget_price_filter .price_slider_amount .button {
		float: left;
		}
		
.widget_price_filter .ui-slider {
		position: relative;
		text-align: left;
		}
		
.widget_price_filter .ui-slider .ui-slider-handle {
		cursor: pointer;
		height: 0.9em;
		outline: medium none;
		position: absolute;
		top: -0.3em;
		width: 0.9em;
		z-index: 2;
		}
		
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
		margin-left: -1em;
		}
		
.widget_price_filter .ui-slider .ui-slider-range {
		border: 0 none;
		display: block;
		font-size: 0.7em;
		position: absolute;
		z-index: 1;
		}


		
.widget_price_filter .ui-slider-horizontal {
		height: 0.5em;
		}
		
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
		height: 100%;
		top: 0;
		}
		
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
	}
	
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
	}

/* search widget */
.woocommerce .screen-reader-text {
        display: none;
        }

.woocommerce #searchsubmit {
        border: medium none;
        cursor: pointer;
        float: right;
        height: 29px;
        margin: 0;
        vertical-align: middle;
        color: #fff !important;
        }

.woocommerce #s {
        height: 20px;
        width: 140px;
        }

/* login widget */
.woocommerce .widget #user_pass,
.woocommerce .widget #user_login {width: 220px;}