/* Global/Helpers/Clears */


.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.info {
  background: #F7F5C6;
  padding: 10px 20px;
  border: 1px solid #EEEAC1;
  color: #747165;
  box-shadow: inset 0 0 0 1px #ffffcc;
  -webkit-box-shadow: inset 0 0 0 1px #ffffcc;
  -moz-box-shadow: inset 0 0 0 1px #ffffcc;
  clear:both;
}
.info a {
  color: #93864E;
}
div.woocommerce_error, div.woocommerce_message {
  border: 1px solid;
  margin: 10px auto 30px;
  padding: 25px 20px 25px 70px;
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: 25px;
  width: 60%;
  clear:both;
}
div.woocommerce_error a.button, div.woocommerce_message a.button {
  margin-top: 0;
  float: right;
}
div.woocommerce_error {
  color: #7a1c1c;
  background-color: #fcd5d5;
  background-image: url('images/error.png');
}
div.woocommerce_message {
  color: #5b7a1c;
  background-color: #effcd5;
  background-image: url('images/cart.png');
}
p.demo_store {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background: #f7f5c6;
	background: -webkit-gradient(linear,left top,left bottom,from(#f7f5c6), to(#eeeac1));
	background: -webkit-linear-gradient(#f7f5c6,#eeeac1);
	background: -moz-linear-gradient(center top,#f7f5c6 0,#eeeac1 100%);
	background: -moz-gradient(center top,#f7f5c6 0,#eeeac1 100%);
	padding: 8px 0;
	border: 1px solid #eeeac1;
	color: #747165;
	z-index: 999999;
	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);
	-moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,0.3)
}
small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}    
form.woocommerce_ordering {
    float: right;
    margin: 0.8em 0 2em;   
}
form.woocommerce_ordering select {
    border: 1px solid #B2B0B0;
    padding: 5px;
    margin-left: 5px;
    font-size: 1em;
}
/* =Product Page
-------------------------------------------------------------- */

.single-product-content {
	margin-top: 10px;
}
a.product-image {
	display: block;
	position: relative;
	overflow: hidden;
}
.product-name {
	font-size: 1em;
	font-weight: normal;
}
div.product {
  position: relative;
}
div.product .product_title {
  clear: none;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
}
div.product div.images {
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100% !important;
}

div.product div.images a {
  padding: 5px;
  display: block;
  float:left; 
  position: static;
  height: auto;
  width: auto !important;
}
div.product div.images ul.flex-direction-nav a {
  	background: url("../images/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
	border:none;
	padding:0px;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
}
div.product div.images ul.flex-direction-nav .flex-next {
    background-position: 100% 0;
}
div.product div.images img {
  margin-bottom:0;
  display: block;
}
div.product div.images ul.thumbnails {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
  margin: 0 -10px 0 0;
  list-style: none;
  display:block;
}
div.product div.images ul.thumbnails li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;                  
  padding: 0;             
  width: auto !important;
}
div.product div.images ul.thumbnails li img {
  width: auto !important;
  height: auto;
}
.woocommerce #content div.product div.thumbnails a.first, 
.woocommerce div.product div.thumbnails a.first, 
.woocommerce-page #content div.product div.thumbnails a.first, 
.woocommerce-page div.product div.thumbnails a.first {
clear: none !important;
}

.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
    margin-right: 0;
}

div.product div.images p.price {
	position: absolute;
	right: -10px;
	top: -10px;
	margin: 0;
}
div.product div.summary {
  float: left;
  padding-left: 20px;
  width:616px;
  position: relative;
}
div.product_meta {
    clear:both;
    color: #888;
}
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;
}
div.product .woocommerce_accordions {
  clear: both;
  padding: 2em 0 0 0;
  margin: 0 0 1em 0;
}
.stock {
  color: green;
  float: left;
}
.out-of-stock {
  color: red;
}
p.cart {
  float: right;
}
form.cart {
  margin-bottom: 24px;
  float: none;  
  /* margin-top:2em; */
  clear: both;
}
form.cart:after {
	clear:both;
	content: "";
	display: block;
}
.quantity {
    margin-right: 12px;
    min-width: inherit;
    overflow: hidden;
    position: relative;
    width: 57px !important;
}
form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}                   
form.cart table {
  font-size: 12px;
  border-width: 0 0 1px 0 !important;
}
form.cart table td {
  padding: 4px 4px 4px 0 !important;
}
form.cart table div.quantity {
  float: none;
  margin: 0;
  width: 72px;
}
form.cart table small.stock {
  display: block;
  float: none;
}
form.cart .button {
  vertical-align: middle;
  float: left;
  margin: 0 !important;
}
span.onsale {
	background: none repeat scroll 0 0 #B9B701;
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 32px;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	position: absolute;
	right: -8px;
	top: -8px;
	text-align: center;
	z-index: 10;
}
ul.products {
  margin: 0;
  list-style: none !important;
  clear: both;
}
ul.products:before, ul.products:after {
	content: ' 0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}
.related.products, .upsells.products {
}
.related.products h2, .upsells.products h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
	margin: 1em 0;
}
.products li .onsale {
	top: -3px;
	right: -3px;
}
.products li a {
	text-decoration: none;
	display:block;
	position:relative;
}
.products li .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	font-weight: 300;
	display: block;
	margin: 4px 8px;
	line-height: 150%;
}
.products li:hover .product-name {
	color: black;
}
.products li a.product-image {
	line-height: 0;
	margin: 4px 4px 8px 4px;
	padding: 0;
}
.products li a.product-image img:first-child+img { 
	position:absolute; 
	left:0; 
	top:0; 
	opacity:0; 
}
.products li strong {
  color: #555;
  display: block;
}
.products li .price {
	color: #5E6060;
	margin-top:15px;
	font-size: 15px;
	display: block;
}
.products li .price del {
  font-size: 15px;
  color: #8E8E8E; 
}   
.products li .price ins {
  text-decoration:none;
}
.products li .price .from {
  font-size: 10px;
  line-height: 10px;
  margin: -2px 0 0 0;
}
.products li .product-short-des {
	display: none;
}
.products li .button {
	margin-top:5px;
	display:inline-block;
	font-size:13px;
	height: 22px;
	position:relative;
	top:-25px;
	opacity:0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.product-box:hover .button{	opacity:1; }
.products li.hide-price .button{ top:0; }
.products li .product-box:hover div.product-details span.price { opacity:0; }
.products li.hide-buttons .product-box:hover div.product-details span.price { opacity:1; }
.add_to_cart_button.product_type_simple.loading { background-color:#ddd; }
.add_to_cart_button.product_type_simple.added { background-color:#9B9D0A; }
.products li.hide-name .product-name { display:none !important; }
.products li.hide-price .price { display:none !important; }
.products li.hide-buttons .button { display:none !important; }

/*-- Grid View --*/
ul.products {
	margin-right: -15px;
}
ul.products li.grid {
	float: left;
	position: relative;
	margin:0 15px 0 0;
	padding-top:15px;
	text-align:center;
}
ul.products .gridbreaker {
	display: none;
}
ul.products li.grid .product-box .product-details {
	margin-left: auto;
	margin-right: auto;
}
ul.products li.grid .product-box {
	font-size: 1.1em;
	position: relative;
}

/* =Buttons
-------------------------------------------------------------- */
a.button.loading, button.button.loading, input.button.loading, #review_form #submit.loading {
	color: #999;
	border-color: #ccc
}
a.button.loading:before, button.button.loading:before, input.button.loading:before, #review_form #submit.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, #review_form #submit.added:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: .5em;
	right: -26px;
	text-indent: 0;
	background: url(images/success.png) no-repeat
}
.cart .button, .cart input.button {
	float: none
}
#reviews h2 small {
	float: right;
	color: #999;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0 0
}
#reviews h2 small a {
	text-decoration: none;
	color: #999
}
#reviews h3 {
	margin: 0
}
#reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}
#reviews #comment {
	height: 75px
}
#reviews #comments .add_review:after {
	content: "";
	display: block;
	clear: both
}
#reviews #comments h2 {
	clear: none;
	display:none;
}
#reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0;
	list-style: none;
	clear: both;
}
#reviews #comments ol.commentlist:after {
	content: "";
	display: block;
	clear: both
}
#reviews #comments ol.commentlist * {
	background: 0
}
#reviews #comments ol.commentlist li {
	padding: 00;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0
}
#reviews #comments ol.commentlist li .meta {
	color: #999;
	font-size: .75em
}
#reviews #comments ol.commentlist li img {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	line-height: 1
}
#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 45px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 11px 11px 0;
	background: #FAFAF7;
}
#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 11px
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .86em
}
.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0 !important;
}
.star-rating span {
	background: url(images/star.png) repeat-x left -32px !important;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left
}
#comments div .star-rating {
	margin: 0 10px 10px 0;
	clear:both;
}
#review_form #respond {
	border: 1px solid #e7e7e7;
	margin: 0;
	padding: 10px 20px 20px
}
#review_form #respond:after {
	content: "";
	display: block;
	clear: both
}
#review_form #respond p {
	margin: 0 0 10px
}
#review_form #respond #reply-title {
	margin-bottom: 20px;
}
#review_form #respond p.comment-form-rating label {
	float: left;
	margin-right: 10px;
}
#review_form #respond p.comment-form-comment textarea {
	margin-top: 5px;
	height: 160px;
}
p.stars:after {
	content: "";
	display: block;
	clear: both
}
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
}
#related-products {clear:both;}
/* =Tables
-------------------------------------------------------------- */
table.shop_table {
  border-color:#ddd;
  border-style:solid;
  border-width:1px 0 1px 1px;
  margin: 15px 0;
  text-align: center;
  width: 100%;
  border-collapse: separate;
}
table.shop_table th {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border: 0;
  border-right: 1px solid #ddd;
}
table.shop_table td {
  vertical-align: middle;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  text-align: left;
}
table.shop_table tfoot td {
  font-weight: bold;
}

