@font-face {
    font-family: 'FontAwesome';
    src: url("/bundle/fonts/fontawesome-webfont.ttf") format('truetype');
}

@font-face {
    font-family: 'WooCommerce';
    src: url("/bundle/fonts/woocommerce.ttf") format('truetype');
}


body.layout-navbar-fixed {
    background-color: #ffffff;
}

header {
    background-color: #f1ddd1
}

header.brand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    transition: 0.4s height ease;
}

header .brand img {
    height: auto;
    width: auto;
    max-width:220px;
    max-height:50px;
}

header .brand a {
    display: block;
    line-height: 54px;
    transition: 0.4s all ease;
    margin: 10px 10px 10px 24px;
}

.mainContent{
    padding:30px 12px!important;
    border:none;
}


.checkoutHeaderHeadline {
    font-size: 16px;
    color: #AAAAAA;
    margin: auto;
    padding: 4px 0 0
}

header .backButton {
    letter-spacing: 0;
    font-weight: 300;
    border-radius: 0;
    line-height: 1.2;
    border: none;
    font-size: 14px;
    padding: 0 30px;
}

main {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 510px;
    position: relative;
    padding-bottom: 50px;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-message::before {
    content: "\e015";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    font-family: WooCommerce, serif;
    color: #00af36

}

.woocommerce-message {
    border-top: 1px solid #00af36 !important;
    background-color: #f1fff0;
    border: 1px solid #a8d144;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-radius: 5px;
    list-style: none;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;

}

.error-message::before {
    content: "\e016";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    font-family: WooCommerce, serif;
    color: #ff0000;
}

.error-message {
    border-top: 1px solid #ff0000 !important;
    background-color: #ffe6e6;
    border: 1px solid #ff4d4d;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-radius: 5px;
    list-style: none;
    width: auto;
    word-wrap: break-word;
    font-size: 16px;
}


.woocommerce-info::before {
    font-family: WooCommerce, serif;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}


.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    font-size: 16px;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-info {
    border-radius: 5px;
    background-color: #fafafa;
    border: 1px solid #C38F00;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    color: #303030;
}

.customCart {
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    margin-top: 0;
    display: block;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}


.customCart .customCartContents {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 24px 15px;
    position: relative;
}

.customCart .product-remove {
    position: absolute;
    top: 0;
    z-index: 11;
    right: 0;
}

.customCart .product-remove a.remove {
    line-height: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
    color: initial;
    text-decoration: none;
}


.customCart .product-remove a.remove:hover {
    background-color: red;
    color: white !important;
}

.customCart .singleCartItem a {
    font-weight: bold;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    border: 0;
}


a {
    transition: 0.3s color ease;
    outline: 0;
    background-color: transparent;
}


.customCart .product-name {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    line-height: 1.2;
}

.customCart .product-name .checkoutbild.pdf {
    padding: 5px 15px 15px 15px;
}

.voucherImageMockupPdf img, .customCart .product-name .checkoutbild.pdf img {
    box-shadow: none !important;
}

.customCart .product-name img {
    width: 100%;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.customCart .singleCartItem a {
    color: #303030;
    font-weight: bold;
}

a {
    transition: 0.3s color ease;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

.nowrap {
    white-space: nowrap;
}

.customCart ul.checkIconList {
    padding-left: 5px;
    padding-right: 0;
    list-style-type: none;
    opacity: 0.8;
    font-size: 14px;
    margin-top: 8px;
}

ul {
    list-style-position: inside;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.customCart ul.checkIconList li {
    padding-left: 20px;
    position: relative;
}

li {
    margin-bottom: 1rem;
}

.customCart ul.checkIconList li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #00aa71;
    box-sizing: border-box;
    font-family: "FontAwesome", serif;
}


.customCart .quantityCol {
    padding-right: 0;
}

.product-quantity {
    display: inline-block;
    vertical-align: middle;
}

.customCart .changeQuantity {
    width: 42px;
}

.customCart .changeQuantity {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    background: #f8f5eb;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    transition: 0.3s all ease;
    cursor: pointer;
}

.removeQuantity {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.customCart .changeQuantity i, .bookingCol .changeQuantity i {
    line-height: 38px;
}

.changeQuantity + .quantity {
    margin-right: 0 !important;
}

.quantity input[type="number"] {
    width: 50px;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"],.input-text.qty.text{
    -moz-appearance: textfield;
}


.customCart .quantity {
    float: left;
}

.changeQuantity:hover {
    background-color: #e0e0e0;
    color: #000;
}

.changeQuantity.active {
    background-color: #ccc;
    color: #fff;
}


.screen-reader-text {
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.customCart .quantity input.qty {
    width: 42px;
}

.customCart .quantity input.qty {
    margin: 0;
    text-align: center;
    float: left;
    padding: 0;
    border-radius: 0;
    height: 38px;
    border: 1px solid #ccc;
}

input[type="number"] {
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: none;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.addQuantity {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.customCart .product-price {
    display: inline-block;
    vertical-align: middle;
}

.customCart .product-price {
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.2;
}

.customCart .product-price {
    font-size: 14px;
    line-height: 1.2;
}

.customCart .product-subtotal {
    text-align: right;
    padding-top: 8px;
    font-size: 16px
}

.customCart .quantityCol {
    padding-right: 0;
}


.customCart .vertragspartner {
    padding-top: 18px;
    font-size: 13px;
    font-style: italic;
    color: #777;
}

.customApplyCoupon {
    display: none;
}

.customApplyCoupon {
    border-radius: 5px;
    margin-top: 18px;
    background: #f8f5eb;
    padding: 12px 8px;
}


div.shippingButton {
    padding: 15px;
    display: block;
    background: #fff;
    font-weight: normal;
    position: relative;
    transition: 0.3s all ease;
    border-radius: 5px;
    cursor: pointer;
}

h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 18px;
}

p {
    margin-top: 0;
    font-size: 16px;
}

.shippingPrice {
    font-weight: bold;
}

div.shippingButton {
    border: 1px solid #ccc;
    padding: 15px;
    display: block;
    background: #fff;
    font-weight: normal;
    position: relative;
    transition: 0.3s all ease;
    border-radius: 5px;
}


.zustellung {
    background-color: #f8f5eb;
    color: #303030;
    display: inline-block;
    padding: 0px 6px;
    font-size: 14px;
}

div.shippingButton.active:before {
    content: " \f14a";
    position: absolute;
    z-index: 11;
    left: -12px;
    font-size: 24px;
    top: -12px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font-family: "FontAwesome", serif;
    background: #ffffff;
}



.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce .cart-collaterals .customCartSummary.cart_totals, .checkout .summarySection {
    border-radius: 5px;
    width: 100%;
    background: #fafafa;
    padding: 25px 25px 0 25px;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page {
    float: none;
}

h4, .headline4 {
    font-size: 22px;
    margin: 0 0 12.5px
}


.woocommerce .cart-collaterals .customCartSummary.cart_totals .cartRow, .checkout {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}


bdi {
    unicode-bidi: isolate;
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top;
}

.woocommerce ul#shipping_method li label {
    display: inline;
}

.uppercase {
    text-transform: uppercase;
}

.woocommerce .cart-collaterals .customCartSummary.cart_totals .wc-proceed-to-checkout {
    margin-top: 18px;
    padding: 1em 0;
}

.woocommerce a.button.checkout-button, a.button.checkout-button, .button.checkout-button {
    font-size: 1rem;
    padding: 1.1em 5px 1em;
    height: auto;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    text-transform:uppercase;
}

@media(min-width:768px){
    .woocommerce a.button.checkout-button, a.button.checkout-button, .button.checkout-button {
        font-size: 1.25rem;
    }
}


.lightFontColor {
    color: #777;
}

img.paymentIcon {
    height: 24px;
    margin-right: 10px;
    margin-top: 10px;
}

.main-footer {
    display: none;
}

.twint-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.twint-container {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
}

.twint-container img {
    width: 250px;
    height: 250px;
    max-width: 90%;
    border-radius: 8px;
}

.twint-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: black;
}

.debug {
    display: none;
}

.checkoutFooter {
    font-size: 1.6rem;
    background: #fff;
}

footer {
    position: relative;
    margin-top: 0;
    text-align: left;
    line-height: 1.5;
    padding: 24px 0 20px 0;
    border-top: 1px solid #ccc;
}

.checkoutFooter h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.display-none{
    display: none !important;
}
footer img.ssl {
    float: left;
    height: 36px;
    margin-bottom: 24px;
}

.woocommerce img {
    height: auto;
    max-width: 100%;
}

footer .footerCol.contactCol {
    margin-top: 0;
}


.full-width-line {
    width: 100%;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.27);
    margin-bottom: 0.5rem;
    margin-top: 10px
}

.hidden-menu li a {
    text-decoration: underline;
}

footer p {
    font-size: 16px;
}


a.button {

    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}

footer a {
    color: #303030 !important;
}

footer .footerCol.contactCol {
    margin-top: 0;
}

footer hr {
    margin: 24px 0;
}

hr {
    border-width: 0;
    border-top: 1px solid #E1E1E1;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

footer .copyrightCol {
    font-size: 13.6px;
}

.copyright {
    margin-right: 20px;
}

.copyrightNav {
    font-size: 14px;
    display: inline-block;
}

.inline ul.menu > li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px
}

@media (max-width: 576px) {

    .checkoutHeaderHeadline {
        display: none;
    }

    header .backButton {
        margin-left: auto
    }
    .mainNav {
        margin-left: auto;
        margin-right: 10px;
    }
    header .brand img {
        height: auto;
        width: auto;
        max-width:180px;
        max-height:48px;
    }
    .woocommerce .cart-collaterals .customCartSummary.cart_totals, .checkout2 .summarySection {
        padding: 25px 12px 0 12px;
    }

}

#customer_details {
    float: left;
    width: 48%;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before .woocommerce-page .col2-set::before {
    content: " ";
    display: table;
}

#customer_details .details {
    clear: both;
    width: 100%;
}

.woocommerce .col2-set .details, .woocommerce-page .col2-set .details {
    float: left;
}


.woocommerce .col2-set .details, .woocommerce-page .col2-set .details {
    float: left;
    width: 48%;
}

.woocommerce-checkout .details {
    display: block;
    max-width: none;
    padding: 0;
}

.woocommerce .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-billing-fields::before {
    content: " ";
    display: table;
}

.site-shop-cart-payment h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    display: block;
    line-height: 1.25;
}

#customer_details .form-data {
    position: relative;
    margin: 12px 0;
}

.woocommerce form .form-data {
    padding: 3px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce form .form-data::before, .woocommerce form .form-data::after, .woocommerce form .form-data::before, .woocommerce-page form .form-data::after, .woocommerce-page form .form-data::before {
    content: " ";
    display: table;
}

#customer_details #billing_first_name_field label, #customer_details #billing_email_field label, #customer_details #billing_address_1_field label, #customer_details #billing_postcode_field label, #customer_details #billing_city_field label, #customer_details #billing_company_field label, #customer_details #billing_country_field label, #customer_details #shipping_company_field label, #customer_details #shipping_first_name_field label, #customer_details #shipping_last_name_field label, #customer_details #shipping_address_1_field label, #customer_details #shipping_postcode_field label, #customer_details #shipping_city_field label {
    display: none;
}

#customer_details .form-data {
    position: relative;
}


