:root {
    --winbridge: #FAB80C;
}

body {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 300;
}

.button,
button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    background: var(--winbridge);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
}

.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #000;
}

.checkout input,
.checkout select,
.checkout textarea,
input,
select,
textarea,
.woocommerce form .form-row textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 8px 0px;
}

input:focus,
select:focus,
textarea:focus {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.woocommerce form .thwmscf-content .form-row input.input-text,
.woocommerce form .thwmscf-content .form-row textarea {
    padding: 8px 0;
}

.site-header {
    padding: 0;


}

.title-area {
    padding: 0;
}

.headerbild {
    text-align: center;
}

.headerbild img:first-of-type {
    background-size: contain;
    width: 100%;
}

.affiliate-box {
    position: absolute;
    background: #fff;
    display: flex;
    width: 450px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 30px 30px 30px 80px;
    color: #707070;
    font-size: 16px;
}

#slideout {
    right: 0;
    transition: right .6s ease;
    cursor: pointer;
}

#slideout.active {
    right: -370px;
    transition: right .6s ease;
}

.headerbild {
    position: relative;
    max-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.woocommerce-orders .headerbild,
.woocommerce-cart .headerbild,
.woocommerce-checkout .headerbild,
.woocommerce-edit-address .headerbild,
.woocommerce-edit-account .headerbild {
    min-height: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerbild .affiliate-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.affiliate-box p {
    margin-bottom: 0;
    text-align: left
}

.site-header > .wrap {
    width: 1328px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

.site-header .nav-primary {
    float: none;
    width: 100%;
    padding: 0px;

}

.nav-primary li a,
#menuitemright li a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    margin: 0 2px;
    padding: 15px;
}

#menuitemright li a {
    padding: 0 14px;
}

.nav-primary li:first-child a {
    padding-left: 0;
    margin-left: 0
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: var(--winbridge);
}

#menuitemright {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 100;
    padding: 15px 0;
    transform: translateY(-50%);
}

#menuitemright ul {
    display: flex;
    align-items: center;
}

#menuitemright li a.button {
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    margin-left: 30px;
    line-height: 1.5;
}

#topbar {
    width: 1268px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 80px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: -60px;
    position: relative;
    z-index: 100;
}

#topbar ul {
    display: flex;
    justify-content: space-between;
}

#topbar ul li {
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    line-height: 1.7;
    position: relative;
}

#topbar ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    right: -3.5em;
    top: 0;
}

#topbar ul li:last-child::after {
    background: transparent;
}

#topbar ul li strong {
    display: block;
    text-transform: none;
    font-size: 1.5em;
}

.entry-header {
    display: flex;
    flex-wrap: wrap;
}

.entry-header h1 {
    order: 2;
    width: 100%;
    margin-bottom: 30px;
}

.entry-header h3 {
    order: 1;
    width: 100%;
    color: var(--winbridge);
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0 0 5px;
}

.content {
    width: 815px;
}

.entry-title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 32px;
    color: var(--winbridge);
}

/* .summary {
    font-size: 20px;
} */

/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;

}

.tab {
    width: 100%;
    overflow: hidden;
}

.tab input {
    display: none;
}

.tab .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0 0.5em;
    font-weight: bold;
    /* cursor: pointer; */
    font-size: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-family: 'Montserrat';
    position: relative;
    color: var(--winbridge);
}

.tab .tab-label:after {
    position: absolute;
    content: '+';
    font-family: 'Montserrat';
    right: 10px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.tab .tab-label.open:after {
    content: '-';
}

.tab .tab-content {
    padding-bottom: 1em;
}

/* .tab-content {
    display: none;
} */

.tab-content ul {
    padding: 0;
}

.tab-content ul li {
    position: relative;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 10px;
}

.tab-content ul li:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(img/check.svg) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    clear: none;
    float: none;
}

.usp ul {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding: 0 40px;
    margin: 50px 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.6);
}

.usp ul li {
    position: relative;
    list-style: none;
    padding-top: 40px;
    text-align: center;
}

.usp ul li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(img/check.svg) no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-bottom: 40px;
}

.box h2 {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 26px;
    font-weight: bold;

}

.box img {
    max-height: 100px;
    margin: 20px auto 40px;
    display: block;
    object-fit: scale-down;
}

.sidebar li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.sidebar .label {
    display: inline-block;
    color: #989898;
}

.sidebar strong {
    float: right;
    text-align: right;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
}

.single .cart {
    display: flex;
    margin-bottom: 40px;
}

body.woocommerce.single .cart button.button {
    width: 100%;
    font-size: 16px;
}

.nav-secondary {
    margin: 0;
}

.site-footer {
    background-color: #282828;
    padding: 20px;
    margin-top: 2em;
}

.site-footer .genesis-nav-menu a {
    color: #fff;
    font-size: 16px;
}

.site-footer .genesis-nav-menu .menu-item {
    float: right;
}

.site-footer .wrap {
    width: 1328px;
    margin: 0 auto;
    max-width: 100%;
}

.page-template-front-page .product p.wc-gzd-additional-info,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.page-template-front-page.woocommerce .woocommerce-ordering,
.page-template-front-page.woocommerce-page ul.products li.product .button,
.page-template-front-page.woocommerce-page .woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 15px 10px;
}

.woocommerce-cart .site-footer {
    /* position: absolute; */
    width: 100%;
    /* bottom: 0; */
}



.sticky + .site-inner {
    margin-top: 100px;
}

.sticky + .headerbild {
    margin-top: 100px;
}

.woocommerce-cart .woocommerce #content table.cart td.actions .coupon,
.woocommerce-cart .woocommerce table.cart td.actions .coupon,
.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-cart .woocommerce-page table.cart td.actions .coupon,
.thwscf-order .coupon,
.cartbox .coupon {
    /* display: flex; */
    justify-content: space-between;
    display: none;
}

.woocommerce-cart .content {
    width: 100%;
}

