.subscription-related{
  background-color: #fef2ed;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--grayscale-900);
}

.subscription-related-title{
  font-size: 20px;
}

.subscription-related .change-subscription{
  background-color: transparent;
  color: var(--grayscale-900);
  padding: 10px;
  border-radius: 0;
  position: relative;
}

.subscription-related .change-subscription:hover{
  background-color: transparent;
  color: var(--grayscale-900);
}

.subscription-related .change-subscription:after{
  content:"";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background-color: var(--main);
  transition: all .3s ease-in-out;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
  display: none;
}

.woocommerce-checkout .wc-block-components-button:not(.is-link){
  width: 100%;
}

/* #create_new_site_btn{
  background-color:var(--main);
  color: white;
  border-radius: 10px;
} */

#wc-block-components-totals-coupon__form > div.wc-block-components-text-input.wc-block-components-totals-coupon__input{
  flex-shrink: 1;
  flex: 75%;
}
#wc-block-components-totals-coupon__form > button{
  flex-shrink: 1;
  flex: 25%;
}