.ega-badge-ctd {
	 display: flex;
	 align-items: center;
}
 .ega-badge-ctd__item {
	 border-radius: var(--border-radius);
	 margin: auto 6px;
	 color: var(--countdown-color);
	 background-color: var(--countdown-background);
	 text-align: center;
	 display: flex;
	 place-items: center;
	 place-content: center;
	 width: 32px;
	 height: 28px;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 1;
}
 .ega-badge-ctd__colon {
	 font-weight: bold;
	 font-size: 14px;
	 color: var(--countdown-background);
}
 .ega-badge-ctd__s {
	 margin-right: 0px;
}
 .flashsale {
	 --background-color: #f4ebc1;
	 --countdown-background: #d3232a;
	 --countdown-color: #fff;
	 background: var(--background-color, transparent);
	 padding: 10px;
	 border-radius: var(--border-radius);
}
 @media (max-width: 575px) {
	 .flashsale {
		 padding: 0px;
	}
}
 .flashsale__title {
	 display: flex;
	 align-items: center;
}
 .flashsale__header {
	 flex-direction: column;
	 justify-content: center;
	 margin: auto;
}
 .flashsale__countdown-wrapper {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-wrap: wrap;
	 margin-left: 15px;
	 flex-direction: column;
	 margin: 15px auto;
}
 .flashsale__countdown-label {
	 color: var(--text-color);
	 font-size: 16px;
	 font-weight: 300;
	 margin-bottom: 10px;
}
 .home-slider {
	 max-width: 100%;
	 overflow: hidden;
	 padding-bottom: 30px;
}
 .home-slider .items {
	 flex: 0 0 100%;
	 overflow: hidden;
}
 .home-slider .slick-arrow.slick-prev {
	 left: 10px;
}
 .home-slider .slick-arrow.slick-next {
	 right: 10px;
}
 .home-slider .slick-slide img {
	 margin: auto;
}
 .home-slider .slick-dots {
	 margin-bottom: 0px;
}
 .home-slider img {
	 width: 100%;
}
 .policies {
	 border-bottom: 1px solid #e1e1e1;
	 margin-bottom: 30px;
	 padding: 20px 0 20px 0;
}
 .policies-item img {
	 width: 50px;
	 height: 50px;
	 aspect-ratio: 1;
	 object-fit: contain;
	 flex: 0 0 50px;
}
 @media (max-width: 768px) {
	 .policies-item img {
		 width: 32px;
		 height: 32px;
	}
}
 .ega-banner {
	 position: relative;
}
 .ega-banner__img {
	 display: block;
}
 .ega-banner__overlay {
	 width: 100%;
	/*background-color: rgba(0, 0, 0, .5);
	*/
	 padding: 15px;
}
 .ega-banner__heading {
	 color: #fff;
}
 .ega-banner__description {
	 color: #fff;
}
 .ega-banner {
	 overflow: hidden;
	 position: relative;
}
 .ega-banner--style4 .ega-banner__img {
	 webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
	 -o-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
	 transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}
 .ega-banner--style4 .ega-banner__content:before, .ega-banner--style4 .ega-banner__content:after {
	 position: absolute;
	 content: "";
	 display: block;
	 -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
	 -o-transition: opacity 0.4s ease, transform 0.4s ease;
	 transition: opacity 0.4s ease, transform 0.4s ease;
	 opacity: 0;
	 -webkit-transform-origin: 0 0;
	 -ms-transform-origin: 0 0;
	 transform-origin: 0 0;
}
 .ega-banner--style4 .ega-banner__content:before {
	 border-top: 1px solid #fff;
	 border-bottom: 1px solid #fff;
	 top: 50px;
	 right: 30px;
	 bottom: 50px;
	 left: 30px;
	 -webkit-transform: scale(0, 1);
	 -ms-transform: scale(0, 1);
	 -o-transform: scale(0, 1);
	 transform: scale(0, 1);
}
 .ega-banner--style4 .ega-banner__content:after {
	 border-left: 1px solid #fff;
	 border-right: 1px solid #fff;
	 top: 30px;
	 right: 50px;
	 bottom: 30px;
	 left: 50px;
	 -webkit-transform: scale(1, 0);
	 -ms-transform: scale(1, 0);
	 -o-transform: scale(1, 0);
	 transform: scale(1, 0);
}
 .ega-banner--style4 .ega-banner__overlay {
	 padding: 25px;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 webkit-transition: all 0.25s ease;
	 -o-transition: all 0.25s ease;
	 transition: all 0.25s ease;
}
 .ega-banner--style4 .ega-banner__overlay h2 {
	 color: #fff;
}
 .ega-banner--style4 img {
	 max-width: 100%;
}
 .ega-banner--style4 h2 {
	 font-size: 18px;
	 margin: 40px 0 0 45px;
}
 .ega-banner--style4 img {
	 position: relative;
	 -webkit-transition: transform 0.4s ease;
	 -o-transition: transform 0.4s ease;
	 transition: transform 0.4s ease;
}
 .ega-banner--style4:hover img {
	 transform: scale(1.1);
}
 .ega-banner--style4:hover .ega-banner__overlay {
	/*background-color: rgba(0, 0, 0, .2)*/
}
 .ega-banner--style4:hover .ega-banner__content:before, .ega-banner--style4:hover .ega-banner__content:after {
	 opacity: 1;
	 -webkit-transform: scale(1, 1);
	 -ms-transform: scale(1, 1);
	 -o-transform: scale(1, 1);
	 transform: scale(1, 1);
}
 .section_brand .heading-bar {
	 text-align: center;
	 position: relative;
}
 .section_brand .heading-bar__title {
	 display: inline-block;
	 padding: 10px;
	 margin: 1rem auto;
	 position: relative;
	 z-index: 1;
	 background: #fff;
}
 .section_brand .heading-bar:before {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 1px;
	 background: #eee;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
}
 @media (max-width: 767px) {
	 .section_brand .item {
		 flex: 0 0 30%;
		 max-width: 30%;
		 padding: 10px;
	}
}
 .flashsale .row {
	 --limit-column: 5;
}
 @media (max-width: 767px) {
	 .flashsale .row {
		 display: grid;
		 grid-template-rows: 1fr;
		 margin: 0px;
		 grid-template-columns: repeat(var(--limit-column), 40%);
		 overflow: auto;
		 align-items: flex-start;
		 justify-content: start;
		 grid-gap: 5px;
	}
	 .flashsale .row::-webkit-scrollbar {
		 display: none;
	}
	 .flashsale .row {
		 -ms-overflow-style: none;
		/* IE and Edge */
		 scrollbar-width: none;
		/* Firefox */
	}
	 .flashsale .row .col-12 {
		 padding: 5px;
	}
}
 