#wpfooter {
	position: relative !important;
}
.order-heading {
    padding: 0.7rem 0px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
    margin-top: 20px;
}
.search-form {
    padding: 0.7rem 0px;
}
.search-form label {
    margin-bottom: 0px;
	margin-right: 10px;
}
.search-form input.button {
    background: #af6c8f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 3px 25px !important;
    margin-left: 10px !important;
}
.pagination-wrapper {
    padding: 0.7rem;
    background: #eeeeee;
}
.pagination-wrapper p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 15px;
}
.pagination-wrapper a {
    font-size: 16px;
    background: #af6c8f !important;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none !important;
    padding: 2px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
#orders-table button.view-details-button,
#orders-table a.view-order-button {
    background: #af6c8f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 6px 15px !important;
    font-size: 0.85rem !important;
    line-height: 1.5;
    min-width: 120px;
}
.modal-body h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #af6c8f;
}
.order-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #af6c8f;
    font-weight: 700;
    font-size: 1.5rem;
}
.search-wrapper {
    display: flex;
    align-items: center;
}
.search-wrapper .view-all-orders {
	margin-left: 10px;
}
.view-all-orders a {
    background: #af6c8f !important;
    color: #ffffff !important;
    border: none !important;
    padding: 3px 25px !important;
}
.search-not-found p {
    font-size: 1.5rem !important;
    color: #af6c8f !important;
}
.capitalize{
	text-transform: capitalize;
}
td {
	font-size: 0.9em;
}
td.folfw-order-total {
    width: 120px;
}
td.folfw-date {
    white-space: nowrap;
}
.modal-header button.close {
    border: none !important;
    background: none !important;
    height: unset !important;
    line-height: unset !important;	
}
.modal-header button.close span {
border: solid 2px #af6c8f;
    height: 26px !important;
    width: 26px !important;
    line-height: 19px !important;
    background: #af6c8f;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #ffffff;
}