.woocommerce-cart .site-container {
    position: relative;
    height: 100vh;
}

.woocommerce-cart .cart_totals h2 {
    display: none;
}



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


.woocommerce-cart .wc-proceed-to-checkout {
    width: auto;
    float: right;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}

.cart-collaterals table {
    display: none;
}

.woocommerce-cart .entry-header h1,
.woocommerce-checkout .entry-header h1 {
    margin-bottom: 40px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #fab80c;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #fab80c;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    left: 1em;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
    background: #000;
}

.woocommerce-cart .woocommerce button.button:disabled:hover,
.woocommerce-cart .woocommerce button.button:disabled[disabled]:hover {
    background: #fab80c;
    color: #fff;
}

.woocommerce-cart .coupon {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-cart button.button:nth-child(3) {
    min-width: 37.5%;
    padding: 15px 10px;
}

.woocommerce-cart #coupon_code {
    width: 61% !important;
}

a {
    color: #fab80c;
}

.woocommerce-checkout .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-checkout .checkout_coupon {
    width: 55%;
}

.woocommerce-checkout .woocommerce-notices-wrapper:nth-child(1) {
    width: 100%;
}

.woocommerce-checkout .content {
    width: 100%;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    width: 100%;
}

.woocommerce-checkout .checkout {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout .woocommerce-page .col2-set {
    width: 55%;
}

.woocommerce-checkout #order_review {
    width: 41%;
}

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

.woocommerce-checkout .woocommerce-gzd-legal-checkbox-text {
    font-size: 16px;
}

.woocommerce-checkout .entry-content .woocommerce #payment {
    margin-bottom: 3em;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%;
}

.site-header.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;

}

.site-header.sticky .wrap {
    padding: 5px 15px;
}

.single .label_price {
    font-weight: 600;
}

/* .single .woocommerce-Price-amount {
    float: right;
    font-weight: 600;
} */

.single .pricebox {
    position: relative;
    padding: 30px 0;
    margin: 20px 0;
}

.single .pricebox::after {
    position: absolute;
    content: '';
    width: calc(100% + 80px);
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    left: -40px;
    top: 0;
}

.single .pricebox > * {
    position: relative;
    z-index: 100;
}

.single .pricebox .qty {
    border: 1px solid #f0f0f0;
    margin-right: 4px;
    width: 90px;
    text-align: left;
    padding: 12px;
}

.single .price > ins:nth-child(3) > span:nth-child(1) > bdi:nth-child(1) {
    text-decoration: line-through;
    color: #989898;
    margin-right: 10px;
}

.single .woocommerce span.onsale {
    display: none;
}

/*.single .cart {
    width: 80%;
    float: left;
}*/

.single .pricebox .button {
    width: 20%;
    padding: 18px;
    max-height: 56px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #fff;
    font-size: 18px;
    line-height: 1.1;
}

.single .woocommerce .quantity .qty {
    width: 50px;
}

body.woocommerce.single .cart button.button {
    padding: 15px 10px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.details {
    margin-bottom: 40px;
}

body .details .button {
    margin-top: 30px;
}

.details p {
    margin-bottom: 0;
}

.details i {
    color: #1f9043;
}

/* Mobiles Menü */
.hamburger {
    margin-top: 10px;
    display: none;
}

#nav-icon {
    width: 32px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fab80c;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon span:nth-child(4) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
#order_review,
.woocommerce-cart .woocommerce,
.woocommerce-form-login {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 40px;
}

.woocommerce-cart .woocommerce {
    position: relative;
    margin-bottom: 4em;
}

.woocommerce table.shop_table td.actions {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart table.cart {
    margin: 0;
}

.cart-subtotal {
    display: none;
}

.order-total td,
.product-subtotal {
    text-align: right;
}

.cart-collaterals {
    margin-top: 40px;
    position: absolute;
    left: 0;
}

.cart-collaterals tr,
.cart-collaterals tbody,
.cart-collaterals .order-total th,
.cart-collaterals .order-total td {
    border: none !important;
}

.woocommerce form .checkbox-legal {
    margin-bottom: 2em;
}

.woocommerce form .checkbox-legal label {
    line-height: 1;
}

.select2-container .select2-selection--single {
    height: 44px;
    border-radius: 0;
    border-color: #ddd;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#select2-billing_nationality-container .select2-selection__placeholder {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.entry-content ul.woocommerce-error {
    padding-left: 3.5em;
}

.woocommerce-order {
    width: 100%;
}

.woocommerce ul.order_details {
    padding: 0;
}

.page-template-front-page .content {
    margin-left: inherit;
    margin-right: inherit;
}

.page-template-front-page .genesis-title-hidden .site-inner {
    padding: 60px 30px 0 !important;
}

.site-container {
    min-height: 100vh;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-inner {
    flex: 1;
}

.woocommerce-account .content {
    width: 100%;
}

/* .woocommerce-account .site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
} */

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
    color: var(--winbridge);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
    text-decoration: none;
    color: #000;
}

.woocommerce-account .entry-header h1 {
    margin-bottom: 30px;
}

#customer_login {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 40px 33% 40px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}

.woocommerce-account .woocommerce-checkout .col-1,
.woocommerce-account .woocommerce-checkout .col-2,
.woocommerce-account #order_review,
.woocommerce-account .woocommerce-cart table.cart,
.woocommerce-account .cart-collaterals,
.woocommerce-account .woocommerce-form-login {
    box-shadow: inherit;
}

.woocommerce form .form-row {
    margin: 0 0 10px;
}

#customer_login::before {
    background-image: url(http://winbridge.p0rtal.sandbox.gubbi.app/wp-content/uploads/sites/2/2023/11/winbridge-login.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-position: 50% 50%;
}

/*  
.woocommerce-account .woocommerce .col2-set .col-1, 
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2, 
.woocommerce-account .woocommerce-page .col2-set .col-2 {
    width: 100%;
}
 

.woocommerce-account .woocommerce form.checkout_coupon, 
.woocommerce-account .woocommerce form.login, 
.woocommerce-account .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce form .form-row {
    width: 48%;
}

.woocommerce-account .u-column2 > h2:nth-child(1) {
    margin-top: 60px;
}  */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 0;
}

#customer_login .u-column1,
#customer_login .u-column2 {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0;
}