.opacity-70 {
    opacity: 0.7
}

.scale-90 {
    transform: scale(0.9);
}

.align-top {
    vertical-align: top;
}

.form-data {
    position: relative;
}

#customer_details .floatingLabel {
    width: auto;
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 12;
    transition: 0.30s all ease;
    opacity: 0;
    pointer-events: none;
    color: #777;
    background-color: #ffffff;
    padding: 0 5px 0 5px
}

input:focus + .floatingLabel,
input:not(:placeholder-shown) + .floatingLabel {
    top: -10px;
    opacity: 1;
    font-size: 12px;
}


.woocommerce form .form-data label {
    line-height: 2;
}

label, legend {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.woocommerce form .form-data .required {
    visibility: visible;
}

.woocommerce form .form-data .required {
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

#customer_details .form-data input[type="email"], #customer_details .form-data input[type="text"] {
    border-radius: 3px;
    line-height: 48px;
    height: 48px;
    appearance: none;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: none;
}

#customer_details .form-data#billing_postcode_field, #customer_details .form-data#billing_city_field, #customer_details .form-data#shipping_postcode_field, #customer_details .form-data#shipping_city_field, #customer_details .form-data#shipping_first_name_field, #customer_details .form-data#shipping_last_name_field {
    margin-top: 0;
}

