.out-of-stock {
	background-color: #feedd6;
	font-weight: bold;
}

.product-thumb {
	height: auto;
}

.pse-collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.pse-collapsible .active
{
	background-color: #555;
}

.pse-collapsible-content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.pse_quantity_conversion {
	border-collapse: unset !important;
}

.pse_quantity_conversion_apply,
.pse_quantity_conversion_calc {
	margin-left: 10px;
}