.cart_item .cpa_block {
    margin-top: 7px;
    font-weight: bold;
    width: 75%;
    float: right;
}

.cart_item .cpa_block hr {
    margin: 5px 0;
}

.cart_item .cp_name {
    float: left;
}

.cart_item .cpa_block span.cp_delete {
    background: url(../images/remove-from-cart.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    display: inline-block;
    z-index: 1;
    line-height: 1;
    text-indent: 100px;
    position: relative;
    overflow: hidden;
    top: 2px;
    cursor: pointer;
}

.cart_item .cpa_block span.cp_price {
    margin-left: 50px;
}

.exportxml_attachment_label {
    width: 100%;
    border: 2px solid;
    padding: 7px;
    text-align: center;
    font-weight: bold !important;
    margin: 15px 0;
    text-transform: uppercase;
}

.exportxml_file_elm {
    width: 100%;
    overflow: visible;
    background: #fafafa;
    border: 0.5px solid #dcdcdc;
    padding: 3px;
    margin: 5px 0;
    font-family: sans-serif;
    font-size: 12px;
    color: #565656;
    position: relative;
}

.exportxml_file_name {
    position: relative;
    z-index: 1;
}

.exportxml_file_progress {
    background: #f1682685;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.exportxml_file_progress.complete {
    display: none;
}

.exportxml_file_cancel, .exportxml_file_remove {
    color: #e34444;
    cursor: pointer;
    margin: 0 4px;
}

.wc_export_xml_error {
    color: red;
    font-weight: 500;
}

input#wordpress-exportxml-deliverydatepicker {
    cursor: pointer;
    width: 50%;
    border: 1px solid #f55;
}

input#wordpress-exportxml-datesalondatepicker {
    cursor: pointer;
    width: 50%;
    border: 1px solid #f55;
}

span.delivery-datepicker-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -21px;
    line-height: 2.5;
    cursor: pointer;
}

span.delivery-datepicker-icon svg path {
    fill: #f55;
}