.woocommerce-account h2 {
    width: 100%;
    color: var(--winbridge);
    font-family: 'Montserrat';
    font-size: 20px;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    height: 100%;
    color: #989898;
    float: left;
    display: flex;
    align-items: center;
}

.woocommerce-form-register__submit {
    float: right;
}

.woocommerce-account #rememberme {
    margin-right: 10px;
}

.woocommerce-account .woocommerce-LostPassword {
    margin: 13px 0 0;
    padding: 0;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.woocommerce-account .woocommerce-form-register > p:nth-child(2) {
    color: #989898;
    margin-top: 10px;
}

.woocommerce-account .woocommerce-form-register > p:nth-child(2) {
    align-items: end;
    font-size: 16px;
    margin: 0;
    min-height: 95px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}

.woocommerce-MyAccount-content p .button {
    margin-top: 20px;
}

.woocommerce-edit-account .woocommerce fieldset {
    margin-top: 40px;
    padding: 2em;

    border: 1px solid #ddd;
}

.woocommerce-edit-account .woocommerce-EditAccountForm > p:nth-child(4) > span:nth-child(3) > em:nth-child(1) {
    margin-top: 20px;
    display: block;
    color: #989898;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-edit-address #billing_address_2_field,
.woocommerce-edit-address #shipping_address_2_field {
    display: flex;
    align-items: end;
}

.woocommerce-edit-address #billing_address_2_field > span:nth-child(2),
.woocommerce-edit-address #shipping_address_2_field > span:nth-child(2) {
    width: 100%;
}

.detail_emittent .gotoassets {
    margin-top: 20px;
    width: 100%;
}

.woocommerce-account .woocommerce-Address {
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-EditAccountForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-edit-account .woocommerce fieldset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.woocommerce-edit-account .woocommerce-EditAccountForm .clear {
    display: none;
}

::placeholder {
    color: #989898;
}

.woocommerce-form-login p.form-row:nth-child(3),
.woocommerce-form-register p.woocommerce-form-row:nth-child(4) {
    /** margin-top: 20px;***/
}

:focus {
    outline: inherit;
}

#thwmscf_wrapper,
.thwmscf-content {
    width: 100%;
}

#thwmscf_wrapper .thwmscf-tab-panels {
    padding: 10px 0 0;
}

.thwscf-shipping {
    margin-top: 50px;
}

.thwmscf-tab-panel {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 4em;
    margin-bottom: 1em;
}

.woocommerce-MyAccount-content {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 4em;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
    border-radius: 0;
}


#thwmscf_wrapper.thwmscf_time_line_step ul.thwmscf-tabs li {
    width: 20%;
}

.thwscf-order {
    width: 100%;
}

.woocommerce table.shop_table {
    background: transparent;
}

.woocommerce table.shop_table td.product-name {
    /* display: flex;
    align-items: center;
    flex-wrap: wrap;
    */
}

.woocommerce table th {
    vertical-align: center;
}

.woocommerce form .datepicker {
    font-size: 14px;
}

.woocommerce-cart table.cart td.product-remove {
    padding: 0;
}

.woocommerce form .datepicker button.button,
.woocommerce form .datepicker button:disabled[disabled] {
    padding: 5px 10px;
    margin: 2px;
    font-size: 16px;
}

.woocommerce form .datepicker button.button:hover {
    background: var(--winbridge);
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background: #000;
}

.thwmscf-buttons input {
    background: var(--winbridge);
}

.thwmscf-buttons input:disabled[disabled] {
    background: rgba(0, 0, 0, 0.2)
}

.woocommerce-shop .content {
    width: 100%;
}

.entry-content fieldset ol {
    padding: 0;
    margin: 0;
}

.entry-content fieldset ol li {
    list-style: none;
}

.woocommerce fieldset {
    border: none;
    padding: 0;
    margin: 0;

}

fieldset .woocommerce-input-wrapper {
    margin-right: 20px;
    font-size: 14px;
    color: #8b8b8b;
}

fieldset .woocommerce-input-wrapper input {
    margin-right: 10px;
}

.woocommerce-billing-fields p.h3 span,
.thwmscf-tab-panel p.h3 span,
#order_payment_headingnew span,
#billing_review h3 span,
.woocommerce-Address-title > h3:nth-child(1),
.woocommerce-account h2.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
    background: var(--winbridge);
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 10px;
    line-height: 1.6;
    width: auto;
}

.woocommerce-billing-fields p.h3,
.thwmscf-tab-panel p.h3,
#order_payment_headingnew,
#billing_review h3,
.woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details {
    position: relative;
    margin: 2em 0 1.5em;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.woocommerce-billing-fields p.h3:after,
.thwmscf-tab-panel p.h3:after,
#order_payment_headingnew:after,
#billing_review h3::after,
.woocommerce-Address-title > h3:nth-child(1)::after,
.woocommerce-account h2.woocommerce-order-details__title::after,
.woocommerce-customer-details .woocommerce-column__title::after,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    display: block;
    background: var(--winbridge);
    z-index: 10;
    position: absolute;
}

form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, .4);
}

body .thwmscf_time_line_step ul.thwmscf-tabs li a.active {
    border-top: 4px solid var(--winbridge);
}

body .thwmscf-tab-icon {
    width: 50px;
    height: 50px;
    line-height: 46px;
}

body .thwmscf_time_line_step ul.thwmscf-tabs span.thwmscf-tab-label {
    padding: 20px 0 0;
}

body .thwmscf_time_line_step .thwmscf-index {
    margin-top: -38px;
}


