@include media-breakpoint-up(lg) {
  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@include media-breakpoint-down(sm) {
  .pt-5 {
    padding-top: 5rem !important;
  }
}

.row {
  &.equal {
    [class*="col-"] {
      .card {
        height: 100%;
      }
    }

  }
}

.functionality-box {

  div > h4 {
    margin-top: 0 !important;
  }

  .row {
    &.equal {
      [class*="col-"] {
        div {
          height: 100%;
        }
      }
    }
  }
}

.list-unstyled.flexed {
  li {
    display: flex;
    justify-content: start;
    align-items: baseline;

    i {
      margin-right: 12px;

      &.fa-info-circle {
        margin-left: 4px;
      }
    }
  }
}

.navbar-nav {

  .dropdown-menu {
    min-width: 17rem;
  }
}

.promo {

  > span {

    &.h1 {
      font-size: 1.2em !important;
      text-decoration: line-through;
    }

    &.anno {
      font-size: 12px !important;
    }

  }

}

.promo-info {
  color: #AAA !important;
  font-size: 12px;
}

.user-sidebar-menu {
  ul {
    li {
      margin-bottom: 10px;
    }
  }
}

.user-block {
  .row {
    &.equal {
      [class*="col-"] {
        div {
          height: 100%;
        }
      }
    }
  }
}

form {

  .form-control::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.5;
  }

  .form-control::-moz-placeholder {
    color: #333333;
    opacity: 0.5;
  }

  .form-control:-ms-input-placeholder {
    color: #333333;
    opacity: 0.5;
  }

  .form-control::-ms-input-placeholder {
    color: #333333;
    opacity: 0.5;
  }

  .form-control::placeholder {
    color: #333333;
    opacity: 0.5;
  }
}

.form-control.ota-form-control {
  float: right;
  width: 100px;
  height: 32px;
  outline: none;
}

.btn-check, .btn-check-bookingengine {
  line-height: 30px;
}

.btn-group-toggle > .btn input[type=checkbox].checkbox-with-check {
  position: inherit;
  margin-right: 8px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active.btn-check {
  background: #EEE;
  color: #006FB7;
}

h4.nb-licenza {
  margin-top: 8px;
  padding: 10px 0;
  color: #333;
  font-size: 0.9em;
}

.licenze-list-table {

  tr {

    td {

      .badge {
        padding: 6px 12px;
      }

    }

  }

}

.video-guida-thumb {
  border-radius: 10px;
  margin-top: 12px;
}

.partners_block {

  @media (min-width: 992px) {
    padding-bottom: 60px !important;
  }

  .item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      $size: 150px;
      width: $size;
      height: auto;
    }
  }
}

.testimonials-block {
  background: #F4F8FC;
  padding-top: 80px;

  .logo-hotel {
    max-width: 170px;
    height: 60px;
  }

  .item {
    background: #CFDFF1;
    border-radius: 12px;
    padding: 32px 40px 12px 28px;
    height: 400px;
  }

}

.price_barred{
  display: block;
  font-size: 1.2em;
  // text-decoration: line-through;
}

.cross {
  position: relative;
  display: inline-block;
}
.cross::before, .cross::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.cross::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

/*
.cross::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}*/
