/**
 * Block : Others Single
 * =================================
 *
 *
 *
 */

.others-single__body .tns-inner {
  position: relative;
  padding: 0 30px;
}

.others-single__body.no-padding .tns-inner {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .others-single__body.no-padding .tns-inner {
    padding: 0 30px;
  }
}

.others-single__body .controls {
  position: absolute;
  top: 50%;
  left: -7.5px;
  margin-top: 18px;
  transform: translateY(-50%);
  width: calc(100% + 15px);
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.others-single__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.others-single__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.others-single__body .controls > button.js-slider-others-single-next svg {
  position: relative;
  right: 1px;
}

.others-single__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}

.single-offers .model-offers__item > a {
  height: calc(100% - 25px);
  margin-bottom: 0 !important;
}


.tns-item:not(.tns-slide-active) {
  visibility: hidden;
}