.sigma-product-categories-slider .sigma_category {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}
.sigma-product-categories-slider .sigma_category img{
  width: 100%;
  transition: 0.3s;
}
.sigma-product-categories-slider .sigma_category .sigma_category-content{
  width: calc(100% - 20px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sigma-product-categories-slider .sigma_category .sigma_category-content span{
  color: #0e073c;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
}
.sigma-product-categories-slider .sigma_category-item:hover .sigma_category img{
    transform: scale(1.1);
}
.sigma-product-categories-slider .sigma_category:hover .sigma_category-content span {
    color: #4196ff;
}
.sigma-product-categories-slider.sigma-product-categories-slider-style-2 .sigma_category .sigma_category-content {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.7);
    flex-direction: column;
}
.sigma-product-categories-slider.sigma-product-categories-slider-style-2 .sigma_category .sigma_category-content p,
.sigma-product-categories-slider .sigma_category .sigma_category-content p {
    color: #696393;
    margin-bottom: 0;
}
.sigma-product-categories-slider.sigma-product-categories-slider-style-2 .sigma_category .sigma_category-content span {
    font-size: 18px;
    font-weight: 600;
}
