/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
span.optional {
    display: none;
}
.woocommerce-address-fields__field-wrapper + p {
    clear: both;
}
@media(min-width:768px){
    .wd-with-username span.wd-tools-text {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        width: 120px;
    }
}