.woocommerce form .form-row select {
    line-height: 1.5;
    padding: 8px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 9px;
    background-position: calc(100% - 8px) 20px;
    background-repeat: no-repeat;
}

.woocommerce-ResetPassword {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.woocommerce-form-login-toggle .showlogin {
    display: block;
}

.woocommerce .thwmscf-tab-panel form.login {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none;
}

.login-action-login .login h1 a {
    background-image: url(img/gubbi-logo.svg);
}

.settings_fixed {
    position: fixed;
    right: -110px;
    width: 160px;
    bottom: 50px;
    display: flex;
    transition: all .5s ease;
}

.settings_fixed:hover {
    right: 0;
    transition: all .5s ease;
}

#emittentensettings:hover {
    right: -110px;
}

.settings_fixed .fa-cog {
    color: #fff;
    background: rgb(209, 9, 101);
    background: -moz-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    background: linear-gradient(90deg, rgba(209, 9, 101, 1) 0%, rgba(234, 91, 12, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d10965", endColorstr="#ea5b0c", GradientType=1);
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.settings_fixed ul {
    display: flex;
    width: 120px;
}

.settings_fixed ul li a {
    text-align: center;
    display: block;
    background: var(--winbridge);
    color: #fff;
    padding: 10px;
    margin-left: 10px;
    width: 42px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 40px;
    text-decoration: none;
}

.settings_fixed ul li a span {
    transform: rotate(90deg);
}

.settings_fixed ul li a:hover {
    background: #000;
}

body:not(.logged-in) #thwmscf-tab-panel-2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

body:not(.logged-in) #thwmscf-tab-panel-2 .column {
    width: 61%;
}

body:not(.logged-in) #thwmscf-tab-panel-2 .login {
    width: 35%;
    /*background: rgba(0,0,0,.1);*/
    /*padding: 2em;*/
    padding: 1em;
    margin-bottom: 4em;
}

#thwmscf-tab-panel-2 .login .form-row {
    width: 100%;
    display: block;
}

body:not(.logged-in) .woocommerce-billing-fields > h3 {
    display: none;
}

p.lost_password {
    font-size: 16px;
    float: right;
}

p.lost_password a {
    color: #acacac;
    text-decoration: none;
}

/** hotfix choutout login into right position **/
#thwmscf-tab-panels {
    position: relative;
}

.thwmscf-content {
    z-index: 2;
}

.thwmscf-content:first-child,
.thwmscf-content:nth-child(2) {
    z-index: inherit;
}

.loginbox {
    position: absolute;
    width: calc(35% - 4em);
    top: 4em;
    padding: 2em;
    background-color: rgba(0, 0, 0, .1);
    left: 4em;
    z-index: 1;
}

.woocommerce-NoticeGroup-checkout ~ .loginbox {
    top: 9em;
}

.woocommerce .loginbox form.login {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
}

.woocommerce .loginbox form .form-row-first,
.woocommerce .loginbox form .form-row-last {
    width: 100%;
    float: none;
}

.woocommerce form.login {
    margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 10px 0 20px;
    font-weight: bold;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    margin-right: 5px;
}

.loginbox h3 {
    margin: 0 0 10px;
}

.additional-text {
    color: #989898;
    font-size: 12px;
    margin-bottom: 60px;
}

.entry {
    margin-bottom: 0;
}

body .thwmscf_time_line_step ul.thwmscf-tabs {
    margin-top: 30px;
}

.woocommerce form .form-row select.float {
    width: auto;
    padding-right: 25px;
    font-size: 16px;
    margin: 0 5px 0 10px;
    border: none;
    font-weight: bold;
}

#billing_giro_field label {
    color: #000;
}

.woocommerce-gzd-checkout #order_review_heading {
    display: block !important;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout-review-order-table td.product-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dhl-preferred-service-content {
    margin-top: 3em;
}

.filter_cat {
    margin-bottom: 20px;
}

.content-video {
    margin: 50px 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 20px;
}

.form-row-wide .thwmscf-tab-panel .column-1-2 {
    width: calc(100% - 420px);
    margin-left: 420px;
}

.logged-in .thwmscf-tab-panel .column-1-2 {
    width: 100%;
    margin: 0;
}

.cartbox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: absolute;
    padding: 40px;
}

#thwmscf-tab-panel-1 {
    box-shadow: none;
}

.cartbox .woocommerce-cart-form {
    width: 100%;
}

.cartbox table.shop_table {
    margin: 0;
}

.thwmscf-wrapper form.checkout {
    min-height: 285px;
}

#thwmscf-tab-panel-5 {
    display: flex;
    flex-wrap: wrap;
}

#order_review_heading {
    order: 1;
}

#billing_review {
    order: 3;
    width: 100%;
}

#billing_review p {
    margin: 0;
    margin-top: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    order: 2;
    margin-top: 20px;
    margin-bottom: 0;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
    padding: 9px 0;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
    padding: 15px 0;
}

#paymentnew,
#order_payment_headingnew {
    order: 4;
    width: 100%;
}

#payment,
#order_payment_heading {
    display: none !important;
}

.wc-gzd-checkbox-placeholder {
    order: 5;
    margin-top: 20px;
}

.wc-gzd-order-submit {
    order: 6;
    margin-top: 2em;
    width: 100%;
}

.wc-gzd-product-name-left {
    margin-right: 2em;
    max-width: 10%;
}

#paymentnew .woocommerce-input-wrapper {
    display: block;
    width: 100%;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 1em;
    margin-bottom: 2px;
    cursor: pointer;
}

#paymentnew .woocommerce-input-wrapper input {
    margin-right: 15px;
}

#paymentnew .woocommerce-input-wrapper.selected {
    background: rgba(0, 0, 0, 0.1);
}

#paymentnew .woocommerce-input-wrapper.selected span.text {
    display: block;
    margin: 0 35px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6);
}

#paymentnew .woocommerce-input-wrapper span.icon {
    margin-left: 15px;
}