.woocommerce form .form-data input.input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
}

#customer_details .details {
    clear: both;
    width: 100%;
}

#customer_details span {
    width: 100%
}

#customer_details #billing_first_name_field:after {
    content: '\f007';
}

#customer_details #billing_email_field:after {
    content: '\f003';
}

#customer_details #billing_first_name_field:after, #customer_details #billing_email_field:after {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome", serif;
    color: #999;
}

.woocommerce form .form-data::after, .woocommerce-page form .form-data::after {
    clear: both;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    appearance: none;
}

.woocommerce form .form-data::after, .woocommerce form .form-data::after {
    display: table;
}

#customer_details .form-data input[type="text"] {
    border-radius: 3px;
    line-height: 48px;
    height: 48px;
}

.woocommerce form .form-data {
    padding: 3px;
}

#customer_details .form-data#billing_postcode_field {
    margin-top: 0;
}

#customer_details .cartMeta table td, #customer_details .cartMeta p table td {
    border: none;
    padding: 0 8px 8px 8px;
    font-size: 13px;
    color: #777;
}

.woocommerce form .form-data .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    cursor: pointer;
}

#validate-text {
    font-size:12px;
    cursor: auto;
}

#customer_details .one_third_field {
    width: calc(34% - 7px);
}

#customer_details .two_third_field {
    width: calc(66% - 7px);
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
    width: 48%

}


input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 42px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    appearance: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
}


/*//*/


#order_review {
    float: right;
    width: 48%;
}

