body { 
	color: #696969; 
	font-size: 13px;
	font-weight: 400;
	line-height:1.6;
	font-family: Raleway;
	/*background: #1b1b1b;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #20a08f;
}
	.fixed-body {
		padding: 0px 20px;
	}
#main {
	background:#fff;
}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
b, 
strong {
	font-weight: 700;
	color: #696969;
}

a { 
	color: #7F8208;
	line-height:1.6;
	text-decoration: none;
}

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

::-moz-selection {
	background: #ffbb00;
	color: #000;
	text-shadow: 0 1px #FFF;
}

::selection {
	background: #ffbb00;
	color: #000;
	text-shadow: 0 1px #FFF;
}

.standard-body .full-width .container {
	max-width: 1202px;
	margin: 0px auto;
	padding-left: 40px;
	padding-right: 40px;
	
}
	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1220px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 0px 25px rgba(0, 0, 0, 0.17);
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
	
		.main-fixed .background .shadow {
			display: none !important;
		}
		
.fixed-body .container {
	padding-left: 50px;
	padding-right: 50px;
	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:#333;
	font-weight: 400;
	font-family: Raleway;
	border: 1px solid #D7D7D7;
	margin: 5px 0px;
	/*padding: 6px 15px;
	min-height: 33px;*/
	padding: 0px 8px;
	min-height: 25px;
	box-shadow:         0 1px 1px #DDDDDD;
	-moz-box-shadow:    0 1px 1px #DDDDDD;
	-webkit-box-shadow: 0 1px 1px #DDDDDD;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	-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 {
	  border-color: #FFBB00;
	  outline: 0;
	  outline: thin dotted \9;
	}
	
	textarea {
		max-width: 100%;
	}
	
	select {
		/*height: 30px;*/
		height: 25px;
		font-size: 12px;
	}
	
/* Dropdown 
-------------------*/

.dropdown-menu {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
	right: 0;
	left: auto;
	margin-top: 15px;
	padding: 7px 0px;
}

	
	.dropdown-menu:before {
	  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	  border-left: 11px solid transparent;
	  border-right: 11px solid transparent;
	  content: "";
	  display: inline-block;
	  right: 15px;
	  position: absolute;
	  top: -11px;
	}
	#cart_block .dropdown-menu { 
	background: #000 url(../img/bg-cart.png) top left repeat;
}	
	.dropdown-menu:after {
	  border-bottom: 10px solid #181E24;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  content: "";
	  display: inline-block;
	  right: 16px;
	  position: absolute;
	  top: -10px;
	}
	
	.dropdown-menu li:before {
		display: none;
	}

	.dropdown-menu li {
		padding: 0px !important;
	}
	
	.dropdown-menu > li > a {
		font-size: 13px;
		padding: 8px 20px 7px 20px;
		color: #4B4B4B;
	}
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: #ffbb00;
			color: #fff;
		}
	
/* Buttons 
------------------*/

.button {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#fff !important;
	background-color: #181818;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}

	.button:hover { 
		color: #fff !important;
		background: #CBAF8F;
	}

.buttons { 
	overflow: auto;
	margin: 10px 0px 20px 0px; 
}

	.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;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  background-color: #BDBAA5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.button-checkout {
  /*display: block;*/
  float: right;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  background-color: #BDBAA5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
}
	
/* Header 
------------------*/

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

	header .background-header {
		/*position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;*/
		position: relative;
        height: 50px;
		background: #BF1E2D url(../img/bg-header-container.png) top left repeat-x;
	}

.slider-header {
background: url("../img/bg-menu.png") left bottom repeat-x;
-moz-box-shadow: 0 5px 30px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.6);
box-shadow: 0 5px 30px rgba(0,0,0,0.6);
}
/* Top of pages
------------------*/

#top {
	position: relative;
}

	#top .container {
		padding-bottom: 10px;
	}
	
		#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 -> Align */
	
	#top #header-left,
	#top #header-center,
	#top #header-right {
		padding-top: 0px;
	}


		#top #header-center {
			padding-top: 60px;
			text-align: center;
			color: #888;
		}
		
		#top #header-left-logo {
			padding-top: 18px;
		}
		
		#top #header-right {
			text-align: right;
			padding-left: 0px;
		}
	
	/* Top -> Logo */
	
	#top h1 {
		padding: 0px 0px 0px 0px;
		margin: 0px;
		line-height: 100%;
		font-size: 100%;
	}
	
	/* Top -> Currency, Langugage */
	
	#top form {
		display: inline-block;
	}
	
		#top form#language_form img {
			margin-right: 5px;
		}
	
	/* Top -> Links */
	
	#top .header-links {
		list-style: none;
		padding: 15px 0px 15px 0px;
		margin: 0px;
		/*display: inline-block;*/
		vertical-align: top;
	}
	
		#top .header-links li {
			display: inline;
			padding: 0px;
		}
		
			#top .header-links li a {
				font-weight: 400;
				color: #DECFB7;
			}
			
			#top .header-links li:before {
				content: "|";
				color: #888;
				margin: 0px 10px;
				font-weight: bold;
			}
			
			#top .header-links li:first-child:before {
				display: none;
			}
			
			#top .header-links .caret {
				border-top-color: #727272;
			}
			
	/* Top -> Cart block */
	
	#top #cart_block {
		padding: 12px 0px 0px 30px;
		margin: 0px 0px 15px 15px;
		display: inline-block;
		vertical-align: top;
	}
	#top #compte_block {
		padding: 12px 0px 0px 0px;
		margin: 0px 0px 15px 15px;
		display: inline-block;
		vertical-align: top;
	}
	
		#top #cart_block .cart-heading , #top #compte_block .cart-heading {
			cursor: pointer;
			position: relative;
			padding: 0px 0px 0px 30px;
		}
			
			#top #cart_block .cart-heading span , #top #compte_block .cart-heading span{
				/*font-weight: bold;
				font-size: 14px;
				color: #DECFB7;*/
				line-height: 20px;
				color: #fff;
			}
			
			#top #cart_block .cart-heading .cart-icon {
				position: absolute;
				/*
				width: 32px;
				height: 23px;
				left: -20px;
				top: -2px;
				bottom: -3px;
				background: #fff url(../img/icon-cart.png);
				*/
				width: 15px;
				height: 23px;
				left: -5px;
				top: -2px;
				background: #BF1E2D url(../img/icon-cart.png);
			}
			#top #compte_block .cart-heading .compte-icon {
				position: absolute;
				width: 22px;
				height: 23px;
				left: 2px;
				top: -2px;
				background: #BF1E2D url(../img/icon-compte.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
			#top #compte_block .cart-heading .map-icon {
				position: absolute;
				width: 25px;
				height: 23px;
				left: 2px;
				top: -2px;
				background: #BF1E2D url(../img/icon-map.png);
				background-size: 100%;
				background-repeat: no-repeat;
			}
			
				#top #cart_block .cart-heading .cart-icon i {
					position:absolute;
					top: 0px;
					right: -12px;
					color: #20a08f;
					font-size: 20px;
				}
				
				#top #cart_block .cart-heading .cart-icon p {
					position: absolute;
					color: #fff;
					top: 4px;
					right: -10px;
					font-size: 11px;
					line-height: 11px;
					font-weight: 600;
					text-align: center;
					width: 15px;
				}
		
		#top #cart_block .dropdown-menu {
			width: 450px;
			margin-top: 15px;
			text-align: left;
			padding: 0px;
		}
			
			#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 #50505C;
						}
						
							.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: #fff;
								font-weight: 600;
							}
							
							.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: #CBAF8F;
									font-weight: 600;
								}
					.remove a {
						color: #BE2424;
						font-size: 20px;
						font-weight: bolder;
						padding: 5px 10px 5px 10px;
					}
					#cart_block .checkout {
						text-align: right;
						clear: both;
						padding: 0px 10px 0px 20px;
					}
					
						#cart_block .checkout .button {
							margin-bottom: 20px;
							margin-right: 10px;
						}
					
					#cart_block .empty {
						padding: 50px 20px;
						text-align: center;
					}
	
