#nav .main-nav > ul > li > a {
  margin: 0 10px; }

.home-category__list2 .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .home-category__list2 .slider-index.next svg {
    width: 24px; }
    .home-category__list2 .slider-index.next svg path {
      stroke: #fff; }

.home-category__list2 .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .home-category__list2 .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .home-category__list2 .slider-index.prev svg path {
      stroke: #fff; }

.home-category__list2:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.home-category__list2 .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .home-category__list2 .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }
  .home-category__list2 .slick-dots .slick-active button {
    background: #000; }

@media (max-width: 767px) {
  .pro-loop .product-img .product-sale {
    color: #fff;
    background: #f94c43;
    border: none; }
  .compare-price {
    color: #f94c43; }
  .pro-price-mb .pro-price {
    font-size: 12px; }
  .pro-price-mb .compare-price {
    color: #f94c43;
    padding: 3px;
    font-size: 12px;
    font-weight: bold; } }

#add-to-cart-loop {
  border-color: transparent; }
  #add-to-cart-loop:hover {
    border-color: #252a2b; }

.phanhnhnanhnho {
  display: flex;
  gap: 15px;
  overflow: auto;
  margin: 10px 0; }
  @media (min-width: 991px) {
    .phanhnhnanhnho {
      display: none; } }
  .phanhnhnanhnho > div {
    flex: 0 0 calc(100%/5); }
    .phanhnhnanhnho > div.active {
      border: 1px solid #000;
      padding: 2px; }
    .phanhnhnanhnho > div img {
      aspect-ratio: 1 / 1.2;
      object-fit: cover;
      width: 100%; }

#sliderproduct .flickity-page-dots {
  display: none !important; }
