/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 13:04:24 */
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
   box-shadow: none !important;
  filter: grayscale(100%) brightness(1000%)!important;
 margin-top: 20px; /* Keep this style for payment method images if needed */
}


/*******GLOBAL STRUCTURAL LAYOUT*******/

.woocommerce {
    display: flex;
    flex-direction: column;

}

/* WooCommerce Layout Structure */
@media (min-width: 980px) {
    /* Billing Details Side */
    .woocommerce-checkout .woocommerce .col2-set,
    .woocommerce-checkout .woocommerce-page .col2-set {
        float: left;
        width: 55%;
    }
    /* Order Review Side */
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout .woocommerce #order_review,
    .woocommerce-checkout .woocommerce-page #order_review {
        float: left;
        width: 43%;
        margin-left: 2%;
    }
}

@media (max-width: 979px) {
    /* Billing Details Margin */
    .woocommerce-checkout .woocommerce .col2-set,
    .woocommerce-checkout .woocommerce-page .col2-set {
        margin-bottom: 2em;
    }
}

/*******LEFT SIDE DESIGN*******/

/* Form Container Styles */
.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout .woocommerce-page .col2-set {
    background: white;
    padding: 1em 2em;
    border-radius: 1em;
    border: 1px solid #e4e4e4;


}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

/* Form Field Title Styles */
label,
input,
button,
select,
textarea {
    font-size: 14px;
    line-height: 1.7;

    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0.5em;
}

/* Form Field Styles */
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: white;

}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
    display: none;
}

.woocommerce-account form .form-row,
.woocommerce-checkout form .form-row {
    margin-bottom: 1em;
}

/* Form Field Dropdown Styles */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 25px;
}

.woocommerce-account form .payment_methods label,
.woocommerce-checkout form .payment_methods label {
    padding-left: 0px;
}

/* Form Field Focus Color Style */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: none;
    outline: 0;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    top: 0px;
}

/*******RIGHT SIDE DESIGN*******/

/* Order Review Headline Removal */
h3#order_review_heading {
    display: none; /*Remove This if You Want The Order Review Heading*/
}

/* Order Review Container Styles */
div#order_review {
    background: white;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
    position: sticky; /*Remove This if You Don't Want Order Review To Be Sticky*/
    top: 100px; /*Remove This if You Don't Want Order Review To Be Sticky*/
    border: 2px solid #8ab446!important;
    box-shadow: 0 0 24px #8ab446;
    background-color: #1a472a;

}
/*Order Review Order*/

div#order_review {
    display: flex;
    flex-direction: column; /*Change this to column-reverse to reverse the order*/
}

/*Hide Cart Contents and Only Show Total + Shipping*/

.woocommerce-checkout-review-order tbody {
  display: table-row-group; /*Set to "none" if you'd like to hide */
}

/* Remove Product and Subtotal Headlines */
table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none; /*Remove This if You Want Headlines*/
}

table.shop_table.woocommerce-checkout-review-order-table {
    color: var(--text-color);
    text-transform: Capitalize;
    font-size: 14px; /*Adjust This To Adjust Order Review Font Size*/
	display: none;
}

.woocommerce table.shop_table {
  border: none!important;
  background-color: #f7f8fa;

}

/* Target every other cart item and set background color */
tr.cart_item:nth-child(odd) {
    background-color: #f7f8fa !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #1a472a;
  color: #fff;
}


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    /* background-color: hsla(0, 0%, 50.2%, .0705882353); */
    background-color: #f7f8fa !important;
    /* background-color: #1a472a; */
}

tr.cart_item:nth-child(even) {
    background-color: white !important;
}





body.page-id-144 .product-quantity {
    background-color: #c1272d !important;
    padding: 0.1em 0.5em;
    /* text-align: start !important; */
    font-size: 12px;
    color: #fff;
 display: block;
    width: 32px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: normal;
  	color: var(--text-color);
}

td.product-name {
    width: 100%;
    font-weight: bold;
}

td.product-total {
    justify-content: flex-start;
    display: flex;
}

table th,
table td {
    border: none !important;
}

tr.cart-subtotal {
    display: none; /*Remove this if you'd like to display the subtotal*/
}

tr.woocommerce-shipping-totals.shipping {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid var(--primary-color-light);
    border-bottom: 1px solid var(--primary-color-light);
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
}

.woocommerce ul#shipping_method li input {
    margin: 5px 5px 0 0;
    vertical-align: top;
}

/* Order Total Line Item Styles */
tr.order-total {
    color:#fff!Important;
    background-color:  #0d3b0a!important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--background-color);
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: var(----primary-color);
    color: black;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 0px solid #cfc8d8; */
    margin: 0;
    list-style: none outside;
}

body.page-id-144 .checkout-product-img {
    max-width: 120px !important;
    border-radius: 50% !important;
    box-shadow: 0 0 8px #0d3b0a !important;
    border: 2px solid  #8ab446  !important;
}

