/*
CTC Separate Stylesheet
Updated: 2024-02-03 20:33:29
*/

/* Shown */

/* Footer */

.wpautoterms-footer p {
	margin: 0px;
}

.wpautoterms-footer {
	margin: 0px;
    background-color: #000000;
	padding-bottom: 15px;
}

.wpautoterms-footer a {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/* Footer */

/* Home */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero {
    position: relative;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 1.0);
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-button {
    background-color: rgba(0, 115, 170, 0.7);
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.cta-button:hover {
    background-color: rgba(0, 81, 119, 0.9);
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-logo {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.custom-request {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.custom-request h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.custom-request p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }
    .hero p {
        font-size: 14px;
    }
}

/* Home */

/* Shown */

/* Nicolaas */

/* Header */

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
	color: #ffffff;
}

.site-navigation ul.menu li a:hover {
    display: block;
    padding: 8px 15px;
	color: #b5b2b2;
}

/* Header */

/*Shop Page*/

p.product.woocommerce.add_to_cart_inline {
    border: none !important;
}

span.woocommerce-Price-amount.amount {
	padding: 20px 20px 20px 0px;
	color: #000000;
}

/*Shop Page*/

/* Accounts Page */

.post-240 {
    padding: 20px 20px 30px 20px; /* Adjust the value as needed */
}

nav.woocommerce-MyAccount-navigation,
nav.woocommerce-MyAccount-navigation a {
	color: #000000;
}

nav.woocommerce-MyAccount-navigation a:hover {
	color: #b5b2b2;
}

div.woocommerce-MyAccount-content p,
div.woocommerce-MyAccount-content a {
	color: #000000;
}

div.u-column1.col-1.woocommerce-Address,
div.u-column2.col-2.woocommerce-Address {
	color: #000000;
}

div.u-column1.col-1.woocommerce-Address a,
div.u-column2.col-2.woocommerce-Address a {
	color: #f50000;
}

/* Accounts Page */

/* Cart */

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	color: #ffffff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead:first-child tr:first-child th,
th.product-remove,
th.product-thumbnail,
th.product-name,
th.product-price,
th.product-quantity,
th.product-subtotal {
    border: 1px solid #ffffff;
}

td.product-remove,
td.product-thumbnail,
td.product-name,
td.product-price,
td.product-quantity,
td.product-subtotal,
td.actions {
    border: 1px solid #ffffff;
}

tr.woocommerce-cart-form__cart-item.cart_item,
tr.woocommerce-cart-form__cart-item.cart_item a {
	color: #ffffff;
}

div.cart_totals {
	color: #ffffff;
}

.alignwide {
	margin: 0px;
	padding: 25px;
}

/* Cart Page */

/* Checkout Page */

table.shop_table.woocommerce-checkout-review-order-table {
	color: #ffffff;
}

table.shop_table.woocommerce-checkout-review-order-table thead:first-child tr:first-child th {
    border: 1px solid #ffffff;
}

div#customer_details.col2-set, h3#order_review_heading {
	color: #ffffff;
}

.woocommerce table.shop_table td {
	border: 1px solid #ffffff;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ffffff;
}

.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #ffffff;
}

tr.cart-subtotal th {
    border: 1px solid #ffffff;
}

tr.order-total th {
    border: 1px solid #ffffff;
}

/* Checkout Page */

/* Footer */

.site-footer .footer-inner .copyright p {
    color: #ffffff;
}

/* Footer */

/* Nicolaas */