.one_third{ width: 310px; float: left;}
.one_third a h4{height: 45px; font-size: 13px; overflow: hidden;}
.column-clear{clear: both;}
.warenkorb img{margin-right: 20px;}
.warenkorb img:hover{cursor: pointer;}

.rounded {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow {
	box-shadow: 0 0 5px #CCC
}

sup, sub {
   font-size: 60%;
   font-size: 7px;
}

* html .clearfix{
  height: 1%;
  overflow: visible;
}

*+html .clearfix{
  min-height: 1%;
}

.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.special_promo {
	position: absolute;
	top: -4px;
	right: -1px;
	width: 60px;
	height: 60px;
	background: url('/wp-content/plugins/yaawp/assets/img/promo.png') left top no-repeat;
	z-index: 1000;
}

ol {
	list-style: none;
}

.products-list li.item {
	border: 1px solid white;
	padding: 12px 10px;
	box-shadow: 0 0 5px white;
	margin-top: 15px;
}

.products-list .product-image {
	float: left;
	width: 180px;
	height: 210px;
}

img {
	border: 0;
	vertical-align: top;
}

.products-list .product-shop {
	margin-left: 200px;
}

.f-fix {
	float: left;
	width: 100%;
}

.products-list .product-name {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 13px;
	color: #203548;
	width: 380px
}

.products-list .product-name a {
	color: #203548;
}

.products-list .price-box {
	float: left;
	margin: 3px 13px 5px 0;
}

.regular-price {
	color: #FFB901;
}

.regular-price .price {
	font-weight: normal;
	font-size: 20px;
	color: #0077CB;
}

.price {
	white-space: nowrap !important;
}

p {
	margin: 0 0 10px;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0;
	line-height: 1.35;
}

.products-list .desc .link-learn {
	font-size: 11px;
}

.products-list .add-to-links {
	clear: both;
	margin: 0;
	padding-top: 8px;
}

.products-list .add-to-links li {
	display: inline;
}

.link-wishlist {
	color: #DC6809 !important;
}

.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}

select 
{
    border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}

.response {
	color: #b94a48;
	font-weight: bold;
	padding-left: 5px;
}

input.error {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #b94a48;
}

/* product */
.wraptocenter.product1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

/* product3 */
.wraptocenter.product3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

/* product4 */
.wraptocenter.product4 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 290px;
}

.wraptocenter * {
    vertical-align: middle;
}