.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: 100;
}

.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-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;
    border-radius: 15px;
    background: #e0e0e0;
    padding: 8px 24px 8px 8px;
    margin-top:-0.5em;
    text-align: left;
    line-height: 1em;
    width: 130px;
    font-size: 0.9em;
    border: 2px solid white;
}

.plines-badge-no-text {
    left: -0.5em;
    border-radius: 50%;
    padding:4px;
    width:auto;
}

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

.plines-badge-no-text span {
    top:auto;
    right:auto;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 40px;
}

.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-popup-main-heading {
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
}
.plines-badge:hover + .plines-badge-info {
    opacity:1;
}

.select2 {
    width:100%!important;
}

.woocommerce form .form-row {
    margin: 0 0 20px!important;
}

.woocommerce form .form-row label {
    text-align: center;
}

.woocommerce form .form-row.half-width {
    width:50%;
}

.woocommerce-invalid-required-field .input-text::placeholder {
    color:#a00;
}

ul.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
}

.wc-item-meta {
    word-break: break-all;
}
