.gel-countdown-value{
	font-size: 48px;
	font-weight: 600;
	color: var(--g5-color-primary);
	margin-bottom: 0 !important;
}
.gel-countdown-text{
	color: var(--g5-color-heading);
	margin-top: 1rem;
}

.gel-countdown{
	@include justify-content-start();
	margin-left: -25px;
	margin-right: -25px;
}

.gel-countdown-section {
	position: relative;
	padding: 0 25px;
	&:before{
		content: ":";
		position: absolute;
		right: -2px;
		top: 50%;
		font-size: 24px;
		color: var(--g5-color-primary);
		@include transform(translateY(-50%))
	}
	&:last-child:before{
		content: none;
	}
}

.gel-countdown-style-02,
.gel-countdown-style-03{
	.gel-countdown-section {
		&:before{
			font-size: 60px;
			right: -6px;
		}
	}
}

.gel-countdown-section+.gel-countdown-section{
	margin-left: 0 !important;
}

.custom-countdown-hide-text{
	.gel-countdown-text{
		display: none;
	}
}

@media (max-width: 767px){
	.gel-countdown-style-01{
		.gel-countdown-section {
			width: auto;
			margin-bottom: 0;
		}
	}
	.gel-countdown-style-02,
	.gel-countdown-style-03{
		.gel-countdown-section {
			&:before{
				content: none;
			}
		}
		.gel-countdown-section {
			padding: 0;
		}
		.gel-countdown{
			margin-left: 0;
		}
	}
}
@media (max-width: 575px){
	.gel-countdown-style-01{
		.gel-countdown-value{
			font-size:28px;
		}
	}
}