/* Slider */

#slider .background {
	background: #f6f6f2 url(../img/bg-slider.png);
	border-bottom: 4px solid #ffbb00;
}


.container-megamenu ul.megamenu > li{
	float:none!important;
	display: inline-block;
}
ul.megamenu {
text-align: center;
}
ul.megamenu > li > a {
text-decoration: none;
}
ul.megamenu > li > a strong {
font-weight: 300!important;
color: #CDB794!important;
font-size: 19px;
text-decoration: none;
font-family: 'Open Sans Condensed', Raleway;
}
ul.megamenu > li > a:hover span strong{
color: #CBAF8F!important;
}	
ul.megamenu > li > a:hover:before {
background-color: #CBAF8F!important;
bottom: 0px!important;
box-shadow: none!important;
height: 5px!important;
width: auto!important;
border-radius: 0px!important;
}
ul.megamenu li .sub-menu .content{
background: #373e45!important;
}
ul.megamenu li .sub-menu .content .hover-menu a {
color: #fff!important;
}
ul.megamenu li .sub-menu .content .hover-menu li:hover > a {
background: #CBAF8F!important;
color: #fff!important;
}
/* Breadcrumb
------------------*/

.breadcrumb {
}
	
	.breadcrumb .background {
		/*background: #f5f6f1;
		border-bottom: 4px solid #ffbb00;*/
		background: #FFFFFF url("../img/bg-overlay-dark.png") left top repeat;
		border-bottom: 4px solid #d9d9d9;
	}
	
	.breadcrumb .container > div {
		padding: 15px 0px 6px 0px;
		text-align: center;
	}

		.breadcrumb .container ul {
			list-style: none;
			padding: 0px 0px 5px 0px;
			margin: 0px;
		}
		
			.breadcrumb .container ul li {
				display: inline-block;
				/*padding-right: 11px;*/
			}
			
				.breadcrumb .container ul li:before {
					content: "/";
					color: #d5d5d5;
					padding-right: 14px;
				}
				
					.breadcrumb .container ul li:first-child:before {
						display: none;
					}
					
					.breadcrumb .container ul li a {
						color: #8f8f8f;
					}
					
						.breadcrumb .container ul li a:hover {
							text-decoration: underline;
						}
						
						.breadcrumb .container ul li:last-child a {
							font-weight: bold;
							text-decoration: none;
							font-size: 30px;
							color: #20a08f;
						}
					
/* 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: 30px;
		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 #title-page {
			font-size: 20px;
			-webkit-font-smoothing: antialiased;
			padding: 2px 0px 13px 0px;
		}
	
	/* Block */
	
	.box {
		padding-top:38px;
		position: relative;
	}

		.box .box-heading {
			margin: 0px 0px 23px 0px;
			padding: 0px 0px 20px 0px;
			font-size: 18px;
			line-height: 20px;
			font-weight: 700;
			color: #fff;
			border-bottom: 3px solid #CBAF8F;
			position: relative;
			text-align: left;
		}
		
			.box .box-heading:after {
				/*background-color: #fff;
				bottom: -7px;
				box-shadow: 0 4px #E1E4D9;
				content: "";
				height: 20px;
				position: absolute;
				width: 20px;
				left: 20px;
				margin-left: auto;
				margin-right: auto;
				border-radius: 50px;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;*/
			}
		
		.box .strip-line {
			display: none;
		}
		
			.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 {
			position: absolute;
			right: 100%;
			top: 50%;
			margin: -20px 20px 0px 0px;
			font-size: 70px;
			color: #D5D7CA;
			font-family: fontawesome;
			transition:         color 0.6s;
			-o-transition:      color 0.6s;
			-ms-transition:     color 0.6s;
			-moz-transition:    color 0.6s;
			-webkit-transition: color 0.6s;
		}
		
			.box > .next {
				left: 100%;
				margin-left: 20px;
			}
			
			.box > .prev:hover,
			.box > .next:hover {
				color: #333;
			}
		
			.col-sm-3 .box > .prev,
			.col-sm-3 .box > .next,
			.col-sm-4 .box > .prev,
			.col-sm-4 .box > .next {
				display: none;
			}
			
			.box > .prev:before {
				content: "\f104";
			}
		
			.box > .next:before {
				content: "\f105";
			}

	/* Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul > li {
				/*border-bottom: 1px solid #e9e9e9;*/
				padding: 0px 0px 0px 0px;
				background-image: url("../img/bg-a.png");
				background-position: left bottom;
				background-repeat: repeat-x;
				text-align: left;
				text-align: left;
			}
			
				.box-category ul li a {
					line-height: 36px;
					font-size: 14px;
					cursor: pointer;
					text-decoration: none;	
					-webkit-transition: all 0.3s linear;
					-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
					-ms-transition: all 0.3s linear;
					transition: all 0.3s linear;
				}
				.box-category ul li a:hover {
					color: #CDB794;
				}
				
					.box-category ul li a.active {
						color: #CDB794;
					}

					.box-category ul li .head a {
						font-size: 20px;
						line-height: 29px;
					}
					
						.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 li {
					/*border-top: 1px solid #e6e6e6;*/
					padding: 0px 0px 0px 20px;
					background-image: url("../img/bg-a.png");
					background-position: left bottom;
					background-repeat: repeat-x;
					text-align: left;
				}
