.wc-item-meta {
    font-size:0.8em;
}

#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th {
    width: 50%;
}

.width-50 {
    width: 50%;
}

.woocommerce-additional-fields__field-wrapper {
    margin-bottom: 40px;
}

.p-lines-no-scroll {
    overflow: hidden;
}

.p-lines-questionnaire {
    background: #ffdbdb;
    padding: 15px;
}

.forms-js-active .woocommerce #customer_details .p-lines-questionnaire p label {
    position: relative;
}

.p-lines-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 2000;
}

.p-lines-outer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #000000;
    display: block;
    content: "";
    z-index: 0;
}

.p-lines-inner {
    position: absolute;
    width: 600px;
    max-width: 90%;
    padding: 42px 3vw 10px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background: #FFFFFF;
    overflow: auto;
    border-radius: 10px;
    z-index: 1;
}
.p-lines-inner p:first-child {
	display: block;
	width: 100%;
}
.p-lines-outer h5 {
    position: fixed;
    background: #FF0000;
    color: #FFFFFF;
    top: 0;
    left: 0;
    padding: 15px 60px 15px 10px;
    min-width: 240px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.p-lines-outer h5 a {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    color: transparent;
    font-size: 1px;
}

.p-lines-outer h5 a:hover {
    opacity: 1;
}

.p-lines-outer h5 a:before,
.p-lines-outer h5 a:after {
    position: absolute;
    left: 20px;
    content: "";
    height: 40px;
    width: 6px;
    background-color: #FFFFFF;
}

.p-lines-outer h5 a:before {
    transform: rotate(45deg);
}

.p-lines-outer h5 a:after {
    transform: rotate(-45deg);
}

.plines-badge {
    position: absolute;
    top: 0;
    right: 10px;
    /* transform: translateX(-50%); */
    border-radius: 13px;
    background: #e0e0e0;
    padding: 8px 24px 8px 8px;
    margin-top:-0.5em;
    color: #a90000;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    width: 130px;
    font-size: 0.9em;
    border: 2px solid white;
    box-shadow: 1px 1px 2px #666666;
}

.plines-badge span {
    position: absolute;
    top: 2px;
    right: 2px;
    color: white;
    font-weight: bold;
    background: red;
    border-radius: 50%;
    padding:2px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.plines-badge-info {
    position: absolute;
    top: 80px;
    left:0;
    z-index: 1;
    margin: -0.5em 20px 0;
    padding: 8px;
    color: #333333;
    border: 2px solid red;
    border-radius: 6px;
    overflow: hidden;
    font-size: 0.8em;
    transition: all 0.4s;
    opacity:0;
    line-height: 1.3em;
}

.plines-badge-info:before {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:white;
    opacity: 0.95;
    display: block;
    content: "";
    z-index: -1;
}

.plines-badge:hover + .plines-badge-info {
    opacity:1;
}