/* @override 
	https://dev.scavini.fr/wp-content/themes/scavini/assets/css/prices.css */
.tailor-prices-wrapper {
  margin: 50px .75rem;
  padding: 40px;
  background: #f6f6f6;
}
.tailor-prices-wrapper .prices-title {
  margin: 0;
}
.tailor-prices-wrapper .prices-title:after {
  display: block;
  width: 120px;
  height: 1px;
  content: "";
  background: var(--color);
  margin: .5em auto 1em;
}
.tailor-prices-wrapper .prices-desc {
  margin: 40px 0;
}
.tailor-prices-wrapper table.prices {
  margin: 50px auto;
  border: 2px solid #ddd;
}
.tailor-prices-wrapper table.prices thead {
  border-bottom: 2px solid #ddd;
}
.tailor-prices-wrapper table.prices thead tr:not(:last-child),
.tailor-prices-wrapper table.prices tbody tr:not(:last-child) {
  border-bottom: 2px solid #ddd;
}
.tailor-prices-wrapper table.prices thead th,
.tailor-prices-wrapper table.prices tbody th {
  text-align: center;
}
.tailor-prices-wrapper table.prices thead th,
.tailor-prices-wrapper table.prices tbody th,
.tailor-prices-wrapper table.prices thead td,
.tailor-prices-wrapper table.prices tbody td {
  padding: 30px 20px;
  width: 20%;
}
.tailor-prices-wrapper table.prices thead th:not(:last-child),
.tailor-prices-wrapper table.prices tbody th:not(:last-child),
.tailor-prices-wrapper table.prices thead td:not(:last-child),
.tailor-prices-wrapper table.prices tbody td:not(:last-child) {
  border-right: 2px solid #ddd;
}
.tailor-prices-wrapper table.prices thead tr th {
  font-family: 'Cormorant', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}
.tailor-prices-wrapper table.prices tbody tr th {
  text-align: left;
}
.tailor-prices-wrapper table.prices td.price {
  font-size: 1.3em;
  color: var(--color);
  text-align: center;
}
.tailor-prices-wrapper table.prices th {
  font-weight: 400;
}
.tailor-prices-wrapper table.prices th strong {
  font-family: 'Cormorant', sans-serif;
  font-size: 1.8em;
  display: block;
  font-weight: 600;
  color: var(--color);
}
.tailor-prices-wrapper .price-info-wrapper {
  margin: 40px 30px;
  color: #727272;
}
.tailor-prices-wrapper .price-info-wrapper strong {
  font-weight: 600;
}
.tailor-prices-wrapper .price-info-wrapper .icon {
  display: block;
  font-size: 36px;
  color: var(--color);
}
.tailor-prices-wrapper .price-info-wrapper .title {
  color: #303030;
}
.tailor-prices-wrapper .btn {
  background: transparent;
  color: var(--color);
  border: 1px solid var(--color);
  font-family: 'Cormorant', sans-serif;
  text-transform: none;
  font-size: 1.2em;
  padding: 12px 36px;
  margin: 40px 0 0;
}
@media screen and (max-width: 600px) {
  .tailor-prices-wrapper {
    padding: 10px;
  }
  .tailor-prices-wrapper ul.prices {
    text-align: center;
  }
  .tailor-prices-wrapper ul.prices > li {
    padding: 20px;
    background: #fff;
    margin-bottom: 2px;
  }
  .tailor-prices-wrapper ul.prices > li.title {
    margin-top: 20px;
  }
  .tailor-prices-wrapper ul.prices > li h4 {
    font-size: 1.8em;
  }
  .tailor-prices-wrapper ul.prices > li h5 {
    font-size: 1.4em;
  }
  .tailor-prices-wrapper ul.prices > li .value {
    color: var(--color);
    font-size: 1.3em;
  }
}
