#swcombinations_block_swcontent .product_reference {
  border: 1px solid #999;
  display: inline-table;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 14px;
  margin-top: -10px;
  padding: 8px 10px 2px;
}
#swcombinations_block_swcontent .product_reference label {
  color: #777;
  font-weight: normal;
  letter-spacing: normal;
  margin-right: 5px;
}
#swcombinations_block_swcontent table td, #swcombinations_block_swcontent table th {
    padding: 9px 10px;
    text-align: center;
}
#swcombinations_block_swcontent table td:first-child, #swcombinations_block_swcontent table th:first-child {
	text-align:left;
	padding-left:0;
}
#swcombinations_block_swcontent table td:last-child {
	text-align:right;
}
/* quantity_wanted */
input.cart_quantity_input {
  /*width: 38px;*/
  width: 27px;
  height: 27px;
  padding: 0 6px;
  /*float: left;*/
  border: 1px solid #d6d4d4;
  line-height: 27px;
  margin-right: 4px; 

}
#swcombinations_block_swcontent a.thickbox.fancybox.shown img {
  width: 50%;
}
#swcombinations_block_swcontent .fancy_type_realty.add_onclick{display:inline!important;margin-top:15px;}

#swcombinations_block_content table {
    border: 0;
}
#swcombinations_block_swcontent table.std, #swcombinations_block_swcontent table.table_block {
	border:none;
}
#swcombinations_block_swcontent table.std th, #swcombinations_block_swcontent table.table_block th {
	padding: 17px 8px 16px 8px;
    white-space: nowrap;
    /*white-space: normal;*/
    border-top: 3px solid #dbdbdb;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    background: #f0f0f0;
}
#swcombinations_block_swcontent table.std td, #swcombinations_block_swcontent table.table_block td {
	   vertical-align: middle;
	   padding: 8px;
}
#swcombinations_block_swcontent .cart_unit_price {
	color: #1E6634;
    font-size: 15px;
    font-weight: bold;
}
#swcombinations_block_swcontent .cart_unit_price span {
	font-weight: normal;
    font-size: 11px;
}
#swcombinations_block_swcontent .cart_unit_price #availability_statut {
	margin-right:0;
}
#swcombinations_block_swcontent .cart_unit_price .price_p {
	font-size:18px;
}
#swcombinations_block_content table thead {
    display: none;
}
#swcombinations_block_content table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #ddd;
}
#swcombinations_block_content table td {
   display: block;
   text-align: right;
   font-size: 13px;
   border-bottom: 1px dotted #ccc;

}
#swcombinations_block_content table td:last-child {
   border-bottom: 0;
}
#swcombinations_block_content table td:before{
   content: attr(data-label);
   float: left;
   text-transform: uppercase;
   font-weight: bold;
 
}
#swcombinations_block_content input.cart_quantity_input {
    float: none;
}
#swcombinations_block_swcontent{    
	margin-top: -10px;
    margin-bottom: 40px;}
	
#swcombinations_block_swcontent .cart_navigation {
    margin: 5px 0 0;
}

a.swcombinations_add_to_cart {
    padding: 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: block;
    margin-bottom: 0;
    background: #1E6634;
    max-width: 200px;
    margin: 0 auto;
}
a.swcombinations_add_to_cart:hover {
	background:#19592C;
}
a.swcombinations_add_to_cart span:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
	font-weight:normal;
    /* text-shadow: 0 1px #015883; */
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    /* border: 1px solid #06b2e6; */
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
	opacity:0.7;
}
a.swcombinations_add_to_cart span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    border: none;
    padding: 1px 10px 0 25px;
	white-space:nowrap;
    text-align: center;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	min-width: 160px;
	position:relative;
	max-width:200px;
}

  @media screen and (max-width: 600px) {
 
#swcombinations_block_swcontent table,
   #swcombinations_block_tab table {
      border: 0;
    }
#swcombinations_block_swcontent table thead ,
   #swcombinations_block_tab table thead {
      display: none;
    }
#swcombinations_block_swcontent table tr,
   #swcombinations_block_tab table tr {
      margin-bottom: 20px;
      display: block;
      border-bottom: 2px solid #ddd;
    }
#swcombinations_block_swcontent table td,
   #swcombinations_block_tab table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
#swcombinations_block_swcontent table td:last-child,
   #swcombinations_block_tab table td:last-child {
      border-bottom: 0;
    }
#swcombinations_block_swcontent table td:before,
   #swcombinations_block_tab table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
 
    }
#swcombinations_block_swcontent input.cart_quantity_input,
    #swcombinations_block_tab input.cart_quantity_input {
      float: none;
    }
    #swcombinations_block_swcontent a.thickbox.fancybox.shown img {
      width: auto;
    }
  }
    
#swcombinations_block_swcontent span.color_pick {
      cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 0 auto;
    /* border: 1px solid #fff; */
    box-shadow: 1px 1px 3px #aaa;
	overflow: hidden;       
}
#swcombinations_block_swcontent span.color_pick img {
	width:30px !important;
	height:30px !important;
}