/*   
Template Name: Vitalia - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

body { 
	color:#4c4c4c; 
	font-size:12px;
	font-weight: 400;
	line-height:1.6;
	font-family:'Arial';
	background:#fcfcfc url(../img/patterns/body/01.png);
}

	.fixed-body {
		padding: 0px 20px;
	}

b, 
strong {
	font-weight: bold;
}

a { 
	color:#4c4c4c;
	line-height:1.6; 
}

a:hover {
	color:#4c4c4c;
	text-decoration:none;
}

.standard-body .full-width .container {
	max-width: 1260px;
	margin: 0px auto;
	padding-left: 60px;
	padding-right: 60px;
}
	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1220px;
		background: #fff;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
			z-index: -1;
			-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.10);
			-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.10);
			box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.10);
		}
	
	.standard-body .fixed .container {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0px;
		max-width: 100% !important;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1220px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.10);
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
	
		.main-fixed .background .shadow {
			display: none !important;
		}
		
.fixed-body .container {
	padding-left: 40px;
	padding-right: 40px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}
	
/* Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select {
	background: #fff;
	color: #4c4c4c;
	font-weight: 400;
	font-family: Arial;
	border: 1px solid #cccccc;
	margin: 5px 0px;
	padding: 6px 10px;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  outline: 0;
	  outline: thin dotted \9;
	  /* IE6-9 */
	
	  -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.20);
	     -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.20);
	          box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.20);
	}
	
	textarea {
		max-width: 100%;
	}
	
	select {
		height: 30px;
	}
	
/* Dropdown 
-------------------*/

.dropdown-menu {
	background: #fff;
	color: #4c4c4c;
	border: none;
	font-size: 12px;
	padding: 10px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
}
	
	#cart_block .dropdown-menu {
		padding: 0px;
	}
	
	.dropdown-menu li a {
		color: #4c4c4c;
		padding: 2px 0px;
	} 
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: #f7f7f7;
		}
		
	.nav-header {
		color: #4c4c4c;
	}
	
/* Buttons 
------------------*/

.button {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#fff !important;
	font-size: 12px;
	font-weight: 400;
	padding:6px 18px 7px 18px;
	background: #d95621; /* Old browsers */
	background: -moz-linear-gradient(top, #f26f3a 15%, #d95621 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#f26f3a), color-stop(100%,#d95621)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f26f3a 15%,#d95621 100%); /* W3C */
}

	.button:hover {
		color: #fff;
	}
	
	.buttons .left .button,
	.buttons .center .button,
	#cart_block .checkout a:first-child {
		background: #01a4b7; /* Old browsers */
		background: -moz-linear-gradient(top, #1abdd0 15%, #01a4b7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#1abdd0), color-stop(100%,#01a4b7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1abdd0 15%,#01a4b7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1abdd0 15%,#01a4b7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1abdd0 15%,#01a4b7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #1abdd0 15%,#01a4b7 100%); /* W3C */
	}

.buttons { 
	width: 100%;
	overflow: auto;
	margin: 0px 0px 20px 0px; 
	padding-top: 40px;
	position: relative;
}

	.buttons:before {
		content: "";
		width: 100%;
		display: block;
		position: absolute;
		height: 1px;
		background: #e5e5e5;
		top: 10px;
	}

	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
	text-transform: uppercase;
}

.button-checkout {
	display: block;
	float: right;
	text-transform: uppercase;
}
	
/* Header 
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}

/* Top Bar
------------------*/

#top-bar {
	position: relative;
}

#top-bar .background-top-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top-bar .background {
	background: #00a3b7; /* Old browsers */
	background: -moz-linear-gradient(top, #00a3b7 0%, #1abdd0 0%, #00a3b7 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a3b7), color-stop(0%,#1abdd0), color-stop(99%,#00a3b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00a3b7 0%,#1abdd0 0%,#00a3b7 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00a3b7 0%,#1abdd0 0%,#00a3b7 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00a3b7 0%,#1abdd0 0%,#00a3b7 99%); /* IE10+ */
	background: linear-gradient(to bottom, #00a3b7 0%,#1abdd0 0%,#00a3b7 99%); /* W3C */
}

#top-bar .container {
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 11px;
	color: #fff;
}

