.button {
  font-family: inherit;
  border: none;
  outline: 1px dotted rgb(37, 37, 37);
  outline-offset: -4px;
  cursor: pointer;
  background: hsl(0deg 0% 75%);
  box-shadow:
    inset -1px -1px #292929,
    inset 1px 1px #fff,
    inset -2px -2px rgb(158, 158, 158),
    inset 2px 2px #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 30px;
  width: fit-content;
  display: none;
}

.button:active {
  box-shadow:
    inset -1px -1px #fff,
    inset 1px 1px #292929,
    inset -2px -2px #ffffff,
    inset 2px 2px rgb(158, 158, 158);
}


.grid-price {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 40px;
}

.grading-price {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 10px;
}

.grading-price:first-child {
  margin-bottom: 10px;
}

.svg--g {
	width: 75px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.top-demo {
  margin-top: 155px !important;
}

.svg-grading {
  border: 2px solid #A3A3A3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 4px;
  background: #313131;
}

.price--title {
	font-size: 1.375rem;
	font-weight: 601;
	letter-spacing: 1px;
}

.price--subtitle {
	color: #A3A3A3;
}

.detail-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
	width: 100%;
}

.title-- {
	font-size: 2rem;
	font-weight: 601;
	letter-spacing: 1px;
	margin-top: 8px;
	text-align: center;
	margin-bottom: 10px;
}

.container-option {
	border: 3px solid #A3A3A3;
  border-radius: 6px;
  padding: 15px;
  background: #202020;
  padding-top: 25px;
  padding-bottom: 25px;
}

.spacing-price {
	margin-bottom: 18px;
}

