/*
Theme Name: Vinart Child
Theme URI: http://okthemes.com/vinartwp
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard & Wine WooCommerce shop
Tags: e-commerce, food-and-drink, grid-layout, custom-logo, footer-widgets, rtl-language-support, theme-options, translation-ready 
Text Domain: vinart
Template: vinart
Version: 1.0
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

trp-language-switcher > div {
border: none !important;
}

ep_single_event_image {
	display: none !important;
}

/* =Lost show password button
-------------------------------------------------------------- */

.woocommerce form .show-password-input {
    width: auto !important;
}


/* =Remove SKU and second category in a product to make it shorter
-------------------------------------------------------------- */

.product_meta {
	display: none !important;
	color: red !important!;
}
 .sku_wrapper {
	display: none !important;
	 	color: red !important!;
}



/* Show Password button*/
  .woocommerce form .password-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce form .password-input input {
    padding-right: 0 !important;
    width: 100%;
  }

  .woocommerce form .show-password-input {
    position: static;
    margin-top: 0.5rem;
    background: none;
    border: 1px solid #D68F5E;
    color: #000; /* Black text/icon */
    cursor: pointer;
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
  }

  .woocommerce form .show-password-input::after {
    font-family: WooCommerce;
    content: "Mostrar Contraseña";
    display: inline-block;
    vertical-align: middle;
  }

/* Show Password */
  .woocommerce form .password-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce form .password-input input {
    padding-right: 0 !important;
    width: 100%;
  }

  .woocommerce form .show-password-input {
    position: static;
    margin-top: 0.5rem;
    background: none;
    border: 1px solid #D68F5E;
    color: #000; /* Black text/icon */
    cursor: pointer;
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
  }

.woocommerce form .show-password-input::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5c-7 0-11 7-11 7s4 7 11 7 11-7 11-7-4-7-11-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-8c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}




