.new_tablink {
	position: absolute;
	z-index: 1;
	width: 40px;
	right: 121px;
	background-color:#ff2d5b;
	height: 40px;
	top: 300px;
	text-align: left;
	cursor: pointer ;
	border-radius: 4px;
}
.tracklink {
	position: absolute;
	z-index: 1;
	width: 150px;
	right: 12px;
	background-color: #5bb44c;
	height: 40px;
	top: 300px;
	text-align: left;
	cursor: pointer ;
	border-radius: 5px;
	border: 1px solid #428337;
}
.optional {
	padding-top: 12px;
}
.product .addCart{
	height: 40px !important;
	line-height: 40px !important;
	width: 100px !important;
	position: absolute;
	z-index: 1;
	top: 284px;
	right: 12px;
}
.product .addCart.disabled {
	display: none !important;
}
.promo-div {
	white-space: nowrap;
	border: 3px solid rgb(255, 198, 13);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	border-radius: 8px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 15px;
	height: 49px;
	min-height: 22px;
	background-color: white;
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	width: 100px;
	position: absolute;
	top: 190px;
}
.promo-div .caption {
	display: inline;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding: 4px;
	margin-right: 5px;
	letter-spacing: 1px;
}
.promo-div .detail {
	display: inline;
	width: 100%;
	vertical-align: middle;
	font-size: 12px;
	color: black;
	float: left;
}
.promo-div .code {
	font-weight: 600;
	font-size: 14px;
	vertical-align: bottom;
	color: red;
}
.lazy {
	display: block;
	margin: 0 auto;
}
.tabloid .discount {
	position: relative;
	font-size: 40px;
}

.product .price .discount {
	margin-left: 4px !important;
	margin-right: 8px !important;
	padding-left: inherit !important;
	font-size: 18px !important;
}
.product .price .old_price {
	float: left;
}
.tabloid .discount:before {
	border-bottom: 1px solid red;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-7deg);
}
.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

.g_yellow {
	/*border-color: rgb(255, 216, 5) !important;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,251,212,1) 52%, rgba(255,247,173,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,251,212,1) 52%,rgba(255,247,173,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#fff7ad',GradientType=0 ) !important;
}

.g_yellow .picture img {
	border-radius: 5px;
}

.banner_in_list img{
	max-width: 100%;
}
.item.product.sku:hover .stycers {
	opacity: 0.2;
	z-index: 1 !important;
}
.section_link {
	padding: 3px 5px;
//float: left;
	display: inline-block;
	border: 1px dashed #fc9309;
	margin-left: 5px;
	margin-bottom: 5px;
}
.section_link.selecet_sect_id {
	background-color: #ffcb2f;
}
.credit_block {
	position: absolute;
	z-index: 1;
	width: 120px;
	right: 10px;
	background-color: white;
	top: 195px;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border-top: 1px solid #ffe405;
	border-left: 1px solid #ffe405;
	border-right: 1px solid #ffe405;
	border-bottom: 10px solid #ffe405;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1.3;
}
.credit_block img {
	padding-right: 5px;
	padding-left: 2px;
	max-width: 25px;
	float: left;
	padding-top: 5px;
}

.credit_block span {

}
.skuPropertyLink, .fastBack, .addCompare, .addWishlist {
	cursor: pointer;
}

.stycers {
	position: absolute;
	z-index: 1000;
	width: 90px;
	height: auto;
	text-align: center;
}
.stycers img{
	width: 90px;
}
.stycers.new {
	left: 5px;
	top: 73px;
}
.stycers.action {
	left: 5px;
	top: 120px;
}
.stycers.top {
	left: 5px;
	top: 5px;
}