/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2025 | 02:00:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.custom-pagination {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.custom-pagination > * {
    border: 1px solid #dbc286;
    padding: 10px 24px;
    border-right: 0;
    color: #dbc286;
}
.custom-pagination > a:last-child, .custom-pagination > span:last-child {
    border-right: 1px solid;
}
div#fep-wrapper {
    background-color: #000;
    color: #fff;
}
form.fep-form.fep-form-newmessage input {
    border: 1px solid #fff;
    margin-top: 0px;
    margin-bottom: 28px;
}
form.fep-form.fep-form-newmessage input.fep-attachment-field-input {
    margin-top: 20px;
    margin-bottom: 0;
}

.fep-per-message.fep-per-message-top .fep-message-title-heading {
    color: #000;
}
.fep-message-title.fep-message-title-1 {
    color: #000;
}
.fep-attachment-field-div {
    margin-top: 16px;
}

div#fep-wrapper {
    padding: 20px 20px 0;
}
div#customer_details {
    display: none;
}
form.checkout.woocommerce-checkout {
    justify-content: center;
}
.woocommerce-form-coupon-toggle {
    text-align: center;
    margin-top: 40px;
}