.box-category ul li ul li a {	
font-size: 12px;
line-height: 36px!important;
cursor: pointer;
text-decoration: none;	
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}

	/* Product */

	.product-grid {
		position: relative;
		overflow: hidden;
		margin-top: -30px;
		clear: both;
	}
	
		.product-grid .row > div:after {
			content: '';
			width: 1px;
			position: absolute;
			top: 40px;
			left: auto;
			bottom: 0;
			right: 0;
			background: #e9e9e9;
		}
		
		.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 .product {
			margin-top: 30px;
			padding: 14px;
			text-align: center;
			position: relative;
		}
		
			.product-grid .product-hover {
				cursor: pointer;
			}
		
			.product-grid .product-hover .only-hover {
				display: none;
			}
			
			.sale {
				background: #ffbb00;
				color: #fff;
				text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
				border-radius: 30px;
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
				min-width: 43px;
				min-height: 43px;
				display: block;
				line-height: 35px;
				position: absolute;
				font-weight: bold;
				font-size: 12px;
				padding: 4px 6px;
				right: 10px;
				margin-top: -3px;
			}
			
				.hover-product .sale {
					right: 6px;
				}
			
				.product-info .sale {
					left: auto;
					top: 0px;
					z-index: 3;
					
				}
			
			.product-grid .product .image img,
			.hover-product .image img {
				display: block;
				margin: 0px auto;
			}
			
			.product-grid .product .name, 
			.hover-product .name {
				padding-top: 10px;
			}
			
				.product-grid .product .name a,
				.hover-product .name a {
					color: #373737;
					font-size: 16px;
					font-weight: bold;
				}
				
			.product-grid .product .price, 
			.hover-product .price {
				color: #75513B;
				font-size: 16px;
				font-weight: 600;
			}
			
				.product-grid .product .price .price-old, 
				.hover-product .price .price-old {
					color: #ffbb00;
					text-decoration: line-through;
					font-size: 12px;
					font-weight: normal;
					padding-right: 2px;
				}

			.product-grid .product .rating, 
			.hover-product .rating {
				padding-top: 4px;
			}

		.hover-product {
			display: none;
			background: #fff;
			border: 4px solid #FFBB00;
			padding: 10px;
			cursor: pointer;
			text-align: center;
			position: absolute;
			z-index: 1;
			border-radius:         10px;
			-moz-border-radius:    10px;
			-webkit-border-radius: 10px;
		}
		
			.hover-product .only-hover {
				padding: 7px 0px 0px 0px;
			}
			
			.product-grid .product .only-hover {
				padding: 7px 0px 0px 0px;
			}
			
				.product-grid .product .only-hover ul,
				.hover-product .only-hover ul {
					list-style: none;
					margin: 0px;
					padding: 0px 0px 7px 0px;
				}
					
					.product-grid .product .only-hover ul li a,
					.hover-product .only-hover ul li a {
						font-size: 12px;
					}
				
				.product-grid .product .only-hover .button,		
				.hover-product .only-hover .button {
					margin-top: 3px;
				}
				
	/* Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .products {
	}
	
	.col-sm-3 .item,
	.col-sm-4 .item {
		overflow: hidden;
	}
		
		.col-sm-3 .carousel-indicators,
		.col-sm-4 .carousel-indicators {
			display: block;
		}
		
		.carousel-indicators {
			position: relative;
			z-index: 15;
			width: 60%;
			margin: 15px 0px -5px 0px;
			padding-left: 0;
			margin-left: 20%;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			text-align: center;
			list-style: none;
		}
			
			.carousel-indicators li {
				display: inline-block;
				width: 12px;
				height: 12px;
				margin: 1px;
				padding: 0px;
				text-indent: -999px;
				cursor: pointer;
				background: #dbd0ca;
				border: none;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
			}
			
			.carousel-indicators .active {
				background: #FFBB00;
				width: 12px;
				height: 12px;
				margin: 1px;
			}
		
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid {
			margin: -15px 0px;
		}
		
		.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: 15px 0px;
				text-align: left;
				border: none;
				border-top: 1px solid #e9e9e9;
			}
			
				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left {
					float: left;
					width: 34%;
					position: relative;
				}
				
					.col-sm-3 .products .row > div .product .left .sale,
					.col-sm-4 .products .row > div .product .left .sale {
						right: -10px;
					}
				
				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right {
					float: left;
					width: 60%;
					margin-left: 6%;
					padding-top: 5px;
				}
					
					.col-sm-3 .products .row > div .product .price,
					.col-sm-4 .products .row > div .product .price,
					.col-sm-3 .products .row > div .product .name a,
					.col-sm-4 .products .row > div .product .name a {
						font-size: 13px;
					}
				
				.col-sm-3 .products .product .only-hover,
				.col-sm-4 .products .product .only-hover {
					display: none;
				}
			
	/* Product list */
	
	.product-list {
		position: relative;
		margin-top: -20px;	
	}
	
		.product-list > div {
			position: relative;
			margin: 0px 0px 30px 0px;
			padding: 30px 0px 0px 0px;
			border-top: 1px dotted #666666;
		}
		.responsive .product-list > .list {
			padding: 0;
			margin-bottom: 8px;
		}

			.product-list > div:first-child {
				border: none;
			}
		
			.product-list > .list > .row > .image > a {
				/*display: none;*/
			}
			.product-list > .list .mobname {
				margin-top: 25px;
				text-align: left;
			}

			.product-list .image {
				text-align: center;
			}

			.product-list .name-desc {
				padding-top: 14px;
				text-align: left;
			}
				
				.product-list .name-desc .name a {
					font-size: 16px;
					color: #CBAF8F;
					font-weight: 600;
				}
				
				.product-list .name-desc .description {
					font-size: 12px;
					padding: 10px 0px 0px 0px;
					color: #fff;
				}
				.product-list .name-desc .description p {
					margin: 0px;
				}

				.product-list .name-desc .rating-reviews {
					padding: 17px 0px 0px 0px;
				}
					
					.product-list .name-desc .rating-reviews .rating {
						float: left;
						width: auto;
						padding: 0px 20px 0px 0px;
					}
									
					.product-list .name-desc .rating-reviews .reviews {
						float: left;
						width: auto;
					}
					
						.product-list .name-desc .rating-reviews .reviews span {
							color: #4ecdc4;
						}
						
			.product-list .actions {
				position: static;
			}
			
				.product-list .actions > div {
					padding: 15px 0px 0px 20px;
				}
				
					.product-list .actions > div:before {
						/*
						width: 1px;
						background: #e6e6e6;
						content: '';
						position: absolute;
						top: 30px;
						bottom: 0;
						margin: 0px 0px 0px -20px;
						*/
					}
					
					.product-list .actions > div .price {
						text-align: right;
						margin-right: 45px;
						font-size: 16px;
						color: #d2462d;
						font-weight: 600;
						padding: 0px 0px 10px 0px;
					}
					
						.product-list .actions > div .price .price-old {
							color: #ffbb00;
							text-decoration: line-through;
							font-size: 12px;
							font-weight: normal;
							padding-right: 2px;
							display: block;
						}
					
					.product-list .actions > div .add-to-cart {
						text-align: center;
					}
					
					.product-list .actions > div ul {
						text-align: center;
						list-style: none;
						margin: 0px;
						padding: 13px 0px 0px 0px;
						color: #75513B;
					}
					
						.product-list .actions > div ul a {
							cursor: pointer;
						}
				
	/* 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;
			display: none;
		}
		
		.category-info > p {
			padding: 0px 20px 0px 0px;
			text-align: center;
		}
		
	.refine_search {
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		padding: 0px !important;
	}
	
	.category-list {
		
	}
	
	.category-list-text-only {
		margin-bottom: 20px;
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
			min-height: 85px;
		}
		
			.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;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}
			.category-list a {
				display: block;
				font-size: 12px;
				line-height: 15px;
				min-height: 30px;
			}
	
	.product-filter {
		padding: 8px;
		margin: 0px 0px 20px 0px;
		background: #f6f6f2;
	}
		
		.product-filter .list-options {
			float: left;
			width: auto;
			padding: 0px 8px 0px 8px;
		}
		
			.product-filter .list-options .sort {
				padding: 6px 0px;
				float: left;
				width: auto;
			}
			
			.product-filter .list-options .limit {
				padding: 6px 8px 6px 8px;
				float: left;
				width: auto;
			}
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
				}
		
		.product-filter .options {
			float: right;
			width: auto;
			padding: 10px 8px 8px 8px;
		}
		
			.product-filter .options .product-compare {
				float: left;
				width: auto;
				padding: 0px 20px 0px 0px;
			}
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
			}
			
				.product-filter .options .button-group button {
					margin: 0px;
					padding: 0px 5px;
					line-height: 22px;
					border: none;
					background: none;
					color: #75513B;
					border-radius:         2px;
					-moz-border-radius:    2px;
					-webkit-border-radius: 2px;
				}
				
					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						background: #ffbb00;
						color: #fff;
					}
					
	/* Product page */
	
	.product-info {
	}
	
		/* Image */
		
		.product-info .product-image {
			margin: 0px 20px 20px 20px;
			text-align: center;
		}
		
			.product-info .product-image a {
				display: block;
			}
			
				.product-info .product-image img {
					display: block;
					cursor: pointer;
					margin: 0 auto;
				}
				
				
		/* Thumbnails */
			
		.product-info .thumbnails {
		}
		
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				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 20px 20px;
					}
		
						.product-info .thumbnails li img {
							display: block;
						}
		
		.product-info .product-center {
			position: relative;
			margin-top: -23px;
			margin-bottom: 20px;
		}
							
			.product-info .description,
			.product-info .options {
				padding: 0px 0px 10px 0px;
				border-bottom: 1px dotted #666666;
			}
			.product-info .price {
				padding: 5px 0px 5px 0px;
				border-bottom: 1px dotted #666666;
			}

			.product-info .description .mobname {
				color: #000000;
			}
			
			.product-info .price .price-new {
				font-size: 12px;
				color: #d2462d;
				font-weight: bold;
			}
			
			.product-info .price .price-old {
				color: #ffbb00;
				text-decoration: line-through;
				font-size: 12px;
				font-weight: normal;
				padding-right: 2px;
			}
			
			.product-info .options {
				padding-bottom: 5px;
			}
			
				.product-info h2 {
					padding: 0px;
					display: none;
				}
				
				.product-info .options .option {
					padding: 5px 0px;
				}
				.product-info .options .option b {
					font-weight: 400;
					color: #20a08f;
				}
				
					.product-info .options .error {
						margin: 0px;
					}
					
			.product-info .cart {
				padding: 10px 0px 0px 0px;
			}
				
				.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 > #button-cart {
							padding: 6px 10px;
					}
					
						.product-info .cart .add-to-cart p {
							padding: 10px 10px 5px 0px;
						}
						
						.product-info .cart .add-to-cart input {
							margin: 0px 10px 0px 0px;
						}
						
						.product-info .cart .add-to-cart .quantity {
							position: relative;
							/*margin-top: 3px;*/
						}
							
							.product-info .cart .add-to-cart .quantity input {
								padding-right: 34px;
								padding: 6px 15px;
							}
							
							.product-info .cart .add-to-cart .quantity #q_up {
								display: block;
								position: absolute;
								right: 11px;
								top: 1px;
								border: 1px solid #d7d7d7;
								border-top: none;
								border-right: none;
								height: 16px;
								width: 24px;
								text-align: center;
								font-size: 10px;
								padding-right: 2px;
								color: #20a08f;
							}
							
							.product-info .cart .add-to-cart .quantity #q_down {
								display: block;
								position: absolute;
								right: 11px;
								top: 17px;
								border-left: 1px solid #d7d7d7;
								height: 16px;
								width: 24px;
								text-align: center;
								font-size: 10px;
								padding-right: 2px;
								color: #20a08f;
							}
										
				.product-info .cart .links {
					padding: 10px 0px 0px 0px;
				}
				
					.product-info .cart .links a {
						padding-right: 10px;
						cursor: pointer;
					}
					
						.product-info .cart .links a:before {
							content: "+";
							padding-right: 5px;
							color: #75513B;
							font-weight: 600;
						}
						
				.product-info .cart .minimum {
					padding: 10px 0px 0px 0px;
				}
					
			.product-info .review {
				padding: 13px 0px 3px 0px;
			}
			
				.product-info .review > div {
					padding: 7px 0px;
				}
				
				.product-info .review a {
					cursor: pointer;
				}
			
		.product-block {
			background: #fff;
			border: 1px solid #e9e9e9;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			box-shadow:         0 1px 1px #DDDDDD;
			-moz-box-shadow:    0 1px 1px #DDDDDD;
			-webkit-box-shadow: 0 1px 1px #DDDDDD;
			padding: 20px;
			margin: 0px 0px 20px 0px;
		}
			
			.product-block .title-block {
				margin: 0px 15px 19px 0px;
				padding: 0px;
				font-size: 18px;
				font-weight: 700;
			}
				
			.product-block .strip-line {
				display: none;
			}
				
			.product-block .block-content {
				clear: both;
			}
			
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
			
	/* Ratings */
	
	.rating i {
		margin: 0px 1px 0px 2px;
		font-size: 14px;
		color: #dbd0ca;
	}
	
	.rating i.active {
	  color: #ffbb00;
	}
			
