.winedetail {
	/* border-left: 1px solid #f3ece5; */
	background-color:#f3ece5;
	margin-bottom: 35px;
	padding: 9px 9px 9px 9px;
	position: relative;
	text-align: left;
	margin-left: 10px;
}
.winedetail h3 {
	margin-top: 0px;
	/* margin-left: 40px; */
}
.winedetail p {
	margin-bottom: 0px;
}

.wineicon {
	width: 50px;
	height: 50px;
	top: -25px;
	left: calc(50% - 25px);
	z-indez: 100;
	position: absolute;
	background-color:#f3ece5;
	border-radius: 50%;
	border: 3px solid #fff;
	padding: 2px;
}
.winedetail.right {
	text-align: left;
	padding: 9px 9px 9px 35px;
}
/* .winedetail.right .wineicon {
	right: unset;
	left: -25px;
} */
.wineicon img {
	max-width: 40px;
}
.icons {
	text-align: center;
	margin-bottom: 20px;
}
.lbgallery {
	margin-top: 25px;
	margin-bottom: 50px;
}
.carousel {
  height: 240px;
}
.rightclick {
position: fixed;
display: block;
right: 20px;
top: calc(50% - 20px);
background-color: #f3ece5;
width: 50px;
height: 50px;
text-align: center;
cursor: pointer;
color: #333;
z-index: 1000;
}
.rightclick i {
	line-height: 48px;
	font-size: 40px;
	padding-left: 5px;
}
.leftclick {
position: fixed;
display: block;
left: 20px;
top: calc(50% - 20px);
background-color: #f3ece5;
width: 50px;
height: 50px;
text-align: center;
/* cursor: pointer; */
color: #333;
z-index: 1000;
}
.leftclick i {
line-height: 48px;
font-size: 40px;
padding-right: 2px;
}
.rightclick .winepager {
visibility: hidden;
width: max-content; 
max-width: 200px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1001 !important;
top: 8px;
right: 20px;
}
.leftclick .winepager {
visibility: hidden;
width: max-content; 
max-width: 200px;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1001 !important;
top: 8px;
left: 20px;
}
.leftclick:hover .winepager, .rightclick:hover .winepager {
visibility: visible;
}

@media (max-width: 992px) {
	.leftclick, .rightclick {
		display: none;
	}
}

@media screen {
	.printonly {
		visibility: hidden;
		display: none;
	}
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 240px;
}
.carousel img {
	display: block;
	height: 240px;
	margin-right: 5px;
	max-width: none;
}
.carouselvins {
	max-width: 420px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto; 
	margin-right: auto;
}
.buybutton {
	height: 40px;
	width: 50px;
	display: inline-block;
	margin-top: 10px;
	font-size: 17px;
	background:url(../imatges/carreto.png);
	background-repeat: no-repeat;
	background-position: 10px 6px; 
	margin-bottom: 5px;
}
.buybutton div {
	margin-left: 28px;
	margin-top: 7px;
	color: #777;
}
.buybutton:hover {
	font-weight: bold;
}
.laurels {
	background-image: url('../imatges/laurelsblanc2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width:170px;
	height: 63px;
	padding-top: 5px;
	color: #fff;
}
.premis {
	border: 1px solid #dedede;
	margin-top: 10px;
	text-align: center;
	width:170px;
	height: 40px;
	padding-top: 6px;
}
.laurels a, .premis a {
	color: #dedede;
}
.laurels a:hover, .premis a:hover, .laurels a:focus, .premis a:focus, .laurels a:active, .premis a:active {
	text-decoration: none;
	font-weight: bold;
	color: #dedede;
}
.laurelpremi {
	position: relative;
	width: 100%;
	left: 0px;
	bottom: 20px;
	z-index: 10;
	margin-top: 40px;
}

i.fa.fa-shopping-cart {
	margin-top: 20px;
}

h1.winetitle {
	color: #594a40;
	margin-top: 70px;
	margin-bottom: 40px;
}
.winetext21, h3.winesubtitle21 {
	color: #777;
}
.winedetails21 {
	z-index: 10;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.cata img {
	width: auto;
}
.stars {
	display: none;
}
.winedetails21 h2 {
	color: #fff;
}
.headerpic {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.winefamtitle {
	position: absolute;
	top: 90%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20%;
	z-index: 10;
	width: 60%;
}
.winefamtitle h1 {
	color: #fff;
}
.shoplink {
	color: #777;
}
a.shoplink:hover {
	color: #000;
}
.row.cata {
	position: relative;
}
.ampolla21left, .ampolla21right {
	position: relative;
	width: 100%
}
.ampolla21left img, .ampolla21right img {
	max-height: 700px;
	height: 90vh;
	margin-left:auto;
	margin-right: auto;
}

@media print {
	h1.winetitle {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

/*SM screens and up */

@media (min-width: 768px) {
	.carouselvins {
		max-width: 420px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.winedetail {
		background-color:#f3ece5;
		margin-bottom: 35px;
		padding: 9px 35px 9px 9px;
		position: relative;
		text-align: right;
		margin-left: 0px;
	}
	.wineicon {
		width: 50px;
		height: 50px;
		top: 10px;
		left: unset;
		right: -25px;
		/* top: calc(50% - 25px); */
		z-indez: 100;
		position: absolute;
		background-color:#f3ece5;
		border-radius: 50%;
		border: 3px solid #fff;
		padding: 2px;
	}
	.winedetail.right .wineicon {
		right: unset;
		top: 10px;
		left: -25px;
	}
	.icons {
		text-align: left;
		padding-left: 40px;
	}
	h1.winetitle {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.row.cata {
		height: 400px;
	}
	.premis {
		float: right;
	}
	.laurelpremi {
		position: absolute;
		width: 100%;
		left: 0px;
		bottom: 20px;
		z-index: 10;
		margin-top: 0px;
	}
	.winedetails21.col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3.col-sm-7.col-sm-offset-4, .winedetails21.col-lg-6.col-lg-offset-3.col-md-6.col-md-offset-3.col-sm-7.col-sm-offset-1 {
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
		color: #fff;
	}

/*
	.bottle21 {
		height: 550px;
	}
*/
	.winedetails21, .winedetails21 h2 {
		color: #fff;
	}
	.stars {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: 528px; 
		object-fit: cover;
	}
	.ampolla21left {
		position: absolute;
		top: 0px;
		left: 10%;
		z-index: 10;
		height: 100%
	}
	.ampolla21right {
		position: absolute;
		top: 0px;
		right: 10%;
		z-index: 10;
		height: 100%
	}
	.ampolla21left img, .ampolla21right img {
		height: 100%;
	}
	.winefamtitle {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 10%;
		z-index: 10;
		width: 40%;
	}
}

/* MD screens and UP */

@media (min-width: 992px) {
	.bottle21 {
		height: 100%;
	}
	.headerpic {
		margin-left: auto;
		margin-right: 10%;
	}
	.winefamtitle {
		left: 5%;
	}

}

/* LG screens */

@media (min-width: 1200px) {
	.headerpic {
		margin-left: auto;
		margin-right: 15%;
	}
	.winefamtitle {
		left: 5%;
	}
}

@media (min-width: 1440px) {
	.blackbg {
		background-color: #000000;
	}
	.blackoverlay {
		position: absolute;
		top: 0px;
		width: 100%;
		max-width: 1440px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 50;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	}
	.headerpic {
		margin-left: auto;
		margin-right: 20%;
	}
}