#top-bar .container > div > div > div > a,
#top-bar .container > div > div form > div > a {
	font-weight: bold;
	color: #fff;
}	

	#top-bar .row > div {
		min-height: 12px !important;
	}

	/* Top Bar -> Welcome text */
 
	#top-bar .welcome-text {
		padding: 3px 20px 1px 0px;
		
	}

	/* Top Bar -> Currency and Language */
	
	#top-bar-right .currency-language {
		position: relative;
		margin: -8px -15px -12px 0px;
		display: table;
		width: 100%;
	}
	
		#top-bar-right .currency-language:before,
		#top-bar-right .currency-language:after {
		  display: table;
		  content: " ";
		}
		
		#top-bar-right .currency-language:after {
		  clear: both;
		}

	#top-bar-right .dropdown {
		float: right;
		padding: 11px 15px 13px 15px;
	}
	
		#top-bar-right .dropdown.open {
			background: url(../img/dropdown-open.png);
		}
	
		#top-bar-right form {
			float: right;
			width: auto;
		}
 
	 	#top-bar .dropdown .caret {
	 		border-top: 4px solid #fff;
	 	}
	 	
	 	#top-bar .dropdown > a {
	 		padding-left: 4px;
	 	}
	 	
		 	#top-bar .dropdown > a img {
		 		margin: 0px 2px 2px 0px;
		 	}
		 	
			 	#top-bar .dropdown img {
			 		vertical-align: middle;
			 	}
		 	
			 	#top-bar-right .dropdown-menu {
			 		right: 0px;
			 		left: 0px;
			 		top: 100%;
			 		margin: 0px;
			 	}
			 		
			 	#top-bar-right .dropdown-menu img {
			 		margin: 0px 5px 3px 0px;
			 	}
			 	
			 	#top-bar-right .dropdown-menu {
			 		padding: 6px 20px;
			 		text-align: left;
			 	}
			 	
			 	#top-bar-right .dropdown-menu li {
			 		border-top: 1px solid #e5e5e5;
			 	}
			 	
			 		#top-bar-right .dropdown-menu li:first-child {
			 			border: none;
			 		}
			 		
			 		#top-bar-right .dropdown-menu li a {
			 			font-size: 12px;
			 			display: block;
			 			position: relative;
			 			margin-left: -20px;
			 			margin-right: -10px;
			 			padding: 9px 0px 8px 20px;
			 		}
			 		
			 			#top-bar-right .dropdown-menu li a:hover {
			 				background: #f2f2f2;
			 				border-left: 5px solid #00b5cb;
			 				padding-left: 15px;
			 			}

/* Top of pages
------------------*/

#top {
	position: relative;
}
	#top .background {
		background: url(../img/patterns/top/01.png) repeat;
	}
	
	#top .background .pattern {
		background: url(../img/bg-header.png) bottom left repeat-x;
	}

	#top .container {
		padding-top: 19px;
		padding-bottom: 29px;
	}
	
		#top .container .container {
			padding-top: 0px;
			padding-bottom: 0px;
		}
	
	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	/* Top -> Logo */
	
	#top h1 {
		padding: 19px 0px 0px 0px;
		margin: 0px;
		line-height: 100%;
		font-size: 100%;
	}
	
	/* Top -> Links */
	
	#top .header-links {
		list-style: none;
		padding: 6px 0px 0px 0px;
		margin: 0px;
		display: inline-block;
	}
	
		#top .header-links li {
			display: inline;
			padding: 0px 0px 0px 15px;
		}
		
	/* Top -> Contact us */
	
	#top .top-contact-us {
		list-style: none;
		margin: 0px;
		padding: 6px 0px 0px 0px;
		display: inline-block;
	}
	
		#top .top-contact-us li {
			display: inline-block;
			padding: 0px 0px 0px 30px;
			font-size:14px;
			font-weight:bold;
		}
		
		#top .top-contact-us li i {
			margin-right: 5px;
		}
		
	/* Top -> Search and Cart Block */
	
	#top .search-cart {
		padding: 5px;
		margin: 15px 0px 0px 0px;
		display: inline-block;
		background: #d95621; /* Old browsers */
		background: -moz-linear-gradient(top, #f26f3a 15%, #d95621 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#f26f3a), color-stop(100%,#d95621)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f26f3a 15%,#d95621 100%); /* W3C */
	}
		
		/* Top -> Search */
		
		#top .search_form {
			margin: 0px;
			padding: 0px;
			position: relative;
			display: inline-block;
			vertical-align: top;
		}
		
			#top .search_form input {
				padding: 0px 35px 0px 14px;
				margin: 0px;
				height: 30px;
				width: 296px;
				border: none;
			}
			
			.search_form .button-search,
			.search_form .button-search2 {
				font-family: FontAwesome;
				position: absolute;
				right: 14px;
				top: 6px;
				cursor: pointer;
				font-size: 12px;
				line-height: 18px;
				font-weight: 400;
				color: #8d8d8d;
			}
			
				.search_form .button-search:before,
				.search_form .button-search2:before {
					content: "\f002";
				}
			
		/* Top -> Cart block */
		
		#top #cart_block {
			padding: 0px;
			height: 30px;
			display: inline-block;
			vertical-align: top;
		}
		
			#top #cart_block .cart-heading {
				display: inline-block;
				cursor: pointer;
				position: relative;
				padding: 3px 10px 6px 28px;
				color: #fff;
				font-size: 14px;
				font-weight: 600;
				position: relative;
			}
			
				#top #cart_block .cart-heading i {
					margin-right: 6px;
				}
			
			#top #cart_block .dropdown-menu {
				width: 550px;
				text-align: left;
				padding: 0px;
				margin: 5px -5px 0px -5px;
			}

					#top #header-right #cart_block .dropdown-menu {
						right: 0px;
						left: auto;
					}
						
						/* Content Top Cart */
						
						.mini-cart-info table {
							border-collapse: collapse;
							width: 100%;
							margin-bottom: 5px;
						}
						
							.mini-cart-info td {
								padding: 10px;
								border-bottom: 1px solid #e6e6e6;
							}
							
								.mini-cart-info .image {
									padding: 20px 10px 20px 20px;
								}
								
								.mini-cart-info .image img {
									display: block;
								}
								
								.mini-cart-info .name {
									padding: 20px 10px;
								}
								.mini-cart-info .quantity {
									text-align: right;
									padding: 20px 10px;
								}
								
								.mini-cart-info td.total {
									text-align: right;
									padding: 20px 10px;
									color: #f15f24;
									font-weight: bold;
								}
								
								.mini-cart-info .remove {
									text-align: right;
									padding: 10px 20px 13px 10px;
								}
								
									.mini-cart-info .remove img {
										cursor: pointer;
									}
						
						.mini-cart-total {
							text-align: right;
						}
						
							.mini-cart-total table {
								border-collapse: collapse;
								display: inline-block;
								padding: 20px 20px 10px 20px;
							}
							
								.mini-cart-total td {
									padding: 0px 4px;
								}
									
									.mini-cart-total td:last-child {
										color: #f15f24;
										font-weight: bold;
									}
						
						#cart_block .checkout {
							text-align: right;
							clear: both;
							padding: 0px 20px 20px 20px;
						}
						
						#cart_block .empty {
							padding: 50px 20px;
							text-align: center;
						}
			
	/* Top -> Right */
	
	#top #header-right {
		text-align: right;
	}
		