/* CustomFooter
------------------*/	

.custom-footer {
	position: relative;
	margin-top: 10px;
}

	.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: #f6f6f2 url(../img/bg-custom-footer.png);*/
-moz-box-shadow: 0 3px 30px rgba(255,255,255,0.2);
-webkit-box-shadow: 0 3px 30px rgba(255,255,255,0.2);
box-shadow: 0 3px 30px rgba(255,255,255,0.2);
border-top: 1px solid #bf1e2d;
	}
	.custom-footer .pattern {
		padding: 5px 0px 40px 0px;
	}
	
		.custom-footer .pattern a {
			color: #cacdd1;
		}
	
		.custom-footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.custom-footer h4 {
			color: #B8A586;
			font-size: 22px;
			font-weight: 700;
			padding: 35px 0px 25px 0px;
			margin: 0px;
			/*display: none;*/
		}
		
/* Footer
------------------*/	

#aboutus {
	color: #D7BDBD;
}
.footer {
	position: relative;
	display: none;
}

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

	.footer .pattern {
		padding: 0px 0px 40px 0px;
	}

		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.footer h4 {
			color: #333;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			border-bottom: 1px solid #d6d6d6;
			padding: 20px 14px 6px 0px;
			margin: 26px 0px 27px 0px;
			clear: both;
		}
		
			.footer .strip-line {
				display: none;
			}
		
		/* Facebook */
		
		#facebook {
			background: #fff;
			border: 2px solid #E1E3D8;
			padding: 5px 5px 10px 5px;
			border-radius: 30px;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;
		}
		
			.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
				width: 100% !important; 
			}
			
			.fb-like-box {

			}
			
		/* Twitter */
		
		#twitter {
			position: relative;
			margin: -10px 0px;
		}
			
		/* List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 0px 0px -5px 0px;
			padding: 0px;
			clear: both;
		}
		
			.footer ul li a {
				line-height: 26px;
			}
			
				.footer ul li a:before {
					content: "\f105";
					font-family: FontAwesome;
					font-weight: bold;
					font-style: normal;
					padding-right: 6px;
				}
				
		/* Newsletter */
		
		.newsletter {
			position: relative;
		}
		
			.newsletter .circle {
				width: 156px;
				background-color: #FFBB00;
				border-radius: 200px;
				box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
				color: #fff;
				font-size: 15px;
				line-height: 16px;
				margin-top: -22px;
				position: absolute;
				padding: 29px 23px 27px 23px;
				text-align: center;
			}
			
				.newsletter .circle h4 {
					font-size: 15px;
					color: #fff;
					padding: 0px;
					margin: 0px;
					font-weight: normal;
				}
				
				.newsletter .circle h3 {
					font-size: 59px;
					line-height: 65px;
					color: #fff;
					padding: 0px;
					margin: 0px;
					font-weight: bold;
					font-family: Arial;
				}
				
			.newsletter .row {
				padding-left: 200px;
				padding-top: 20px;
				min-height: 85px;
				color: #735741;
				font-size: 24px;
				line-height: 24px;
				font-weight: bold;
			}
			
				.newsletter .row > div {
					padding-top: 15px;
				}
				
				.newsletter form {
					padding-right: 60px;
					margin-top: 3px;
					position: relative;
				}
				
					.newsletter form input {
						margin: 0px;
						position: relative;
						z-index: 1;
						width: 100%;
						height: 44px;
						border-radius: 100px;
						-webkit-border-radius: 100px;
						padding: 10px 10px 10px 25px;
						color: #333;
						font-size: 14px;
						font-weight: normal;
						border: 2px solid #E1E3D8;
						box-shadow: none;
						-webkit-box-shadow: none;
						-moz-box-shadow: none;
					}
					
					.newsletter form button {
						width: 82px;
						height: 44px;
						border: 2px solid #E1E3D8;
						font-size: 20px;
						background-color: #fff;
						color: #70543F;
						padding: 7px 22px 6px 40px;
						position: absolute;
						top: 0;
						right: 0;
						-webkit-border-radius: 0px 100px 100px 0px;
						border-radius: 0px 100px 100px 0px;
					}
					
						.newsletter form button:hover {
							background: #E1E3D8;
						}
				
		/* Contact us */
		
		ul.contact-us {
			margin: 0px;
			padding: 0px;
			list-style: none;
			color: #20a08f;
		}
		
			ul.contact-us li {
				clear: both;
				margin: 30px 0px 0px 0px;
			}
			
				ul.contact-us li:first-child {
					margin: 0px;
				}
			
				ul.contact-us li i {
					float: left;
					width: 36px;
					height: 36px;
					padding: 3px 0px 0px 0px;
					margin: 2px 15px 0px 0px;
					text-align: center;
					font-size: 30px;
					color: #fff;
					background: #20a08f;
					border-radius: 50px;
					-webkit-border-radius: 50px;
					-moz-border-radius: 50px;
				}
				
					ul.contact-us li i.icon-mobile-phone {
						font-size: 30px;
					}
					
					ul.contact-us li i.icon-envelope {
						font-size: 22px;
						padding-top: 8px;
					}
					
					ul.contact-us li i.icon-skype {
						padding-top: 4px;
					}
		
