/**

	Default Product CSS


*/

.new_item {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #000;
	border-radius: 50%;
	color: #f7ecd6;
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	padding: 15px 0;
	text-align: center;
	transform: rotate(20deg);
	width: 50px;
	text-transform: uppercase;
}

.new_item img {
	border: none;
}

.sell_block_header {
	display: block;
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 10px;
}

.product_price {
	padding: 10px 20px;
}

.product_price_label {
    display: block;
    float: left;
    height: 24px;
    line-height: 32px;
	padding-right: 5px;
}

.price_block {
	white-space: nowrap;
}

.price_block > strong.price {
	font-size: 2em;
}

.price_symbol {
	float: left;
}

.price_first_part {
	float: left;
	padding-right: 2px;
}

.price_second_part {
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.sell_block_qty_container {
	padding: 10px 20px;
}

.sell_block_button_container {
	padding: 10px 20px;
}

.sell_block_button_container .add_to_basket {
	z-index: 200;
}

.sell_block_button_container .add_to_basket span {
	font-family: 'Libre Baskerville';
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	width: 190px;
}

.sell_block_button_container .add_to_basket img {
	border-left: 1px dotted #ffffff;
	margin-left: 15px;
	padding-left: 5px;
}

ul.attributes_list {
	list-style-type: none;
}
.attributes_list_label {
	display: inline-block;
	width: 150px;
}

.price_wrapper.single .each {
	display: none;
}

.each {
	white-space: nowrap;
}