/* Breadcrumb
------------------*/

.breadcrumb {
}
	
	.breadcrumb .container > div {
		padding: 15px 0px 10px 0px;
		border-bottom: 1px solid #e5e5e5;
	}
		
		.breadcrumb .container ul {
			list-style: none;
			padding: 0px 0px 5px 0px;
			margin: 0px;
		}
		
			.breadcrumb .container ul li {
				display: inline-block;
				padding-right: 1px;
			}
			
				.breadcrumb .container ul li:before {
					content: "›";
					padding-right: 3px;
				}
				
					.breadcrumb .container ul li:first-child:before {
						display: none;
					}
					
/* Main Content
------------------*/

.main-content .container,
.standard-body .main-content .container {
	padding-bottom: 40px;
}

	/* Banner */
	
	.banners > div {
		padding-top: 30px;
	}
	
		.banners > div img {
			display: block;
		}
	
	/* Center column */
	
	.center-column {
		padding-top: 26px;
		position: relative;
		margin-bottom: -20px;
	}
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6 {
			margin: 0px 0px 10px 0px;
			padding: 10px 0px 0px 0px;
		}
		
		.center-column h2#page-title {
			padding: 0px 0px 15px 0px;
			margin: 0px;
			font-size: 30px;
		}

	/* Inner page */
	
	.inner-page .pattern > div > .row:first-child > div {
		position: relative;
		margin-top: -15px !important; 
		float: left;
	}
	
	/* Block */
	
	.box {
		padding-top: 15px;
	}

		.box .box-heading {
			float: left;
			margin: 23px 15px 23px 0px;
			padding: 0px;
			font-size: 20px;
			line-height: 20px;
			font-weight: 400;
		}
		
		.box .strip-line {
			background: url(../img/patterns/heading/01.png) 0px 50% repeat-x;
			height: 66px;
			overflow: hidden;
		}
		
			.center-column .box {
				padding: 10px 0px 0px 0px;
			}
				
				.center-column .box .box-heading {
					margin-top: 13px;
				}
				
				.center-column .box .strip-line {
					height: 46px;
				}
		
		.box .box-content {
			clear: both;
		}
		
		.box > .prev, 
		.box > .next {
			float: right;
			margin: 20px 0px 0px 5px;
			width: 24px;
			height: 24px;
			background: #fff;
			border: 1px solid #e6e6e6;
		}
		
			.center-column .box > .prev, 
			.center-column .box > .next {
				margin-top: 8px;
			}
			
			.box > .prev {
				margin-left: 15px;
			}
		
			.box > .prev span, 
			.box > .next span {
				display: block;
				width: 6px;
				height: 7px;
				margin: 8px auto 0px auto;
				background: url(../img/left.png) no-repeat;
			}
			
				.box > .next span {
					background: url(../img/right.png) no-repeat;
				}
				
	/* Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul > li {
				padding: 0px;
				position: relative;
			}
			
				.box-category > ul > li > a {
					display: block;
					font-size: 14px;
					font-weight: bold;
					padding: 9px 20px 9px 20px;
					background: #fafaf8;
					background: -moz-linear-gradient(top, #fafaf8 15%, #e0e0de 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#fafaf8), color-stop(100%,#e0e0de)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #fafaf8 15%,#e0e0de 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #fafaf8 15%,#e0e0de 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #fafaf8 15%,#e0e0de 100%); /* IE10+ */
					background: linear-gradient(to bottom, #fafaf8 15%,#e0e0de 100%); /* W3C */
				}
				
					.box-category > ul > li > a.active {
						color: #00b5cb;
					}
					
					.box-category ul li .head {
						position: absolute;
						top: 0;
						right: 0;
					}
					
					.box-category ul li .head a {
						font-size: 18px;
						padding: 8px 10px 8px 10px !important;
						line-height: 24px;
						font-weight: 600;
						display: block;
					}
					
						.box-category ul li .head .plus {
							display: none;
						}
						
							.box-category ul li .head .collapsed .plus {
								display: block;
							}
							
							.box-category ul li .head .collapsed .minus {
								display: none;
							}
				
				.box-category ul li ul {
					padding: 7px 20px;
					border: 1px solid #e5e5e5;
					background: #fff;
					border-top: none;
				}
				
					.box-category ul li ul li {
						border-top: 1px solid #e6e6e6;
						padding: 0px;
					}
					
						.box-category ul li ul li:first-child {
							border: none;
						}
					
						.box-category ul li ul li a {
							font-size: 14px;
							display: block;
							position: relative;
							margin-left: -21px;
							margin-right: -10px;
							padding: 9px 0px 8px 21px;
						}
						
							.box-category ul li ul li a:hover,
							.box-category ul li ul li a.active {
								background: #f2f2f2;
								border-left: 5px solid #00b5cb;
								padding-left: 16px;
							}
		
	/* Product */

	.product-grid {
		position: relative;
		margin-top: -30px;
		clear: both;
	}
	
		.col-sm-3 .product-grid,
		.col-sm-4 .product-grid {
			display: block !important;
		}
			
		.center-column .product-grid {
			margin-bottom: 30px;
		}
		
		.center-column .related-products .product-grid {
			margin-bottom: 20px;
		}
		
		.carousel-indicators { 
			display: none;
		}
		
		.product-grid > .row {
			margin-top: 30px;
		}
		
			.product-grid > .row:before {
				content: '';
				position: absolute;
				border-top: 1px solid #e5e5e5;
				width: 100%;
				margin: 0px 15px;
			}
		
			.product-grid > div.row:first-child:before {
				display: none;
			}
			
			.product-grid > div.row:first-child {
				margin-top: 0px;
			}
	
		.product-grid .product {
			margin-top: 30px;
		}

			.product-grid .product-hover .only-hover {
				display: none;
			}
			
			.sale {
				background: #d95621; /* Old browsers */
				background: -moz-linear-gradient(top, #f26f3a 15%, #d95621 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#f26f3a), color-stop(100%,#d95621)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #f26f3a 15%,#d95621 100%); /* IE10+ */
				background: linear-gradient(to bottom, #f26f3a 15%,#d95621 100%); /* W3C */
				padding: 1px 7px;
				color: #fff;
				font-weight: 400;
				font-size: 11px;
				text-transform: uppercase;
				position: absolute;
			}
			
				.product-info .sale {
					left: 25px;
					top: 10px;
					z-index: 1;
					
				}
			
			.product-grid .product .name, 
			.hover-product .name {
				padding-top: 13px;
				font-size: 14px;
			}
				
			.product-grid .product .price, 
			.hover-product .price {
				color: #f15f24;
				font-size: 14px;
				font-weight: bold;
				padding-top: 7px;
			}
			
				.product-grid .product .price .price-old, 
				.hover-product .price .price-old {
					color: #808080;
					text-decoration: line-through;
					padding-right: 2px;
					font-weight: 400;
				}

			.product-grid .product .rating, 
			.hover-product .rating {
				padding-top: 7px;
				padding-bottom: 2px;
			}

		.hover-product {
			display: none;
			background: #fff;
			padding: 20px;
			margin: -25px -20px -20px -20px;
			border-top: 5px solid #00b5cb;
			position: absolute;
			z-index: 1;
			box-sizing: content-box;
			-moz-box-sizing: content-box;
			-webkit-box-sizing: content-box;
			box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
			-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
			-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
		}

			.product-grid .product .only-hover {
			}
			
				.product-grid .product .only-hover ul,
				.hover-product .only-hover ul {
					list-style: none;
					margin: 0px;
					padding: 7px 0px 0px 0px;
				}
				
					.product-grid .product .only-hover ul li,
					.hover-product .only-hover ul li {
						cursor: pointer;
					}
				
				.product-grid .product .only-hover .button,		
				.hover-product .only-hover .button {
					margin-top: 13px;
					background: #ff7b7b; /* Old browsers */
					background: -moz-linear-gradient(top, #f9f9f8 35%, #e0e0de 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#f9f9f8), color-stop(100%,#e0e0de)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* IE10+ */
					background: linear-gradient(to bottom, #f9f9f8 35%,#e0e0de 100%); /* W3C */
					color: #4c4c4c !important;
				}
				
					.product-grid .product .only-hover .button i,		
					.hover-product .only-hover .button i {
						margin-right: 7px;
						position: relative;
						margin-left: -7px;
					}
					
					.product-grid .product .only-hover ul i,		
					.hover-product .only-hover ul i {
						width: 17px;
						display: inline-block;
					}
				
	/* Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .product {
	}
		
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid {
			margin-top: -20px;
			display: block !important;
		}
		
		.col-sm-3 .products .row,
		.col-sm-4 .products .row {
			border: none;
			margin-top: 0px;
		}
		
			.col-sm-3 .products .row:before,
			.col-sm-4 .products .row:before {
				display: none;
			}
		
		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div {
			width: 100%;
			margin: 0px;
		}
		
			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product {
				margin: 0px;
				padding: 20px 0px 0px 0px;
				text-align: left;
			}
			
				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left {
					float: left;
					width: 25%;
				}
				
				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right {
					float: left;
					width: 69%;
					margin-left: 6%;
					padding-top: 0px;
				}
				
					.col-sm-3 .products .row > div .product .price,
					.col-sm-4 .products .row > div .product .price {
						padding-top: 1px;
					}
				
				.col-sm-3 .products .product .only-hover,
				.col-sm-4 .products .product .only-hover {
					display: none;
				}
				
				.col-sm-3 .products .product .rating,
				.col-sm-4 .products .product .rating {
					display: none;
				}
			
	/* Product list */
	
	.product-list {
		
	}
	
		.product-list > div {
			position: relative;
			margin: 0px 0px 30px 0px;
			border-top: 1px solid #e5e5e5;
			padding: 30px 0px 0px 0px;
		}

			.product-list > div:first-child {
				border: none;
				padding: 0px;
			}
		
			.product-list .image {
				text-align: center;
			}
			
			.product-list .name-desc {
				position: relative;
				margin: -4px 0px 0px 0px;
			}
				
				.product-list .name-desc .name {
					padding: 0px;
				}
					
					.product-list .name-desc .name a {
						font-size: 14px;
					}
					
				.product-list .name-desc .description {
					padding: 15px 0px 5px 0px;
					margin: 15px 0px 0px 0px;
					border-top: 1px solid #e5e5e5;
				}
				
				.product-list .name-desc .rating-reviews {
					padding: 7px 0px 0px 0px;
				}
				
				.product-list .name-desc .price {
					display: inline-block;
					vertical-align: top;
					font-size: 14px;
					font-weight: bold;
					color: #f15f24;
					padding: 15px 30px 0px 0px;
				}
				
					.product-list .name-desc .price .price-old {
						color: #808080;
						text-decoration: line-through;
						padding-right: 2px;
						font-weight: 400;
					}
				
				.product-list .name-desc .add-to-cart {
					display: inline-block;
					vertical-align: top;
					padding: 10px 30px 0px 0px;
				}
					
					.product-list .name-desc .add-to-cart .button {
						background: #ff7b7b; /* Old browsers */
						background: -moz-linear-gradient(top, #f9f9f8 35%, #e0e0de 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#f9f9f8), color-stop(100%,#e0e0de)); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #f9f9f8 35%,#e0e0de 100%); /* IE10+ */
						background: linear-gradient(to bottom, #f9f9f8 35%,#e0e0de 100%); /* W3C */
						color: #4c4c4c !important;
					}
					
						.product-list .name-desc .add-to-cart .button i {
							margin-right: 7px;
							position: relative;
							margin-left: -7px;
						}
				
				.product-list .name-desc > ul {
					display: inline-block;
					vertical-align: top;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					.product-list .name-desc > ul li {
						display: inline-block;
						padding: 15px 30px 0px 0px;
					}
					
						.product-list .name-desc > ul li a {
							cursor: pointer;
						}
						
							.product-list .name-desc > ul li a i {
								margin-right: 4px;
							}
				
	/* Category page */
	
	.category-info {
		padding: 0px 0px 20px 0px;
		position: relative;
		margin: 0px -20px 0px 0px;
	}
	
		.category-info .image {
			padding: 0px 20px 20px 0px;
			float: left;
			width: auto;
		}
		
		.category-info > p {
			padding: 0px 20px 0px 0px;
		}
		
	.refine_search {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		padding: 0px !important;
	}
	
	.category-list {
		border-bottom: 1px solid #e5e5e5;
		margin: 0px 0px 20px 0px;
	}
	
	.category-list-text-only {
		padding: 0px 0px 18px 0px;
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
			}
	
	.product-filter {
		padding: 0px 0px 15px 0px;
		border-bottom: 1px solid #e5e5e5;
		margin: 0px 0px 30px 0px;
	}
		
		.product-filter .list-options {
			float: right;
			width: auto;
		}
		
			.product-filter .list-options .sort {
				padding: 0px 0px 6px 0px;
				float: left;
				width: auto;
			}
			
			.product-filter .list-options .limit {
				padding: 0px 0px 6px 16px;
				float: left;
				width: auto;
			}
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
				}
		
		.product-filter .options {
			float: left;
			width: auto;
			padding: 3px 0px 8px 0px;
		}
		
			.product-filter .options .product-compare {
				float: right;
				width: auto;
				padding: 1px 0px 1px 20px;
				margin: 0px 0px 0px 5px;
				border-left: 1px solid #e5e5e5;
			}
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
			}
			
				.product-filter .options .button-group button {
					margin: 2px 15px 0px 0px;
					padding: 0px;
					border: none;
					background: none;
					font-size: 18px;
					line-height: 18px;
					color: #7f7f7f;
				}
				
					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #00b5cb;
					}
					
	/* Product page */
	
	.product-info {
		padding: 20px 0px 0px 0px;
	}
	
		/* Image */
		
		.product-info .product-image {
			margin: 0px 0px 10px 0px;
			border: 1px solid #e5e5e5;
			background: #fff;
			text-align: center;
		}
		
			.product-info .product-image a {
				display: block;
			}
			
				.product-info .product-image img {
					display: block;
					cursor: pointer;
				}
				
				
		/* Thumbnails */
			
		.product-info .thumbnails {
			margin: 0px 0px 10px 0px;
		}
		
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -10px;
				position: relative;
				padding: 0px;
			}

				.product-info .thumbnails li {
					width: 25%;
					float: left;
				}
				
					.product-info .thumbnails-left li {
						float: none;
						width: 100%;
					}
				
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 10px 10px;
					}
		
						.product-info .thumbnails li img {
							border: 1px solid #e5e5e5;
							display: block;
						}
		
		.product-info .product-center {
			position: relative;
			margin-bottom: 20px;
			margin-top: -20px;
		}
							
			.product-info .description,
			.product-info .price,
			.product-info .options,
			.product-info .cart,
			.product-info h2#page-title {
				padding: 20px 0px 20px 0px;
				border-bottom: 1px solid #e5e5e5;
			}
			
			.product-info .price {
				padding-top: 16px;
			}
			
				.product-info .price .price-new {
					font-size: 30px;
					color: #f15f24;
					font-weight: bold;
				}
				
				.product-info .price .price-old {
					text-decoration: line-through;
					font-weight: normal;
				}
			
			.product-info .options {
				padding-bottom: 10px;
			}
			
				.product-info h2 {
					padding: 0px;
				}
				
				.product-info .options .option {
					padding: 10px 0px;
				}
				
					.product-info .options .error {
						margin: 0px;
					}
					
			.product-info .cart {
				
			}
				
				.product-info .cart .add-to-cart {
					
				}
				
					.product-info .cart .add-to-cart p,
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}
					
						.product-info .cart .add-to-cart p {
							padding: 6px 10px 5px 0px;
						}
						
						.product-info .cart .add-to-cart input {
							margin: 0px 10px 0px 0px;
							height: 34px;
						}
						
						.product-info .cart .add-to-cart .quantity {
							position: relative;
						}
							
							.product-info .cart .add-to-cart .quantity input {
								padding-right: 24px;
							}
							
							.product-info .cart .add-to-cart .quantity #q_up {
								display: block;
								position: absolute;
								right: 11px;
								top: 1px;
								background: #f2f2f2;
								border: 1px solid #cccccc;
								border-top: none;
								border-right: none;
								height: 16px;
								width: 18px;
								text-align: center;
								font-size: 10px;
							}
							
							.product-info .cart .add-to-cart .quantity #q_down {
								display: block;
								position: absolute;
								right: 11px;
								top: 17px;
								background: #f2f2f2;
								border-left: 1px solid #cccccc;
								height: 16px;
								width: 18px;
								text-align: center;
								font-size: 10px;
							}
										
				.product-info .cart .links {
					padding: 13px 0px 0px 0px;
				}
				
					.product-info .cart .links a {
						padding-right: 30px;
						cursor: pointer;
					}
					
						.product-info .cart .links a i {
							padding-right: 5px;
						}
						
				.product-info .cart .minimum {
					padding: 13px 0px 0px 0px;
				}
					
			.product-info .review {
				padding: 13px 0px 3px 0px;
			}
			
				.product-info .review > div {
					padding: 7px 0px;
				}
			
		.product-block {
			border: 1px solid #e5e5e5;
			border-top: none;
			background: #fff;
			padding: 20px;
			margin: 0px 0px 20px 0px;
			position: relative;
		}
		
			.product-block:before {
				content: '';
				display: block;
				width: 100%;
				padding: 0px 1px;
				position: absolute;
				height: 5px;
				background: #00b5cb;
				top: 0;
				left: -1px;
				right: -1px;
				box-sizing: content-box !important;
				-moz-box-sizing: content-box !important;
				-webkit-box-sizing: content-box !important;
			}
			
			.product-block .title-block {
				float: left;
				margin: 5px 15px 23px 0px;
				padding: 0px;
				font-size: 18px;
				font-weight: 400;
			}
				
			.product-block .strip-line {
				background: url(../img/patterns/heading/01.png) 0px 50% repeat-x;
				height: 30px;
				overflow: hidden;
			}
				
			.product-block .block-content {
				clear: both;
			}
			
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
			
	/* Ratings */
	
	.rating i {
		margin: 0px 1px 0px 2px;
		font-size: 11px;
		color: #cccccc;
	}
	
	.rating i.active {
	  color: #00b5cb;
	}
			
