.woocommerce .clear { clear: both }
.woocommerce .nobr { white-space: nowrap }

.woocommerce ul.products{
	clear:both;
	list-style: none;
	margin:0;
}
.woocommerce ul.products li.first {
    margin-left: 0;
	clear:both;
}


/*===FORM===*/
#content-wrapper .woocommerce,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
	margin-bottom:20px;
}

.woocommerce .form-row{
	overflow:hidden;
}
.woocommerce .form-row.form-row-first,
.woocommerce .form-row.form-row-last{
	width: 49%;
	display: block;
	float:left;
}
.woocommerce .form-row.form-row-last{
	margin-left: 2%;
}
.woocommerce .form-row.notes{
	margin-top:40px;
}
.woocommerce .form-row .hidden{
	display:block;
}
.woocommerce .form-row .input-text{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.woocommerce .form-row .input-checkbox,
.woocommerce .form-row label.checkbox,
.woocommerce .payment_methods .input-radio,
.woocommerce .payment_methods label{
	display:inline-block;
	margin:0;
}


/*===TABLE===*/
.woocommerce table.shop_table,
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.shop_attributes{
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	text-align:left;
	border-style:solid;
	border-width:1px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	padding:10px 15px;
	border-style:solid;
	border-width:1px;
}
.woocommerce table.shop_table tbody tr:hover td,
.woocommerce table.shop_table .actions,
.woocommerce .cart-collaterals .cart_totals table tbody tr:hover td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes tbody tr:hover td,
.woocommerce table.shop_table thead th,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-checkout table.shop_table th,
.woocommerce .address .title,
.woocommerce .order_details tfoot th{
	background-color:#fbfbfb;
}

.woocommerce-cart table.shop_table thead th{
	border:none;
}
.woocommerce #order_review table.shop_table thead th,
.woocommerce #order_review table.shop_table tbody td,
.woocommerce table.shop_table thead th,
.woocommerce .order_details tbody td{
	border-width:0 0 1px 0;
}
.woocommerce table.shop_table .variation{
	margin:0;
}
.woocommerce table.shop_table .quantity.buttons_added{
	margin:0;
}
.woocommerce table.shop_attributes{
	width:60%;
}
.woocommerce table.shop_attributes p{
	margin:0;
}
.woocommerce .widget_shopping_cart_content li .variation{
	margin-bottom:0;
}
.woocommerce .widget_shopping_cart_content li .variation dt,
.woocommerce .widget_shopping_cart_content li .variation dd,
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd{
	display:inline-block;
}
.woocommerce .widget_shopping_cart_content li .variation dd,
.woocommerce .shop_table .variation dd{
	margin-right:20px;
}


/*===MESSAGES===*/
.woocommerce .woocommerce-info{
	padding:15px;
	border:solid 1px #46B6EC;
	background-color:#BDE5F8;
	color: #00529B;
}
.woocommerce .woocommerce-error{
	padding:15px;
	border:solid 1px #FBD3C6;
	background-color:#FDE4E1;
	color: #B10009;
	list-style:none;
	margin-left:0;
}
.woocommerce .woocommerce-message{
	padding:15px;
	border: solid 1px #ADDE5C;
	background-color: #DFF2BF;
	color: #008000;
}


/*===PRODUCT LIST===*/
.woocommerce .required,
.woocommerce .out-of-stock,
.woocommerce a.remove:hover{
	color:#f00;
}
.woocommerce .out-of-stock{
	font-size:18px;
	text-align:center;
}
.woocommerce .show_review_form{
	color:#5BC0DE;
	text-decoration:underline;
}
.woocommerce .woocommerce-result-count{
	float:left;
	margin-top:10px;
}
.woocommerce .woocommerce-ordering{
	float:right;
}

.woocommerce .order_details tfoot th,
.woocommerce .cart_totals td,
.woocommerce #order_review tfoot th,
.woocommerce table.shop_attributes td{
	text-align:right;
}
.woocommerce .shop_table .product-remove,
.woocommerce .shop_table .product-quantity,
.woocommerce .shop_table .order-actions{
	text-align:center;
}

.woocommerce .onsale,
.woocommerce-page .onsale{
    color: #FFFFFF;
    font-size: 12px;
    height: 36px;
    left: 10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 36px;
	z-index:9;
	-webkit-border-radius:36px;
	   -moz-border-radius:36px;
			border-radius:36px;
}

/*product-list*/
.woocommerce .product{
	margin-bottom:30px;
	position:relative;
}
.woocommerce .product .product-thumbnail{
	display:block;
}
.woocommerce .product .add_to_cart_button.button,
.woocommerce .product .button,
.woocommerce .added_to_cart{
	font-size:12px;
	position:relative;
}
.woocommerce .product .add_to_cart_button.button:before,
.woocommerce .product .button:before{
	position:relative;
	display:inline-block;
	margin-right:5px;
	font-family:'FontAwesome';
}
.woocommerce .product .add_to_cart_button.button:before{
	content:'\f07a';
}
.woocommerce .product .button:before{
	content:'\f0c9';
}
.woocommerce .product .product-details{
	border-style:solid;
	border-width:1px;
	border-top:none;
	padding:15px 15px 5px;
	font-size:16px;
}
.woocommerce .product .product-details h3{ 
	margin-top:0;
	margin-bottom:5px; 
	font-size:16px;
	line-height:18px;
}

/*product category*/
.woocommerce .product-category li{
	position:relative;
}
.woocommerce .product-category li a{
	display:block;
}
.woocommerce .product-category h3{
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:10px;
	margin:0;
	background-color:#3C4042;
	color:#fff;
	padding:3px 10px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.woocommerce .product-category mark{
	background:none;
	color:#fff;
}
p.product.woocommerce{
	border-width:1px !important;
}
p.product.woocommerce a.add_to_cart_button{
	float: right;
}

/*product-details*/
.single-product .product_title{
	margin:0 0 10px;
	line-height:100%;
	font-size:28px;
}
.single-product .summary .price{
	font-size:28px;
	margin-bottom:30px;
}
.single-product .summary p{
	margin-bottom:20px;
}
.single-product .summary .cart{
	margin-bottom:10px;
}
.single-product .summary .product_meta{
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
    padding: 10px 0;
}
.single-product .summary .product_meta span{
	font-size:12px;
	display:block;
}
.single-product .summary .product_meta .sku_wrapper span{
	display:inline-block;
}
.single-product .summary .product_meta a:hover{
	text-decoration:underline;
}


/*product price*/
.woocommerce .product .price,
.woocommerce .product_list_widget .amount{
}
.woocommerce .product .product-details .price{
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.woocommerce .product ins,
.woocommerce .product_list_widget ins{
	text-decoration:none;
}
.woocommerce .product  del,
.woocommerce .product_list_widget del .amount{
	color:#999;
	margin-right:10px;
	font-size:85%;
}
.woocommerce .single-product .product  del{
	font-size:65%;
}


/*shopping chart*/
.woocommerce .widget_shopping_cart_content{
	border-style:solid;
	border-width:1px;
}
.woocommerce .widget_shopping_cart_content li{
	padding:8px;
	margin:0;
}
.woocommerce .widget_shopping_cart_content .total{
	padding:10px;
	margin:0;
	text-align:right;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.woocommerce .widget_shopping_cart_content .total strong{
	margin-right:8px;
}

.woocommerce .shop_table.cart .product-thumbnail img{
	width:45px;
	height:45px;
}
.woocommerce .shop_table.cart tbody .actions{
	text-align:right;
	border-top-style:solid;
	border-top-width:1px;
}
.woocommerce .shop_table.cart tbody .coupon{
	float:left;
}
.woocommerce .shop_table.cart tbody .coupon label{
	display:inline-block;
	margin-top:3px;
}
.woocommerce .shop_table.cart tbody .actions .button,
.woocommerce .shipping-calculator-form .button{
	font-size:11px;
	font-weight:400;
	padding:5px 20px;
	margin:3px 0;
}
.woocommerce .shop_table.cart tbody .actions .input-text{
	padding:5px;
	margin:0 10px;
	width:150px;
	border-style:solid;
	border-width:1px;
}


.woocommerce .shipping_calculator{
	text-align:right;
}
.woocommerce .shipping_calculator h2{
	background-color:#fbfbfb;
	border-style:solid;
	border-width:1px;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
}


.woocommerce #order_review{
	padding:15px;
	border-style:solid;
	border-width:1px;
}
.woocommerce #order_review .payment_methods{
	list-style:none;
	margin:20px 0;
	padding:0;
	border-style:solid;
	border-width:1px;
	background-color:#fbfbfb;
}
.woocommerce #order_review .payment_methods li{
	padding:10px 15px;
	border-top-style:solid;
	border-top-width:1px;
}
.woocommerce #order_review .payment_methods li:first-child{
	border:none;
}
.woocommerce #order_review .payment_methods p{
	font-size:11px;
	margin:10px 0 0 ;
}

