.rafflewise_countdown_wrapper {
	width:100%;
	height:1px;
	position:relative;
}

.rafflewise_countdown_wrapper.product_page {
	width:auto;
	height:auto;
	position:static;
	margin:1em 0;
}

.rafflewise_countdown {
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 0.1em 0.8em;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.rafflewise_countdown.product_page {
	position: static;
	width: auto;
	min-width: 350px;
	max-width: 100%;
	padding: 0;
	background: transparent !important;
}

.rafflewise_countdown.product_page > span.fig {
	width: 80px;
	float:left;
	margin-right:0.3em;
	font-weight:normal;
	padding: 0.2em 0.2em;
}

.rafflewise_countdown.product_page > span.fig > span.num {
	width: 100%;
	height:1em;
	display:block;
	font-weight: bold;
	font-size: large;
}

.rafflewise_countdown.error {
	width: auto;
    background: #ca4747;
    color: white;
    font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 0.1em 0.8em;
	margin-bottom: 0;
	position: relative;
	bottom: -25px;
	width: 100%;
	z-index: 5;
}

#raffle_wise_ticket_bar {
	position: relative;
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: black;
	border-radius: 6px;
	padding: 3px;
	width:100%;
	display: inline-block;
}

#raffle_wise_ticket_bar>div {
  background-color: orange;
  height: 20px;
  border-radius: 6px;
  text-align: right;
  line-height: 1.2em;
}

#raffle_wise_ticket_bar>div.progress {
	position: relative;
}

#raffle_wise_ticket_bar>div.progress>div.purchased {
	position: absolute;
    bottom: -37px;
    right: -25px;
    overflow: visible;
    white-space: nowrap;
    padding: 2px 7px;
    border-radius: 7px;
    font-size: small;
}

#raffle_wise_ticket_bar .arrow_up {
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000ed;
    position: absolute;
    right: -10px;
    bottom: -14px;
}


#raffle_wise_ticket_bar .zero, #raffle_wise_ticket_bar .full {
	position: absolute;
    background: none !important;
    top: -1.2em;
}

#raffle_wise_ticket_bar .full {
	right: 0;
}