/* CustomFooter
------------------*/	

.custom-footer {
	position: relative;
}

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.custom-footer .background,
	.standard-body .custom-footer .background {
		background: #fff url(../img/patterns/footer/01.png);
	}
	
	.custom-footer .pattern {
		padding: 5px 0px 40px 0px;
		background: url(../img/bg-custom-footer.png) top left repeat-x;
	}

		.custom-footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.custom-footer h4 {
			font-size: 20px;
			font-weight: 400;
			padding: 40px 0px 0px 0px;
			margin: 0px 0px 27px 0px;
		}
		
/* Footer
------------------*/	

.footer {
	position: relative;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
		background: #037485;
		border-top: 10px solid #00b5cb;
	}
	
	.footer .pattern {
		padding: 0px 0px 40px 0px;
		color: #fff;
	}
		
		.footer .pattern a {
			color: #fff;
		}
		
		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.footer h4 {
			color: #11d1e8;
			font-size: 20px;
			font-weight: 400;
			padding: 20px 0px 0px 0px;
			margin: 14px 0px 17px 0px;
		}
		
			.footer .strip-line {
				display: none;
			}
		
		/* Facebook */
		
		#facebook {
			background: #fff;
		}
		
			.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
				width: 100% !important; 
			}
			
			.fb-like-box {
				border: 1px solid #e6e6e6;
			}
			
		/* List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 0px;
			padding: 0px;
			clear: both;
		}
		
			.footer ul li a {
				line-height: 25px;
				font-size: 13px;
			}
			
		/* Contact us with footer */
		
		.footer ul.contact-us {
			margin: 40px 0px 0px 0px;
			border-left: 1px solid #35909d;
			padding-left: 40px;
			min-height: 130px;
		} 
		
			.footer ul.contact-us p {
				font-size: 20px;
				padding-top: 5px;
			}

		/* Contact us */
		
		ul.contact-us {
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
		
			ul.contact-us li {
				clear: both;
				font-size: 14px;
				padding: 20px 0px 0px;
			}
			
				ul.contact-us li:first-child {
					padding: 0px;
				}
			
				ul.contact-us li i {
					float: left;
					width: 40px;
					height: 40px;
					padding: 0px;
					padding: 4px 0px 0px 0px;
					margin: 1px 15px 0px 0px;
					text-align: center;
					background: #00b5cb;
					font-size: 20px;
					color: #fff;
				}
				
					ul.contact-us li i.icon-mobile-phone {
						font-size: 30px;
					}
					
					ul.contact-us li i.icon-envelope {
						font-size: 20px;
						padding-top: 9px;
					}
					
					ul.contact-us li i.icon-skype {
						padding-top: 7px;
						font-size: 24px;
					}
					
					ul.contact-us .single p {
						padding: 9px 0px 9px 0px;
					}
							
/* Copyright
------------------*/	

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.copyright .background,
	.standard-body .copyright .background {
		background: #037485;
	}
	
	.copyright .pattern {
		padding: 0px 0px 25px 0px;
		color: #fff;
	}
	
		.copyright .pattern a {
			color: #fff;
		}
	
		.copyright .pattern .line {
			width: 100%;
			height: 26px;
			border-top: 1px solid #35909d;
		}
		
		.copyright p {
			margin: 0px;
			padding: 0px;
		}
		
		.copyright ul {
			float: right;
			width: auto;
			list-style: none;
			padding: 5px 0px 0px 0px;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 8px;
			}
			
/* OPENCART STYLE
--------------------------- */

/* content */

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* List content */

.main-content .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.main-content .content > ul li:before {
		content: "›";
		padding-right: 3px;
	}

/* Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
			.login-content h2 {
				padding: 0px;
			}
	
/* Autocomplete */

.autocomplete-results {
	position: relative;
	text-align: left !important;
}
	
	.ui-autocomplete {
		background: #fff !important;
		border: none !important;
		padding: 0px !important;
		margin-top: 5px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 250px !important;
		width: 100% !important;
		border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15) !important;
		-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15) !important;
	}
		
		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}
		
			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}
			
			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			border-top: 1px solid #e6e6e6 !important;
			background: none !important;
			list-style: none !important;
		}
		
			.ui-autocomplete li:first-child {
				border-top: none !important;
			}
			
			.ui-autocomplete li a {
				padding: 10px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#4c4c4c !important; 
				font-size:12px !important;
				font-weight: 400 !important;
				line-height:1.6 !important;
				font-family:'Arial' !important;
			}
			
				.ui-autocomplete li a.ui-state-focus {
					background: #f2f2f2 !important;
					border-left: 5px solid #00b5cb !important;
					padding-left: 5px !important;
				}
			
				.ui-autocomplete li img {
					float: left;
					width: 70px;
					margin-right: 10px;
				}
				
				.ui-autocomplete li span.description {
					font-size: 10px !important;
				}
				
				.ui-autocomplete li span.price {
					color: #f15f24 !important;
					display: block !important;
					padding-top: 4px !important;
					font-size: 12px !important;
					font-weight: bold !important;
				}
				
				.ui-autocomplete-loading  {  
					background-image: url('../img/loader.gif') !important; 
					background-repeat: no-repeat !important;
					background-position: center !important; 
				}
				

