@media (max-width: 767px) {
  .mid-header:after {
    content: '';
    width: 100%;
    position: absolute;
    background: var(--header-background);
    height: 200px;
    z-index: -1;
    clip-path: ellipse(100% 55% at 48% 44%);
    margin-top: 0;
    transform-origin: center center; } }

.home-slider {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden; }
  .home-slider .items {
    flex: 0 0 100%;
    width: 100%;
    overflow: hidden; }
  .home-slider .slick-arrow.slick-prev {
    left: 10px; }
  .home-slider .slick-arrow.slick-next {
    right: 10px; }
  .home-slider img {
    width: 100%; }

@media (min-width: 768px) {
  .section_blog_right {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #f7f7f7;
    position: absolute;
    top: 0;
    padding: 0 10px; } }

.ega-badge-ctd {
  display: flex;
  align-items: center; }

.ega-badge-ctd__item {
  border-radius: 3px;
  margin: auto 6px;
  color: var(--countdown-color);
  background-color: var(--countdown-background);
  text-align: center;
  display: flex;
  place-items: center;
  place-content: center;
  width: 24px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; }
  .ega-badge-ctd__item + span {
    display: none; }

.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: 15px; }
  @media (max-width: 575px) {
    .flashsale {
      padding: 0px; } }
  .flashsale__title {
    display: flex;
    align-items: center; }
  @media (max-width: 575px) {
    .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; }
    @media (max-width: 575px) {
      .flashsale__countdown-wrapper {
        flex-direction: column;
        margin: auto; } }
  .flashsale__countdown-label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .flashsale__countdown-label {
        margin-bottom: 4px; } }
  .flashsale__bottom {
    padding: 10px; }
  .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    /*	&:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		background: var(--countdown-background);
		opacity: 0.2;
	}*/ }
    @media (min-width: 768px) {
      .flashsale__progressbar {
        height: 8px; } }
  .flashsale___percent {
    width: 0%;
    height: 100%;
    background: var(--countdown-background);
    border-radius: 4px; }

.section_product_top .tab-content.current .row,
.flashsale .row {
  --limit-column: 5; }
  @media (max-width: 767px) {
    .section_product_top .tab-content.current .row,
    .flashsale .row {
      display: grid;
      grid-template-rows: 1fr;
      margin: 0px;
      grid-template-columns: repeat(var(--limit-column), 50%);
      overflow: auto;
      align-items: flex-start;
      justify-content: start;
      grid-gap: 5px; }
      .section_product_top .tab-content.current .row::-webkit-scrollbar,
      .flashsale .row::-webkit-scrollbar {
        display: none; }
      .section_product_top .tab-content.current .row,
      .flashsale .row {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
      .section_product_top .tab-content.current .row .col-12,
      .flashsale .row .col-12 {
        padding: 5px; } }

.slick-pro-banner {
  width: 100%; }

.slick-pro-banner,
.slick-new:not(.slick-slider) {
  display: flex;
  align-items: start;
  overflow-x: auto;
  flex-wrap: wrap;
  width: 100%; }
  .slick-pro-banner::-webkit-scrollbar,
  .slick-new:not(.slick-slider)::-webkit-scrollbar {
    display: none; }
  .slick-pro-banner,
  .slick-new:not(.slick-slider) {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .slick-pro-banner .col-5,
  .slick-new:not(.slick-slider) .col-5 {
    padding: 5px; }

.section_banner_coll .row {
  overflow-x: auto;
  flex-wrap: nowrap; }
  .section_banner_coll .row::-webkit-scrollbar {
    display: none; }
  .section_banner_coll .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.banner_col {
  order: -1; }
  @media (min-width: 768px) {
    .banner_col.right {
      order: 1; } }

.section_category .list-item {
  display: grid;
  margin-top: 15px;
  grid-template-columns: repeat(6, 1fr); }
  @media (max-width: 768px) {
    .section_category .list-item {
      grid-template-columns: repeat(3, 1fr); } }
  .section_category .list-item .item a {
    height: 50px;
    padding-right: 10px;
    padding-left: 6px;
    text-align: left;
    margin-right: 5px;
    border-radius: 30px;
    line-height: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .section_category .list-item .item a img {
      border-radius: 18px;
      max-width: 45px;
      max-height: 45px;
      margin-right: 6px; }
    .section_category .list-item .item a h3 {
      line-height: 18px;
      font-size: 14px;
      color: #373737; }
      @media (max-width: 768px) {
        .section_category .list-item .item a h3 {
          font-size: 10px; } }

.section_category a.item-1 {
  background: #FFF7FA;
  border: 1px solid #FFF7FA; }

.section_category a.item-2 {
  background: #E3FFD8;
  border: 1px solid #E3FFD8; }

.section_category a.item-3 {
  background: #ffadad;
  border: 1px solid #ffadad; }

.section_category a.item-4 {
  background: #b5c8ff;
  border: 1px solid #b5c8ff; }

.section_category a.item-5 {
  background: #d6ca9c;
  border: 1px solid #d6ca9c; }

.section_category a.item-6 {
  background: #c1dfea;
  border: 1px solid #c1dfea; }

.section_category a.item-7 {
  background: #d9afd3;
  border: 1px solid #d9afd3; }

.section_category a.item-8 {
  background: #8ac6e6;
  border: 1px solid #8ac6e6; }

.section_category a.item-9 {
  background: #92cba0;
  border: 1px solid #92cba0; }

.section_category a.item-10 {
  background: #e2e5bd;
  border: 1px solid #e2e5bd; }

.section_category a.item-11 {
  background: #82d7cc;
  border: 1px solid #82d7cc; }

.section_category a.item-12 {
  background: #aca9e1;
  border: 1px solid #aca9e1; }
