/*--------------------------------------------------------------
# Prices
--------------------------------------------------------------*/

/*.card{
	border:1px solid transparent;
}
*/
.prices .container {
  max-width:100%;
}
/*.prices .content {
  margin-left:2em;
margin-right:2em;

}
*/

/*#prices*/
.prices .section-title .headsize,
.prices .section-subtitle, 
.prices .section-title span, 
.prices .section-title p {
text-align: center;
}

.prices .headsize {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;
}

.prices .headsize::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}


.prices .section-title span {
    position: absolute;
    color: #f0f1f3;
	margin-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}
.prices .subheadsize {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: var(--body-font-weight);
    color: color-mix(in srgb, var(--terraplanet-color-primary), transparent 30%);
    display: inline-block;
    font-family: var(--body-font);
	position: relative;
    padding: 10px 10px;
    background: color-mix(in srgb, var(--terraplanet-color-primary), transparent 95%);
    border-radius: 10px;
    display: inline-block;	
}

.prices .section-title p.title {
	font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
}

@media (max-width: 575px) {
  .prices .section-title .headsize {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .prices .section-title span {
    visibility: hidden;
  }
}


.prices .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top:2em;
  margin-bottom:2em;
}

.prices .box-empty {
  padding: 40px 20px;
  background: #fff;
  text-align: start;
/*  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);*/
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top:2em;
  margin-bottom:2em;
}

.prices .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.prices .box-empty:hover {
  transform: scale(1);
/*  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
}

.prices .boxhead {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}



.prices .offer {
font-size: 30px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.prices .offer sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.prices .offer span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.prices img {
  padding: 30px 40px;
}

.prices ul {
  padding: 0;
  font-family: var(--body-font-family);
  list-style: none;
  color: var(--body-font-color);
/*  text-align: center;*/
text-align: start;
  line-height: 26px;
  font-size: var(--body-font-size);
  margin-bottom: 25px;
}

.prices ul.empty {
  padding: 0;
  list-style: none;
  color: var(--body-font-color);
  text-align: start;
  line-height: 26px;
  font-size: var(--body-font-size);
  margin-bottom: 25px;
}

.prices ul li {
  padding-bottom: .3em;
}
.prices ul li i {
  padding-right: .3em;
}
.prices ul .na, .prices ul .na i{
  color: #ccc;
  text-decoration: line-through;
}
.prices ul .na i{
  color: #ccc;
}

.prices .btn-primary {
    background-color:var(--terraplanet-color-link);
	border-color:var(--terraplanet-color-primary);
}


.prices .btn-primary:hover {
  background-color:var(--terraplanet-color-primary);
  border-color:var(--terraplanet-color-link);
}

.prices p.endline {
	padding-top: .7em;
    color: var(--body-font-color);
    /* text-align: center; */
    text-align: center;
    line-height: 26px;
    font-size: .9vi;
	opacity:.7;
}
.prices .promo {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 0 3px 0;
  background: var(--terraplanet-color-link);
  color: #fff;
}
.box-empty .boxhead::after {
	content: "";
    position: absolute;
    display: block;
    width: 6em;
    height: 5px;
    background: var(--terraplanet-color-primary);
/*    bottom: -.2em;
    left: calc(50% - 50px);*/
}
.box-empty .boxhead {
margin-bottom:1.5em;
}