/* Copyright
------------------*/	

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		/*background-color: #fff;*/
	}
	
	.copyright .pattern {
		padding: 5px 0px 5px 0px;
		border-top: 1px solid #bf1e2d;
		text-align: right;
        color: #555;
	}
	
		.copyright .pattern a {
			font-weight: normal;
			text-decoration: none;
			color: #B8A586;
		}
		
		.copyright p {
			margin: 0px;
			padding: 0px;
			float: left;
			color: #0C0C0C;
		}
		
		.copyright ul {
			float: right!important;
			width: auto;
			list-style: none;
			padding: 0px!important;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 8px;
			}
			
/* 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: 40%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 60%; 
		padding: 0px;
	}
	
/* List content */

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

	.main-content .content > ul li:before {
		content: "\f105";
		font-family: FontAwesome;
		font-weight: bold;
		font-style: normal;
		padding-right: 6px;
	}

/* 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: 15px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
	
/* Autocomplete */

.autocomplete-results {
	position: relative;
}
	
	.ui-autocomplete {
		background: #fff !important;
		border: 1px solid rgba(0, 0, 0, 0.15) !important;
		padding: 5px 0px !important;
		margin-top: 14px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 300px !important;
		border-radius:         10px !important;
		-moz-border-radius:    10px !important;
		-webkit-border-radius: 10px !important;
		box-shadow:            0 6px 12px rgba(0, 0, 0, 0.175) !important;
		-moz-box-shadow:       0 6px 12px rgba(0, 0, 0, 0.175) !important;
		-webkit-box-shadow:    0 6px 12px rgba(0, 0, 0, 0.175) !important;
	}
	
		.ui-autocomplete:before {
		  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
		  border-left: 11px solid transparent;
		  border-right: 11px solid transparent;
		  content: "";
		  display: inline-block;
		  right: 15px;
		  position: absolute;
		  top: -11px;
		}
		
		.ui-autocomplete:after {
		  border-bottom: 10px solid #FFFFFF;
		  border-left: 10px solid transparent;
		  border-right: 10px solid transparent;
		  content: "";
		  display: inline-block;
		  right: 16px;
		  position: absolute;
		  top: -10px;
		}
		
		.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 #ccc !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:#333 !important; 
				font-size:13px !important;
				font-weight: 600 !important;
				line-height:1.6 !important;
				font-family:'Raleway' !important;
			}
			
				.ui-autocomplete li a.ui-state-focus {
					background: #ffbb00 !important;
					color: #fff !important;
				}
			
				.ui-autocomplete li img {
					float: left;
					width: 70px;
					margin-right: 10px;
				}
				
				.ui-autocomplete li span.description {
					font-size: 11px !important;
					font-weight: 400 !important;
				}
				
				.ui-autocomplete li span.price {
					color: #75513B !important;
					display: block !important;
					padding-top: 4px !important;
				}
				
					.ui-autocomplete li a.ui-state-focus span.price {
						color: #fff !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 0px 0px 0px;
	margin:0px 0px 10px 0px;
	position: relative;
	overflow:auto; 
}
	
	div.pagination .results { 
		float:right;
		width:250px;
		text-align:right;
		padding:5px 0px 10px 0px; 
		display: none;
	}
	
	div.pagination .links { 
		float:left;
		width:auto;
		padding:0px;
		overflow:auto; 
	}
		
		div.pagination .links a, 
		div.pagination .links b { 
			display:inline-block;
			font-size: 14px;
			margin: 0px 7px 10px 0px;
			padding: 3px 15px;
			background: #fff;
			border: 1px solid #ccc;
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			color: #333;
		}
		
		div.pagination .links b { 
			color: #333;
		}