.woocommerce .address{
	display:inline-block;
	width:260px;
	margin:0 0 20px;
	vertical-align:top;
	border-style:solid;
	border-width:1px;
}
.woocommerce .address .title{
	position:relative;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:10px;
}
.woocommerce .address .title h3{
	font-size:14px;
	margin:0;
}
.woocommerce .address .title a{
	position:absolute;
	top:10px;
	right:10px;
}
.woocommerce .address address{
	margin:0;
	padding:10px;
}


/*checkout*/
.woocommerce ul.order_details{
	list-style:none;
	margin-left:0;
	padding:0;
}
.woocommerce ul.order_details li{
	padding:10px 0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.woocommerce .customer_details dt,
.woocommerce .customer_details dd{
	display:inline-block;
}
.woocommerce .customer_details dd{
	margin-right:30px;
}
.woocommerce #shiptobilling{
	float: right;
	line-height:40px;
}


/*woocommerce button*/
.woocommerce .widget_shopping_cart_content p.buttons{
	margin:0;
	padding:0;
}
.woocommerce .widget_shopping_cart_content p.buttons .button{
	display:inline-block;
	width:45%;
	padding:7px;
	text-align:center;
	font-size:12px;
	line-height:26px;
	margin-right:-7px;
	background:#fbfbfb;
}
.woocommerce .widget_shopping_cart_content p.buttons .button:hover{
	background:none;
}
.woocommerce .widget_shopping_cart_content .button.checkout{
	border-left-style:solid;
	border-left-width:1px;
}
.woocommerce .quantity.buttons_added{
	border-style:solid;
	border-width:1px;
	margin:0 20px 10px 0;
	display:inline-block;
}
.woocommerce .quantity.buttons_added input.minus,
.woocommerce .quantity.buttons_added input.qty,
.woocommerce .quantity.buttons_added input.plus{
	padding:10px;
	margin:0;
	width:40px;
	text-align:center;
	background:none;
	border:none;
	color:#888;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
.woocommerce .quantity.buttons_added input.qty{
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	padding:11px 10px 12px;
}
.woocommerce .quantity.buttons_added input.minus,
.woocommerce .quantity.buttons_added input.plus{
	background-color:#fbfbfb;
}
.woocommerce .quantity.buttons_added input.minus:hover,
.woocommerce .quantity.buttons_added input.plus:hover{
	background-color:#fff;
}

.woocommerce .shop_table.cart .quantity.buttons_added input.minus,
.woocommerce .shop_table.cart .quantity.buttons_added input.qty,
.woocommerce .shop_table.cart .quantity.buttons_added input.plus{
	padding:6px;
	width:30px;
}
.woocommerce .shop_table.cart .quantity.buttons_added input.qty{
	padding:8px 6px 7px;
	background-color:#fff;
}

.woocommerce a.remove{
	font-size:18px;
}
.woocommerce .added_to_cart{
	float:right;
	margin-top:5px;
}


/*woocommerce tabs*/
.woocommerce-tabs{
	margin:40px 0;
}
.woocommerce-tabs ul.tabs{
	list-style:none;
	margin:0 0 20px;
	padding:0;
	height:25px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.woocommerce-tabs ul.tabs li{
	display:inline-block;
}
.woocommerce-tabs ul.tabs li a{
	padding:4px 15px;
	background:#fbfbfb;
	border-style:solid;
	border-width:1px;
	border-bottom:none;
}
.woocommerce-tabs ul.tabs li.active a{
	padding-bottom:5px;
	margin-bottom:-1px;
	background:#fff;
}
.woocommerce-tabs .star-rating{
	float:right;
	margin-top:13px !important;
}
.woocommerce-tabs .commentlist .star-rating{
	margin:0 !important;
}

/*woocommerce review*/
.woocommerce #reviews .commentlist li{
	background-color:#fbfbfb;
	padding:10px;
	margin-bottom:5px;
	border:1px solid #e0dede;
}
.woocommerce #reviews .commentlist .avatar{
	float:left;
	margin-right:10px;
}
.woocommerce #reviews .commentlist .comment-text{
	overflow:hidden;
}
.woocommerce #reviews .commentlist .star-rating{
	float:right;
}









