html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; } body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333333;
background-color: #fff; } h1, h2, h3, h4, h5, h6 {
margin-top: .5rem;
margin-bottom: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.5rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; }
p {
margin-top: 0;
margin-bottom: .9rem; }  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; white-space: pre-wrap; } a {
background-color: transparent;
text-decoration: none;
color: #CC3366; }
a:hover, a:active {
color: #333366; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; } abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none;
height: auto;
max-width: 100%; }  details {
display: block; } summary {
display: list-item; }
figcaption {
font-size: 16px;
color: #333333;
line-height: 1.4;
font-style: italic;
font-weight: 400; }  template {
display: none; } [hidden] {
display: none; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; -webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
page-break-inside: avoid;
border: 1px solid #cccccc; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }  label {
display: inline-block;
line-height: 1;
vertical-align: middle; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 1rem; line-height: 1.5; margin: 0; }
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
width: 100%;
border: solid 1px #666666;
border-radius: 3px;
padding: 0.5rem 1rem;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
border-color: #333333;
outline: 0 none; } button,
input { overflow: visible; } button,
select { text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
width: auto;
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
button,
[type="submit"],
[type="button"] {
display: inline-block;
font-weight: 400;
color: #CC3366;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid #CC3366;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 3px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
color: #ffffff;
background-color: #CC3366;
text-decoration: none; }
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto;
resize: vertical; } [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
select {
display: block; }  table {
background-color: transparent;
width: 100%;
margin-bottom: 15px;
font-size: 0.9em;
border-spacing: 0;
border-collapse: collapse; }
table th,
table td {
padding: 15px;
line-height: 1.5;
vertical-align: top;
border: 1px solid #cccccc; }
table th {
font-weight: bold; }
table thead th,
table tfoot th {
font-size: 1em; }
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 1px solid #cccccc; }
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: #eeeeee; }
table tbody tr:hover > td,
table tbody tr:hover > th {
background-color: #e9e9e9; }
table tbody + tbody {
border-top: 2px solid #cccccc; }
@media (max-width: 767px) {
table table {
font-size: 0.8em; }
table table th,
table table td {
padding: 7px;
line-height: 1.3; }
table table th {
font-weight: 400; } }  dl,
dt,
dd,
ol,
ul,
li {
margin-top: 0;
margin-bottom: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }body.woocommerce-order-received .site-main {
max-width: 820px !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
body.woocommerce-order-received .page-content {
background: transparent;
}
body.woocommerce-order-received .woocommerce {
max-width: 760px;
margin: 40px auto 60px !important;
padding: 40px 30px !important;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
font-family: inherit;
box-sizing: border-box;
} body.woocommerce-order-received .woocommerce-notice--success {
font-size: 28px;
font-weight: 700;
color: #222;
text-align: center;
margin: 0 0 30px;
padding: 0;
background: none;
border: none;
}
body.woocommerce-order-received .woocommerce-notice--success::before {
content: "";
display: block;
width: 64px;
height: 64px;
margin: 0 auto 16px;
background: #e23e1c;
border-radius: 50%;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
background-repeat: no-repeat;
background-position: center;
background-size: 36px 36px;
} body.woocommerce-order-received .woocommerce-order-overview {
list-style: none;
margin: 0 0 35px !important;
padding: 25px 0 !important;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
display: grid !important;
grid-template-columns: repeat(3, 1fr);
gap: 22px 12px;
}
body.woocommerce-order-received .woocommerce-order-overview li {
margin: 0 !important;
padding: 0 !important;
border: none !important;
text-align: center;
text-transform: none;
font-size: 13px;
color: #888;
line-height: 1.4;
list-style: none;
}
body.woocommerce-order-received .woocommerce-order-overview li strong {
display: block;
margin-top: 6px;
color: #222;
font-size: 17px;
font-weight: 600;
} body.woocommerce-order-received .woocommerce-order > p {
display: none !important;
} body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-order-details h3 {
font-size: 18px;
font-weight: 600;
color: #222;
margin: 0 0 18px;
padding: 0;
text-align: left;
} body.woocommerce-order-received .woocommerce-order-details {
margin-bottom: 30px;
}
body.woocommerce-order-received .woocommerce-table--order-details {
width: 100% !important;
border-collapse: collapse !important;
margin: 0 !important;
background: transparent !important;
table-layout: auto;
}
body.woocommerce-order-received .woocommerce-table--order-details thead {
display: none;
}
body.woocommerce-order-received .woocommerce-table--order-details tbody tr,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
border-bottom: 1px solid #f0f0f0;
background: transparent !important;
}
body.woocommerce-order-received .woocommerce-table--order-details td,
body.woocommerce-order-received .woocommerce-table--order-details th {
padding: 12px 8px !important;
border: none !important;
background: transparent !important;
vertical-align: middle;
font-size: 14px;
}
body.woocommerce-order-received .product-thumbnail {
width: 72px !important;
padding-left: 0 !important;
}
body.woocommerce-order-received .product-thumbnail img {
width: 56px;
height: 56px;
object-fit: cover;
border-radius: 4px;
display: block;
border: 1px solid #eee;
}
body.woocommerce-order-received .product-thumbnail a {
display: inline-block;
line-height: 0;
}
body.woocommerce-order-received .product-name {
color: #222;
width: auto;
}
body.woocommerce-order-received .product-name a {
color: #222;
text-decoration: none;
}
body.woocommerce-order-received .product-name a:hover {
color: #e23e1c;
}
body.woocommerce-order-received .product-quantity {
color: #888;
font-weight: 400;
margin-left: 6px;
}
body.woocommerce-order-received .product-total {
text-align: right !important;
white-space: nowrap;
font-weight: 600;
color: #222;
width: 110px !important;
padding-right: 0 !important;
} body.woocommerce-order-received .woocommerce-table--order-details tfoot th {
text-align: right !important;
font-weight: 400;
color: #666;
width: auto;
padding-right: 16px !important;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
text-align: right !important;
font-weight: 600;
color: #222;
white-space: nowrap;
width: 110px !important;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
font-size: 17px;
font-weight: 700;
color: #222;
border-top: 2px solid #eee;
padding-top: 16px !important;
} body.woocommerce-order-received .woocommerce-table--order-details tfoot tr.payment_method {
display: none !important;
} body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details-address-field,
body.woocommerce-order-received .woocommerce-table--custom-fields,
body.woocommerce-order-received .custom-fields,
body.woocommerce-order-received .wc-bacs-bank-details,
body.woocommerce-order-received .wc-item-meta,
body.woocommerce-order-received h2.woocommerce-column__title {
display: none !important;
} .termolit-thankyou-cta {
text-align: center;
margin-top: 30px;
}
.termolit-thankyou-cta a {
display: inline-block;
padding: 16px 40px;
background: #e23e1c;
color: #fff !important;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
text-decoration: none;
border-radius: 4px;
transition: background 0.2s, transform 0.1s;
box-shadow: 0 4px 14px rgba(226, 62, 28, 0.25);
}
.termolit-thankyou-cta a:hover {
background: #c93414;
transform: translateY(-1px);
}
.termolit-thankyou-cta a:active {
transform: translateY(0);
} @media (max-width: 600px) {
body.woocommerce-order-received .woocommerce {
margin: 20px 12px 40px !important;
padding: 25px 18px !important;
}
body.woocommerce-order-received .woocommerce-notice--success {
font-size: 22px;
}
body.woocommerce-order-received .woocommerce-order-overview {
grid-template-columns: repeat(2, 1fr);
gap: 18px 8px;
}
body.woocommerce-order-received .woocommerce-order-overview li strong {
font-size: 15px;
}
body.woocommerce-order-received .product-thumbnail {
width: 56px !important;
}
body.woocommerce-order-received .product-thumbnail img {
width: 44px;
height: 44px;
}
body.woocommerce-order-received .product-total,
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
width: 80px !important;
font-size: 13px;
}
.termolit-thankyou-cta a {
padding: 14px 28px;
font-size: 14px;
display: block;
}
}