/* Pagination */

div.pagination { 
	clear:both;
	padding:0px;
	margin:0px 0px 10px 0px;
	position: relative;
	overflow:auto; 
}

	div.pagination-products {
		padding: 20px 0px 0px 0px;
		border-top: 1px solid #e5e5e5;
	}
	
	div.pagination .results { 
		float:right;
		width:250px;
		text-align:right;
		padding:4px 0px 10px 0px; 
	}
	
	div.pagination .links { 
		float:left;
		width:auto;
		padding:0px;
		overflow:auto; 
	}
		
		div.pagination .links a, 
		div.pagination .links b { 
			display:inline-block;
			width:30px;
			height:30px;
			background:#fff;
			border:1px solid #e6e6e6;
			transition: background-color 0.4s;
			-webkit-transition: background-color 0.4s;
			-moz-transition: background-color 0.4s;
			text-align:center;
			padding:4px 0px 0px 0px; 
			margin: 0px 7px 10px 0px;
		}
		
		div.pagination .links b { 
			background-color:#f7f7f7; 
		}

/* List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.list-box li:before {
		content: "›";
		padding-right: 3px;
	}
	
/* Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}

/* Help */

.help {
	font-size: 10px;
	display: block;
}

/* Table form */

table.form {
	margin: 0px 0px 10px 0px;
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* Htabs */

.htabs {
	position: relative;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px 0px 0px;
}

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}
	
	.htabs:after {
	  clear: both;
	}

	.htabs a {
		float: left;
		border-left: 1px solid #e5e5e5;
		padding: 15px 20px 15px 20px;
		font-weight: 600;
		display: block;
	}
	
		.htabs a.selected {
			background: #fff;
		}
	