/*===WIDGET===*/

/*category*/
.woocommerce .widget_product_categories li{
	position:relative;
	padding:7px 0 7px 15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.woocommerce .widget_product_categories li:before{
	position:absolute;
	display:block;
	content:'\f105';
	font-family:FontAwesome;
	left:0;
	top:6px;
}

/*product list*/
.woocommerce .product_list_widget li{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
	content:'';
	display:block;
	overflow:hidden;
	color:#999;
}
.woocommerce .product_list_widget a{
	display:block;
}
.woocommerce .product_list_widget a img{
	width:60px;
	height:60px;
	margin-right:10px;
	float:left;
}

/*price slider*/
.woocommerce .price_slider_wrapper {
    border: 1px solid #E0DEDE;
    padding: 20px;
}
.woocommerce .price_slider_wrapper .button,
.woocommerce .address a.edit,
.woocommerce .my_account_orders a.view{
	background:#fbfbfb;
	border:1px solid #e0dede;
	padding:2px 8px;
	color:#777;
	margin-bottom:0;
}
.woocommerce .price_slider_wrapper .price_slider {
    margin-bottom: 20px;
}
.woocommerce .price_slider_wrapper input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 2px 0 0 4px;
    float: left;
    width: 100px;
}
.woocommerce .price_slider_wrapper .price_label {
    float: right;
}
.woocommerce .price_slider_wrapper .ui-slider {
    position: relative;
    text-align: left;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 19px;
    height: 19px;
    margin: 0;
    cursor: w-resize;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 14px;
    display: block;
    background-position: 0 0;
}
.woocommerce .price_slider_wrapper .ui-widget-content {
	background-color:#fbfbfb;
	border:1px solid #e0dede;
}
.woocommerce .price_slider_wrapper .ui-widget-header {
	background-color:#e9e9e9;
}
.woocommerce .price_slider_wrapper .ui-state-default {
	background:url(../images/icons/price-slide-arrow.png) no-repeat;
	width:10px;
	height:15px;
}
.woocommerce .price_slider_wrapper .ui-slider.ui-state-disabled .ui-slider-handle,
.woocommerce .price_slider_wrapper .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal {
    height: 4px;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.4em;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.woocommerce .address a.edit,
.woocommerce .my_account_orders a.view{
	font-size:11px;
	letter-spacing:1px;
}

/*star rating*/
.woocommerce .star-rating,
.woocommerce-page .star-rating{
	overflow:hidden;
	position:relative;
	height:12px;
	line-height:12px;
	width:60px;
	opacity:0.6;
	margin:5px 0;
	background-image:url('../images/icons/star.png');
	background-size:12px 36px;
	background-repeat:repeat-x;
}
.woocommerce .star-rating .rating,
.woocommerce-page .star-rating .rating{
	display:none !important;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span{
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	background-image:url('../images/icons/star.png');
	background-position:0 -24px;
	background-size:12px 36px;
	background-repeat:repeat-x;
	text-indent: -9999px;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating{
	display:block;
	margin:0 0 .5em;
	float:right;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating{
	margin:10px 0 0 0
}