.wfc-widget-sidebar .spsg-coupon {
  margin: 10px auto 20px;
}

.wfc-widget-sidebar .spsg-coupon .header-text{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  color: rgb(7, 59, 76);
}

.wfc-widget-sidebar .spsg-coupon .promocode-form {
  /* gap: 15px; */
  height: 45px;
  display: flex;
}

.wfc-widget-sidebar .promocode-form .coupon-input-text {
  flex: 1;
  width: 100%;
  padding: 17px 22px;
  outline: none;
  font-size: 16px;
  color: #989fab;
  border-radius: 5px 0px 0px 5px!important;
  background-color: #f9fafc !important;
  border: none;
  font-style: italic;
  font-weight: 300;
}
.wfc-widget-sidebar .promocode-form .spsg-apply-coupon:hover {
  background: rgb(0 111 201);
}
.wfc-widget-sidebar .promocode-form button.spsg-apply-coupon {
  outline: none;
  cursor: pointer !important;
  font-size: 14px !important;
  color: rgb(255, 255, 255);
  padding: 10px !important;
  border-radius: 0px 5px 5px 0px !important;
  font-weight: 600;
  margin: 0px !important;
  border: none;
  width: 108px;
}

.wfc-widget-sidebar .spsg-coupon .spsg-coupon-response {
  margin: 20px auto;
  border: 1px solid #43ee19;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}

.wfc-widget-sidebar .spsg-coupon-response .qc-inner-div {
  font-size: 20px;
  font-weight: bold;
  color: #43ee19;
}

.wfc-widget-sidebar .response-hide{
  display: none;
}