.center-column .tab-content {
	border: 1px solid #e5e5e5;
	border-top: none;
	background: #fff;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}
	
	.center-column .tab-content .buttons {
		padding-top: 0px;
	}
	
		.center-column .tab-content .buttons:before {
			display: none;
		}
	
/* Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 20px 0px;
	clear: both;
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* Review */

.review-list {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #e5e5e5;
}

	.review-list .author,
	.review-list .rating {
		display: inline-block;
	}
	
		.review-list .rating {
			float: right;
			width: auto;
		}
		
	.review-list .text {
		margin: 12px 0px 20px 0px;
		position: relative;
	}
	
/* Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table {
	border-collapse: separate;
	border-spacing: 0;
    border: solid #d9d9d9 1px;
    width: 100%;
    margin: 5px 0px 20px 0px;
}

	table.attribute tr,
	table.list tr,
	.wishlist-product table tr,
	.wishlist-info table tr,
	.compare-info tr,
	.cart-info table tr,
	.checkout-product table tr {
	    background: #fff;    
	}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td {
	    border-left: 1px solid #d9d9d9;
	    border-top: 1px solid #d9d9d9;
	    padding: 12px 15px;
	    text-align: left;
	    vertical-align: top;
	}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td {
	    background-color: #f2f2f2;
	    padding: 15px;
	    font-weight: bold;
	}
	
		table.attribute thead:first-child td,
		table.list thead:first-child td,
		.wishlist-product table thead:first-child td,
		.wishlist-info table thead:first-child td,
		.compare-info thead:first-child td,
		.cart-info table thead:first-child td,
		.checkout-product table thead:first-child td {
			border-top: none;
		}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.cart-info table td:first-child,
	.checkout-product table td:first-child {
	    border-left: none;
	}
	
/* Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}
	
/* Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}
	
/* Price Compare */
	
.compare-info .price-new {
	color: #f15f24;
	font-size: 14px;
	font-weight: bold;
}

	.compare-info .price-old {
		color: #808080;
		font-size: 12px;
		font-weight: normal;
		text-decoration: line-through;
		padding-right: 2px;
	}
	
/* Cart Module */

.cart-module { 
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 0px 30px 0px;
	position: relative;
}
	
	.cart-module > div { 
		padding:20px !important;
		margin:0px 0px 30px 0px;
		background:#fff;
		border: 1px solid #e5e5e5;
		border-top: none;
		display: inline-block;
		position: relative;
	}
	
		.cart-module > div:before {
			content: "";
			display: block !important;
			position: absolute;
			margin-top: -5px;
			top: 0;
			left: -1px;
			right: -1px;
			height: 5px;
			padding: 0px 21px;
			background: #00b5cb;
			box-sizing: content-box !important;
			-moz-box-sizing: content-box !important;
			-webkit-box-sizing: content-box !important;
		}
		
		.cart-module table {
			margin: 0px 0px 10px 0px;
		}
		
			.cart-module table td {
				padding: 0px 20px 3px 0px;
			}
			
			.cart-module input[type=text],
			.cart-module select {
				margin: 5px 5px 5px 10px;
			}
			
/* Table img */

table img {
	max-width: none;
}
	
/* Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 20px; 
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 10px;
			text-align: right;
		}
		
		.cart-total table tr td:last-child { 
			color:#ff6b6b;
		}
	
/* Sitemap */

.sitemap-info { 
	overflow: auto; 
	margin: 0px 0px 20px 0px;
}

	.sitemap-info ul { 
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
	
		.sitemap-info ul li { 
			padding:1px 0px 1px 0px; 
		}
			
			.sitemap-info ul li { 
				font-weight:bold; 
			}
			
			.sitemap-info ul li ul li a { 
				font-weight:300; 
			}
		
	.sitemap-info .left { 
		float: left;
		width: 50%; 
	}
	
	.sitemap-info .right { 
		float: left;
		width: 50%; 
	}
	
/* Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* manufacturer */

.manufacturer-list { 
	border: 1px solid #d9d9d9;
	padding: 0px;
	overflow: auto;
	margin-bottom:20px;
	background: #fff;
}

	.manufacturer-heading { 
		background: #f2f2f2;
		padding: 10px; 
		font-weight: bold;
	}
	
	.manufacturer-content { 
		padding: 10px;
		overflow:auto; 
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
/* checkout */

.checkout { 
	position:relative;
	padding: 0px 0px 20px 0px;
}

	.checkout > div {
		padding: 25px 0px 0px 0px;
	}
	
		.checkout > div:first-child {
			padding: 0px;
		}

	.checkout-heading { 
		background: #f2f2f2;
		border: 1px solid #d9d9d9;
		padding: 13px 15px;
		font-weight: bold;
	}
	
		.checkout-heading a { 
			float: right;
			margin-top: 1px;
			cursor:pointer; 
		}

	.checkout-content { 
		position:relative;
		border: 1px solid #d9d9d9;
		border-top: none;
		background:#fff;
		display: none;
		padding:20px; 
	}
	
		.checkout-content:before,
		.checkout-content:after {
		  display: table;
		  content: " ";
		}
		
		.checkout-content:after {
		  clear: both;
		}
		
		.checkout-content:before,
		.checkout-content:after {
		  display: table;
		  content: " ";
		}
		
		.checkout-content:after {
		  clear: both;
		}

		.checkout-content .left { 
			float: left;
			width: 48%;
		}
		
			.checkout-content .left > *:first-child {
				margin-top: 0px;
			}
		
		.checkout-content .right { 
			float: right;
			width: 48%; 
		}
		
			.checkout-content .right .button {
				margin-top: 10px;
			}
		
			.checkout-content .right > *:first-child {
				margin-top: 0px;
			}
		
		.checkout-content .buttons { 
			clear: both; 
			margin: 0px;
		}
		
		.checkout-content label {
			padding-left: 5px;
		}
		
			.checkout-content table label {
				padding-left: 0px;
			}
			
 /* returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* Scroll up */

.scrollup {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	background: #fff;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
}

	.scrollup:hover {
		background: #fafafa;
	}

	@media (max-width: 960px) {
		.scrollup {
			display: none !important;
		}
	}
	
/* Banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-top: 30px;
}