@media screen and (max-width: 767px) {
  .wrapper + .section {
    padding: 0;
  }
}

.btn-round {
  color: #3c8edf;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 5px;
  padding: 5px 25px;
  border: 2px solid #3c8edf;
  border-radius: 25px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.btn-round--active,
.btn-round:focus,
.btn-round:hover {
  color: #fff;
  background-color: #3c8edf;
  border: 2px solid #3c8edf;
}
.latest-deals__container {
  text-align: center;
}
.latest-deals__tab-container {
  white-space: nowrap;
  overflow-x: auto;
}
.latest-deals__tab-container:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .latest-deals__tab-container:after {
    display: none;
  }
}
.latest-deals__tab {
  font-size: 18px;
  display: inline-block;
}
.latest-deals__tab:first-of-type {
  margin-left: 12px;
}
.latest-deals__btn-container {
  display: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .latest-deals__tab:first-of-type {
    margin-left: 5px;
  }
}
.ruled-list {
  display: none;
}
.deals-list {
  list-style: none;
  overflow-x: scroll;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .deals-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: auto;
  }
}
.deals-list__item {
  text-align: center;
  margin: 9px 0 9px 18px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .deals-list__item:last-child {
    margin: 9px 18px;
  }
}

@media screen and (min-width: 768px) {
  .deals-list__item {
    margin: 0.75em 0;
    flex-basis: 33%;
  }
}
@media screen and (min-width: 925px) {
  .deals-list__item {
    flex-basis: 25%;
  }
}
.deals-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.deals-list__item a:hover .deals-list__image {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.deals-list__image {
  width: 80px;
  height: 80px;
  background-color: #d5d5d5;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.deals-list__container {
  text-align: left;
  margin: 0 16px;
}
.deals-list__title {
  color: #444;
  font-size: 16px;
}
.deals-list__cta {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.latest-deals-active .latest-deals__btn-container {
  display: table;
}

@media screen and (max-width: 767px) {
  .latest-deals-active .latest-deals__btn-container {
    display: block;
    padding: 0 12px;
  }

  .latest-deals-active .latest-deals__btn-container .btn-round {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0;
  }
}