.option--title {
  font-size: 1.075rem;
  font-weight: 601;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.strikethrough--options {
  position: relative;
  width: fit-content;
  align-content: center;
}

.cards-demo {
  width: 85%;
}

.container-cards-demo {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active_reduction--options {
  line-height: 20px;
  align-content: center;
  align-content: center;
  font-weight: initial;
  margin-left: 5px;
}

.marg-left {
  margin-left: 5px;
}

.strikethrough--options::before {
  position: absolute;
  content: "";
  left: 0;
  top: 37%;
  right: 0;
  border-top: 3px solid #686868 !important;
  border-color: inherit;
    border-top-color: inherit;
  border-top-color: inherit;
  -webkit-transform: rotate(-23deg);
  -moz-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  -o-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.option--subtitle {
  color: #A3A3A3;
}

.option--price {
   color: #A3A3A3;
   font-weight: initial;
}

.right-price {float: right; margin-top: 10px;}

.options-- {
	margin-bottom: 8px !important;
    padding-bottom: 2px !important;
    margin-top: -10px;
}

.underline {
  text-decoration: underline;
  color: #A3A3A3;
  font-size: 11px;
  font-weight: initial;
  margin-left: 8px;
  margin-top: 6px;
}

.container-delivery {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 55px;
  padding: 0.99em;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 50px;
}

.delivery {
	border: 3px solid #A3A3A3;
  border-radius: .75rem;
  padding: 20px;

}

.delivery-icon {
	width: 66px;
	position: absolute;
  margin-top: -36px;
	background: #121212;
	padding-left: 8px;
	padding-right: 8px;
}

.padding {
	padding: 1rem !important;
}

.padding-bottom {
	padding-bottom: 5px !important;
}

.done-circle {
  position: relative;
  border-radius: 100%;
  color: #A3A3A3;
  border: .125rem solid #A3A3A3;
  font-weight: 600;
  width: 1rem;
  height: 1rem;
  font-size: .65rem;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  display: block;
  margin-left: auto;
  font-family: initial;
  cursor: pointer;
}

.flex {
	display: flex;
}

.over-information {
  margin: auto;
  margin-left: auto;
  width: 250px;
  position: absolute;
  border: 2px solid #363636;
  background: #1c1c1c;
  padding: 7px;
  border-radius: 7px;
  z-index: 99999999;
  opacity: 1;
  display: none;
  margin-top: 25px;
  text-align: start;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  right: -25%;
}

.over-information img {
	margin-top: 10px;
}

.tpos {
	margin-top: 90px;
	margin-bottom: 35px;
}

.tpos- {
	border-bottom: 2px solid #A3A3A3;
  width: 70%;
  margin: 15px auto 15px;
  padding-bottom: 4px;
}

.price-subtitle {
  color: #A3A3A3;
  font-size: initial;
  margin-top: -2px;
  font-weight: initial;
}

.price-container {
	margin-top: 7px;
}

.grid-demo-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.price--container {
  border: 4px solid #A3A3A3;
  border-radius: 13px;
  padding: 30px;
  background: #202020;
}

.container-svg {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  background: #121212;
  border-radius: 8px;
}

.svg--g-- {
  width: 43px;
  margin: auto;
  display: flex;
  justify-content: center;
} 

.container-svg h2 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #A3A3A3;
  margin-left: 10px;
  text-transform: uppercase;
}

.price {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  font-size: 40px;
  font-weight: 601;
  margin-top: 7px;
  color: #F6B83E;
}

.price .price--subtitle {
  font-size: 19px;
  margin-top: 8px;
  font-weight: initial;
  margin-left: 5px;
  color: #FBDB8E;
}

.separator {
  width: 90%;
  height: 2px;
  margin: 22px auto;
  background: #A3A3A3;
  opacity: 0.5;
  margin-top: 8px;
}

.demo-line {
  display: flex;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
}

.line-svg {
  max-width: 24px;
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 8px;
}

.demo-line:not(:last-child) {
  margin-bottom: 10px;
}

.more-demo {
  text-align: center;
}

.more-demo img {
  width: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.decase {
  line-height: 20px;
  color: #A3A3A3;
}

.decase strong {
  color: #FAFAFA;
}

.tpos-- {
  border-bottom: 2px solid #A3A3A3;
  margin: 0px auto 15px;
  padding-bottom: 4px;
  text-align: initial;
}

.btn-certif {
  position: relative;
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #121212;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  margin-top: 22px;
  border: 2px solid #A3A3A3;
}

.btn-certif:hover {
  transition: .2s;
  border: 2px solid #A3A3A3;
  background: #0000003d;
  color: #FAFAFA;
  transform: scale(1.03);
}

.demo-line a {
  margin-top: -5px !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 42%;
  right: 0;
  border-top: 7px solid #7E5300 !important;
  border-color: inherit;
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.new-price {
  margin-left: 10px;
}

.active_reduction {
  line-height: 20px;
  margin-top: 4px !important;
}

.active_reduction span {
  font-weight: 601; 
}

.options-details {
  position: absolute; bottom: 0;
}

.btn-certif:hover .star-1 {
  position: absolute;
  top: -72%;
  left: -6%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.btn-certif:hover .star-2 {
  position: absolute;
  top: -26%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.btn-certif:hover .star-3 {
  position: absolute;
  top: 99%;
  left: 25%;
  width: 14px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.btn-certif:hover .star-4 {
  position: absolute;
  top: 41%;
  left: 83%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.btn-certif:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 101%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.btn-certif:hover .star-6 {
  position: absolute;
  top: 0%;
  left: 62%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #a4a4a4);
  z-index: 2;
}

.fil0 {
  fill: #FAFAFA;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #F6B83E);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}

@media screen and (max-width: 1050px) {
  .grid-price {
    display: block !important;
  }
  .options-details {
    position: initial;
    bottom: initial;
    max-width: 50%;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .container-delivery {
    display: block;
  }

  .top-demo {
    margin-top: 105px !important;
  }

  .cards-demo {
    display: none;
  }
  
  .price--container {
    margin-bottom: 60px;
  }
  .container-delivery .delivery:not(:last-child) {
    margin-bottom: 45px;
  }

  .options-details {
    max-width: 100%;
  }

  .grid-demo-price{
    display: block;
  }

  .grid-demo-price .price--container:first-child {
    margin-bottom: 35px;
  }
  .right-price {
    margin-top: 5px;
  }
}
