/**
Theme Name: TOP eMarketer
Author: Serwis4U
Author URI: https://serwis4u.com
Description: Motyw potomny dla Klubu eMarketera.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: top-emarketer
Template: astra
*/
/*
Let's see an example of some common font sizes expressed in rem units, assuming, of course, that the base size is 16px:

    10px = 0.625rem.
    12px = 0.75rem.
    14px = 0.875rem.
    16px = 1rem (base)
    18px = 1.125rem.
    20px = 1.25rem.
    24px = 1.5rem.
    30px = 1.875rem
*/


/*
*zmiana kloru linkua ktywnego dla top kursy
*/
tr.active a {
   color: #7cb291 ! important;
   font-weight: bold ! important;
}


.itsec-pwls-login-modal__wrap {
    min-height: 600px ! important;
}

.menu-button {
	border-width: 1px;
    border-style: solid;
	border-color: #0274BE;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	line-height: 30px ! important;
}

/* brak ikonki klucza dla logowania na /moje-konto/ */

.woocommerce form .password-input {
    position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #0073aa; /* lub inherit */
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
}

.woocommerce form .show-password-input:focus {
    outline: none;
}