#paymentnew .woocommerce-input-wrapper span.icon img {
    height: 35px;
    width: 35px;
}

.woocommerce-checkout .wc-gzd-product-name-left img {
    max-width: 32px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    text-align: left;
}

.woocommerce-MyAccount-navigation {
    padding: 20px 20px 20px 0;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:nth-child(1) {
    margin-left: 0;
}

.woocommerce-EditAccountForm p.woocommerce-form-row:nth-child(6) {
    width: 47%;
}

.woocommerce-Address-title {
    position: relative;
    margin: 2em 0 1.5em;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.woocommerce-Address-title > h3:nth-child(1) {
    margin: 0;
}

.woocommerce-Address > address:nth-child(2) {
    font-style: inherit;
}

.woocommerce .col2-set .col-1.woocommerce-Address {
    width: 100%;
}

.woocommerce-Address-title > h3:nth-child(1)::after {
    bottom: 4px;
}

.woocommerce-account h2.woocommerce-order-details__title::after,
.woocommerce-customer-details .woocommerce-column__title::after,
.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title::after {
    bottom: auto;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
    margin-top: 20px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none;
}

.woocommerce .woocommerce-customer-details address {
    border-bottom: none;
}

.woocommerce-address-fields__field-wrapper p {
    float: left;
    width: 47%;
}

.woocommerce-address-fields__field-wrapper p.h3:nth-child(5),
.woocommerce-address-fields__field-wrapper p.h3:nth-child(12) {
    width: 100%;
}

.woocommerce-edit-address #billing_address_2_field,
.woocommerce-edit-address #shipping_address_2_field {
    display: block;
    align-items: inherit;
}

.woocommerce-account.logged-in .woocommerce form .form-row input.input-text,
.woocommerce-account.logged-in .woocommerce form .form-row textarea {
    padding: 8px 0;
}

.logged-in.woocommerce-account .woocommerce + p > .button {
    margin-top: 40px;
    padding: 9px 30px;
}

.woocommerce-order-received .woocommerce-order {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 4em;
    margin-bottom: 1em;
}

#checkout-app .tabs ol,
#checkout-app .tabs-contents ul {
    padding: 0;
    width: 100%;

}

#checkout-app .tabs ol li,
#checkout-app .tabs-contents ul li {
    list-style: none;
}

#checkout-app .tabs ol li {
    width: 40px;
    counter-increment: step-counter;
    cursor: pointer;
}

#checkout-app .tabs ol li input {
    display: none;
}

#checkout-app .tab-label {
    display: none;
}

#checkout-app .current .tab-label {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}

#checkout-app .tabs ol {
    display: flex;
    padding-bottom: 2em;
    position: relative;
    justify-content: space-between;
    min-height: 110px;
}

#checkout-app .tabs ol:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--winbridge);
    top: 20px;
    left: 0;
    z-index: -1;
}

.woocommerce-checkout #checkout-app .woocommerce {
    display: block;
}

#checkout-app .tabs ol li label::before {
    position: absolute;
    z-index: 100;
    content: counter(step-counter);
    color: var(--winbridge);
    border: 1px solid var(--winbridge);
    padding: 3px 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#checkout-app .tabs ol li.current label::before {
    background: var(--winbridge);
    color: #fff;
}





#sidebar-checkout {
    right: -870px;
    position: fixed;
    z-index: 10000;
    background: #fff;
    height: 100%;
    max-width: 450px;
    overflow: hidden;
    transition: right 0.6s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    padding-bottom: 0;
    padding-top: 70px;
    display: grid;
    min-width: 450px;
    padding: 60px 40px 0 40px;
    font-weight: 400;
    font-size: 16px;
}

#sidebar-checkout .close {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 10px 20px;
}

#sidebar-checkout.open {
    right: 0;
    transition: right 0.6s ease-in-out;
}

#sidebar-checkout .buttons button.next:hover,
#sidebar-checkout .buttons button.next:focus,
#sidebar-checkout .buttons button.next:visited {
    background-color: var(--winbridge);
    border-bottom: none;
    border-top: none;
}

#sidebar-checkout .tabs-contents {
    height: 100%;
}

#checkout-app {
    position: relative;
    height: 100%;
}

#sidebar-checkout .buttons button.prev {
    position: absolute;
}

#sidebar-checkout .buttons button.next {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 61px;
}

#sidebar-checkout .buttons button.next::before {
    content: '';
    background-color: var(--winbridge);
    position: absolute;
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 100%;
    top: 0;
    z-index: -1;
}

#sidebar-checkout .site-container {
    position: relative;
}

#sidebar-checkout .woocommerce .woocommerce-form-login {
    margin-top: 2.5em;
}

#sidebar-checkout.woocommerce-checkout .col-1,
#sidebar-checkout.woocommerce-checkout .col-2,
#sidebar-checkout #order_review,
#sidebar-checkout.woocommerce-cart .woocommerce,
#sidebar-checkout .woocommerce-form-login {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: inherit;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-top: 60px;
}

#sidebar-checkout .woocommerce-checkout #checkout-app .woocommerce {
    margin-bottom: 3em;
}

#sidebar-checkout .message {
    margin-bottom: 3em;
    font-size: 16px;
}

#sidebar-checkout .message-content {
    color: red;
}

.woocommerce .toggle-sidebar.button {
    position: fixed;
    bottom: 5px;
    left: 5px;
}

.single #sidebar-checkout .cart {
    display: inherit;
    margin-top: 20px;
}

#sidebar-checkout #checkout-app .tabs ol {
    padding-bottom: 7em;
}

#sidebar-checkout #checkout-app .current .tab-label {
    font-size: 28px;
    font-weight: 500;
}

#sidebar-checkout .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    margin-bottom: 20px;
    display: block;
}

#sidebar-checkout .woocommerce-cart-form__cart-item.cart_item::before {
    background: #efefef;
    width: calc(100% + 80px);
    content: '';
    left: -40px;
    height: 100%;
    z-index: -1;
    position: absolute;
}

