@import url(https://fonts.googleapis.com/css?family=Oxygen:300,700);
html, body {
  background: #fefefe;
  width: 100%;
  height: auto;
  margin: 0;
  font-family: "Oxygen", san-serif;
}

.head-title-price {
  width: 50%;
  height: 100px;
  text-align: center;
  margin: 0 25%;
  border-bottom: 1px solid #594083;
  display: block;
}
.head-title-price .title-page-price {
  color: #594083;
  font-weight: 700;
}
.head-title-price .subtitle-price {
  color: #594083;
}
.head-title-price .subtitle-price a {
  color: #594083;
  transition: 0.3s linear;
}
.head-title-price .subtitle-price a:hover {
  color: #F5A623;
  text-decoration: none;
}

.container-price {
  /* width: 850px; */
  /* height: 400px; */
  height: 600px;
  margin: 5% auto;
}
.container-price .table-price-price {
  background: #F3F2F6;
  /* width: 250px; */
  width: 100%;
  /* height: 350px; */
  margin: 1% 1.5%;
  /* border-radius: 10px; */
  border-radius: 14px;
  float: left;
  position: relative;
  /* box-shadow: 0px 0px 10px #594083; */
  box-shadow: 0px 0px 10px #585b6d;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  height: max-content;
}
.container-price .table-price-price:hover {
  /* box-shadow: 5px 5px 5px #594083; */
  /* box-shadow: 5px 5px 5px #d9b630; */
	transform: scale(1.03);
}
.container-price .table-price-price .pic-item-price {
  width: 100%;
  /* height: 60%; */
  height: 190px;
  position: relative;
}
.container-price .table-price-price .pic-item-price img {
  width: 100%;
  height: 100%;
}
.container-price .table-price-price .pic-item-price svg {
  fill: #594083;
  margin: 5% 50px;
}
.container-price .table-price-price .best-choice-price {
  background: #F5A623;
  width: 50%;
  height: 25px;
  font-family: "Oxygen", san-serif;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
  color: #F3F2F6;
  margin: 0 25%;
  /* top: 56%; */
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  top: -13px;
  left: 0px;
}
.container-price .table-price-price .description-price {
  /* background: #594083; */
  background: #585b6d;
  width: 100%;
  /* height: 40%; */
  height: max-content;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.container-price .table-price-price .description-price .title-price {
  width: 100%;
  font-family: "Oxygen", sans-serif;
  /* font-size: 1.5em; */
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #F3F2F6;
  text-transform: uppercase;
  top: 10%;
  display: block;
  /* position: absolute; */
  padding-top: 2rem;
  margin-bottom: .5rem !important;
}

.subtitle-price {
	color: #F3F2F6;
	padding: 0 4px;
	font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}
.subtitle-include {
	margin-top: 1rem;
  margin-bottom: 0;
  font-size: small;
  color: #F5A623;
  padding: 0 4px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-transform: capitalize;
}

.pesan {
	font-size: small;top: 1px;position: relative;margin-right: 2px;
}

.container-price .table-price-price .description-price .price-price {
  width: 100%;
  font-family: "Oxygen", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #966CDA;
  top: 50%;
  display: block;
  /* position: absolute; */
	/* border-bottom: 1px solid #C8C8C869; */
	border-bottom: 1px solid #FFFFFF20;
	font-size: 12px;
	color: white;
	/* font-weight: bold; */
	margin: 0 30px;
	width: auto;
	line-height: 26px;

}

.container-price .table-price-price .description-price .price-price-harga {
  width: 100%;
  font-family: "Oxygen", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #966CDA;
  top: 50%;
  display: block;
  /* position: absolute; */
	/* border-bottom: 1px solid #C8C8C869; */
	/* border-bottom: 1px solid #FFFFFF20; */
	/* font-size: 12px; */
	color: white;
	/* font-weight: bold; */
	margin-bottom: 10px;
	width: auto;
	line-height: 26px;

}
.container-price .selected-price {
  /* height: 400px; */
  height: max-content;
  top: -25px;
}

.teks-coret {
  text-decoration: line-through;
	color: #FFFFFF70 !important;
}
