/* Default MWI Styling */

.products {
	width: auto;
	overflow: hidden;
	margin: 0 -15px 20px;
}
	.product {
		width: 188px;
		margin: 0 15px 25px;
		float: left;
		display: inline;
		padding: 1px 0 0;
		min-height: 400px;
	}
	.product.single {
		margin: 0 40px 25px 0;
	}
		.product .product_img {
			background: #fff;
			padding: 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
			display: block;
			overflow: hidden;
			margin: 0 0 20px;
		}
			.product .product_img img {
				width: 168px;
				float: left;
				display: block;
			}
		.product .product_title {
			line-height: 1.2em !important;
			margin: 0 10px 10px !important;
			font-size: 18px;
		}
		.product .product_desc {
			margin: 0 10px 10px;
			font-size: 14px;
		}
		.product .price-box {
			margin: 0 10px 10px;
			font-size: 16px;
			font-weight: bold;
		}
			.product .price-box {
				overflow: hidden;
				text-align: left;
			}
			.product .price-box p {
				float: left;
				display: inline;
				width: auto;
				margin-bottom: 0 !important;
			}
			.product .old-price {
				margin-right: 8px;
				font-weight: normal;
				text-decoration: line-through;
				font-style: italic;
				color: #888;
			}
			.product .price-label {
				display: none;
			}
			
/* Widgets */

ul.mwi_product_widget {
	margin: 10px 0 0 !important;
}
	.mwi_product_widget li {
		list-style: none none outside;
		margin: 0 0 30px;
	}
	
	.mwi_product_widget li .product_img {
		background: white;
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		display: block;
		overflow: hidden;
		margin: 0 1px 20px;
		width: auto;
		float: left;
	}
		.mwi_product_widget li .product_img img {
			float: left;
			display: inline;
		}
	.mwi_product_widget li .product_title {
		clear: both;
		display: block;
		font-size: 16px;
		margin: 0 10px 10px;
	}
	.mwi_product_widget li .price-box {
		margin: 0 10px 10px;
		font-size: 14px;
		font-weight: bold;
		overflow: hidden;
	}
		.mwi_product_widget li .price-box p {
			float: left;
			display: inline;
			width: auto;
			margin-bottom: 0 !important;
		}
		.mwi_product_widget li .old-price {
			margin-right: 8px;
			font-weight: normal;
			text-decoration: line-through;
			font-style: italic;
			color: #888;
		}
		.mwi_product_widget li .price-label {
			display: none;
		}
		
/* Category listing */
	
	/* Products */
	
	ul.mwi-category-listing {
		margin: 0 !important;
		padding: 0;
		overflow: hidden;
	}
		ul.mwi-category-listing li.mwi-product {
			list-style: none none outside;
			width: 30%;
			margin: 10px 5% 10px 0;
			float: left;
			display: inline;
			text-align: center;
		}
		.mwi-category-listing li.mwi-product.first {
			clear: both;
		}
		.mwi-category-listing li.mwi-product.last {
			margin-right: 0;
		}
		.mwi-category-listing li.mwi-product .price-box {
			overflow: hidden;
			margin: 0 0 15px;
		}
			.mwi-category-listing li.mwi-product .price-box p {
				margin: 0 4px;
				display: inline;
			}
			.mwi-category-listing li.mwi-product .price-box p.old-price {
				text-decoration: line-through;
				color: #888;
			}
				.mwi-category-listing li.mwi-product .price-box .price-label {
					display: none;
				}
			.mwi-category-listing li.mwi-product .product_btn {
				margin-left: 5px;
				margin-right: 5px;
			}
			ul.mwi-category-listing li.mwi-product a.product_img {
				display: block;
				margin: 0 0 15px;
			}
				ul.mwi-category-listing li.mwi-product a.product_img img {
					width: 100%;
					max-width: 100%;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
				}
			
	
	/* Pagination */
	
	.mwi-pagination-wrap {
		position: relative;
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		height: 50px;
		line-height: 30px;
		padding: 10px 0;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		overflow: hidden;
		text-align: left;
		margin: 20px 0;
	}
		.mwi-prod-count {
			float: right;
			width: auto;
			display: inline;
			height: 30px;
			line-height: 30px;
		}	
		ul.mwi-pagination {
			display: block;
			height: 30px;
			line-height: 30px;
			text-align: center;
			list-style: none none outside;
			float: left;
			width: auto;
		}
			ul.mwi-pagination li {
				list-style: none none outside;
				display: inline-block;
				margin: 0;
				padding: 0;
				background: #f5f5f5;
				width: 30px;
				height: 30px;
				line-height: 30px;
				vertical-align: top;
				font-size: 12px;
			}
			ul.mwi-pagination li.active {
				background: #e9e9e9;
				color: #333;
			}
				ul.mwi-pagination li a {
					display: block;
					height: 30px;
					line-height: 30px;
					width: 30px;
					overflow: hidden;
					text-decoration: none;
					-webkit-transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
					font-size: 12px;
				}
				ul.mwi-pagination li a:hover {
					background: #333333;
					color: #fff;
				}

/* Buttons */
			
.product_btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1.5em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin: 3px 10px;
}
.product_btn:hover {
	text-decoration: none;
}
.product_btn:active {
	position: relative;
	top: 1px;
}

/* black */
.product_btn.black {
	color: #d7d7d7 !important;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.product_btn.black:hover {
	background: #000 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.product_btn.black:active {
	color: #666 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.product_btn.gray {
	color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.product_btn.gray:hover {
	background: #616161 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.product_btn.gray:active {
	color: #afafaf !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.product_btn.white {
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.product_btn.white:hover {
	background: #ededed !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.product_btn.white:active {
	color: #999 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.product_btn.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.product_btn.orange:hover {
	background: #f47c20 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.product_btn.red {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.product_btn.red:hover {
	background: #b61318 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.product_btn.red:active {
	color: #de898c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.product_btn.blue {
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.product_btn.blue:hover {
	background: #007ead !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.product_btn.blue:active {
	color: #80bed6 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.product_btn.rosy {
	color: #fae7e9 !important;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.product_btn.rosy:hover {
	background: #ba4b58 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.product_btn.rosy:active {
	color: #dca4ab !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.product_btn.green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.product_btn.green:hover {
	background: #538018 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.product_btn.green:active {
	color: #a9c08c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.product_btn.pink {
	color: #feeef5 !important;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.product_btn.pink:hover {
	background: #d57ea5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.product_btn.pink:active {
	color: #f3c3d9 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}