#sidebar-checkout .woocommerce #content table.cart img,
#sidebar-checkout .woocommerce table.cart img,
#sidebar-checkout .woocommerce-page #content table.cart img,
#sidebar-checkout .woocommerce-page table.cart img {
    width: 80px;
}

#sidebar-checkout .woocommerce table.shop_table td {
    border-top: none;
}

.woocommerce #sidebar-checkout #content table.cart td.actions,
.woocommerce #sidebar-checkout table.cart td.actions,
.woocommerce-page #sidebar-checkout #content table.cart td.actions,
.woocommerce-page #sidebar-checkout table.cart td.actions {
    text-align: left;
}

#sidebar-checkout .product-name a {
    text-decoration: none;
    font-weight: 600;
}

#sidebar-checkout thead {
    display: none;
}

#sidebar-checkout .tabs-contents {
    margin-top: 20px;
}

body.woocommerce.single #sidebar-checkout .cart button.button {
    width: auto;
}

body.woocommerce.single #sidebar-checkout .cart button.button {
    padding: 15px 20px;
}

#sidebar-checkout .message.success .message-content {
    color: #73ce73;
}

#sidebar-checkout .woocommerce table.cart td.actions {
    text-align: left;
}

#sidebar-checkout td.product-subtotal {
    display: none;
}

#sidebar-checkout .woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 10% 25% 50% 10%;
    grid-template-rows: repeat(2, 1fr);
    padding: 10px 0 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#sidebar-checkout .product-remove {
    grid-area: 1 / 1 / 3 / 2;
    display: flex;
    align-self: center;
}

#sidebar-checkout .product-thumbnail {
    grid-area: 1 / 2 / 3 / 3;
    display: flex;
    align-self: center;
}

#sidebar-checkout .product-name {
    grid-area: 1 / 3 / 2 / 5;
    display: flex;
    align-self: end;
}

#sidebar-checkout .product-price {
    grid-area: 2 / 3 / 3 / 4;
}

#sidebar-checkout .product-quantity {
    grid-area: 2 / 4 / 3 / 5;
    display: flex;
    align-self: center;
}

#sidebar-checkout tr {
    border-top: none;
}

#sidebar-checkout .woocommerce table.shop_table td {
    padding: 0;
}

#sidebar-checkout .woocommerce .quantity .qty {
    max-height: 30px;
}

#sidebar-checkout .woocommerce form .form-row-first,
#sidebar-checkout .woocommerce-page form .form-row-first,
#sidebar-checkout .woocommerce #reviews #comments .star-rating {
    width: 100%;
}

#sidebar-checkout .woocommerce form .form-row-last,
#sidebar-checkout .woocommerce-page form .form-row-last {
    width: 100%;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-left: 0;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.admin-bar #sidebar-checkout .next,
.admin-bar #sidebar-checkout .buttons {
    bottom: 32px;
}


#sidebar-checkout .h3 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 0;
}

#sidebar-checkout .wc-gzd-product-name-left {
    display: none;
}

#sidebar-checkout .wc-gzd-order-submit {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#sidebar-checkout #place_order {
    left: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 60px;
    width: 100%;
    min-height: 64px;
}

#sidebar-checkout .wp-admin #place_order {
    bottom: 32px;
}

.subtotal {
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.subtotal::before {
    height: 1px;
    content: '';
    width: 450px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 50px;
    left: -40px;
}

#sidebar-checkout .tab-content {
    margin-bottom: 160px;
}

#sidebar-checkout .subtotal .woocommerce-Price-amount bdi {
    float: right;
}

#sidebar-checkout .kyc.tab-content,
#sidebar-checkout .order-review.tab-content {
    margin-bottom: 0;
}

.woocommerce-account #sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    float: initial;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 10px;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-bottom: 40px;
}

#sidebar-checkout #place_order:hover {
    background-color: var(--winbridge);
}

#sidebar-checkout #place_order::before {
    width: calc(100% + 80px);
    content: '';
    background: var(--winbridge);
    left: -40px;
    position: absolute;
    height: 100%;
    z-index: -1;
    bottom: 0;
}

#sidebar-checkout .prev {
    background-color: rgb(250, 184, 12, 0.4)
}

#sidebar-checkout .shop_table.woocommerce-checkout-review-order-table::before {
    content: '';
    height: 1px;
    width: calc(100% + 80px);
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -8px;
    left: -40px;
}

#sidebar-checkout .shop_table {
    position: relative;
    margin-bottom: 2em;
}

#sidebar-checkout .woocommerce table.shop_table tbody th,
#sidebar-checkout .woocommerce table.shop_table tfoot td,
#sidebar-checkout .woocommerce table.shop_table tfoot th {
    border-top: none;
}

#sidebar-checkout .quantity-selector > button:nth-child(1) {
    background: #fff;
    color: #000;
    padding: 2px 4px;
    border-radius: 3px 0 0 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    min-width: 20px;
    float: left;
}

#sidebar-checkout .quantity-selector > button:nth-child(3) {
    background: #fff;
    color: #000;
    padding: 2px 4px;
    border-radius: 0 3px 3px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    min-width: 20px;
    float: left;
}

#sidebar-checkout .quantity-selector > input:nth-child(2) {
    float: left;
    padding: 2px 0;
    max-width: fit-content;
}

#sidebar-checkout .woocommerce .quantity .qty {
    max-height: 26px;
    max-width: 34px;
    margin-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    border-left: none;
    font-size: 15px;
}

/* #sidebar-checkout .message.success .message-content {
    text-align: center;
} */

#sidebar-checkout .message {
    margin-bottom: 0em;
    margin-top: 10px;
}

#sidebar-checkout .woocommerce-cart-form__cart-item.cart_item {
    width: 100%;
    min-width: 370px;
}

.logged-in.single .product-price .woocommerce-Price-amount {
    float: left;
    font-weight: 300;
}

.logged-in .subtotal {
    bottom: 117px;
}

