/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    
    height: auto !important;
    min-height:40px!important;
    line-height: 25px!important;
    font-size: 15px!important;
    padding: 5px 14px;
}

input::placeholder {
   overflow: visible;
}

input:after { 
color: #000;
content: attr(placeholder) !important;
font-size: 14px
}

input[value]:not([value=""]) + input:after {
content: '' !important;
}


.woocommerce-breadcrumb a:after {
    content: ">";
    margin-inline-start: 5px;
}
.woocommerce-breadcrumb .breadcrumb-last:before, .yoast-breadcrumb .breadcrumb_last:before {
    content: "|";
}

div.quantity input[type="number"] {
    width: 45px;
}

.single_add_to_cart_button:hover {
    color: #000000;
}
.woocommerce-input-wrapper .input-text {
    width:100%;
}
