﻿.container-tag {
  width: auto;
  height: auto;

}

.tag-list {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 3px !important;
  cursor: grab;
}

.tag-item:first-child {
  transform: translateX(-100%) scale(2);
  z-index: 2;
}

.tag-item {
  background-color: lightblue;
  color: white;
  padding: 10px;
  margin-right: 10px;
  font-size: 20px;
  transform: scale(1);
  transition: transform 0.5s;
  z-index: 1;
}

.tag-item:first-child {
  transform: translateX(-100%) scale(2);
  z-index: 2;
}

@keyframes scrolling {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.tag-wrapper {
    display: flex;
    
}

.spacial-deal-tag{
    display: flex;
    border-radius: 20px;
    padding: 3px 5px 2px 6px;
    background: #D32030;
    font-weight: 500;
font-size: 10px;
line-height: 15px;
text-align: center;
height: 20px;
color: #FFFFFF;
width: 96px;
}

.tag-wrapper .fire img{
    height: 15px;
    width: 15px;
}

.Second-tag{
    padding: 2px 8px 2px 8px;
    border-radius: 20px;
    width: auto;
    height: 20px;
}

.third-tag{
    border-radius: 15px;
    width: auto;
    height: 15px;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 1px 7px 4px 7px;
    white-space: nowrap;
    margin-top: 4px;
}

.tag-text{
    font-weight: 500;
font-size: 10px;
line-height: 15px;
text-align: center;
white-space: nowrap;
color: #FFFFFF;
}


.TagSlide .carousel .tns-horizontal.tns-subpixel > .tns-item {
    width: auto;
}

.TagSlide .carousel .tns-item {
    width: auto !important;
}