.woocommerce .cart .cart-empty .button {
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.tab-content > fieldset:nth-child(4) p span {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #8b8b8b;
}

.tab-content > fieldset:nth-child(4) p span input {
    margin-right: 10px;
}

/* .tabs-contents {
    margin-bottom: 160px;
} */

.validating::after {
    content: '';
    min-height: 64px;
    background-color: #fcdb84;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    min-width: 450px;
    right: -40px;
}

.logged-in .validating::after {
    bottom: 32px;
}

.validating::before {
    content: '';
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    bottom: 43px;
    z-index: 2;
    left: 162px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button.dp__btn.dp--arrow-btn-nav {
    padding: 0;
}

button.dp__btn.dp--arrow-btn-nav:hover {
    background: #fff;
}

.dp__overlay_cell_active_disabled:hover,
.dp__overlay_cell_active_disabled {
    background: var(--winbridge);
}

.dp__today {
    border: 1px solid var(--winbridge);
}

.dp__overlay_cell_active {
    background: var(--winbridge)
}

.dp__range_end,
.dp__range_start,
.dp__active_date {
    background: var(--winbridge);
    color: var(--dp-primary-text-color);
}

#sidebar-checkout .tab-content {
    margin-bottom: 40px;
}

.logged-in #sidebar-checkout #place_order {
    margin-top: 119px;
}

#sidebar-checkout .tabs-contents label {
    font-size: 14px;
    color: #8b8b8b;
}

#sidebar-checkout .hidden {
    display: none;
}

#sidebar-checkout .login-tabs nav {
    display: flex;
}

#sidebar-checkout .login-tabs nav label {
    width: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid #ACACAC;
    margin-top: 0;
    cursor: pointer;
    padding: 2px 0;
}

#sidebar-checkout .details .legal {
    hyphens: auto;
}

#sidebar-checkout .login input {
    background: #fff;
    text-decoration: none;
}

#sidebar-checkout .buttons button,
#sidebar-checkout .woocommerce button.button,
#sidebar-checkout .woocommerce button.button.alt {
    text-transform: inherit;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

#sidebar-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-bottom: 0;
    float: right;
    text-transform: uppercase;
}

#sidebar-checkout .validity-check .h3 span::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    display: block;
    background: var(--winbridge);
    z-index: 10;
    position: absolute;
}

#sidebar-checkout .validity-check .h3 span {
    background: var(--winbridge);
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0 10px;
    line-height: 1.6;
    width: auto;
}

#sidebar-checkout .h3 {
    position: relative;
}

#sidebar-checkout .login-tabs {
    margin-bottom: 30px;
}

#sidebar-checkout .dots input {
    display: none;
}

#sidebar-checkout .dots i {
    width: 8px;
    height: 8px;
    display: inherit;
    background: var(--winbridge);
    border-radius: 50%;
    margin: 0 auto;
}

#sidebar-checkout .forms-slider-nav .prev {
    background-color: #fff;
}

.forms-slider-nav .grid .dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebar-checkout .dots label {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
}

#sidebar-checkout .forms-slider-nav .prev a {
    color: #ACACAC;
    text-decoration: none;
}

#checkout-app .tabs-contents ol li:first-of-type label {
    margin-top: 0;
}

#sidebar-checkout .forms-slider fieldset {
    margin-top: 20px;
}

#sidebar-checkout .forms-slider-nav {
    position: relative;
}

#sidebar-checkout .next {
    margin-right: 0;
    margin-left: auto;
}

#sidebar-checkout .next a,
#sidebar-checkout .prev a {
    color: #acacac;
    text-decoration: none;
    font-size: 12px;
}

#sidebar-checkout .next .fal {
    margin-left: 5px;
    color: #fff;
}

#sidebar-checkout .next .fal::before,
#sidebar-checkout .prev .fal::before {
    background: var(--winbridge);
    padding: 3px;
}

#sidebar-checkout .prev .fal {
    margin-right: 5px;
    color: #fff;
}

#checkout-app .tabs-contents ul li:last-of-type {
    margin-bottom: 30px;
}

#paymentnew .woocommerce-input-wrapper.selected {
    background: rgba(0, 0, 0, 0.1);
}

#sidebar-checkout #paymentnew .woocommerce-input-wrapper.selected span.icon {
    position: relative;
    display: inline-block;
}

#sidebar-checkout #paymentnew .woocommerce-input-wrapper.selected span.icon::before {
    content: '';
    width: 58px;
    height: 58px;
    border-radius: 9px;
    border: 2px solid var(--winbridge);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

#sidebar-checkout #paymentnew .woocommerce-input-wrapper span.icon img {
    height: 50px;
    width: 50px;
}

#sidebar-checkout fieldset .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

#sidebar-checkout .select[name="prozent"] {
    margin-bottom: 10px;
}

#sidebar-checkout label[for="field12"] {
    margin-top: 10px;
}

#sidebar-checkout label[for="field14"],
#sidebar-checkout label[for="field13"],
#sidebar-checkout label[for="field12"],
#sidebar-checkout label[for="field11"],
#sidebar-checkout label[for="field10"],
#sidebar-checkout label[for="field9"],
#sidebar-checkout label[for="field8"] {
    margin-bottom: 10px;
}

#sidebar-checkout .woocommerce-input-wrapper input[name="field6"] {
    margin-bottom: 15px;
}

#sidebar-checkout .login-tabs nav label.active {
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    color: #000;
}

.woocommerce-form-login p,
#sidebar-checkout .woocommerce-billing-fields__field-wrapper p {
    position: relative;
}

#sidebar-checkout .woocommerce-form-login p label {
    display: inline-block;
    position: absolute;
    /* top: 50%;
    left: 45px; */
    margin: 0;
    transform: translateY(-50%);
    transition: 0.2s;
    font-size: 15px;
    /* top: 0;
    left: 0; */
    top: 22px;
    left: 50%;
    transform: translateY(-50%);
    left: 48px;
}

