/*
Theme Name:   Drele
Template:     teespace
Author: Web Power
Author URI: https://webpower.com.pl/
*/

.single-product .price del {
    color: #888;
    margin-right: 5px;
}
.single-product .price ins {
    color: #e74c3c;
    font-weight: bold;
}

.single-product .summary-content > .price:first-of-type {
    display: none;
}

.alert {
    font-family: "Plus Jakarta Sans" !important;
    font-size: 18px;
    font-weight: 600 !important;
    text-align: center;
    border: 1px solid #ffb900;
    padding: 10px 30px;
    display: block;
    margin: 0 auto 30px;
    background: hsl(43deg 100% 50% / 5%);
    color: #000;
}

.alert a {
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 600 !important;
    text-decoration: underline;
    color: #000;
}

/* forms */
button, [type="button"], [type="reset"], [type="submit"] {
    vertical-align: middle;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
    width: 85% !important;
}

.woocommerce .form-row label {
    display: initial !important;
}

.show-password-input {
    max-width: 15%;
    padding: 0 20px !important; 
}

.show-password-input:after {
    content: '\e900';
    font-size: 20px;
    font-family: 'phosphor';
    font-weight: 500;
}



