ul#product_list {
	list-style-type: none
}
#product_list li {
	width: 100%;
	float: left;
	background:#fff;
	border-bottom: 1px solid #d4d4d4;	
}
#product_list li a {
	color: #374853;
	text-decoration: none
}
#product_list li .left_block {
	float:left;
	padding-top:58px;
	width:15px
}
#product_list li .left_block .compare label {display:none;}
#product_list li p.compare input {
	vertical-align: text-bottom
}
#product_list li .center_block {
	float: left;
	padding:0 7px;
	width: 442px;/* 356 */
	border-right:1px solid #eee
}
#product_list a.product_img_link img {
	display: block;
	vertical-align: bottom;
	margin-top: 15px;
}
.thumbs_list li{
	list-style-type:none;
}
.thumbs_list li {
	background: transparent url(../img/ajax-loader2.gif) no-repeat 50% 50% scroll;
	width: 53px; /* width of the image*/
	height: 80px!important; /* height of the image*/
	margin-right:10px;	
}
#product_list li .on_sale {
	background-color: #DA0A7C;
	display: block;
	position: absolute;
	top: 94px;
	left: 525px;
	padding: 1px 4px;
	width: 70px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#product_list li .online_only {
	display: block;
	position: absolute;
	top: 15px;
	right: -17px;
	width: 65px;
	padding: 2px;
	font-size: 9px;
	color: #000;
	text-transform: uppercase;
	z-index: 300000;
	text-align: center;
}
#product_list li h3 {
	padding: 0 0 5px 0;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	font-size:12px;
	display: inline-block;
}
#product_list li a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
#product_list li h3 a {
	color: #000;
	font-weight: 600;
}
#product_list li p.product_desc {
	overflow: hidden;
	padding:0;
	line-height:16px;
}
#product_list li p.product_desc,
#product_list li p.product_desc a {
	color:#666;
	width:210px;
}
#product_list li .right_block {
	position:relative;
	float: left;
	width: 350px;
	height: 300px;
	text-align: center;
}
#product_list li .right_block2 {
	position:relative;
	float: left;
	width: 80px;
	height: 260px;
	text-align: center;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
#product_list li .right_block3 {
	position:relative;
	float: left;
	width: 193px;
	height: 260px;
	text-align: center;
	display:none !important;
}
#product_list li .discount {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 1px 4px;
	width: 75px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-family: 'swiss_721_swabold';
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #B29240;
	display:none;
}
#product_list li .online_only {
	margin:0
}
#product_list li span.availability {
	display:none;
}
#product_list li .lnk_view {
	display: block;
	margin-top:15px;
	padding:0 10px;
	border:none;
	font-weight:bold;
	color:#0088CC;
	background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent
}
#product_list li .lnk_view:hover {text-decoration:underline}
.unitot2 {
	position: absolute;
	width: 320px;
	border-bottom: 1px solid #A5A5A5;
	bottom: 125px;
}
a.ampliar {
	right: 0px;
	position: absolute;
	bottom: 4px;
	font-size: 24px;
	color: #666!important;
	z-index: 10000000000;
	width: 40px;
	height: 40px;
	padding: 10px;
}
.infinite-scroll-page-title {
	display:none;
}
#ask_more_button .cant_form{ display:none}
.cant_form .comment {padding-bottom: 10px;}
.cant_form #comment {margin: 0px; width: 100%; height: 52px;margin-top: 20px;padding: 5px;}
.cant_form #button-blue {border-radius: 0px;border: none;padding: 5px 10px;cursor: pointer;float: right;}
.cant_form .submit{text-transform:uppercase}


.ordenacion {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}
.styled-select select {
	background: transparent;
	border: none;
	height: 29px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */

	color: #000;
	cursor: pointer;
background: rgba(0, 0, 0, 0);
border: 1px solid #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
border-bottom: 1px solid #eee;
}
.styled-select select option{
	color: #000;
}

.styled-select:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #999;
    visibility: visible;
    font-size: 14px;
    padding-top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
	top: 10px;
}
.black { background-color: #fff;position:relative}
div#lista_deseos {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 3px;
}
#product #lista_deseos {margin-top: -7px;}
li.favoritos {
	padding-top: 0!important;
	font-size: 20px;
	border: none!important;
	cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#favorites #center_column {
	padding-left:0;
	padding-right:0
}

#product_list .first_item {
    padding-top: 0;
}