table.shop_attributes {
  border: 0 !important;
  border-top: 1px dotted #ccc !important;
  width:100%;
}
table.shop_attributes td, table.shop_attributes th {
	text-align:center;
	background:none;
	color: inherit;
	height: auto;
}
table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}
table.shop_attributes td {
  padding: 8px;
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
  line-height: 1.5em;
}
table.shop_attributes td p {
  margin: 0 !important;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
  background: #f9f9f9;
}
/*table.my_account_orders {
  font-size: 0.85em;
}*/
table.my_account_orders .button {
  white-space: nowrap;
  margin: 4px 0;
}

table.shop_table th{text-shadow:0 1px 0 #ffffff;background:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));background:-webkit-linear-gradient(#ffffff, #f1f1f1);background:-moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 100%);background:-moz-gradient(center top, #ffffff 0%, #f1f1f1 100%);}
table.shop_table tfoot th {background: #F8F8F8;border-top: 1px solid #DDD;}
table.shop_table tfoot td{background:#f8f8f8;}
table.shop_table td.product-remove{width:10px;}
table.shop_table td.product-thumbnail{width:36px;}
table.shop_table td.product-thumbnail a {width:36px;}
table.shop_table td.product-thumbnail img {width:36px;height:auto;}
table.shop_table td.product-quantity .quantity { margin-right: 0; }
table.shop_table td.order-actions { width: 50px; }
table.shop_table td.actions{background:#F6F6F6;box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);-webkit-box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 0 0 3px rgba(0, 0, 0, 0.025);}
table.shop_table td.actions div.coupon{text-align:left;}
table.shop_table td.actions div.coupon label{display:none;}
table.shop_table td.actions div.coupon span.input-text{float:left;width:160px;margin-right:12px;}
table.shop_table td.actions div.coupon span.input-text input{padding:0 !important;}
table.shop_table td.actions .button,table.shop_table td.actions .button-alt,table.shop_table td.actions .button.alt{font-size:12px !important;vertical-align:top !important;margin-right:0;width:auto;}
table.shop_table tbody tr {background:#fff;}
table.shop_table dl.variation dt {float:left;margin-right:5px;}
/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list, ul.product_list_widget {
	list-style: none outside !important;
}
ul.cart_list li, ul.product_list_widget li {
	margin: 0 0 10px !important;
	line-height: 16px;
	background: none;
	overflow: hidden;
	padding-left: 70px;
	position: relative;
	min-height: 58px;
}
ul.cart_list li.empty, ul.product_list_widget li.empty { padding: 0;}
ul.cart_list li a, ul.product_list_widget li a {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
#info_nav ul.cart_list li a, #info_nav ul.product_list_widget li a {
	padding: 0;
	text-align: left;
}
ul.cart_list li img, ul.product_list_widget li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	width: 48px;
	padding:3px;
	height: auto;
	background-color: white;
}
ul.cart_list li .amount, ul.product_list_widget li .amount {
}
ul.cart_list li del, ul.product_list_widget li del {
	display:block;
	float: left;
	margin-right: 5px;
}
ul.cart_list li del .amount, ul.product_list_widget li del .amount {
	font-size: 0.9em;
}
ul.cart_list li dt, ul.product_list_widget li dt {
	display: inline-block;
	margin-right: 5px;
}
ul.cart_list li dd, ul.product_list_widget li dd {
	display: inline-block;
}
.widget_shopping_cart .total {
	border-top: 3px double #ddd;
	padding: 4px 0 0 10px;
	margin: 0 !important;
}
.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}
.widget_shopping_cart .buttons {
	zoom: 1;
}
/* =Cart
-------------------------------------------------------------- */
a.remove {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background: url(images/remove.png) #cccccc;
}
a.remove:hover {
	background-color: #f93;
}
.cart th, .cart td {
	vertical-align: middle;
	text-align:left;
	border-bottom:0;
	background: none;
}
td.actions {
	text-align: right !important;
}
td.actions .coupon {
	float: left;
}
td.actions .coupon label {
	display: none;
}
td.actions .coupon .input-text {
    width: 160px !important;
    float: left;
    margin: 1px 6px 0 0 !important;   
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset; 
    background: #fff url(images/bg-input.png) repeat-x scroll 0 0 transparent;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-family: 'Calibri', 'Droid Sans', Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    outline: 0 none;
    padding: 6px;
}                      
td.actions .button-alt, td.actions .button.alt {
	float: right;
	margin: 0px 0 0 6px;
}
td.quantity {
	min-width: 80px;
}
.quantity input {
	margin-left: 0;
	margin-right: 0;
}
.quantity input.qty {
	border: 1px solid #ccc;
	width: 20px;
	display: inline;
	padding: 1px 5px 2px;
	line-height: 1em !important;
	vertical-align: middle;
}
.quantity input.plus, .quantity input.minus {
	background: #ccc;
	border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
	line-height: 1em;
	width: 20px;
    height: 16px;
    font-size: 12px;
    color: #888888;
	cursor: pointer;
    padding: 0;
}
.quantity input.minus {
    bottom: 0;
    position: absolute;
    right: 0;
}
.quantity input.input-text {
    border: 1px solid #BBBBBB;
	border-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    float: left;
    padding: 6px 9px;
    width: 38px;
	outline: none;
}
.quantity input.plus {
    position: absolute;
    right: 0;
    top: 0;
}
.quantity input.plus:hover,.quantity input.minus:hover{background:#fff;}
.cart input {
  width: 100px;
  margin: 0 !important;
  vertical-align: middle;
}
.col2-set {
  zoom: 1;
  width: 100%;
  position: relative;
}
.col2-set::after {
clear: both;
content: '.';
display: block;
visibility: hidden;
}
.col2-set .col-1 { min-height:205px;}
.col2-set .col-1 {
  float: left;
  width: 47%;
  padding:10px 1%;
  background:#F0F0F0;
}
.col2-set .col-2 { min-height:205px;}
.col2-set .col-2 {
  float: right;
  width: 47%;
  padding:10px 1%;
  background:#F0F0F0;
}
.col2-set h3, #order_review_heading, header h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.col2-set h3, #order_review_heading {
	font-size: 16px;
}
.cart-collaterals {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin-bottom:2em;
}
.cart-collaterals .related {
  width: 310px;
  float: left;
}
.cart-collaterals .cross-sells {
  width: 314px;
  float: left;
}
.cart-collaterals .shipping_calculator {
  float: left;
  max-width: 400px;
  width: 45%;
  clear: left;
  text-align: left;
  overflow: hidden;
  zoom: 1;
}
.cart-collaterals .shipping_calculator .shipping-calculator-form {
  margin: 15px 0;
}
.cart-collaterals .shipping_calculator .button {
  float: none !important;
  display: block;
}
.cart-collaterals .shipping_calculator a {
  color:inherit;
}
.cart-collaterals .shipping_calculator a:hover {
  color:#444;
}
.cart-collaterals .shipping_calculator .col2-set {
    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;
  max-width: 400px;
  width: 45%;
  text-align: left;
}
.cart-collaterals .cart_totals p {
  margin: 0 !important;
}
.cart-collaterals .cart_totals table {
  border-collapse: separate;
  padding: 0;
  width: 100%;
  border: 1px solid #DDD;
  background: #fff;
}
.cart-collaterals .cart_totals table tr:nth-child(2n+1) {
background-color: #F6F6F6;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
  color: inherit;
}
.cart-collaterals .cart_totals table small {
  display: block;
  color: #999;
}
.cart-collaterals .cart_totals .discount td {
  color: green;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  line-height: 1.5em;
  background: none;
  border-bottom: 0;
}
.cart-collaterals .cart_totals a.button-alt, .cart-collaterals .cart_totals a.button.alt {
  width: 193px;
  display: block;
  font-size: 0.92em;
}
.cart-collaterals .shipping_calculator h2, .cart-collaterals .cart_totals h2 {
	font-size: 16px;
}
/* =Forms
-------------------------------------------------------------- */
.form-row {
  overflow: hidden;
  zoom: 1;
  padding: 3px 0;
  margin: 0 0 6px !important;
}
.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: #c00;
  font-weight: bold;
}
.form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.form-row label.checkbox {
  display: inline;
}
form .form-row, #content .form-row {
  /*display: block;
		padding: 1px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width: 100%;
		border: 1px solid #ccc;
		outline: 3px solid #f5f5f5;
		background: #fff;*/

}
form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea, 
form .form-row select,
table.variations tr select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  padding: 4px 6px;
  margin: 0;
  outline: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1em;
}
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;
}
form .form-row input.input-text:focus,
#content .form-row input.input-text:focus,
form .form-row textarea:focus,
#content .form-row textarea:focus {
  box-shadow: inset 0 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
}
.form-row-first, .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.form-row-last {
  float: right;
}
/* =Checkout
-------------------------------------------------------------- */
#payment {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
#payment ul.payment_methods {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #DDD;
  margin: 0 !important;
  list-style: none outside;
}
#payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0 !important;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0 !important;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  position: relative;
}
#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}
#payment #place_order {
  float: right;
  margin: 0;
}
#payment .terms {
  padding: 0 1em 0 !important;
  text-align: right;
}
#payment div.payment_box {
  position: relative;
  width: 96%;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}
