/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Rajdhani", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

a {
    color: #a04537;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #a04537;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.more {
    line-height: 2rem;
}

.more a,
.entry-content input[type="submit"] {
    transition: .2s ease-in-out;
    background: #a04537;
    border: 2px solid #a04537;
    color: #fff;
    border-radius: 6px 0 16px 0px;
    padding: .5rem 1.5rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.more a:hover,
.entry-content input[type="submit"]:hover {
    background: transparent;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    border-bottom: 1px solid #a04537;
    padding: 1.5rem 0;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 140px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    padding: 1rem 0;
    background: #111;
}

.page-title h1 {
    font-size: 1rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.page-title .container-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title .entry-title {
    margin: 0;
    font-size: 2rem;
    flex-grow: 1;
}

.btn-print-order {
    background-color: #333;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-print-order:hover {
    background: #a04537;
    color: #fff;
}

.pw-page .btn-print-order:hover {
    background-color: #000;
}


.page-wrapper {
    padding: 3rem 0;
}

body.product-template-default #main,
.entry-page {
    padding: 0rem;
    background: #fff;
}

.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-page table tr td {
    vertical-align: middle;
}

.entry-page table td.first-td {
    font-size: 1.4rem;
    font-weight: 700
}

/*--------------------------------------------------------------
# Single Order
--------------------------------------------------------------*/
.pw-page h2 {
    font-size: 3rem;
    margin: 3rem 0 1rem 0;
}

.pw-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.pw-page table thead th {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #333;
}

.pw-page table td {
    border: 1px solid #ddd;
    padding: 1rem;
    vertical-align: top;
    background-color: #fff;
}

.pw-page table tr:nth-child(even) td {
    background-color: #fafafa;
}

.pw-page table td img {
    margin: 0 auto;
}

.pw-page .order-update-form {
    border: 4px solid #a04537;
    padding: 2rem;
}

.pw-page .order-update-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #222;
}

.pw-page .order-update-form input[type="datetime-local"],
.pw-page .order-update-form select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.pw-page .btn {
    transition: .2s ease-in-out;
    display: inline-block;
    margin-top: 1rem;
    background: #a04537;
    border: 2px solid #a04537;
    color: #fff;
    border-radius: 0px 0 0px 0px;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.pw-page .btn:hover {
    background: #fff;
    border: 2px solid #a04537;
    color: #222;
}

.pw-page .order-update-form button {
    transition: .2s ease-in-out;
    display: inline-block;
    margin-top: 1rem;
    background: #a04537;
    border: 2px solid #a04537;
    color: #fff;
    border-radius: 0px 0 0px 0px;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.pw-page .order-update-form button:hover {
    background: #fff;
    border: 2px solid #a04537;
    color: #222;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-wrapper {}

.footer-bottom {
    background: transparent;
    padding: 1rem 0;
    font-size: .9rem
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}