.home_slider .col.large-8 {
  padding-right: 2px;
}

.home_slider .col {
  padding-bottom: 0;
}

.home_slider .img img {
  border-radius: 10px;
}

.product_categories .box-image {
  border: 1px dashed var(--mainColor);
  border-radius: 10px;
  background: rgba(208, 1, 27, 0.08);
}

.product_categories .box-image .shade {
  display: none;
}

.product_categories .box-image img {
  width: 100%;
  max-width: 235px;
  max-height: 235px;
  margin: 0 auto;
}

.product_categories .box-text {
  text-shadow: none !important;
}

.product_categories .box-text h5 {
  color: var(--textColor);
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  line-height: 17px;
  max-height: 34px;
  word-wrap: break-word;
}

.product_categories .box-text p {
  color: #777;
}

.product_flash_sale .sale-col {
  background: var(--bgFlash);
  border-radius: 5px;
  max-width: 1240px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 0;
}

.product_flash_sale .time_box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product_flash_sale .time_box h2 a img {
  max-width: 180px;
  vertical-align: -6px;
  -webkit-animation: zoom-in-out 2500ms infinite;
  -moz-animation: zoom-in-out 2500ms infinite;
  -o-animation: zoom-in-out 2500ms infinite;
  animation: zoom-in-out 1500ms infinite;
}

.product_flash_sale .count-down {
  display: block;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
  position: relative;
}

.product_flash_sale .count-down .title_km {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: var(--mainColor);
  font-weight: 600;
}

.product_flash_sale .count-down .timer-view {
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 7px;
  display: inline-block;
}

.product_flash_sale .see-more {
  display: block;
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}

.product_flash_sale .see-more .a-show-more {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  color: var(--subColor);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 300;
}

.product_list .product-small.box {
  background-color: #f7f7f7;
}

.product_categories_2 .img img {
  border-radius: 10px;
}

.product_list_2 .large-4 .img img {
  border-radius: 10px;
}

.product_list_2 .row-top .col {
  padding-bottom: 10px;
}

.product_list_4 .title-product {
  text-align: center;
  display: block;
  position: relative;
  text-align: center;
}

.product_list_4 .title-product a {
  display: block;
  color: var(--subColor);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.product_list_4 .title-product span {
  font-size: 16px;
  max-width: 430px;
  display: inline-block;
  font-weight: 400;
}

.product_list_4 .title-product img {
  display: block;
  margin: 0 auto;
  max-width: 64px;
}

.image_list .img img {
  border-radius: 10px;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(0.8, 0.8);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1, 1, 1) rotate(4deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1, 1, 1) rotate(-4deg);
  }

  100% {
    transform: scale(0.9);
  }
}

@media (min-width: 767px) {
  .product_flash_sale .time_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 48em) {
  .home_slider .col.large-8 {
    padding-right: 15px;
    padding-bottom: 5px;
  }

  .home_slider .col.large-4 .col-inner {
    display: flex;
    gap: 5px;
  }

  .product_categories {
    padding-left: calc(15px - 9.5px) !important;
    padding-right: calc(15px - 9.5px) !important;
  }

  .product_flash_sale .count-down {
    text-align: center;
    margin-bottom: 8px;
  }

  .product_flash_sale .see-more {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .product_categories_2 .row-two,
  .product_list_2 .row-bot,
  .blog_list .row {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: initial !important;
    text-align: center !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
  }

  .product_categories_2 .row-two .col,
  .product_list_2 .row-bot .col,
  .blog_list .row .col {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 5px 10px;
  }

  .section .small-columns-2 .flickity-slider > .col {
    flex-basis: 60%;
    max-width: 60%;
  }

  .product_list_2 .row-top .col.large-4 {
    display: none;
  }
}
