/*
	This File made by me ("Ahmed Saeed")
	Web and developer for the web lives in Cairo, Egypt
	E-Mail: mr.ahmedsaeed1@gmail.com
	Tel: (02) 01228652007
*/
/*## Table of Content  ## ==================
===========================================================================
# 1- Booling google fonts from google server ( Lato, Sanchez )
============================================================================
# 2- General styling and reset mstyling
===========================================================================
# 3- Header styling 
============================================================================
# 4- footer styling 
==============================================================================
# 5- element styling
=============================================================================
# 6- side panel styling
============================================================================
# 7- Media qauery styling for this file
=================================================================================*/



/* # 1- pull Lato & sanchez fonts from gooogle server
=================================================================================*/
/*@import url(http://fonts.googleapis.com/css?family=Sanchez:400italic,400|Open+Sans:400italic,600italic,700italic,400,600);
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600|family=Lobster);
/*
font-family: 'Sanchez', serif;
font-family: 'Open Sans', sans-serif;
*/

/*# 2- reset styling and general styling
===================================================================================*/

html {
    font-size: 62.5%;
}


/*=========== body =============*/
body {
	color:#777;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	/* background:#fff url('../img/nuvol-peu-de-pagina-03.jpg') bottom center no-repeat; */
}
/*==== heading ====*/
h1, h2, h3, h4, h5, h6 {
	margin:0; padding:0;
	color:#404040;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
}


h1 { font-size: 20px; font-size: 2.0rem; text-transform: uppercase; line-height:auto; margin: 0 0 20px 0 }
h2 { font-size: 18px;  font-size: 1.8rem; line-height:auto; }
h3 { font-size:16px; text-transform: uppercase; line-height:22px;}
h4 { font-size: 16px; line-height: 20px; margin-bottom: 10px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 16px; line-height: 20px; }


/*===== title header h3 =========*/
.titleHeader {
	background: url('../img/dottedBorder.png') repeat-x 50% 70%;
	margin-top: 20px; margin-bottom: 10px;
}
.categories .titleHeader {
	margin: 0;
}
.categories .titleHeader h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.titleHeader h3, .titleHeader h2 {
	float:left;
	background:#fff;
	padding-right:8px;
}
.titleHeader .pagers {
	float:right;
	background:#fff;
	padding-left:8px;
}

/*=============== clearfix ===========*/
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  margin:0;
  padding:0;
  height:0;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

/*============= Global ancher link color style ==========*/
a {
  color:#f16325;
}
a:hover, a:active {
  color:#f16325;
  text-decoration:underline;
}
a.invarseColor:link, a.invarseColor:visited {
  color:#666;
}
a.invarseColor:hover, a.invarseColor:active {
  color:#f16325;
  text-decoration:none;
}
a.active:link, a.active:visited {
  color:#f16325;
  cursor:default;
}

ul.list-inline {margin-left: 0}
ul.list-inline li {display: inline; list-style:none; }


/*=========== placeholder ============*/
/* for old firfox */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
}

select, 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 {height:auto}



/* IE 10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
}
.placeholder {
  color: #999999;
  font-family: 'Open Sans', Arial sans-serif;
  font-size: 12px;
}

iframe {
	width:100%;
	border:none;
}


/*** Video responsive  */

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/*====== mainContainer ======*/
#mainContainer {
	width:100%;
	display: block;
	margin:0 auto;
	background:none !important; 
}
/*== block styling ==*/
#featuredItems, #latestItems, #aboutUs, #twitterFeed, #facebookFeed, #brands {
	margin-top:72px;
}


/*# 3- Header styling 
============================================================================*/
/*====== header style ======*/
header {
	margin-bottom:30px;
	padding:0px 0 0;
	width:100%;
}
	header p {
		line-height: 14px;
	}
/* upperHeader */
	.upperHeader {
		/*padding-top:4px;
		border-bottom: 0px solid #FAE008;
		border-bottom: 1px solid #CCCFC6;*/
	    border-bottom: 1px solid #D7DBA2;

		background-color: #4f712b; /*#35411B*/
		padding: 10px 0;
		z-index: 100;
		position:relative;
		color: #ffffff;
		font-size: 1.3rem;
		font-size: 13px;
		
	}
	.upperHeader select.upper-nav {
		display: none;
	}
	.upperHeader .inline {
		margin:-2px 0 0 0;
		padding:0;
	}

	.upperHeader .menuUsuari .inline {
		/*margin:-7px 0 0 0;  // per compensar la icona whatsapp */
		padding:0;
	}



	.upperHeader .inline li {
		margin:0 0 0 5px;
		padding:0;
	}
	
	
	.upperHeader a,
	.upperHeader .inline li a,
	.upperHeader span,
	.upperHeader .inline li span
	{
		font-weight:normal;
		color: #ffffff;
		padding: 0px 6px
	}
	.upperHeader > p, header p {
		padding-top: 3px;
	}
	

	.upperHeader ul#menuidiomes    { border-left: 0px solid #728D55; margin-left: 0; }
	.upperHeader ul#menuidiomes li { border-right: 0px solid #728D55 }
	.upperHeader ul#menuidiomes li a {padding: 0 1px 0 2px}

	.upperHeader .menuUsuari {text-align:right}

	.upperHeader .carrito {display:none}


	#menuidiomes {padding: 2px 15px 0 0;}	
	#moneda, #menuidiomes {float: left; cursor: pointer;}
	#moneda .caret {border-top-color: white;}
	#moneda span:hover, #moneda span:active {color: white;}
	
	.dropdown-menu li>span {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 20px;
		color: #333333;
		white-space: nowrap;
		cursor:pointer;
	}



/* middleHeader */
	.middleHeader .middleContainer {
		padding: 20px 0 30px;
	/*	background: url('../img/fons_capsalera.png') no-repeat top right; */
		color: #FFFF00;

	}

	.middleHeader {
		/*background: url('../img/nuvol-top.jpg') no-repeat top right; */
		/*background: url('../imgages_theme/fons-peu.png') no-repeat bottom left; */
		background: #AFCA0B url('../images_theme/fons-top.png') top right repeat-x;
	}




	
/* logo */
	.middleHeader .siteLogo {
		float:left;
	}
	.middleHeader .siteLogo a {
		width:345px;
		height:105px;
		display: block;
		font:0/0 a;
		/*background:url('../images_theme/logo.svg') no-repeat left top;*/		
	}


/* eslogan */

/*
#eslogan {text-align:right } 
#eslogan a i.fa {color: white; } 
#eslogan a:hover i.fa {text-shadow: 2px 2px #4F712B; } 
*/
#eslogan h4 { font-family: 'Lobster', Arial, Helvetica, sans-serif; 
font-size: 3rem;
color: white;
line-height: 3.6rem;
padding-top: 87px;
text-align:right;
text-shadow: 2px 2px #4F712B;
}



/* search */
	.middleHeader .siteSearch {
		margin-left:10px;
	}
/* currency */
	.middleHeader .currency {
		min-width: 55px;
	}