body.page-id-144 .checkout-product-wrapper .checkout-product-name {
    /* Styles to make the product name appear under the image */
    display: block;
    text-align: left;
    margin-top: 5px;

    /* Styles for the text itself, making it bold */

    font-weight: bold; /* <--- ADDED: Makes the text bold */
    color: #333;
    /* Add any other text styling properties you desire */
}

			.swal-popup .swal2-confirm { /* More specific selector, if needed */
    color: #fff !important;
    border-color: #8ab446 !important;
    box-shadow: 0 0 8px #fff !important;
}

.swal-popup .swal2-html-container { /* More specific selector, if needed */
    text-align: left!important;
}



body.page-id-144 .woocommerce-checkout .form-row input[type="text"],
body.page-id-144 .woocommerce-checkout .form-row input[type="email"],
body.page-id-144 .woocommerce-checkout .form-row input[type="tel"],
body.page-id-144 .woocommerce-checkout .form-row input[type="password"],
body.page-id-144 .woocommerce-checkout .form-row select,
body.page-id-144 .woocommerce-checkout .form-row textarea {
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; /* Add transitions */
}

body.page-id-144 .woocommerce-checkout .form-row input[type="text"]:focus,
body.page-id-144 .woocommerce-checkout .form-row input[type="email"]:focus,
body.page-id-144 .woocommerce-checkout .form-row input[type="tel"]:focus,
body.page-id-144 .woocommerce-checkout .form-row input[type="password"]:focus,
body.page-id-144 .woocommerce-checkout .form-row select:focus,
body.page-id-144 .woocommerce-checkout .form-row textarea:focus {
    border-color: #1a472a !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    box-shadow: 0 0 5px #1a472a !important;
    background-color: #f0f8f4 !important;
    outline: none !important;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
    display: none !important;
}

.woocommerce-privacy-policy-text {
    color: #1a472a !important;
    display: none!important;
}

.legal-info {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;

}

.legal-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.legal-info p {
    font-size: 14px;
    line-height: 1.6;
}

.legal-info a {
    color: #1a472a !important;

}

.legal-info a:hover {
    color: #11490F!important;
}

.legal-info label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce-info {
    border-top-color: #c1272d !important;
    background-color: #222;
    color: #fff;

}


.elementor-144 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #ffffff;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
    background: #8ab446;
    box-shadow: 0 0 8px #fff;
}




.page-id-144 .woocommerce-info::before {
    content: "\f06b" !important;
    font-family: "Font Awesome 5 Free" !important;
    color: #fff !important;
    font-weight: bold;
    }

.page-id-144 .woocommerce-info {
    border-top-color: #fff !important;
    background-color: #8ab446;
    color: #fff;
	box-shadow: 0 0 8px #fff;
}

.page-id-144 #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0px;
}

.page-id-144 .woocommerce-info a {
     font-weight: bold;
    color: #1a472a!important;
}


.legal-info input[type="checkbox"] {
    margin-right: 10px;
}

.anfrage .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    width: 320px;
	        background-color: #8ab446 !important;
            color: white !important;
            font-weight: bold!important;
            padding: 15px 30px;
            border-radius: 5px!important;
            transition: all 0.3s ease!important;
            	box-shadow: 0 0 8px #fff;
            align-items: center!important;
            justify-content: center!important;
	margin-top: 20px;
        }



/* Style for the Font Awesome shopping cart icon inside the Place Order button */
.anfrage .woocommerce #payment #place_order i.fas.fa-shopping-cart,
.woocommerce-page #payment #place_order i.fas.fa-shopping-cart {
    margin-right: 10px!important; /* Spacing between icon and text */
    font-size: 1em; /* Adjust icon size if needed */
    vertical-align: middle; /* Vertically align with button text */
}


.woocommerce table.shop_table td.product-name {
    align-items: center;
    padding: 20px;
}


.woocommerce table.shop_table {
    border: none;
    box-shadow: 0 0 8px  #8ab446 !important;

border: 3px solid #fff;

}





.page-id-144 #xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    color: #1a472a !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}

.page-id-144 #xs-social-login-container .xs-login--style-1 .xs-login__item {
    background-color: #fff !important;
    padding: 6px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    /* background-color: #11490F !important; */
    color: #1a472a;
}








.page-id-144 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    background-color: #fff !important;
    color: #1a472a !important;
}

.page-id-144 #xs-social-login-container .xs-login--style-1 .xs-login__item--icon {
    background-color: #11490F !important;
    width: var(--iconbox-size);
    height: var(--iconbox-size);
    line-height: var(--iconbox-size);
    text-align: center;
    border-radius: var(--iconbox-size);
    color: #ffffff !important;
    font-size: calc(var(--iconbox-size) / 2);
}


@media (max-width: 768px) {
    .legal-info {
        padding: 10px;
        font-size: 12px;
    }

    .legal-info h3 {
        font-size: 14px;
    }

    .legal-info p {
        font-size: 12px;
    }

    .legal-info label {
        font-size: 12px;
    }
}

