.teams-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teams-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 33%;
}

.top-slider {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(21, 22, 22, 0.3);
}

.top-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 500px;
  background: #003d70;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-content {
  position: absolute;
  color: #fff;
  text-align: left;
}
.t-slider-buttons {
  position: absolute;
  z-index: 1;
  bottom: 50% !important;
  text-align: center;
  width: 100%;
}

.t-left,
.t-right {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -22px;
  /* border: 1px solid #161925; */
  border-radius: 50%;
  background: url(/images/icons/arrow-left.png) 45% 50% no-repeat;
  cursor: pointer;
  background-size: contain;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s;
}

.t-left:hover,
.t-right:hover {
  background: url(/images/icons/arrow-left-hover.png);
  background-size: contain;
}

.t-left {
  left: -7.5%;
}

.t-right {
  right: -7.5%;
  transform: scale(-1, 1);
}

.roll-select-block {
  position: relative;
}

.fundraise-selector {
  height: 100%;
}

.quantity-selector {
  height: 101px;
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.4);
  overflow: hidden;
}

.roll-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(251,251,251);
  background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
}

.roll-select .swiper-slide {
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roll-slide {
  cursor: default;
  display: flex;
}

.roll-slide span {
  display: block;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
}

.quantity-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quantity-navigation button {
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -5.5px;
  border: none;
  outline: 0;
  cursor: pointer;
  background: url('/images/icons/quantity-slider-arrow.png');
}

.qs-up {
  top: 9px;
}

.qs-down {
  bottom: 9px;
  transform: rotate(180deg);
}

.js-qty-input {
  position: absolute;
  z-index: 1;
}

.date-selectors {
  display: flex;
  flex-direction: row;
}

.date-selectors > div {
  width: 25%;
}

@media (max-width: 1400px) {
  .t-slider-buttons {
    width: 98%;
  }
  .t-left {
    left: 0%;
  }
  .t-right {
    right: -0%;
  }
}