#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 #f1f1f1;
  /* arrow size / color */

  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -5px;
  left: 0;
  margin: -1em 0 0 2em;
}
div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
  position: absolute;
  right: 0;
  padding: 0;
}
#shiptobilling label {
  font-size: 0.9em;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}

.actions .checkout-button {
	margin-left: 10px !important;
}
/* =Order Page
-------------------------------------------------------------- */
.order_details {
  overflow: hidden;
  zoom: 1;
  margin: 1.5em 0 1.5em;
  list-style: none;
}
.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  line-height: 1em;
  border-right: 1px dashed #aaa;
  padding-right: 2em;
}
.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
  color: #C2C2C2;
}
.order_details li.method {
  border: none;
}
.customer_details {
	margin-bottom: 20px;
}
/* =Account
-------------------------------------------------------------- */
.addresses .title {
  overflow: hidden;
  zoom: 1;
}
.addresses .title .edit {
  float: right;
}
/* =Layered Nav Widgets
-------------------------------------------------------------- */
.widget_price_filter .price_slider_wrapper .button {
  float: right;
  margin: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  margin: 1em .6em .6em;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  outline: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  overflow: hidden;
  line-height: 2em;
}               
.widget_price_filter .price_label {
    color:#666;
}
.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 1px;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #3399cc;
  background: #3399cc url(images/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}   
             
