/* table general styling */
.tablecombz-table {
	border-bottom:medium solid;
	border-width:1px;
}

.tablecombz-table tr {

}

.tablecombz-table tr td {
	text-align: center;
}

.tablecombz-table tr th {
	text-align: center !important;
}

/* columns styling */
td.tablecombz-img {

}

td.tablecombz-reference {

}

td.tablecombz-name {

}

td.tablecombz-descr {

}

td.tablecombz-price {

}

td.tablecombz-price .price-lowered {
	color: #DA0F00;
}

td.tablecombz-price .price {
    font-size: 14px;
    font-weight: bold;
}

td.tablecombz-weight {

}

td.tablecombz-avail {

}

td.tablecombz-avail img {

}

td.tablecombz-quantity {

}

/* 'add to cart' column styling */
td.tablecombz-add-to-cart {

}

td.tablecombz-add-to-cart .ajax_block_product {

}

td.tablecombz-add-to-cart .ajax_block_product a {
	margin: auto;
}

a.tablecombz_add_to_cart {
	display:block;
	background-repeat:no-repeat;
	width:23px;
	height:18px;
	background-image: url('../img/add-to-cart.gif');
}

a.tablecombz_add_to_cart:hover{
	background-image: url('../img/add-to-cart-hover.gif')
}
a.tablecombz_add_to_cart_nostock {
	display:block;
	background-repeat:no-repeat;
	width:23px;
	height:18px;
	background-image: url('../img/unavailable.gif');
}

/* 'quantity wanted' column styling */
td.tablecombz-quantity-wanted {
	min-width: 75px;
}


@media screen and (min-width: 769px)
{
	td.tablecombz-quantity-wanted div {
	float:left;
}
	a.qty_dec {
	/*margin-top: 6px;*/
	display:block;
	background-repeat:no-repeat;
	width:14px;
	color:#224a54;
	/*height:9px;*/
	/*background-image: url('../img/quantity_down.gif');*/
}

a.qty_inc {
	display:block;
	background-repeat:no-repeat;
	/*width:14px;
	height:9px;*/
	float: left;
	color:#224a54;
	/*background-image: url('../img/quantity_up.gif');*/
}
.cart_quantity_input {
    float: left;
    height: 35px;
    margin: 20px 0 0 5px;
	border: 1px solid #224a54;
	border-radius: 20px;
	text-align: center;
	/*padding-left: 2px;*/
	width: 35px;
}
#div_cart_quantity_input{
	margin-top: 10px;
}

}





/* attribute column styling */
td.tablecombz-attr {

}

td.tablecombz-attr-color {

}

td.tablecombz-attr-color a {
	margin: auto;
}

a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer
}

/* extra columns styling */
td.tablecombz-extra-location {

}

td.tablecombz-extra-ecotax {

}

/* filter block styling */
h4.tablecombz-filter {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.tablecombz-filter-ul {
	display: inline-block;
	margin-right: 30px;
}

li.tablecombz-filter-li, li.tablecombz-filter-li-first {
	list-style: none outside none;
	height: 22px;
	margin-bottom: 10px;
}

li.tablecombz-filter-li-first {
	margin-bottom: 5px;
	font-weight: bold;
}

.tablecombz-filter-select {
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 15px;
	border: 1px solid #cdcdcd;
}

input.tablecombz-sel-column {
	float:left;
	margin-left: 0.7em;
}

div.tablecombz-caption {
	float:left;
	margin-left: 3px;
}

/* radio button specific style override for PS1.6 only */
.tablecombz-filter-li .radio {
    bottom: 0;
    float: left;
    margin-left: 0.7em;
    min-height: 13px;
    top: 4px;
}

a.tablecombz-filter-a {
	float: left !important;
	cursor: default !important;
	margin: 0 !important;
    padding: 0 !important;
	width: 20px !important;
	height: 20px !important;
	background: none!important;
}

/* other blocks and elements styling */
div.avail_descr {
  padding-top:10px;
}

div.tb_endline {
  padding-bottom:8px;
  border-bottom:medium solid;
  border-width:1px;
}

/* different messages styling */
.tablecombz-notice-block {
	margin: 0.5em 0;
	text-align:right;
}

.tablecombz-attention-msg {
	display: inherit;
	color:#DA0F00;
	font-weight: bold;
}

tr.tablecombz-no-products {

}

/* tooltip styling */
#ns_tt {
	position: absolute;
	border: solid #AAAAAA 1px;
	background-color: #FFFFCC;
	text-align:left;
	font-size: 14px;
	line-height: 16px;
	max-width:160px;
	padding: 2px 5px;
	margin: 25px 0px 0px 5px;
	z-index: 10;
}

/* 'batch buy block' styling */
.batch_buy {
	display: block;
}

.batch_buy span, .batch_buy input {
	float: left;
	margin-top: 8px;
}

.batch_buy input {
	margin-left: 0;
}

.batch_buy span {
    font-style: italic;
    margin-left: 6px;
}

@media screen and (max-width: 768px)
{
	table, thead, tr, th, tbody, td{
		display: block;
	}
	thead tr{
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	td{
		border:none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	td:before{
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	
	/*td:nth-of-type(1):before {content: "Referencia";}
	td:nth-of-type(2):before {content: "Alt.suelo";}
	td:nth-of-type(3):before {content: "Altura total";}
	td:nth-of-type(4):before {content: "Ancho";}
	td:nth-of-type(5):before {content: "Altura";}

	td:nth-of-type(6):before {content: "Peldaños";}
	td:nth-of-type(7):before {content: "Precio";}
	td:nth-of-type(8):before {content: "Cantidad";}
	td:nth-of-type(9):before {content: "Comprar";}*/
	td:before { content: attr(aria-label); }

	.tablecombz-quantity-wanted{
		width: 1%;
	}
	.cart_quantity_input{
		text-align: center;
		width: 35px;
		height: 35px;
		border: 1px solid #224a54;
		border-radius: 20px;
	}
	.qty_inc .qty_dec{
		color:#224a54;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px)
{
	#tablecombz-quantity-wanted_content
	{
		margin-left: 25px;
	}
}
@media screen and (min-width: 1200px)
{
	#tablecombz-quantity-wanted_content
	{
		margin-left: 45px;
	}
}
tr:nth-child(odd){
    background: #e3ebf0;
  
}
 
tr:nth-child(even){
    background: #ffffff;
    
}