﻿.offers-cat-list .items-holder {
  padding: 3rem 0;
}
.offers-cat-list .items-holder .cat-item {
  margin: 0 2rem;
}
.offers-cat-list .items-holder .cat-item .img-box {
  position: relative;
  width: 86px;
  height: 86px;
}
.offers-cat-list .items-holder .cat-item .img-box:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
}
.offers-cat-list .items-holder .cat-item .img-box:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: solid 2px #fff;
}
.offers-cat-list .items-holder .cat-item .img-box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.offers-cat-list .items-holder .cat-item .title {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.5rem;
}