/* Deal_expiry_trigger */

.sts-deal-expiry-wrapper{
	display:block;
	margin-bottom:10px;
}

.sts-deal-expiry-wrapper .sts-deal-expiry-content p {    
	line-height: 1.4em !important;
}

.sts-timer-wrapper {
	width: 100%;
	padding: 0.5em 0;
	margin: 10px 0 20px 0;
	overflow: hidden; 
	background: #f1f1f1;
	float:left;
}

.sts-timer-container {
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	float:left;

}

.sts-timer-container .sts-timer-section {
	display: block;
	position: relative;
	width: 22.5%;
	float: left;
	font-size: 75%;
	text-align: center;
	color: #3c763d;
}

.sts-timer-wrapper #sts_days, 
.sts-timer-wrapper #sts_hours, 
.sts-timer-wrapper #sts_minutes, 
.sts-timer-wrapper #sts_seconds {
	font-size:20px;
	color:#000;
}

.sts-timer-section:before {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	content: '';
	width: 1px;
	height: 15px;
	background: #000;
}

.sts-timer-section:last-child:before {
	content: '';
	width: 0;
	height: 0;
}

/* Low_stock_trigger */

.sts-low-stock-wrapper {
	display:block;
	margin-bottom:10px;
}
.sts-low-stock-wrapper .sts-low-stock-content p {
	line-height: 1.4em !important;
}

/* Savings_trigger */

.sts-savings-wrapper {
	display:block;
	margin-bottom:10px;
}
.sts-savings-wrapper .sts-savings-content p {
	line-height: 1.4em !important;
}

/*  Guarantee_trigger  */

.sts-guarantee-wrapper{
	display:block;
	margin-bottom:10px;
	padding:10px;
	max-width: 450px;
}
.sts-guarantee-inner-wrapper{
	clear:both;
}
.sts-guarantee-image-icon{
	float:left;
	width:50px;
}
.sts-guarantee-image-icon i{
	padding:5px;
	font-size:24px;
}
.sts-guarantee-image-icon img{
	float:left;
	padding:0px !important;
	margin-top:10px !important;
	margin-left:5px !important;
	margin-bottom:0px !important;
	margin-right:0px !important;
	width:28px;
	height:28px;
}
.sts-guarantee-body{
	display:block;
	padding-left:50px;
}
.sts-guarantee-body h4{
	padding:0px !important;
	margin-top:0px !important;
	margin-bottom:10px !important;
	clear:none !important;
}
.sts-guarantee-body p{
	line-height:1.4em !important;
}

/*  Best Reviews Trigger  */

.sts-best-reviews-wrapper{
	display:block;
	margin-bottom:10px;
}

.sts-best-reviews-wrapper .sts-best-reviews-content p {
	line-height: 1.4em !important;
}

/*  Coupon Trigger  */

.sts-coupon-trigger-wrapper {
	display: block;    
	max-width: 450px ;   
	margin: 15px 0;
	border-radius: 10px;
	clear :both;
}

.sts-coupon-trigger-wrapper .sts-coupons-message  {
	margin: 0 !important;
	padding: 15px;    
}

.sts-coupon-trigger-wrapper .sts-coupon-message-toggle-wrapper {
	margin: 0 !important;
	padding: 15px;
}

.sts-coupon-trigger-wrapper .sts-coupon-message-toggle-wrapper a {
	text-align: left;
	color: #00f !important;
	cursor: pointer;
}

.dashicons-arrow-down-alt2{
	margin-top: 5px;
}
.dashicons-arrow-up-alt2{
	margin-top: 5px;
}

