#FlashSaleContainer {
      --background-color: #252525;
      --heading-background: #111111;
      --countdown-background: #3FFF00;
      --countdown-color: #111111;
      --process-background: #ffaaaf;
      --process-color1: #ff424e;
      --process-color2: #ff424e;
      --stock-color: #ffffff;
      --heading-color: #3FFF00;
      --news-color: #010101;
}

.flashsale__container {
	background: var(--background-color, transparent);
}
.flashsale .heading-bar {
	background-color: transparent;
	margin-bottom: 5px;
}
.flashsale__title h5 {
	margin-bottom: 0
}
.flashsale__item .item_product_main {
	border-radius: 8px;
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 575px) {
	.flashsale__title {
		text-align: center;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (max-width: 575px) {
	.flashsale__header {
		justify-content: center;
		margin: auto;
	}
	.ae-flashsale__heading--top {
		display: block!important;
}
}
.flashsale__news-title{
	color: var(--news-color);
}
.flashsale__news a {
	margin: auto 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--news-color);
}
.flashsale__news a:hover {
	color: var(--primary-color)
}
.flashsale__news-list {
	max-width: 100%;
	overflow: hidden;
}
.flashsale__countdown-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 15px;
}
@media (max-width: 767px) {
	.flashsale .heading-bar {
		margin-bottom: 0;
	}
	.flashsale__countdown-wrapper {
		flex-direction: column;
		margin: 0;
	}
	.ega-badge-ctd__item + span {
		display: none;
	}
	.ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
		width: 24px;
		height: 24px;
	}
	.ega-badge-ctd__item {
		font-size: 14px;
	}
}
.flashsale__countdown-label {
	color: var(--heading-color);
	font-size: 16px;
}
@media (max-width: 767px) {
	.flashsale__countdown-label {
		display: none!important;
	}
}
.flashsale__bottom {
	padding: 0 10px 10px 10px;
}
@media (max-width: 767px) {
	.flashsale__bottom {
		padding: 0 8px 8px 8px;
		font-size: 12px;
	}
}

.flashsale__progressbar {
	display: block;
	width: 100%;
	height: 10px;
	background: var(--process-background);
	margin-top: 2px;
	border-radius: 9999px;
	position: relative;
	overflow: hidden;
}
.flashsale__progressbar.style2 {
	height: 18px;
}
.flashsale___percent {
	width: 0%;
	height: 100%;
	background:linear-gradient(270deg,var(--process-color2),var(--process-color1));
	border-radius: 9999px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.flashsale__label{
	color: var(--stock-color);
	font-size: 12px;
}
.flashsale__label img {
	vertical-align: top;
}
.flashsale__progressbar .flashsale__label {
	font-size: 12px;
	position: relative;
	left: 0;
	z-index: 2;
	text-align: center;
	margin: auto;
}
.flashsale__title, .flashsale__title a.link {
    color: var(--heading-color);
	font-size: 28px;
	margin-left: 12px;
}


.ae-flashsale {
	background-color: var(--color-background);
	border-radius: 16px!important;
	overflow: hidden;
	margin-top: 14px;
	transition: all ease-in-out 200ms;
	--primary-color: #0a804a;
}
.item_product_main:hover .product-name a {
	color: #0a804a;
}
.ae-flashsale a:hover {
	text-decoration: none;
}
.ae-flashsale .ae-flashsale-content {
	padding: 4px;
	margin-top: 6px;
}
.ae-flashsale.disabled {
	--color-background: transparent;
	margin-top: 0;
}
.ae-flashsale.disabled .ae-flashsale-content {
	padding: 0;
	margin-top: 0;
}
.ae-flashsale.disabled .flashsale__product {
	padding: 0!important;
}

.ae-flashsale.disabled .ae-flashsale-banner {
	display: none;
}|
.ae-flashsale .flashsale__countdown-wrapper {
	text-align: right;
}

.ae-flashsale .flashsale__countdown-label {
	margin-right: 8px;
}

.ae-flashsale .flashsale__header {
	display: flex;
    justify-content: space-between;
	color: var(--color-foreground);
	padding-bottom: 16px;
}
.ae-flashsale.disabled .flashsale__header {
	display: none;
}
.ae-flashsale .flashsale__product {
	background: var(--color-foreground);
	border-radius: 4px;
}

.ega-badge-ctd {
	display: flex;
	align-items: center;
}
.ega-badge-ctd > div:not(.ega-badge-ctd__colon) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	background-color: var(--countdown-background);
}
.ega-badge-ctd__item {
	border-radius: 3px;
	color: var(--countdown-color);
	text-align: center;
	display: flex;
	place-items: center;
	place-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.ega-badge-ctd__item + span {
	font-size: 10px;
	line-height: 1.3;
	color: var(--countdown-color);
}
.ega-badge-ctd__colon {
	font-size: 14px;
	color: #f2f2f2;
	margin: auto 6px;
}
.ega-badge-ctd__s {
	margin-right: 0px;
}