body.site-content-boxed-container .site-content {
  background-color: transparent;
  margin: 0 auto;
}

.wp-child-theme-woostify-child input,
.wp-child-theme-woostify-child
  .woocommerce-form.woocommerce-form-login
  .input-text,
.wp-child-theme-woostify-child select,
.wp-child-theme-woostify-child .woostify-sorting .orderby,
.wp-child-theme-woostify-child .search-form .search-field,
.wp-child-theme-woostify-child .woocommerce-product-search .search-field,
.wp-child-theme-woostify-child .form-row .input-text {
  height: var(--wp--preset--height--input);
}

.wp-child-theme-woostify-child input,
.wp-child-theme-woostify-child
  .woocommerce-form.woocommerce-form-login
  .input-text,
.wp-child-theme-woostify-child select,
.wp-child-theme-woostify-child .woostify-sorting .orderby,
.wp-child-theme-woostify-child .search-form .search-field,
.wp-child-theme-woostify-child .woocommerce-product-search .search-field,
.wp-child-theme-woostify-child .form-row .input-text,
.wp-child-theme-woostify-child textarea {
  border-radius: var(--wp--preset--radius--input);
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--light-grey);
}

.wp-child-theme-woostify-child .show-password-input {
  top: 0.3em;
  background: none;
  border: none;
}

.wp-child-theme-woostify-child .button,
.wp-child-theme-woostify-child button {
  height: var(--wp--preset--height--button);
}

.wp-child-theme-woostify-child .button.wc-backward {
  padding-top: 5px;
}

.wp-child-theme-woostify-child .woocommerce-info,
.wp-child-theme-woostify-child .woocommerce-error {
  border-radius: var(--wp--preset--radius--input);
}

.wp-child-theme-woostify-child .woocommerce-products-header__title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}

.wp-child-theme-woostify-child .wpr-checkout-notice .woocommerce-message:before,
.wp-child-theme-woostify-child
  .woocommerce-notices-wrapper
  .woocommerce-message:before {
  transform: none;
  -webkit-transform: none;
}

@media (max-width: 575px) {
  .wp-child-theme-woostify-child .button,
  .wp-child-theme-woostify-child button {
    font-size: 3vw;
  }
}
