.product-navigation .item {
	/*cursor:pointer;*/
	}
.product-navigation ul#side-nav > li a.tituloCategoria {
	font-size:125%;
	}
		
.product-navigation	.item_active strong {
	color:#7A7A7A;
	}

a.white, a.white:hover {
	color:#fff;
	}
.miniaturasGaleriaProductos img, img.attachment-shop_thumbnail {
	height:auto;
	width:150px;
	}
.instock, .quantity {
	opacity:0;
	transition:opacity 0.6s ease;
	}
.caja_form {
	display:inline-block;
	height:20px;
	padding:0 0 10px 0;
	margin:1px 0 11px 0;
	}
#checkout_shop input {
	width:100%;
	}
#checkout_shop textarea {
	width:calc(100% - 30px);
	}

input[type="button"].volver {
	background: #E00B25 none repeat scroll 0% 0%;
    border: 0px none;
	padding: 25px 30px;
    font-family: "Open Sans";
    font-weight: 600;
	border-radius: 0px;
    color: #000;
    font-size: 15px;
    border: 0px none;
	margin-right:1em;
	}
input[type="button"].volver:hover {
	color: #fff;
	}

.squaredThree input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	
}
.squaredThree input[type="radio"] {
    line-height: normal !important;
    margin: 4px 4px 0 !important;
}
.squaredThree input[type=radio] {
	visibility: hidden !important;
}

/* CSS para la animación y localización de los DIV de cookies */
 
	@keyframes desaparecer {
		0%		{bottom: 0px;}
		80%		{bottom: 0px;}
		100%		{bottom: -50px;}
	}
	 
	@-webkit-keyframes desaparecer /* Safari and Chrome */ 	{
		0%		{bottom: 0px;}
		80%		{bottom: 0px;}
		100%		{bottom: -50px;}
	}
	 
	@keyframes aparecer	{
		0%		{bottom: -38px;}
		10%		{bottom: 0px;}
		90%		{bottom: 0px;}
		100%		{bottom: -38px;}
	}
	 
	@-webkit-keyframes aparecer /* Safari and Chrome */	{
		0%		{bottom: -38px;}
		10%		{bottom: 0px;}
		90%		{bottom: 0px;}
		100%		{bottom: -38px;}
	}

	#cookiesms1:target {
		display: none;
	}
	.cookiesms{	
		display:none;
		width:100%;
		min-height:4em;
		margin:0 auto;
		padding-left:1%;
		padding-top:5px;
		font-size: 1.2em;
		clear:both;
		bottom:0px;
		position:fixed;
		left: 0px;
		transition: bottom 1s;
		-webkit-transition:bottom 1s; /* Safari */
		/*
		-webkit-box-shadow: 2px -2px 0px #de0211;
		-moz-box-shadow:    2px -2px 0px #de0211;
		box-shadow:         2px -2px 0px #de0211;
		*/
		border-top:  2px solid #e00b25;
		z-index:999999999;
		background:rgba(0,0,0,0.85);
		}
	 
	.cookiesms:hover{
		bottom:0px;
		} 
	
	p.cookietxt {
		margin-bottom:0;
		text-align:center;
		font-size:16px;
		color: #fff;
		padding:1.2em 0;
		}
	p.cookietxt button {
		margin: 0px;
		}
	p.cookietxt span {
		line-height:40px;
		display:inline-block;
		margin: 0px;
		}
	.textocookies p, .textocookies li {
		font-size:16px;
		line-height:1.5;
		color:#000;
		margin-bottom:1em;
		}
		
	p.cookietxt button {
		background: #E00B25 none repeat scroll 0% 0%;
		border: 0px none;
		padding: 25px 30px;
		font-family: "Open Sans";
		font-weight: 600;
		border-radius: 0px;
		color: #000;
		font-size: 15px;
		border: 0px none;
		margin-right:1em;
		}
	p.cookietxt button:hover {
		color: #fff;
		}
/* Fin del CSS para cookies */


.pro-details-slider #bx-pager > a, .pro-details-slider #bx-pager > a:nth-last-child(1) {
    height: 152px;
    display: inline-block;
    margin: 3px 2px;
    float: left;
    width: 152px;
	overflow:hidden;
}
.miniaturasGaleriaProductos::after {
	clear:left;
	}

.quantity {
	position:relative;
	}
.miniAnimada {
	position:absolute;
	opacity:0.5;
	top:0;
	left:50%;
	width:150px;
	height:auto;
	margin-left:-75px;
	}
.product-details-text {

	}