.woocommerce .star-rating {
    line-height: 1.3em !important;
    position: relative;
    top: 3px;
}

.star-rating-readonly.star-rating {
    line-height: 1.3em !important;
    position: relative;
    top: 3px;
    font-size: 17px;
    width: auto;
    height: auto;
    margin-right: 2px;
}

#benefits p em strong,
.recurring-choice .discount-text,
.free-shipping-sub-text {
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-info {
    border-top-color: #93213a;
}

.woocommerce-info::before {
    color: #93213a;
}

.showcoupon {
    color: #bd7783;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    color: #808080;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 7px 25px;
    margin-bottom: 15px;
    float: left;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    background: #ebe9eb;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
}

.checkout-site-seal {
    float: none;
}

.site-seals {
    float: left;
    height: 75px !important;
}

#place_order {
    margin-top: 22px;
}

.site-seals-pre-text {
    float: left;
    position: relative;
    top: 18px;
}

.checkout-button-bar {
    margin-bottom: 125px;
}

.nav-phone {
    color: #4C4C51;
}

.nav-phone:hover {
    color: #999;
}

.wpmc-nav-wrapper button {
    background: #9A293C;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    transition: background .3s ease-in-out;
    border: none;
    margin-left: 5px;
}

.wpmc-nav-wrapper,
.padded-10-percent {
    padding: 0 10% !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
}

/* .woocommerce-error, .woocommerce-info, .woocommerce-message {
  top: 48px;
} */

.woocommerce-form-coupon-toggle .woocommerce-info {
  top: 0;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-additional-fields {
  display: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.loading {
  height: 25px;
  width: 25px;
  position: relative;
  left: 10px;
  width: 30px !important;
}

.white-text {
  color: #fff !important;
}

.black-text {
  color: #4C4C51 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.alert-info {
    background: #9a293c;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}

.page-id-9 h1 {
  display: none;
}

.wpmc-nav-wrapper {
  justify-content: left;
}
.wpmc-nav-wrapper  button#wpmc-next {
  font-weight: 600;
}

@media (min-width: 768px) {

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-right: 25px;
        margin-bottom: 25px !important;
    }

    .checkout-site-seal {
        float: left;
    }
}


@media (max-width: 668px) {
    .site-seals-pre-text {
        top: 0px;
    }

    .checkout-button-bar {
        text-align: center;
    }
}


