.countdown-timer-wrapper {	border-radius: 5px;	margin-bottom: 20px;	max-width: 500px;	margin: 30px auto;}.countdown-timer-wrapper h5 {	font-size: 14px;	letter-spacing: 0.5px;	text-align: center;	padding-top: 10px;	text-shadow: none;}.countdown-timer-wrapper .timer {	padding: 10px;	text-align: center;	padding-top: 15px;}.countdown-timer-wrapper .timer .timer-wrapper {	display: inline-block;	width: 110px;	height: 50px;}.countdown-timer-wrapper .timer .timer-wrapper .time {	font-size: 35px;	font-weight: bold;	color: #ffffff;	width:80px;	height:80px;	border-radius:7px;	background:linear-gradient(to bottom right ,#9853af,#623AA2); 	line-height:2.3;	text-align:center;	margin:0 auto;	margin-bottom:5px;	position:relative;	overflow:hidden;}.countdown-timer-wrapper .timer .timer-wrapper .time:before{	content:'';	background:url(../image/circle.svg);	background-repeat:no-repeat;	position:absolute;	width:100%;	height:100%;	right:-15px;	}.countdown-timer-wrapper .timer .timer-wrapper .text {	font-size: 20px;	color: rgba(255, 255, 255, 0.6);	padding-top:4px;}