/* @override 
	https://nyc-d8.local/themes/custom/calligaris_barrio/css/tiny-slider-theme.css?* */



.tns-environment .tns-controls button {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  display: inline-block;
  cursor: pointer;
  border: none;
  font-size: 75px !important;
  width: 75px;
  height: 120px;
  line-height: 75px;
  text-align: center;
}

.tns-environment .tns-controls button:hover {
  background-color: var(--bs-link-hover-color);
  color: var(--bs-white);
  text-decoration: none;
}

.tns-environment .tns-controls {
  position: relative;
  top: 40%;
  z-index: 5;
  margin-bottom: -120px;
}

@media (max-width: 992px) {
  
  .tns-environment .tns-controls button {
    height: 75px;
    font-size: 55px !important;
    width: 45px;
    line-height: 45px;
  }
  
  .tns-environment .tns-controls {
    top: 160px;
  }
  
}

.tns-environment .tns-controls .tns-prev {
  padding-right: 15px;
  padding-left: 15px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  radius: 6px;
}

@media (max-width: 992px) {
  .tns-environment .tns-controls .tns-prev {
    padding-left: 5px;
  }
}

.tns-environment .tns-controls .tns-next {
  right: 0;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tns-product .tns-controls {
  width: 162px;
}

.tns-product .tns-controls .tns-prev-prod,
.tns-product .tns-controls .tns-next-prod {
  border-radius: 24px;
  border: none;
  font-size: 24px !important;
  width: 48px;
  height: 48px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}

.tns-product .tns-controls .tns-prev-prod:hover,
.tns-product .tns-controls .tns-next-prod:hover {
  color: #000000;
  background-color: #D6D1CA;
}

.tns-product .tns-controls .tns-next-prod {
  margin-left: 60px;
}

.tns-environment .tns-controls {
  outline: none;
}

.tns-slider .tns-item {
}

.tns-slider .tns-carousel {
}

.tns-nav {
  text-align: center;
}

.tns-nav button {
  background-color: #9e9e9e;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  height: 12px;
  border-radius: 10px;
  width: 12px;
}

.tns-nav button.tns-nav-active {
  background-color: #DC3D46;
}

#block-views-block-header-product-block-slides,
.tns-environment {
  padding-right: 0;
  padding-left: 0;
}

.tns-blog .tns-controls {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}

.tns-blog .tns-controls button {
  background: none;
  border: none;
  margin-right: 16px;
  margin-left: 16px;
}