/* List Box */

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

	.list-box li:before {
		content: "\f105";
		font-family: FontAwesome;
		font-weight: bold;
		font-style: normal;
		padding-right: 6px;
	}
	
/* 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 {
	
}

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

.htabs {
	display: none;
	margin: 23px 0px 23px 0px;
	padding: 0px;
	border-bottom: 4px solid #E1E4D9;
}

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

	.htabs a {
		float: left;
		margin: 10px 2px 0px 0px;
		padding: 0px 25px 20px 0px;
		display: block;
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		position: relative;
	}
	
		.htabs a.selected {
			color: #fff;
		}
		
		.htabs a.selected:after {
			/*
			background-color: #fff;
			bottom: -7px;
			box-shadow: 0 4px #E1E4D9;
			content: "";
			height: 20px;
			position: absolute;
			width: 20px;
			left: 50%;
			margin-left: -32px;
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			*/
		}
	
.center-column .tab-content {
	margin: 5px 0px 0px 0px;
	text-align: left;
color: #fff;
}

	.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;
	}
	
/* Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 20px 0px;
	clear: both;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px; 
}

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

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}
	
.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius:         5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #e6e6e6;
		content: '';
	}
	
	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}
	
/* 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;
	background: #fff;
    border: solid #e9e9e9 1px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow:         0 1px 1px #DDDDDD;
    -moz-box-shadow:    0 1px 1px #DDDDDD;
    -webkit-box-shadow: 0 1px 1px #DDDDDD;
}

	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 #e9e9e9;
	    border-top: 1px solid #e9e9e9;
	    padding: 10px;
	    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 {
	    font-weight: bold;
	    color: #333;
	}
	
		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;
	}

	table.attribute thead:first-child td:first-child,
	table.list thead:first-child td:first-child,
	.wishlist-product table thead:first-child td:first-child,
	.wishlist-info table thead:first-child td:first-child,
	.compare-info thead:first-child td:first-child,
	.cart-info table thead td:first-child,
	.checkout-product table thead:first-child td:first-child {
	    -moz-border-radius: 20px 0 0 0;
	    -webkit-border-radius: 20px 0 0 0;
	    border-radius: 20px 0 0 0;
	}
	
	table.attribute thead:first-child td:last-child,
	table.list thead:first-child td:last-child,
	.wishlist-product table thead:first-child td:last-child,
	.wishlist-info table thead:first-child td:last-child,
	.compare-info thead:first-child td:last-child,
	.cart-info table thead:first-child td:last-child,
	.checkout-product table thead:first-child td:last-child {
	    -moz-border-radius: 0 20px 0 0;
	    -webkit-border-radius: 0 20px 0 0;
	    border-radius: 0 20px 0 0;
	}
	
	table.attribute thead:first-child td:only-child,
	table.list thead:first-child td:only-child,
	.wishlist-product table thead:first-child td:only-child,
	.wishlist-info table thead:first-child td:only-child,
	.compare-info thead:first-child td:only-child,
	.cart-info table thead:first-child td:only-child,
	.checkout-product table thead:first-child td:only-child {
	    -moz-border-radius: 20px 20px 0 0;
	    -webkit-border-radius: 20px 20px 0 0;
	    border-radius: 20px 20px 0 0;
	}
	
	table.attribute tbody tr:last-child td:first-child,
	table.list tbody tr:last-child td:first-child,
	.wishlist-product table tbody tr:last-child td:first-child,
	.wishlist-info table tbody tr:last-child td:first-child,
	.compare-info tbody tr:last-child td:first-child,
	.cart-info table tbody tr:last-child td:first-child,
	.checkout-product table tbody tr:last-child td:first-child {
	    -moz-border-radius: 0 0 0 20px;
	    -webkit-border-radius: 0 0 0 20px;
	    border-radius: 0 0 0 20px;
	}
	
	table.attribute tbody tr:last-child td:last-child,
	table.list tbody tr:last-child td:last-child,
	.wishlist-product table tbody tr:last-child td:last-child,
	.wishlist-info table tbody tr:last-child td:last-child,
	.compare-info tbody tr:last-child td:last-child,
	.cart-info table tbody tr:last-child td:last-child,
	.checkout-product table tbody tr:last-child td:last-child {
	    -moz-border-radius: 0 0 20px 0;
	    -webkit-border-radius: 0 0 20px 0;
	    border-radius: 0 0 20px 0;
	} 

/* 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: #70543E;
	font-weight: 600;
}

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

.cart-module { 
	border-bottom: 1px solid #e9e9e9; 
	margin: 0px 0px 22px 0px;
	position: relative;
	color: #111;
}

	.cart-module > div { 
		padding:20px !important;
		margin:0px 0px 30px 0px;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius:         20px;
		-moz-border-radius:    20px;
		-webkit-border-radius: 20px;
		box-shadow:         0 1px 1px #DDDDDD;
		-moz-box-shadow:    0 1px 1px #DDDDDD;
		-webkit-box-shadow: 0 1px 1px #DDDDDD;
	}
	
		.cart-module > div:before {
		  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
		  border-left: 11px solid transparent;
		  border-right: 11px solid transparent;
		  content: "";
		  display: inline-block;
		  left: 15px;
		  position: absolute;
		  top: -10px;
		}
		
		.cart-module > div:after {
		  border-bottom: 10px solid #FFFFFF;
		  border-left: 10px solid transparent;
		  border-right: 10px solid transparent;
		  content: "";
		  display: inline-block;
		  left: 16px;
		  position: absolute;
		  top: -9px;
		}
		
		.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: #DECFB7;
			font-weight: 600;
		}
	
/* 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: 4px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 4px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 15px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.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 #e9e9e9;
	border-radius:         20px;
	-moz-border-radius:    20px;
	-webkit-border-radius: 20px;
	padding: 0px;
	overflow: auto;
	margin-bottom:20px; 
	background: #fff;
}

	.manufacturer-heading { 
		border-bottom: 1px solid #e9e9e9;
		padding: 10px 15px; 
		font-weight: bold;
		color: #333;
	}
	
	.manufacturer-content { 
		padding: 10px 15px;
		overflow:auto; 
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}

/* checkout */

