@media (min-width: 600px) {
  .limiterProduct {
    width: 40%;
  }
}

.Polaris-Label__Text {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
}

.BottomStickybtn .Polaris-InlineStack {
  position: sticky;
  bottom: 0;
  margin-top: 20px;
  background-color: rgb(240, 240, 240);
  padding: 10px 8px;
  border-radius: 10px 5px;
  border: 1px solid #d6d6d0;
}

.container {
  padding: 20px;
}

.customeCardWrapper {
  background-color: rgb(240, 240, 240);
  width: 50%;
  padding: 10px;
  border-radius: 10px;
}

.pricing-cards {
  display: flex;
}
.popular-tag {
  width: 136px;
  padding: 1px 0px;
  background-color: grey;
  color: white;
  text-align: center;
  position: absolute;
  top: 27px;
  right: -33px;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(45deg);
}
.boldFormFields .Polaris-Text--bodyMd{
font-weight: bold;
}

.RemoveCardBg .Polaris-LegacyCard{
background-color: unset;
border: unset;
margin-top: 10px;
box-shadow: unset !important;
position: unset !important;
}




/* .perfec-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999999;
} */