#sidebar-checkout .woocommerce-form-login p:has(input) label.filled,
#sidebar-checkout .woocommerce-form-login p:has(input:focus) label {
    top: 0;
    left: 0;
    transition: 0.2s;
    font-size: 12px;
}

#sidebar-checkout .woocommerce-form-login p label.woocommerce-form__label {
    left: 0;
}

#sidebar-checkout .woocommerce-billing-fields__field-wrapper p {
    padding-top: 15px;
}

#sidebar-checkout .woocommerce-billing-fields__field-wrapper p label {
    position: absolute;
    top: 0;
    transition: 0.2s;
}

#sidebar-checkout .woocommerce-billing-fields__field-wrapper label.filled,
#sidebar-checkout .woocommerce-billing-fields__field-wrapper p:has(input:focus) label {
    transition: 0.2s;
    top: -15px;
}

#sidebar-checkout .woocommerce-form-login input {
    padding-left: 45px;
}

#sidebar-checkout .woocommerce-form-login p {
    margin-bottom: 15px
}

/* .woocommerce-form-login p:first-of-type {
    pos
} */

#sidebar-checkout .woocommerce-form-login p:first-of-type::before,
#sidebar-checkout .woocommerce-form-login p:nth-of-type(2)::before {
    content: '\f007';
    font-family: "Font Awesome 5 Pro";
    font-size: 21px;
    color: #acacac;
    display: inline-block;
    font-weight: 800;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    font-weight: bold;
}

#sidebar-checkout .woocommerce-form-login p:nth-of-type(2)::before {
    content: '\f30d';
}

#sidebar-checkout .woocommerce-form-login p:first-of-type::after,
#sidebar-checkout .woocommerce-form-login p:nth-of-type(2)::after {
    width: 1px;
    height: 28px;
    position: absolute;
    left: 32px;
    top: 50%;
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

#paymentnew .woocommerce-input-wrapper input {
    display: none;
}

#paymentnew .woocommerce-input-wrapper.selected {
    background: none;
}

#paymentnew .woocommerce-input-wrapper {
    border-bottom: none;
}

#paymentnew .woocommerce-input-wrapper span.icon {
    margin-left: 0;
}

#paymentnew fieldset p {
    display: flex;
    flex-wrap: wrap;
}

#paymentnew .woocommerce-input-wrapper:first-of-type {
    display: none;
}

#paymentnew .woocommerce-input-wrapper {
    width: auto;
}

#paymentnew .woocommerce-input-wrapper span.label {
    display: none;
}

#sidebar-checkout #paymentnew .woocommerce-input-wrapper {
    width: auto;
    margin-right: 10px;
    padding: 0;
}

#sidebar-checkout .dots i {
    border: 1px solid var(--winbridge);
    width: 8px;
    height: 8px;
    background: #fff
}

#sidebar-checkout .dots input:checked + i {
    width: 8px;
    height: 8px;
    display: inherit;
    background: var(--winbridge);
    border-radius: 50%;
    margin: 0 auto;
}

#sidebar-checkout .details .legal {
    margin-bottom: 40px;
}

#sidebar-checkout .order-review .woocommerce-cart-form__cart-item.cart_item {
    grid-template-columns: 25% 53% 10%;
    max-width: 370px;
}

#sidebar-checkout .order-review .product-thumbnail {
    grid-area: 1 / 1 / 3 / 2;
}

#sidebar-checkout .order-review .product-name {
    grid-area: 1 / 2 / 2 / 4;
}

#sidebar-checkout .order-review .product-price {
    grid-area: 2 / 2 / 3 / 3;
}

#sidebar-checkout .order-review .product-quantity {
    grid-area: 2 / 3 / 3 / 4;
}

#sidebar-checkout tfoot {
    max-width: 370px;
    display: block;
}

#sidebar-checkout #billing_salutation_field,
#sidebar-checkout #billing_address_1_field,
#sidebar-checkout #billing_email_field {
    margin-top: 20px;
}

#sidebar-checkout .dp__input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
}

#sidebar-checkout .dp__clear_icon {
    color: #000;
    padding-right: 1px;
}

#checkout-app .tabs-contents ol li {
    line-height: 1.4;
}

#sidebar-checkout .tabs-contents label {
    display: block;
}

#sidebar-checkout input,
#sidebar-checkout select,
#sidebar-checkout textarea {
    padding: 6px 0px;
}

.logged-in #sidebar-checkout .buttons button.next {
    bottom: 32px;
}

#sidebar-checkout .dp__input {
    font-family: "Roboto";
    font-size: 18px;
}

#sidebar-checkout .dp__input_icon {
    display: none;
}

.tab-content.order-review {
    display: grid;
}

#order_payment_headingnew {
    margin-bottom: 10px;
    margin-top: 30px;
}

#sidebar-checkout .order-review .product-price {
    align-self: center;
}

#sidebar-checkout .woocommerce-form-login .form-row:nth-child(4) {
    padding: 0;
}

#sidebar-checkout .shop_table .order-total {
    display: flex;
    font-size: 18px;
    align-content: space-between;
    align-items: center;
}

#sidebar-checkout .shop_table .order-total th {
    padding: 0;
}

#sidebar-checkout .shop_table tbody {
    border-bottom: 0;
}

#sidebar-checkout .order-total td {
    justify-self: flex-end;
    margin-right: 0;
    margin-left: auto;
}

#sidebar-checkout .product-quantity {
    justify-content: end;
}

.logged-in #sidebar-checkout #place_order {
    bottom: 32px;
}

#sidebar-checkout .woocommerce .cart .cart-empty .button {
    margin-bottom: 30px;
}

.pricebox .woocommerce-Price-amount {
    float: right;
}

#sidebar-checkout .login .woocommerce-form-login .form-row-first {
    margin-bottom: 30px;
}

#checkout-app .tabs-contents ol li {
    margin-bottom: 20px;
}