body {
  color: var(--text-color);
  background: #f4f4f4;
  overflow-x: hidden;
  max-width: 100%; }

@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; } }

.section {
  margin-bottom: 30px; }

.section.footer_wwap {
  margin: 0; }

.menupc {
  margin: 0; }
  .menupc > .container {
    padding: 0; }
  .menupc .col-mega {
    padding-right: 0; }

.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: #fff;
  background-color: var(--primary-color);
  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(--primary-color); }

.ega-badge-ctd__s {
  margin-right: 0px; }

.btn-main {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px; }
  .btn-main:hover {
    background: var(--primary-color);
    color: #fff; }

.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), 40%);
      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: nowrap;
  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; }

/** Heading bar **/
.heading-bar {
  font-size: 16px;
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 5px; }
  .heading-bar__title {
    color: var(--text-color);
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.2; }
    .heading-bar__title a:hover {
      color: var(--primary-color); }
  .heading-bar__action .link.more {
    color: var(--primary-color); }

.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; } }

/**slick **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  --size: 44px;
  top: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: var(--size);
  height: var(--size);
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  line-height: var(--size);
  text-align: center;
  z-index: 1;
  overflow: hidden;
  opacity: .7;
  border-radius: 100%; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-disabled {
    cursor: default;
    display: none !important; }
  .slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev:before {
      content: "\f104"; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next:before {
      content: "\f105"; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      border-radius: 0;
      height: 10px;
      width: 10px;
      border: 1px solid #e5e5e5;
      background-color: #fff;
      padding: 0;
      font-size: 0; }
    .slick-dots li.slick-active button {
      border-color: var(--primary-color);
      background-color: var(--primary-color); }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  padding: 0;
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center; }
  .slick-dots li button {
    height: 2px;
    width: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: .5; }
    .slick-dots li button:hover {
      opacity: 1; }
  .slick-dots li.slick-active button {
    opacity: 1; }

.item_product_main {
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: none; }
  .item_product_main:hover {
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.2); }
  .item_product_main .image_thumb {
    height: auto; }
    .item_product_main .image_thumb img {
      position: static; }
  .item_product_main .product-info {
    padding: 10px; }

.tabs-group {
  overflow-x: auto;
  overflow-y: hidden; }
  .tabs-group::-webkit-scrollbar {
    display: none; }
  .tabs-group {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.tabs li {
  position: relative;
  border-radius: 4px;
  white-space: nowrap;
  color: var(--text-color);
  background: #eee;
  border: 1px solid transparent;
  font-size: 14px;
  user-select: none; }
  .tabs li:not(:last-of-type) {
    margin-right: .5rem; }
  .tabs li:not(.current) {
    cursor: pointer; }
  .tabs li:hover {
    color: var(--primary-color);
    background: #fff;
    border-color: var(--primary-color); }

.tabs li.current {
  color: #fff !important;
  background: var(--primary-color);
  border-color: var(--primary-color); }
  .tabs li.current:after {
    background: var(--primary-color); }

.tab-content {
  display: none; }
  .tab-content.current {
    display: block; }

@media (min-width: 768px) {
  .col-md-15 {
    max-width: 20%;
    flex: 0 0 20%; }
  .col-md-30 {
    max-width: 40%;
    flex: 0 0 40%; } }