.checkout { 
	position:relative;
}

	.checkout > div {
		padding: 0px;
	}

	.checkout-heading { 
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 13px 0px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
		color: #eee;
		border-bottom: 4px solid #E1E4D9;
		position: relative;
		-webkit-font-smoothing: antialiased;
	}
	
		.checkout-heading:after {
			/*
			background-color: #fff;
			bottom: -7px;
			box-shadow: 0 4px #E1E4D9;
			content: "";
			height: 20px;
			position: absolute;
			width: 20px;
			left: 20px;
			margin-left: auto;
			margin-right: auto;
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			*/
		}
	
		.checkout-heading a { 
			float: right;
			margin-top: 1px;
			cursor:pointer; 
			font-size: 13px;
			font-weight: normal;
		}

	.checkout-content { 
		display: none;
		padding: 0px 0px 27px 0px;
	}
	
		.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: 55%;
		}
		
			.checkout-content .left > *:first-child {
				margin-top: 0px;
			}
		
		.checkout-content > .right { 
			float: right;
			width: 43%; 
		}
		
			.checkout-content .right .button,
			.checkout-content .left .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;
			}

		.checkout-content .mod_sel {
			border-top: 2px #FFF solid;
			padding-top: 15px;
		}
			
 /* 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 #e9e9e9;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.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: 40px;
    height: 40px;
    position: fixed;
    bottom: 65px;
    left: 20px;
    display: none;
	background: url(../img/scroll.png);
	opacity: 0.5;
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
}

	.scrollup:hover {
		opacity: 1;
	}

	@media (max-width: 960px) {
		.scrollup {
			display: none !important;
		}
	}
	
/* Banner */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}

