/*
Theme Name: Afinia TeeSpace Child Theme
Theme URI: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/afinia-teespace-child-theme
Author: Jasir Carvajal
Template: teespace
Description: This is a child theme of the Teespace template, used for for Afinia's WooCommerce websites.
Version: 1.0.0
*/

/* Cart page */
/* NOTE: If the page use coupons, this is NOT required*/
.woocommerce-cart .cart-totals {
    margin-top: 0 !important;
}

/* Shop page */
@media screen and (max-width: 767px) {
    .shop-filter .woocommerce-result-count {
      position: static !important;
    }
}

/* Styles Iglesia Oasis */
/* .woocommerce-shipping-destination{
  display: none !important;
}

.woocommerce-shipping-calculator{
  display: none !important;
} */

.show-password-input::before {
    content: "Mostrar" !important;
    margin-top: 15px !important;
}