#order_review_heading {
    display: none;
}

.woocommerce .cart-collaterals .customCartSummary.cart_totals, .checkout2 .summarySection {
    border-radius: 5px;
    width: 100%;
    background: #fafafa;
    padding: 25px 25px 0 25px;
}

.woocommerce .cart-collaterals .customCartSummary.cart_totals .cartRow, .checkout2 .summarySection .cartRow {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}


.woocommerce-checkout #payment {
    background: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 5px;
}

.lightFontColor {
    color: #777;
}


#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 1em 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}

.woocommerce-checkout #payment ul li.wc_payment_method:first-child {
    border-top: 1px solid #ccc;
}

.woocommerce-checkout #payment ul li.wc_payment_method {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

.wc_payment_methods label {
    display: inline;
}


#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;
    cursor: pointer;
}

.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}

.wc_payment_methods label img {
    float: right;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 32px;
    display: none;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em;
}

.site-shop-cart-payment a {
    transition: 0.3s color ease;
    text-decoration: none;
    outline: 0;
}


.woocommerce-checkout #payment div.payment_box {
    background: #f8f5eb;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f8f5eb;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f8f5eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment ul li.wc_payment_method:last-child {
    border: none;
}

.woocommerce-checkout #payment ul li.wc_payment_method {
    padding: 12px 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#add_payment_method #payment div.form-data, .woocommerce-cart #payment div.form-data, .woocommerce-checkout #payment div.form-data {
    padding: 0;
}

.woocommerce form .form-data {
    margin: 0 0 6px;
}

.woocommerce-terms-and-conditions-wrapper {
    padding-top: 24px;
}

.woocommerce-privacy-policy-text {
    text-align: right;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em;
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 24px;
    display: inline-block !important;
    margin-top: -25px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}


.woocommerce-terms-and-conditions-checkbox-text {
    line-height: 1.2;
    font-size: 14px;
}

#payment #place_order {
    margin-bottom: 1em;
    font-size: 1rem;
    padding: 1.1em 0.5em 1em 0.5em;
    height: auto;
    border-radius: 5px;
    width: 100%;
    text-transform:uppercase;
    border: none
}

#payment #place_order  {
    font-size: 1.25rem;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
}

.wc-stripe-elements-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
}

.woocommerce-checkout #payment div.payment_box {

    font-size: .92em;
    line-height: 1.5;
    color: #515151;
}


.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}


.woocommerce-checkout #payment div.payment_box .form-data {
    margin: 0 0 1em;
}

.checkout2 #payment div.form-data {
    padding: 0;
}

div.payment_box label {
    margin-bottom: -5px !important;
}

.woocommerce form .form-data label {
    line-height: 2;
}

.woocommerce form .form-data label, .woocommerce-page form .form-data label {
    display: block;
}

.wc_payment_methods label {
    width: 100%;
}

.security-info a {
    color: #0a0a0a;
    text-decoration: underline;

}

label {
    font-weight: 400;
}

.checkout2 #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%
}

#stripe-exp-element {
    width: 90%
}

#stripe-cvc-element {
    width: 100%
}

.wc-stripe-elements-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
}


.checkbox-error {
    outline: 2px solid red;
    outline-offset: 2px;
}

.text-error {
    color: red;
}


.woocommerce-error {
    background-color: #fff1f1;
    border: 1px solid #f00;
    padding: 1.5em 1.5em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 5px;
    line-height: 0.7rem
}

.woocommerce-error::before {
    content: "\e016";
    color: #f00;
    font-family: WooCommerce, serif;
    display: inline-block;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}

.stripe-source-errors{
    display: none;
}
.woocommerce-NoticeGroup-checkout {
    display: none;
}


.input-error {
    border: 2px solid red;
}

/*.__PrivateStripeElement {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: none;*/
/*    display: block;*/
/*    background: transparent;*/
/*    position: relative;*/
/*    opacity: 1;*/
/*    --stripeElementWidth: 224.578125px;*/
/*}*/

/*.__PrivateStripeElement-input {*/
/*    border: none;*/
/*    display: block;*/
/*    position: relative;*/
/*    height: 1px;*/
/*    top: -1px;*/
/*    left: 0;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*    background: transparent;*/
/*    pointer-events: none;*/
/*    font-size: 16px;*/
/*    z-index: 1;*/
/*}*/

.woocommerce form .form-row-last {
    float: right;
    width: 48%;
}

@media (max-width: 768px) {
    #customer_details {
        float: left;
        width: 100%;
    }

    #order_review {
        float: right;
        width: 100%;

    }

    .woocommerce-billing-fields__field-wrapper {
        margin-bottom: 15px
    }

}


@media (max-width: 400px) {
    .form-data {
        max-width: 400px;
        margin: 12px 0;
    }

}