/* language */
	.middleHeader .language {
		min-width: 65px;
	}
/* mainNav */

	.mainNav {
		background: none repeat scroll 0 0 #F6F6F6;
		border-bottom: 1px solid #f0f0f0;
		border-top: 1px solid #ffffff;
	}


	.navbar .nav>li.carrito {
		float: right;
		border-right: none;
		background-color: #FFEC00;
		}


.navbar .nav > li.carrito > a {
	font-size: 1.5em; 
	padding-bottom: 0 !important}


.navbar .nav > li.carrito > a small { font-size: 60%}

	
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none; 
}	
	



/*==================== cart-content ================*/
.cart-content {
	margin:0;
	padding:0;
	min-width: 350px;
}
	/*table-cart*/
	.cart-content .table-cart {
		width:100%;
	}
	/* tr */
	.cart-content .table-cart tbody tr {
		border-bottom:1px solid #dcdcdc;
	}
	/* td */
	.cart-content .table-cart td {
		margin:0;
		padding:12px 6px;
		vertical-align: top;
	}
	/* cart-product-info */
	.cart-content .table-cart .cart-product-info {
		text-align: left;
	}
	.cart-content .table-cart .cart-product-info img {
		float: left;
		margin-right:8px;
		padding: 4px;
		background-color:#fff;
	  	border: 1px solid #e0e0e0;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	}
	.cart-content .table-cart td img:hover {
		border:1px solid #aaa;
	}
	/*cart-product-desc*/
	.cart-content .table-cart .cart-product-desc {
		width:200px;
	}
	.cart-content .table-cart td.cart-product-info p {
		margin-bottom:5px;
	}
	.cart-content .table-cart td.cart-product-info p a {
		white-space:pre-line;
		font-weight: 600;
		line-height: 18px;
	}
	.cart-content .table-cart td.cart-product-info .unstyled,
	.cart-content .table-cart td.cart-product-info .unstyled li {
		margin:0;
		padding:0;
		color:#888;
	}
	/*cart-product-setting*/
	.cart-content .table-cart td.cart-product-setting {
		text-align: right;
	}
	.cart-content .table-cart td.cart-product-setting p {
		margin-bottom:3px;
	}
	.cart-content .table-cart td.cart-product-setting a.remove-pro {
		font-size: 18px;
		color:#555;
		line-height: auto;
	}
	.cart-content .table-cart td.cart-product-setting a.remove-pro:hover {
		text-decoration: none;
	}
/*============================= end header styling =======================*/




/*# 4- footer styling 
==============================================================================*/
footer {margin:0; 
	color: #2d2d21; 
	background: #AFCA0B url('../images_theme/fons-peu.png') bottom left no-repeat;
	padding: 0 20px;
}
.footerOuter {
	margin-bottom:30px;
	border-top:0px dotted #e7e7e7;
	border-bottom:0px dotted #e7e7e7;
	text-align:left;
	padding: 0;
}

.footerOuter a {color: #2d2d21;}
.footerOuter a:hover {text-decoration: none; color: #111}

footer .unstyled li {
    border-bottom: 1px dotted #D7DBA2;
	padding: 7px 0;
    display: block;
    font-weight;
}


footer ul {
    margin-top: 14px;
}



/*===== footer title header h3 =========*/

	footer h3 {
		float:left;
		background:transparent;
		padding-right:8px;
		font-weight:600;
		color: white;
		margin-top: 40px;
	}
	footer .titleHeader .pagers {
		float:right;
		background:#e7e7e7;
		padding-left:8px;
	}

/* usefullLinks */
	footer .usefullLinks .unstyled {
		margin-top:14px;
	}
	footer .usefullLinks .unstyled li {
		border-bottom:1px dotted #b4b4b4;
	}
	footer .usefullLinks .unstyled li:last-child {
		border-bottom:none;
	}
	footer .usefullLinks .unstyled li a {
		padding:6px 0;
		display: block;
		font-weight: 600;
	}
	footer .usefullLinks .unstyled li a:hover,
	footer .usefullLinks .unstyled li a:active {
		background:#e0e0e0;
	}
	footer .usefullLinks .unstyled li i {
		font-size: 18px;
	}

/* contactInfo

	footer .contactInfo {
		margin-top:14px;
	}
	footer .contactInfo ul li {
		border-bottom:1px dotted #b4b4b4;
		padding:7px 0;
		display:block;
		font-weight: 600;
	}
	footer .contactInfo ul li:hover,
	footer .contactInfo ul li:active {
		background:#e0e0e0;
	}
	footer .contactInfo ul li:last-child {
		border-bottom:none;
	}
	
	footer .contactInfo ul li button i {
		font-size: 16px;
	}
 */









/* newsletter */
	footer .newslatter form {
		margin-top:24px;
	}

/* payment */
	footer .payments li {
		width:37px;
		height:26px;
		margin:0;
		display: inline-block;
		background: url('../img/payment.png') no-repeat;
	}
	footer .payments li.visia {
		background-position: 0 0;
	}
	footer .payments li.paypal {
		background-position: 0 -35px;
	}
	footer .payments li.electron {
		background-position: 0 -70px;
	}
	footer .payments li.discover {
		background-position: 0 -105px;
	}

/* imagotips */ 

ul.imagotips {margin: 40px 0 }
ul.imagotips img {
	opacity:0.8;
	filter:alpha(opacity=80); 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
ul.imagotips img:hover{
	opacity:1.0;
	filter:alpha(opacity=100); 
	}


a.icona-massroots {
display: list-item;
float: left;
background: #2D2D21 url('../images_theme/icona-massroots.png') center center no-repeat;
width:32px;
height:32px;
border-radius: 5em;
margin-right: 7px;
margin-top: 2px;
}

a.icona-massroots:hover {background-color:#111 } 


/*====================== end footer ====================*/



/*# 5- element styling
=============================================================================*/
/*===================== about us ======================*/
#aboutUs p {
	margin:24px 0 0 0;
	padding:0 10px 0 0;
	line-height: 24px;
}

.cantorodo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*============== .hProductItems ============*/
.hProductItems {
	list-style:none;
	*zoom: 1;
	margin:0;
	padding:0;
}
	.hProductItems li {
		margin-top:24px;

	}
	/* img */
	.hProductItems .thumbnail {
		display: block;
	  	padding: 4px;
	  	border: 1px solid #e0e0e0;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	}
	.hProductItems .thumbnail:hover {
		border: 1px solid #aaa;
	}
	.hProductItems .thumbnail img {
		min-width: 100%;
	}
	/* thumbSetting */
	.hProductItems .thumbSetting {
		padding-left:0;
		padding-right:0;
	}
	.hProductItems .thumbSetting div {
		margin-top:10px;
	}

	.hProductItems .thumbSetting div.claim {
		margin-top: 5px;
	}

	.hProductItems .thumbTitle {
		font-size: 24px;
		font-family: 'Lobster', cursive, serif; 
		line-height: 30px;

	}


	.classic .hProductItems .thumbTitle a {color: #29aae2}
	.golo .hProductItems .thumbTitle a {color: #e60d8a}
	.auto .hProductItems .thumbTitle a {color: #f7931f}
	.regular .hProductItems .thumbTitle a {color: #f15a29}


	/* price */
	.hProductItems .thumbSetting .thumbPrice {
		display: block;
		/* background: url('../img/dottedBorder2.png') repeat-x 50% 100%; */
	}
	.hProductItems .thumbSetting .thumbPrice span {
		background:#fff;
		font-weight: 700;
		font-size: 12px;
		color:#666;
		padding-right:8px;
	}
	
	.hProductItems .thumbSetting .thumbPrice span .ud {
		font-weight: normal;
		font-size: 12px;
	}	
	
	.hProductItems .thumbSetting .thumbPrice span .strike-through {
		color:#999;
		text-decoration: line-through;
	}







	/* bttons */
	.hProductItems .thumbSetting .thumbButtons {
		margin:10px 0 0 0;
		float:left;
	}
	.hProductItems .thumbSetting .thumbButtons .btn {
		line-height:24px;
		font-size: 12px
	}
	/* rating */
	.hProductItems .thumbSetting .rating {
		float:right;
		list-style: none;
		margin:16px 0 0 0;
		padding:0;
	}
	.hProductItems .thumbSetting .rating li {
		margin:0;
		padding:0;
		float: left;
	}
	.hProductItems .thumbSetting .rating i.star-on {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-on.png') no-repeat left top;
	}
	.hProductItems .thumbSetting .rating i.star-off {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-off.png') no-repeat left top;
	}


/*============== .hProductItems ============*/
.listProductItems {
	list-style:none;
	*zoom: 1;
	margin:0;
	padding:0;
	width:100%;
}
	.listProductItems li {
		margin-top:36px;
	}
	/* img */
	.listProductItems .thumbnail {
		display: block;
	  	padding: 4px;
	  	border: 1px solid #e0e0e0;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	}
	.listProductItems .thumbnail:hover {
		border: 1px solid #aaa;
	}
	.listProductItems .thumbnail img {
		width: 100%;
	}
	/* thumbSetting */
	.listProductItems .thumbSetting > div {
		margin:0;
		padding:12px 0;
		border-bottom: 1px dotted #ccc;
	}
	.listProductItems .thumbSetting div:first-child {
		padding-top:0;
	}
	.listProductItems .thumbSetting div:last-child {
		border:none;
	}
	/* title */
	.listProductItems .thumbSetting .thumbTitle a {
		line-height:20px;
		font-size: 14px;
		font-weight: normal;
	}
	/* price */
	.listProductItems .thumbSetting .thumbPriceRate {
		display: block;
	}
	.listProductItems .thumbSetting .thumbPriceRate span {
		float: left;
		background:#fff;
		font-weight: 700;
		font-size: 18px;
		color:#666;
		padding-right:8px;
	}
	/* rating */
	.listProductItems .thumbSetting .thumbPriceRate .rating {
		float:left;
		list-style: none;
		margin:0 12px 0;
		padding:0;
	}
	.listProductItems .thumbSetting .thumbPriceRate .rating li {
		margin:0;
		padding:0;
		float: left;
	}
	.listProductItems .thumbSetting .thumbPriceRate .rating i.star-on {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-on.png') no-repeat left top;
	}
	.listProductItems .thumbSetting .thumbPriceRate .rating i.star-off {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-off.png') no-repeat left top;
	}
	.listProductItems .thumbSetting p {
		margin:0;
		padding:0;
	}
	/* bttons */
	.listProductItems .thumbSetting .thumbButtons {
		margin:0;
		float:left;
	}
	.listProductItems .thumbSetting .thumbButtons .btn {
		line-height:24px;
		font-size: 12px
	}
	

ul.llistatPreus {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	margin: 0 0.33em 0;
}

.hProductItems ul.llistatPreus li { margin-top: 5px }

ul.llistatPreus li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}

ul.llistatPreus span:first-child {
    padding-right: 0.33em;
    background: white;
}

ul.llistatPreus span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
	font-weight:bold;
}




/*============== .vProductItems ============*/
.vProductItems {
	*zoom: 1;
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
}
	.vProductItems li {
		margin:36px 0 0 0;
		padding:0;
		overflow: hidden;
	}
	.vProductItems .thumbImage {
		float:left;
		margin-right:6px;
		padding: 4px;
	  	border: 1px solid #e0e0e0;
	  	border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	-moz-border-radius: 4px;
	  	-o-border-radius: 4px;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	.vProductItems .thumbImage:hover {
		border: 1px solid #aaa;
	}
	.vProductItems .thumbImage img {
		min-width: 100%;
	}
	/* thumbSetting */
	.vProductItems .thumbSetting {
		width:60%;
		float:left;
	}
	.vProductItems .thumbSetting div {
		margin-bottom:10px;
	}
	.vProductItems .thumbSetting div:last-child {
		margin-bottom:0;
	}
	.vProductItems .thumbSetting .thumbTitle a {
		line-height:20px;
		font-weight: 600;
	}
	.vProductItems .thumbSetting .thumbPrice {
		display: block;
		background: url('../img/dottedBorder.png') repeat-x 50% 70%;
	}
	.vProductItems .thumbSetting .thumbPrice span {
		background:#fff;
		font-weight: 700;
		font-size: 14px;
		color:#666;
		padding-right:8px;
	}
	/* rating */
	.vProductItems .thumbSetting .rating {
		list-style: none;
		margin:0;
		padding:0;
	}
	.vProductItems .thumbSetting .rating li {
		margin:0;
		padding:0;
		float: left;
	}
	.vProductItems .thumbSetting .rating i.star-on {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-on.png') no-repeat left top;
	}
	.vProductItems .thumbSetting .rating i.star-off {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-off.png') no-repeat left top;
	}



/*============== .vProductItems ============*/
.special {
	margin-top:60px;
}
.vProductItemsTiny {
	*zoom: 1;
	margin:0;
	padding:0;
	list-style: none;
	overflow: hidden;
}
	.vProductItemsTiny li {
		margin:24px 0 0 0;
		padding:0;
	}
	.vProductItemsTiny .thumbImage {
		float:left;
		margin-right:6px;
		padding: 3px;
	  	border: 1px solid #e0e0e0;
	  	border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	-moz-border-radius: 4px;
	  	-o-border-radius: 4px;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	.vProductItemsTiny .thumbImage:hover {
		border: 1px solid #aaa;
	}
	.vProductItemsTiny .thumbImage img {
		width: 100%;
	}
	/* thumbSetting */
	.vProductItemsTiny .thumbSetting {
		width:40%;
		float:left;
		word-spacing: pre-line;
	}
	.vProductItemsTiny .thumbSetting div {
		margin-bottom:10px;
		word-spacing: pre-line;
	}
	.vProductItemsTiny .thumbSetting div:last-child {
		margin-bottom:0;
	}
	.vProductItemsTiny .thumbSetting .thumbTitle a {
		line-height:20px;
		font-weight: 600;
		word-spacing: pre-line;
	}
	.vProductItemsTiny .thumbSetting .thumbPrice {
		display: block;
		background: url('../img/dottedBorder.png') repeat-x 50% 70%;
	}
	.vProductItemsTiny .thumbSetting .thumbPrice span {
		background:#fff;
		font-weight: 700;
		font-size: 14px;
		color:#666;
		padding-right:8px;
	}
	/* rating */
	.vProductItemsTiny .thumbSetting .rating {
		list-style: none;
		margin:0;
		padding:0;
	}
	.vProductItemsTiny .thumbSetting .rating li {
		margin:0;
		padding:0;
		float: left;
	}
	.vProductItemsTiny .thumbSetting .rating i.star-on {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-on.png') no-repeat left top;
	}
	.vProductItemsTiny .thumbSetting .rating i.star-off {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-off.png') no-repeat left top;
	}



/*===================== product-details ===================*/



.descripcio_producte h2, h2.video {margin: 20px 0 10px}

h1.titol-grana { 
font-family: 'Lobster', cursive, serif; 
text-transform:none; 
font-size: 5rem;
margin: 10px 0 25px;
/*color: #AFCA0B ;
text-shadow:0px 0px 30px yellow; */
-webkit-font-smoothing: antialiased;
/*color: #36A9E1;*/
}

body.classic h1.titol-grana {border-right: 0px solid #2EAADC;  }
/*
body.classic h1.titol-grana { color: #2EAADC}
body.golo h1.titol-grana { color: #E2007A}
body.auto h1.titol-grana { color: #F9B732}
*/

span.cercle {
 background-color: #AFCA0B ;
 height: 20px;
 width: 20px;
 -moz-border-radius:25px;
 -webkit-border-radius: 25px;
 float: left;
}

body.classic span.cercle { background-color: #2EAADC ; }
body.golo span.cercle { background-color: #E2007A ; }
body.auto span.cercle { background-color: #F9B732 ; }


.product-info {margin-bottom: 20px }


.product-info h4 i {font-style:normal; font-weight:600; color: #777; 
}

.product-info h4 {
	background: url('../img/dottedBorder.png') repeat-x bottom;
	padding-bottom: 5px;
	margin-top: 20px; margin-bottom: 10px;
}

.product-details {margin-bottom: 10px}

.product-details .product-title {
	margin-bottom:12px;
}
.product-set > div {
	padding:10px 0;
	background: url('../img/dottedBorder.png') repeat-x left bottom;
}

.product-price > div {
    background: url("../img/dottedBorder.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding: 10px 0;
}

.product-price span.badge {
}

/*
.product-set .product-price span {
	background:#fff;
	font-weight: 700;
	font-size: 14px;
	color:#666;
	padding-right:8px;
}
*/

.product-set .product-price span {
margin-right: 8px; 
font-size: 16px;
}
.product-set .product-price .strike-through {
	color:#999;
	text-decoration: line-through;
}

.product-set h3 { 
	margin: 0 0 10px; 
	padding: 5px 10px; 
	color: #555;
	background-color:#f0f0f0; 
	text-transform: none; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	}

.premi ul {margin: 0; padding: 0; list-style:none; }

.premi li {
	min-height: 33px;
	paddng-top: 5px;
	background: #ffffff url('../images_theme/guardo.png') bottom left no-repeat; 
	padding-left: 40px;
	margin-bottom: 20px;
	font-style:italic;
	font-size:1.25rem;
	line-height: 1.5rem;
	vertical-align:bottom;
} 



table.taula-preus {margin-bottom:30px}

.preu {font-weight:600; font-size:1.5rem }

tr.muted, tr.muted p, tr.muted h4, tr.muted a {color: #bbb }

tr.muted a i {color: white}


/* destacats intro producte */

.destacats-intro { 

	border-bottom: 5px solid #ffec00;
	border-top: 5px solid #ffec00;

    background-color: #ffffff;
    color: #4f712b;
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    line-height: 114%;
    text-align: center;
}

.destacats-intro p {margin: 0 }

.destacats-intro2 { 
    color: #C2D748;
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 300%;
    font-style: italic;
    line-height: 114%;
}

.destacats-intro ul {margin:0; padding: 0; font-size: 1.7rem}

.destacats-intro ul li {list-style:none; padding: 5px 15px; border-bottom: 2px solid white}

.destacats-intro ul li:first-child {padding-top: 10px }
.destacats-intro ul li:last-child {border-bottom: none; padding-bottom: 10px }


.destacats-intro ul li i {color: #4F712B; color: white; margin-right: 5px }




/* boto donde comprar */

a.boto-comprar { text-transform:uppercase; font-size: 14px }




/* rating */
.product-set .product-rate span {
	margin-left:10px;
}
.product-set .product-rate .rating {
	list-style: none;
	margin:0;
	padding:0;
}
.product-set .product-rate .rating li {
	margin:0;
	padding:0;
	float: left;
}
.product-set .product-rate .rating i.star-on {
	width:17px;
	height:17px;
	display: block;
	background:url('../img/star-on.png') no-repeat left top;
}
.product-set .product-rate .rating i.star-off {
	width:17px;
	height:17px;
	display: block;
	background:url('../img/star-off.png') no-repeat left top;
}




/* product-info*/
.product-set .product-info .dl-horizontal {
	margin:0;
	padding:0;
}
.product-set .product-info .dl-horizontal dt {
	width:auto;
}
.product-set .product-info .dl-horizontal dd {
	float:left;
		margin-left: 20px;
}

.product-info li {padding: 3px 10px; list-style:none}
.product-info li:nth-child(odd) {background-color:#f6f6f6}

.separador {
	clear: both;
	padding-bottom:36px;
	margin-bottom:36px;
	background:url('../img/dottedBorder.png') repeat-x left bottom;
}

/* product-inputs */
.product-set .product-inputs {
	padding:14px 0;
	background: none;
}
.product-set .product-inputs .controls-row {
	background:none;
	padding:0;
}
.product-set .product-inputs .input-append {
	background:none;
}



/*================== product-details ===================*/
.product-details .product-img {
	padding: 3px;
  	border: 1px solid #e0e0e0;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	background-color:#fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

 
}
.product-details .product-img:hover {
	border: 1px solid #aaa;
}

.product-details .product-img-thumb img {
	margin:8px 0px 0 0px;
	padding: 2px;
  	border: 1px solid #e0e0e0;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	background-color:#fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  width: 54px ;
  height: 54px ;
  overflow: hidden; 
 
}

.product-details .product-img-thumb img.last {
	margin-right: 0
	}

.product-details .product-img-thumb img:hover {
	border: 1px solid #aaa;
}


/*========================= Smooth zoom ==================*/

	.smooth_zoom_preloader {
		background-image: url('../img/preloader.gif');
	}	
	.smooth_zoom_icons {
		background-image: url('../img/icons.png');
	}
	
	img#fotogran {max-width: 1500px;}
	

/*========================= product-tab ==================*/
.product-tab {
	clear:both;
	margin-top:48px;
}
	/* read-review */
	.product-tab #read-review .single-review {
		padding-bottom:14px;
		margin-bottom:14px;
		background:url('../img/dottedBorder.png') repeat-x left bottom;
	}
	.product-tab #read-review .single-review:last-child {
		padding-bottom:none;
		margin-bottom:none;
		background-image:none;
	}
	.product-tab #read-review .single-review .review-header {
		margin-bottom:8px;
	}
	
	.review-header h4 {
		margin: 20px 0 0 0;
	}

	.replyRev .review-header h4 {
		margin: 0;
	}
	
	.replyRev {
		margin-left: 40px; 
		background-color: #f6f6f6;
		color: #333;
		padding: 10px;
	}
	
	.review-body {margin-bottom: 10px}
	.review-body p {margin: 0}

	
	/* rating */
	.product-tab #read-review .single-review .rating {
		float:right;
		list-style: none;
		margin:0;
		padding:0;
	}
	.product-tab #read-review .single-review .rating li {
		margin:0;
		padding:0;
		float: left;
	}
	.product-tab #read-review .single-review .rating i.star-on {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-on.png') no-repeat left top;
	}
	.product-tab #read-review .single-review .rating i.star-off {
		width:17px;
		height:17px;
		display: block;
		background:url('../img/star-off.png') no-repeat left top;
	}



/*================== related-product ===============*/
.related-product {
	margin-top:60px;
}


/*================= aside-inner ================*/
.aside-inner {
	margin-top:-60px;
}


/*===================== brandList =================*/
.brandList {
	border:1px solid #e0e0e0;
	margin:30px 0 0 0;
	padding:0;
	list-style: none;
}
	.brandList li {
		height:90px;
		border-right:1px solid #e0e0e0;
		margin:0;
		float:left;
		width: 233px;
		text-align: center;
		border-right:1px solid #e0e0e0;
	}
	.brandList li:last-child {
		border:none;
	}
	.brandList li a {
		display: block;
		width:100%;
		line-height:90px;
	}
	.brandList li img {
		margin:0 auto;

	 }



/*======================= pro-range-slider =======================*/
.pro-range-slider {
	margin-top:54px;
}
	.pro-range-slider .price-range {
		margin-top:24px;
	}
	.pro-range-slider .price-range p {
		margin:0 0 5px 0;
	}
	.pro-range-slider .price-range label {
		float:left;
		cursor:default; 
	}
	.pro-range-slider .price-range input {
		float:left;
		width:80px;
		height:auto;
		padding:0;
		margin:0 0 0 8px;
		color:#666;
		font-weight:600;
		border:0;
		font-size: 12px;
	}
	.pro-range-slider .price-range input:focus {
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.pro-range-slider .ui-slider {
		margin:0;
		height:8px;
		background:#ddd;
		border:1px solid #c5c5c5;
	}
	.pro-range-slider .ui-widget-header {
		background-image: none;
		background-color: #666;
	}
	.pro-range-slider .ui-state-default,
	.pro-range-slider .ui-widget-content .ui-state-default,
	.pro-range-slider .ui-widget-header .ui-state-default{
		background-image: none;
		background-color:#c2c2c2;
		border-radius: 40px;
		-webkit-border-radius:40px;
		border-radius:40px;
		-webkit-box-shadow:inset 0 1px 3px #9f9f9f;
		outline: none;
		border:none;
	}




/*===================== productFilter ===================*/
.productFilter {
	margin:36px 0 0 0;
	padding: 5px 10px;
	background:#f0f0f0;
	border-top:1px dotted #b6b6b6;
	border-bottom:1px dotted #b6b6b6;
}
	.productFilter div {
		margin:0 12px 0 0;
		padding:0;
	}
	.productFilter div:last-child {
		margin-right:0;
	}
	.productFilter select {
		width:auto;
		height:auto;
		margin:0 0 0 2px;
	}



/*===================== blog-article =================*/
.blog-article {
	padding-bottom:36px;
	margin-bottom:36px;
	background:url('../img/dottedBorder.png') repeat-x left bottom;
}
.blog-article:last-child {
	padding-bottom:0;
	margin-bottom:0;
	background:none;
}
	/* blog img */
	.blog-article .blog-img img {
		padding: 3px;
	  	border: 1px solid #e0e0e0;
	  	border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	-moz-border-radius: 4px;
	  	-o-border-radius: 4px;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	.blog-article .blog-img img:hover {
		border: 1px solid #aaa;
	}
	/* blog content */
	.blog-article .blog-content div {
		padding:8px 0;
		background:url('../img/dottedBorder.png') repeat-x left bottom;
	}
	/* title */
	.blog-article .blog-content .blog-content-title h2 {
		text-transform:none;
		font-size: 17px;
	}
	/* entry */
	.blog-article .blog-content .blog-content-entry {
		background:none; 
	}
	.blog-article .blog-content .blog-content-entry p {
		margin:0 0 12px 0;
		padding:0;
		line-height: 24px;
	}
	/* date */
	.blog-article .blog-content .blog-content-date li {
		margin-right:10px;
	}


/*================= about-author ================*/
.about-author img {
	margin-right:12px;
	padding: 3px;
  	border: 1px solid #e0e0e0;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	background-color:#fff;
  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about-author img:hover {
	border: 1px solid #aaa;
}

/*======================== user-comments ===================*/
.user-comments {
	padding: 1px 0;
	background:url(../img/comentaris-petit.png) 0px 0px no-repeat;
	
}
	.user-comments .media-list {
		margin-top:24px;
	}

.user-comments .titleHeader {
	background: none; }
	
.user-comments .titleHeader h2  {
	padding: 0 0 20px 105px;
	background:none;
	}

.user-comments p.nota {
	margin-left: 105px;
	}
	


/*======================= make-comment ==================*/
.make-comment {
	margin-top:60px;
}
	.make-comment form {
		margin-top:24px;
	}
	.make-comment form textarea {
		height:100px;
	}


/*================ blog-tab ===============*/
.blog-tab {
	margin-top:60px;
}
	/* tab links */
	.blog-tab .nav-tabs > li > a  {
		line-height:10px;
	}
	.blog-tab .nav-tabs > li > a  {
		line-height:14px;
		font-size: 14px;
	}

/*================== blog-category ===============*/
.blog-category {
	margin-top:60px;
}

/*================= blog-adds ==================*/
.blog-adds {
	margin-top:60px;
}
	.blog-adds img {
		padding: 3px;
	  	border: 1px solid #e0e0e0;
	  	border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	-moz-border-radius: 4px;
	  	-o-border-radius: 4px;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	.blog-adds img:hover {
		border: 1px solid #aaa;
	}


/*================= blog-twitter ===================*/
.blog-twitter {
	margin-top:60px;
}


/*=========================== table-compare ===================*/

.table-compare th,
.table-compare td{
  margin:0;
  padding:12px 14px;
}
.table-compare td {
  border-left:1px dotted #d2d2d2;
}
.table-compare tr:last-child td  {
	background-image:none;
  /*background:none;*/
}
.table-compare td.aligned-color {
  background-color:#f1f1f1;
  text-align: right;
  border-left:none;
}
/* price */
.table-compare td.price {
	font-weight: 700;
	font-size: 14px;
	color:#666;
}
.table-compare td.price .strike-through {
	color:#999;
	text-decoration: line-through;
	margin-right:3px;
}
/* rate */
.table-compare td .rating {
  list-style: none;
  margin:0;
  padding:0;
}
.table-compare td .rating li {
  margin:0 -2px;
  padding:0;
  display: inline-block;
}
.table-compare td .rating i.star-on {
  width:17px;
  height:17px;
  display: block;
  background:url('../img/star-on.png') no-repeat left top;
}
.table-compare td .rating i.star-off {
  width:17px;
  height:17px;
  display: block;
  background:url('../img/star-off.png') no-repeat left top;
}


/*==================== my-account ===================*/
.my-account {
	margin-top:24px;
	list-style: none;
}
.my-account li {
	border-bottom:1px dotted #d6d6d6;
}
.my-account li a {
	font-weight: 600;
	padding:6px 0 6px 6px;
	display: block;
}
.my-account li a:hover {
	background-color:#f0f0f0;
}
.my-account li a:active {
	background-color:#e7e7e7;
}
.my-account li a.active {
	color:#f16325;
	cursor: default;
}


/*================= categories ================*/
.categories ul.unstyled {
	margin-top:12px;
	margin-bottom: 24px;
}
.categories ul.unstyled li {
	border-bottom:1px solid #f0f0f0;
}
.categories ul.unstyled li:last-child {
	border:none;
}
.categories ul.unstyled li a {
	font-weight: 600;
	padding:6px 0 6px 20px;
	display: block;
	border-radius: 2.5em/5em;
	
}

.categories ul.unstyled li a:hover{
	background-color:#f0f0f0;
}
.categories ul.unstyled li a:active {
	background-color:#e7e7e7;
	
}
.categories ul.unstyled li a:hover.active {
	/* background: none !important; */
}
/* submenu */
.categories ul.unstyled ul.submenu {
	padding:6px 0px;
	margin:0 0 6px 0;
	list-style-type:none;
	background-color: #ffffff; /*f6f6f6*/
	border: 0px solid #f0f0f0;
}
.categories ul.unstyled ul.submenu li {
	margin:0 0 0 0px;
	padding:0;
}
.categories ul.unstyled ul.submenu li a {
	padding:4px 20px;
	font-weight: 400;
	font-size: 14px;
}

.categories ul.unstyled ul.submenu li.new  a {
	background: #ffffff url('../img/new-golo.png')  right 10px center no-repeat; 
	color: black;
}
.categories ul.unstyled ul.submenu li.new  a:hover {
	background-color: #f0f0f0; 
}

.categories ul.unstyled ul.submenu li a.active:hover {
	background-color: none;
}





.categories ul.unstyled ul.submenu li.mix { list-style:  circle }
.categories ul.unstyled ul.submenu li.mix  a {  } 
.categories ul.unstyled ul.submenu li.mix  a:before {
}

.categories select {display: none}


/* per famílies */

.categories ul.unstyled li a.classicline {
	color: #FFFFFF;
	background-color: #2EAADC; 
/*	background: -moz-linear-gradient(top, #2DA6D7 0%, #0F3988 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2DA6D7), color-stop(100%,#0F3988));
	background: -webkit-linear-gradient(top, #2DA6D7 0%,#0F3988 100%);
	background: -o-linear-gradient(top, #2DA6D7 0%,#0F3988 100%);
	background: -ms-linear-gradient(top, #2DA6D7 0%,#0F3988 100%);
	background: linear-gradient(to bottom, #2DA6D7 0%,#0F3988 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2DA6D7', endColorstr='#0F3988',GradientType=0 ); 
	*/
border-top: 0px solid #0F3988;
}

.categories ul.unstyled li a.regularline {
	color: #FFFFFF;
	background-color: #E7501E; 
/*	background: -moz-linear-gradient(top, #E44E1E 0%, #AC1423 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E44E1E), color-stop(100%,#AC1423));
	background: -webkit-linear-gradient(top, #E44E1E 0%,#AC1423 100%);
	background: -o-linear-gradient(top, #E44E1E 0%,#AC1423 100%);
	background: -ms-linear-gradient(top, #E44E1E 0%,#AC1423 100%);
	background: linear-gradient(to bottom, #E44E1E 0%,#AC1423 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E44E1E', endColorstr='#AC1423',GradientType=0 );
*/
border-top: 0px solid #AC1423;

}

.categories ul.unstyled li a.autoline {
	color: #FFFFFF;
	background-color: #F9B732; 
/*	background: -moz-linear-gradient(top, #FEDD2E 0%, #F9B732 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEDD2E), color-stop(100%,#F9B732));
	background: -webkit-linear-gradient(top, #FEDD2E 0%,#F9B732 100%);
	background: -o-linear-gradient(top, #FEDD2E 0%,#F9B732 100%);
	background: -ms-linear-gradient(top, #FEDD2E 0%,#F9B732 100%);
	background: linear-gradient(to bottom, #FEDD2E 0%,#F9B732 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEDD2E', endColorstr='#F9B732',GradientType=0 );
*/
border-top: 0px solid #F9B732;

}

.categories ul.unstyled li a.testline {
	color: #FFFFFF;
	background-color: #CBBB9D; 
/*	background: -moz-linear-gradient(top, #C8B89B 0%, #554539 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8B89B), color-stop(100%,#554539));
	background: -webkit-linear-gradient(top, #C8B89B 0%,#554539 100%);
	background: -o-linear-gradient(top, #C8B89B 0%,#554539 100%);
	background: -ms-linear-gradient(top, #C8B89B 0%,#554539 100%);
	background: linear-gradient(to bottom, #C8B89B 0%,#554539 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8B89B', endColorstr='#554539',GradientType=0 );
*/
border-top: 0px solid #554539;

}

.categories ul.unstyled li a.gololine {
	color: #FFFFFF;
	background-color: #E2007A; 
/*	background: -moz-linear-gradient(top, #DE007A 0%, #711E80 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DE007A), color-stop(100%,#711E80));
	background: -webkit-linear-gradient(top, #DE007A 0%,#711E80 100%);
	background: -o-linear-gradient(top, #DE007A 0%,#711E80 100%);
	background: -ms-linear-gradient(top, #DE007A 0%,#711E80 100%);
	background: linear-gradient(to bottom, #DE007A 0%,#711E80 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE007A', endColorstr='#711E80',GradientType=0 );
*/
border-top: 0px solid #711E80;

}



/*========================= checkout-outer ======================*/
.checkout-outer {
	margin-bottom:6px;
	border:1px solid #e0e0e0;
}
	.checkout-outer hr {
		padding:0;
		border:0;
		height:1px;
		margin:18px 0;
		background:url('../img/dottedBorder.png') repeat-x left top; 
	}
	/* checkout-header */
	.checkout-outer .checkout-header {
		padding:6px 0 6px 14px;
		border-bottom:1px solid #e0e0e0;
		background: #f3f3f3;
		background: -moz-linear-gradient(top, #f3f3f3 0%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: -o-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: -ms-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: linear-gradient(to bottom, #f3f3f3 0%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e9e9e9',GradientType=0 );
	}
	/* checkout-content */
	.checkout-outer .checkout-content {
		padding:18px;
	}


/*================= twitter ===================*/
.tweet ul {
	margin:0 0 0 0;
	padding:0;
	list-style: none;
}
	.tweet ul li {
		margin:24px 0 0 0;
		padding:0 0 0 36px;
		background:url('../img/tweetIcon.png') no-repeat left 5px;
	}

/*================= table-receipt =================*/
.table-receipt {
	margin:60px 0 0 0;
}
	.table-receipt td {
		padding:8px 0;
	}
	.table-receipt td.alignRight {
		text-align: right;
		padding-right:12px;
	}
	.table-receipt td.alignLeft {
		text-align: left;
		padding-left:12px;
	}

/*=================== account-list-outer ==================*/
.account-list {
	margin:24px 0;
	padding:0;
	border:1px solid #e2e2e2;
	background:#f3f3f3;
	list-style: none;
}
	.account-list li {
		margin:0;
		padding:0;
	}
	.account-list li a {
		padding:7px 18px;
		display: block;
		border-bottom:1px dotted #d7d7d7;
	}
	.account-list li:last-child a {
		border:none;
	}
	.account-list li a:hover,
	.account-list li a:active {
		background-color:#efefef;
	}

	.account-list-outer form {
		margin:24px 0 0;
		padding:18px;
		border:1px solid #e2e2e2;
		background:#f3f3f3;
	}

/*===================== register =====================*/
.register .form-horizontal {
	margin-top:24px;
	padding:0 0 12px;
	border:1px solid #e0e0e0;
	border-top:none;
}
	.register .form-horizontal h4 {
	    padding: 6px 0;
	    margin-bottom: 14px;
	    color: #404040;
	    background-color:#f0f0f0;
	    border: 0;
	    border-top: 1px solid #e0e0e0;
	    border-bottom: 1px solid #e0e0e0;
	    font-size:14px;
	    text-transform: capitalize;
	    line-height:22px;
	}
	.register .form-horizontal hr {
		padding:0;
		border:0;
		height:1px;
		margin:30px 0 18px;
		background:url('../img/dottedBorder.png') repeat-x left top; 
	}

/*=================== login =================*/
.login {
	border:1px solid #e0e0e0;
}
	.login table td {
		padding:24px;
		width: 50%;
	}
	.login table td {
		border-right:1px solid #e0e0e0;
		vertical-align: top;
	}
	.login table td h3 {
		margin-bottom:14px;
	}
	.login table td p {
		margin-bottom:18px;
	}

/*====================== contact info ================*/
	.contact-info address {
		margin:18px 0;
		padding-bottom:24px;
		background:url('../img/dottedBorder.png') repeat-x left bottom;
	}
	.contact-info address h3 {
		margin-bottom:8px;
	}
	.contact-info address h4 {
		margin-bottom:6px;
	}

/*===================== google-map ===============*/
	.google-map {
		padding: 3px;
	  	border: 1px solid #e0e0e0;
	  	border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	-moz-border-radius: 4px;
	  	-o-border-radius: 4px;
	  	background-color:#fff;
	  	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	  	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	}
	.google-map iframe {
		border:none;
		margin:0;
		padding:0;
	}

/*=================== contact-us-form =================*/
.contact-us-form {
	margin-top:60px;
}
	.contact-us-form form {
		margin-top:24px;
	}
	.contact-us-form form textarea {
		height:120px;
	}

/*====================== search ================*/
.search form {
	margin-top:24px;
}



/*# 6- side panel styling
============================================================================*/
/*=========== switcher ===========*/
.switcher {
    position:fixed;
    top:60px;
    left:-170px;/*left:-166px;*/
    z-index:999999;
}
	.switcher h3 {
		width:140px;
		padding:0 15px;
		height:30px;
		line-height:30px;
		background:#555;
		color:#fff;
	}
	/* the ancher link */
	a.Widget-toggle-link {
	    position: absolute;
	    top:0;
	    right:-27px;
	    text-align: center;
	    line-height:26px;
	    height:30px;
	    width:30px;
	    display: block;
	    color:#fff;
	    font-size: 16px;
	    font-weight:600;
	    cursor:pointer;
	    background:#555;
	    -webkit-border-radius:0 6px 6px 0;
	    -moz-border-radius:0 6px 6px 0;
	    border-radius:0 4px 4px 0;
	}
	a.Widget-toggle-link:hover {
		text-decoration:none;
		color:#fff;
	}

	/* switcher-content */
	.switcher-content {
		position:relative;
	    width:140px;
	    background:#fefefe;
	    padding:14px;
	    border:1px solid #e7e7e7;
	    -webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);
	    -moz-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);
	    box-shadow:0 0 4px 0 rgba(0,0,0,0.2);
	}
	.switcher-content h4 {
	    margin-bottom:12px;
	}
	/* layout-switch */
	.switcher-content .layout-switch {
		margin-bottom:24px;
	}
	/* color-switch */
	.switcher-content .color-switch {
		margin-bottom:18px;
	}
	.switcher-content .color-switch .color-switch-link {
		width:22px;
		height:22px;
		font:0/0 a;
		display: block;
		float:left;
		margin:0 6px 6px 0;
		cursor:pointer;
		background-color:transparent;
	}
	.switcher-content .color-switch .color-switch-link:last-child {
		margin-right:0;
	}
	.switcher-content .color-switch .color-switch-link.active {
		cursor:default;
	}
	.switcher-content .color-switch .color-switch-link#orange-color {
		background-color:#f16325;
	}
	.switcher-content .color-switch .color-switch-link#blue-color {
		background-color:#206EA3;
	}
	.switcher-content .color-switch .color-switch-link#green-color {
		background-color:#009640;
	}
	.switcher-content .color-switch .color-switch-link#brown-color {
		background-color:#5d514b;
	}
	.switcher-content .color-switch .color-switch-link#red-color {
		background-color:#e81863;
	}
	/* pattern-switch */
	.switcher-content .pattern-switch a {
	    font:0/0 a;
	    width:22px;
	    height:22px;
	    display:block;
	    float:left;
	    margin:0 6px 6px 0;
	    cursor:pointer;
	}
	.switcher-content .pattern-switch a:hover {
	    opacity: .7;
	    -moz-opacity: .7;
	    filter:alpha(opacity=70);  
	}




/* Afegits botiga 
=================================================================================*/


.table-condensed th, .table-condensed td {
    padding: 4px 5px !important;
}

.table td {
    /* padding: 18px 0; */
    background: url('../img/dottedBorder.png') repeat-x left bottom;
}

.text-left, .alignLeft, .table th.text-left .table td.text-left {text-align:left !important;}
.text-right, .alignRight, .table th.text-right .table td.text-right {text-align:right !important;}
.text-center{text-align:center}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:#999}



.register .form-horizontal h4 {padding-left: 10px !important}

.error {color: red }


table td .form-horizontal .controls {text-align:left}

#baja h2,
#pedidos h2,
#direcciones h2
{ margin-bottom: 15px}

.help-inline { font-size:small }



/* contingut modal */

.modal h3 {margin: 10px 0 }
.modal th {font-weight: bold; border-bottom: 1px solid #ccc}








/*# 7- Media qauery styling for this file
=================================================================================*/
@media (max-width: 979px) {
}

@media (min-width: 768px) and (max-width: 979px) {

	/*vProductItems & vProductItemsTiny*/
	.vProductItems li .thumbImage,
	.vProductItemsTiny li .thumbImage {
		width:70px;
	}

	/*brandList*/
	.brandList li {
		width:170px;
	}

	/*footer*/
	footer .contactInfo button {
		display:none;
	}
	
	.upperHeader .inline li a {
	padding: 0px 4px
	}
	.upperHeader ul#menuidiomes li a {padding: 0 2px; }

	.categories ul.unstyled ul.submenu li.new  a {
	background: #ffffff url('../img/new-golo.png')  right center no-repeat; 
	}
	
}

@media (max-width: 767px) {
	/*body*/
	body {
    	padding:0 10px;
    	/* background:#fff !important; */
		
	}
	#mainContainer {
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		box-shadow:none !important;
	}

	/*upperHeader*/
	
	.upperHeader {
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
		}
	
	.upperHeader select.upper-nav {
		display: block;
		margin-top:-23px;
		margin:5px auto 10px;
	}
	.upperHeader p {
		text-align:center;
	}
	.upperHeader #menuidiomes, #moneda {
		display: none;
		margin:0 auto;
	}
	
	.upperHeader .menuUsuari {
		text-align:center; 
		padding: 10px 0; 
		margin: 10px 0 0px; 
		border-top: 2px  solid #628934; 
		font-size:120%;
		
		}

	.upperHeader .carrito {display:inline}
	
	
	.categories ul {display: none}
	
	.categories select {
		display: block;
		margin:-10px auto 30px;
}


	/* middleHeader */
	.middleHeader .middleContainer {
		padding:0;
		background-position:50% 50%;
	}
	.middleHeader .siteLogo {
		float:none;
		margin:10px 0;
	}
	.middleHeader .siteLogo h1 a {
		margin:0 auto;
	}
	
	.middleHeader .siteLogo a {
		margin:0 auto;
		width:300px;
		height:100px;
	}

	#eslogan h4 {padding: 0 10px 10px; text-align:center}
    
	h1.titol-grana {text-align:center}

	.middleHeader .pull-right {
		float:none;
		padding:4px 0;
		border-top:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
		margin:0 auto 10px;
		text-align: center;
		background:#eee;
	}
	.middleHeader .pull-right form {
		margin: 0;
	}
	/* cat-content */
	.middleHeader .pull-right.cart-content {
		right:-80%;
	}

	/*brandList*/
	.brandList li {
		width:160px;
	}

	/*account-list-outer*/
	.account-list-outer {
		margin-bottom:42px;
	}

	/*blog-search*/
	.blog-search {
		clear:both;
		margin-top:42px;
	}

	/*. table */
	.table {
		margin-bottom:24px; 
	}
	.table tr {
		width:100%;
	}
	.table tr td, .table tr th {
		/*display: list-item; */
		list-style: none;
		padding-left:20px;
		padding-right:20px;
		width:260px !important;
		text-align:center !important; 
		float: none !important;
	}

	

	#productSlider {
		display: none;
	}

	/*product-aside*/
	#product-aside {
		display: none;
	}

	footer p {line-height: 120%; margin-bottom: 0 }

	.product-img-thumb {margin-bottom: 30px}

.product-set-2 {margin-top: 20px; margin-bottom: 20px }

.premi li {
	background: #ffffff url('../images_theme/guardo.png') top center no-repeat; 
	padding: 40px 0 0 0;
	margin-bottom: 20px;
	font-style:italic;
	font-size:1rem;
	line-height: 1.2rem;
text-align:center;
} 



.row-fluid .span8.preu {
    width: 60.95744680851064%;
	display:block;
	float: left;
}

.row-fluid .span4.botons {
    width: 31.914893617021278%;
	display:block;
	float: left;
	padding-left: 2%

}

	.product-details,
	table.taula-preus {margin-bottom: 0 }

	.destacats-intro ul li {text-align:center; }


	.footerOuter {
		margin-bottom:10px;
	}

	#formes_pagament {text-align: center; padding-bottom: 10px;}
	#formes_pagament img {margin-top: 20px; max-width: 320px; text-align: center;}


}

@media (max-width: 480px) {

	header {
    	margin-bottom: 20px;
	}

	/*brandList*/
	.brandList li {
		display: block;
		border-right:0;
		float: none;
		text-align: center;
	}
	.brandList li a {
		margin:0 auto;
		text-align: center;
	}

	/*product-details*/
	.product-details .product-inputs form .input-append .span1 {
		width:60px;
	}

	/*product-tab*/
	.product-tab .nav-tabs > li {
		margin-right:1px;
	}
	.product-tab .nav-tabs > li > a {
		padding-left:6px;
		padding-right:6px;
	}
	.product-tab .nav-tabs > li.dropdown > .dropdown-menu {
		left:-100% !important;
	}

	/* checkout */
	.checkout-content .login,
	.login {
		border:none !important;
	}
	.checkout-content table td,
	.login table td {
		padding:14px 0;
		display: block;
		text-align: center;
		border:none;
		width:90%;
		border-bottom:1px solid #e0e0e0;
	}
	.checkout-content table td:last-child,
	.login table td:last-child {
		border-bottom:none;
	}

	/* form-horizontal */
	form.form-horizontal .control-label{
		display: block;
		width: auto;
		float: none;
		margin-left:14px;
	}
	form.form-horizontal .controls{
		margin-left:14px;
		float: left;
	}


}


/* share buttons */

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 22px;
    line-height: 15px;
    margin: 8px 1px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 31px;
    padding-top: 7px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}

.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}

.btn-google-plus
{
    background-color: #dd4b39;
}
.btn-google-plus:hover
{
    background-color: #e47365;
}

.btn-email
{
    background-color: #44c456;
}
.btn-email:hover
{
    background-color: #6bd079;
}

.oferta {
   color: #DE0021;
   font-weight: bold;
}

.nooferta {
   text-decoration: line-through;
   color: #999;
}

td.quantity select {width: auto}

#a_chart table tr.alert td {background-image: none; color: #333333;}

#a_chart table tr.alert td.desc {padding-left: 20px}