@charset "UTF-8";

/*
#top .product .soldout {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: transparent;
	border: none;
	position: absolute;
	top: 48px;
	right: -11px;
	font-size: 12px;
	width: 148px;
	height: 30px;
	line-height: 30px;
	z-index: 9;
	transform: rotate(45deg);
}
#top .product .soldout.outline {
	top: 27px;
	right: -5px;
	height: 28px;
}

#top .product .soldout span {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #ff0000;
	color: white;
	border: none;
	font-weight: bold;
	font-size: inherit;
	height: 100%;
	line-height: inherit;
	z-index: 2;
}

#top .product .soldout:before {
	content: '';
	background: #ff0000;
	border: none;
	position: absolute;
	left: -15px;
	top: 0px;
	width: 30px;
	height: 100%;
	z-index: 0;
	transform: skewX(-45deg);
}
#top .product .soldout.outline:before {
	background: transparent;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#top .product .soldout:after {
	content: '';
	background: #ff0000;
	border: none;
	position: absolute;
	right: -15px;
	top: 0px;
	width: 30px;
	height: 100%;
	z-index: 1;
	transform: skewX(45deg);
}
#top .product .soldout.outline:after {
	background: transparent;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
*/

.product .woocommerce_badge {
	padding: 3px 5px;
	margin: 0px;
	text-align: center;
	background: transparent;
	border: none;
	position: absolute;
	font-size: 12px;
	line-height: normal;
	z-index: 9;
}

.product .woocommerce_badge.position-top-left {
	top: 0px;
	left: 0px;
}
.product .woocommerce_badge.position-top-right {
	top: 0px;
	right: 0px;
}
.product .woocommerce_badge.position-top-center {
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.product .woocommerce_badge.position-middle-left {
	top: 0px;
	left: 0px;
}
.product .woocommerce_badge.position-middle-right {
	top: 0px;
	right: 0px;
}
.product .woocommerce_badge.position-middle-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product .woocommerce_badge.position-bottom-left {
	top: 0px;
	left: 0px;
}
.product .woocommerce_badge.position-bottom-right {
	top: 0px;
	right: 0px;
}
.product .woocommerce_badge.position-bottom-center {
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.product .woocommerce_badge.position-top-right.style-skew {
	top: 48px;
	right: -11px;
	width: 148px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	transform: rotate(45deg);
}
.product .woocommerce_badge.position-top-right.style-outline {
	top: 27px;
	right: -5px;
	width: 148px;
	height: 28px;
	line-height: 30px;
	padding: 0px;
	transform: rotate(45deg);
}

.product .woocommerce_badge.position-top-right.style-skew span {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #ff0000;
	color: white;
	border: none;
	font-weight: bold;
	font-size: inherit;
	height: 100%;
	line-height: inherit;
	z-index: 2;
}

.product .woocommerce_badge.position-top-right.style-skew:before {
	content: '';
	background: #ff0000;
	border: none;
	position: absolute;
	left: -15px;
	top: 0px;
	width: 30px;
	height: 100%;
	z-index: 0;
	transform: skewX(-45deg);
}
.product .woocommerce_badge.position-top-right.style-outline:before {
	background: transparent;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.product .woocommerce_badge.position-top-right.style-skew:after {
	content: '';
	background: #ff0000;
	border: none;
	position: absolute;
	right: -15px;
	top: 0px;
	width: 30px;
	height: 100%;
	z-index: 1;
	transform: skewX(45deg);
}
.product .woocommerce_badge.position-top-right.style-outline:after {
	background: transparent;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