/* =Categories Widgets
-------------------------------------------------------------- */
#sidebar .widget_product_categories ul li.cat-item, #sidebar .woocommerce_product_categories ul li.cat-item { 
	background: url(../images/arrow4.png) no-repeat 0 0.2em;
	padding-left: 25px;
	display: block;
	line-height: 18px;
	margin: 5px 0;
}
#sidebar .widget_product_categories ul li.cat-item:first-child, #sidebar .woocommerce_product_categories ul li.cat-item:first-child { 
	margin-top:0;
}
#sidebar .widget_product_categories ul li.cat-item:last-child, #sidebar .woocommerce_product_categories ul li.cat-item:last-child { 
	margin-bottom:0;
} 
             
/* =Variations
-------------------------------------------------------------- */
.variations_form {
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	padding: 15px 0;
}
.variations_form .single_variation_wrap {overflow:hidden;margin-top:10px;}
.variations_form .variations_button {float:right;}
.variations_form table.variations {border:none;margin:0;table-layout: fixed;}
.variations_form table.variations tr {background:none;padding:5px 0;}
.variations_form table.variations tr label {display:block;padding-right:10px;}
.variations_form table.variations tr select {padding:3px;display:block;min-width:100px;}
.variations_form table.variations tr td {border:none;padding:4px 0 !important;}
.variations_form table.variations tr td:first-child {width: 35%;}
.variations_form table.variations tr td:last-child {width: 65%;}
.variations_form .single_variation {float:left; position:relative;}
.variations_form .reset_variations {display:none !important;}
.variations_form .price {	
	display: block;
	font-size: 1.5em;
	padding: 5px 12px 5px 20px;
	padding: 5px 12px 5px 20px;
	height: 22px;
}
.variations_form .price::before {
}
.variations_form .price::after {	
}
.variations_form .price del {font-size:0.7em;}
.variations_form .out-of-stock {margin: 0.8em 20px 0.8em 0;clear:both!important;} 
.variations_form .variations div { margin-bottom:10px; }
.variations_form .select_label { display:block; width:50px; float:left; } 
             
/* =Widget login
-------------------------------------------------------------- */
.widget_login input.input-text {border:1px solid #B2B0B0;padding:5px;}

.woocommerce .page-title { }
.woocommerce #breadcrumb { }
.woocommerce .sorter {
	margin: 0 0 1.2em;
	padding:5px 0; 
	border-bottom: 1px solid #CCC;
}
.woocommerce .sort-by {float:left; font-size:11px; text-transform:uppercase; }
.woocommerce .sort-by ul { margin:0px;}
.woocommerce .sort-by li { list-style-type:none; display:inline; }
.woocommerce .sort-by li.sort-by-item { padding:0 5px;}
.woocommerce .sort-by li.active { color:#838383; }
.woocommerce .pager {margin: 1.2em 0;}
.woocommerce .pager .page_numbers {float:left;line-height:1.6;}
.woocommerce .pager .amount {float:right; margin:0}
.woocommerce .product-category-image img {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.shop-product-content {  border-top:1px solid #CCCCCC;}
.shop-single-product-content { padding-top:10px; }
.woocommerce-ordering{
	float:right;
}
.woocommerce-result-count{
	width:50%;
}