.banner div img {
	margin-top: 30px;
}

/* Captcha */

#captcha {
	margin-top: 7px;
}


/**************************************************/
#reg_address {
	margin-top: 6px;
	border-top: 1px solid #20a08f;
}
.field{width:100%;margin:0 0 20px;}
.field input{margin:0 0 0 20px;}
/* Used for the Switch effect:*/
.field_input{width:0px;height:0px;position: relative;z-index: -1;}
.emp_sel, .liv_sel, .emp_sel span, .liv_sel span{background:url(../img/switch.png) repeat-x;display:block;float:left;}
.emp_sel span, .liv_sel span{line-height:30px;display:block;background-repeat:no-repeat;/*font-weight:bold;*/color: #999;}
.emp_sel span{background-position:left -90px;padding:0 5px;}
.liv_sel span{background-position:right -180px;padding:0 8px;}
.liv_sel.selected{background-position:0 -30px;}
.liv_sel.selected span{background-position:right -210px;color:#fff;}
.emp_sel.selected{background-position:0 -60px;}
.emp_sel.selected span{background-position:left -150px;color:#fff;}
.switch label{cursor:pointer;}

.emp_sel span , .liv_sel span {
-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
-o-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.emp_sel.selected span {
background: url(../img/selected.png) right center no-repeat;
padding-right: 14px;
}
.liv_sel.selected span {
background: url(../img/selected.png) right center no-repeat;
padding-right: 14px;
}
/**************************************************/

.megamenu-wrapper {
	border: none!important;
}
.mob_zoom {display: none;}
.product-list .mobname {
	display: none;
}
.product-list .quantity {
	display: block;
	float: left;
	position: relative;
	/*margin-top: 3px;*/
}
.product-list .quantity input {
	margin: 0px 0px 0px 0px;
	/*padding: 6px 15px;*/
	padding: 6px 20px 6px 0px;
	text-align: center;
	min-height: 33px;
	border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
}						
.product-list .quantity .q_up {
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	border: 1px solid #d7d7d7;
	border-top: none;
	border-right: none;
	height: 16px;
	width: 24px;
	text-align: center;
	font-size: 10px;
	padding-right: 2px;
	color: #20a08f;
}
							
.product-list .quantity .q_down {
	display: block;
	position: absolute;
	right: 1px;
	top: 17px;
	border-left: 1px solid #d7d7d7;
	height: 16px;
	width: 24px;
	text-align: center;
	font-size: 10px;
	padding-right: 2px;
	color: #20a08f;
}
.product-list .add-to-cart .button {
padding: 8px 10px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;
font-weight: normal;
color:#BF1E2D !important;
background-color: #FFFFFF;
}
	.product-list .add-to-cart .button:hover { 
		color: #d2462d !important;
		background-color: #FFFFFF;
	}
.product-list .actions > div .add-to-cart {
width: auto;
float: right;
}

.product-info .add-to-cart .button {
padding: 8px 10px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
font-weight: normal;
color:#BF1E2D !important;
background-color: #FFFFFF;
border: 1px solid #D7D7D7;
}
	.product-info .add-to-cart .button:hover { 
		color: #d2462d !important;
		background-color: #FFFFFF;
	}

.chk_reg span {
width: 80px;
text-align: left;
display:-moz-inline-box;
display:inline-block;
}

#shipping-method .checkout-content .radio {
padding-left: 0px;
}
#shipping-method .checkout-content .titre {
border-bottom: 1px solid;
background: #000;
height: 28px;
}
#shipping-method .checkout-content .titre b {
margin-left: 5px;
margin-right: 5px;
}
#shipping-method .checkout-content .radio input[type="radio"] {
margin-left: 5px;
}
#shipping-method .checkout-content .radio td{
padding-right: 15px;
}
.warning_shipping h5, .h5 {
border: #E0745C 1px dotted !important;
}
.checkout-content h5, .h5 {
border: #FFF 1px dotted;
color: #bbad95;
padding: 5px 0px 5px 5px;
/*background: #50505c;*/
}

table.list , table.list b , .cart-info table , .cart-info a , .checkout-product b , .checkout-product a , .checkout-product table {
color: #111;
}

.mfp-bottom-bar p{
margin: 0px!important;
}

.megamenuToogle-wrapper .container {
color: #DECFB7 !important;
}
.megamenuToogle-wrapper .container > div span {
color: #DECFB7 !important;
}
#megaMenuToggle .container {
width: 197px;
}

.large-field {
min-width: 185px;
}
.required {
color: #E76557;
}
.check-info {
width: 145px;
text-align: left;
display: -moz-inline-box;
display: inline-block;
}

#appmenu {
display: none;
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
height: 50px;
background: #BF1E2D;
/*
-moz-box-shadow: 0 3px 30px rgba(199, 199, 199, 0.8);
-webkit-box-shadow: 0 3px 30px rgba(199, 199, 199, 0.8);
box-shadow: 0 3px 30px rgba(199, 199, 199, 0.8);
*/
-moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}
#foot-app {
cursor: pointer;
text-align: center;
float: left;
height: 50px;
width: 20%;
padding: 0;
}
/*
#foot-app:hover {
background: #50505c;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
*/
#foot-app a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#foot-app a:hover {
background: #50505c;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.img-app {
top: 4px;
position: relative;
width: 30px;
}
#foot-app a>div img {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#foot-app a>div img:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transform: translate(0px,-2px);
	-webkit-transform: translate(0px,-2px);
	-o-transform: translate(0px,-2px);
	-ms-transform: translate(0px, -2px);
	transform: translate(0px,-2px);
	/*
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
	*/
}
.text-app {
width: 100%;
text-align: center;
bottom: 3px;
font-size: 12px;
position: relative;
color: #fff;
}

#column_left > #cart_block {
display: none;
}

#banner1 {
display: none;
}

#caterer_block, #shop_block {
display: none;
}

#column_right {
display: none;
}