
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin-bottom: 5px;
    padding: 12px 30px;
    color: #fff;
    background: #9cc536;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 300;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
    background-color: #9cc536;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 50px;
    text-transform: uppercase;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.caldera-grid form .btn.btn-default:hover,
.woocommerce button.button.alt.disabled:hover {
    background-color: #63840c;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
}


.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #5c5c5c;
    color: #fff;
}

.woocommerce button#place_order {
    float: right;
    width: auto;
    display: inline;
}
@media (max-width: 479px) {
    .woocommerce button#place_order {
        display: block;
        width: 100%;
    }
}


.woocommerce .star-rating {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    float: left;
}

.woocommerce .star-rating span {
    float: left;
    font-size: 18px;
    color: #9cc536;
    padding-right: 3px;
    width: auto !important;
    dislpay: inline-block !important;
}

.woocommerce-review-link {
    display: inline-block;
    color: #5c5c5c;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.1;
}

.woocommerce-review-link:hover {
    color: #5c5c5c;
}


.woocommerce p.stars a {
    color: #9cc536;
}





/*-----------warenkorb.html-------------*/

.woocommerce-cart-form {
    padding: 1.5rem 0 0;
}
.woocommerce-cart-form table.shop_table td a {
    word-break: break-all;
}

.woocommerce table.shop_table th {
    font-size: 18px;
    color: #5c5c5c;
    /*font-weight: 400;*/
    padding: 10px 15px;
    /*text-align: center;*/
    vertical-align: top;
    background: #f5f5f5;
}

.woocommerce table.shop_table td {
    font-size: 18px;
    /*color: #9cc536;*/
    /*font-weight: 400;*/
    padding: 10px 15px;
    /*text-align: center;*/
    vertical-align: middle;
}

.woocommerce table.shop_table td a {
    color: #9cc536;
    /*word-break: break-all;*/
}

.woocommerce table.shop_table th:nth-child(3),
.woocommerce table.shop_table td:nth-child(3) {
    text-align: left;
}

.woocommerce a.remove {
    display: block;
    width: auto;
    height: auto;
}

.woocommerce a.remove:hover {
    color: #333 !important;
    background: none;
}

.woocommerce a.remove img {
    width: auto !important;
}

.woocommerce-cart table.cart img {
    width: 70px;
}

.woocommerce-cart .product-quantity {
    /*max-width: 100px;*/

}
.woocommerce-cart .product-quantity .quantity {
    position: relative;
}

.woocommerce .quantity {
    display: flex;
    padding-left: 25px;
}
.woocommerce-cart .woocommerce .quantity {
    padding-left: 0;
}
.woocommerce .quantity .inc.btn-arrow,
.woocommerce .quantity .dec.btn-arrow
{
    width: 25px;
    height: 100%;
    padding: 0;
    color: #5c5c5c;
    cursor: pointer;
    font-size: 1.5rem;
    text-align: center;
    background: #f2f3f6;
    border: 1px solid #ddd;
    border-radius: 0;
}
.woocommerce .quantity .inc.btn-arrow:hover,
.woocommerce .quantity .dec.btn-arrow:hover
{
    background: #eee;
}
.woocommerce .quantity .inc.btn-arrow {
    border-left: none;
}
.woocommerce .quantity .dec.btn-arrow {
    position: absolute;
    top: 0;
    left: 0;
    border-right: none;
}

/* Little hack to hide the inc/dec button if there is no amount */
.woocommerce-cart .woocommerce .quantity input[type=hidden] + .wac-qty-button {
    order: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #fff;
}
.woocommerce-cart .woocommerce .quantity input[type=hidden] + .wac-qty-button a {
    opacity: 0;
    cursor: default;
}

.woocommerce table.shop_table td.actions {
    padding: 15px 17px;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    max-width: 400px;
    padding-bottom: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 220px;
    margin: 0;
    padding: 1px 10px;
    margin-right: 10px;
    font-size: .8rem;
}
.woocommerce-cart table.cart td.actions .coupon .button {
    margin-bottom: 0;
}

.cart-collaterals .cart_totals h2 {
    margin-bottom: 0;
    padding: 16px;
    background: #5c5c5c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th {
    border-right: 1px solid #e1e1e1 !important;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td {
    text-align: right !important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total th,
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td
{
    background: #F4F8E7;
    color: #5c5c5c;
}

.cart-collaterals .cart_totals p {
    margin-bottom: 0;
}

.cart-collaterals .cart_totals .order-total td strong {
    /*font-weight: 400 !important;*/
}

.wc-proceed-to-checkout-top {
    margin-bottom: 1.5rem;
}

.woocommerce-cart a.checkout-button {
    float: right;

    display: block;
    padding: 15px 30px !important;
    text-align: center;
    font-size: 1rem !important;
}
@media (max-width: 767px) {
    .woocommerce-cart a.checkout-button {
        float: none;
    }
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    text-transform: uppercase;
}


/*-----------kasse.html-------------*/

.woocommerce-billing-fields {
    /*margin-top: 1rem;*/
}
.woocommerce-billing-fields h3 {
    display: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.woocommerce form.login {
    margin-top: 0;
    padding-bottom: 0;
    border: none;
    /*background: #f2f3f6;*/
}
.woocommerce form .form-row {
    position: relative; /* For .screen-reader-text */
    width: 100%;
    display: block;
    padding-left: 0;
    /*padding-right: 15px;*/
    margin: 0 0 15px;
}
.woocommerce form .form-row label {
    color: #5c5c5c;
    margin-bottom: 0;
    width: 100%;
}
.woocommerce form .form-row label span {
    text-transform: none;
}



.woocommerce form .form-row .required {
    color: #5c5c5c;
}

.woocommerce form .form-row .optional {
    visibility: visible;
    text-transform: lowercase;
}

.woocommerce form .form-row#billing_company_field span,
.woocommerce form .form-row#shipping_company_field span {
    width: 100%;
}
.woocommerce-checkout form .form-row#shipping_company_field:after,
.woocommerce-address-fields .form-row#shipping_company_field:after
{
    clear: both;
    margin-top: 1rem;
    /* @todo anschaef seriously? */
    content: "An Packstation oder Postfiliale? Schreibe 'Packstation' bzw. 'Postfiliale' in das Feld 'Straße'. In das Feld 'Hausnr.' schreibe die 3-stellige Packstation- bzw. Filial-Nr. In das Feld 'Adresszusatz' schreibe deine Postnummer.";
    display: block;
    padding: .5rem 1rem;
    font-size: .85rem;
    background: #F4F8E7;
}

.woocommerce form .form-row.form-row-first {
    width: 50%;
}

.woocommerce form .form-row.form-row-first span,
.woocommerce form .form-row-last span {
    width: 100%;
}

.woocommerce form .form-row-last {
    float: left;
    width: 50%;
}

.woocommerce form .form-row.form-row-wide.address-field,
.woocommerce form .form-row.form-row-wide.validate-required {
    width: 50%;
    display: inline-block !important;
    clear: none;
}

.woocommerce-additional-fields {
}
.woocommerce-additional-fields h3 {
    display: none;
}
.woocommerce-additional-fields .form-row.notes span {
    width: 100%;
}

.woocommerce form .form-row textarea {
    height: 89px;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    resize: none;
}
#ship-to-different-address {
    font-size: 1rem;
    font-family: inherit;
    text-transform: none;
}
.woocommerce h3#order_review_heading {
    margin-bottom: 0;
    padding: 1rem 1rem;
    /*color: #9cc536;*/
    border-bottom: 1px solid #f2f3f6;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    text-align: left;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child {
    text-align: right;
    border-right: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    text-align: left;
    font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td
{
    background: #F4F8E7;
    color: #5c5c5c;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td strong {
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 25px;
    float: left;
    display: inline-block;
}

.woocommerce-form-coupon-toggle {
    margin-top: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
}
.woocommerce form .form-row .input-checkbox {
    /*margin: 0;*/
}
.woocommerce .woocommerce-form__label-for-checkbox.inline {
    margin-top: 15px;
}







.woocommerce-form.woocommerce-form-login.login {
    margin: 0 20px;
    /*width: 100%;*/
    /*dislpay: inline-block;*/
}

.woocommerce-form.woocommerce-form-login.login p.form-row-wide.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    /*    width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        margin-top: 0;*/
}

.woocommerce-form.woocommerce-form-login.login p input.woocommerce-Input.woocommerce-Input--text.input-text,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first input,
.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
    /*    width: 100%;
        padding: 5px 15px;*/
}

.woocommerce-LostPassword {
    text-align: center;
}

.woocommerce-LostPassword a {
    color: #9cc536;
}

.woocommerce-button.button {
    background: #9cc536;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}
.woocommerce-button.button:hover {
    background: #5c5c5c;
}

.woocommerce-button.button.view, .woocommerce-button.button.pay, .woocommerce-button.button.cancel {
    padding: 5px 20px;
    display: block;
    text-align: center;
}

.woocommerce-form.woocommerce-form-login.login p.form-row,
.woocommerce-form.woocommerce-form-register.register p.form-row,
.woocommerce-form.woocommerce-form-register.register p:last-child {
    /*    display: block;
        text-align: center;*/
}




.woocommerce-form-row.form-row a {
    display: inline-block;
    margin-left: 20px;
    float: left;
    background: #5c5c5c;
    border-radius: 50px;
    color: #fff;
    padding: 11px 30px;
    text-transform: uppercase;
}

.woocommerce-form-row.form-row a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row,
.woocommerce-form.woocommerce-form-register.register .woocommerce-FormRow.form-row {
    margin-top: 30px;
}

.woocommerce-form.woocommerce-form-register.register p a {
    color: #9cc536;
}

.inner-page-padding {
    padding: 0 0px 50px 0px;
}

.woocommerce-column.col-1,
.woocommerce-column.col-2,
.woocommerce .col-1,
.woocommerce .col-2 {
    flex: inherit;
    max-width: inherit;
    padding: inherit;
}

.woocommerce-account .addresses .title .edit {
    /*margin-top: 5px;*/
}





.woocommerce-order {
    margin-top: 20px;
}
.woocommerce-order-details,
.woocommerce-customer-details section.woocommerce-columns--addresses {
    padding-bottom: 0px;
}

.woocommerce-customer-details section.woocommerce-columns--addresses {
    padding-top: 0px;
}

.woocommerce a.button {
    color: #fff !important;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}





.woocommerce-MyAccount-content a,
.woocommerce-page .tab-info a {
    color: #9cc536;
}
.woocommerce-MyAccount-content label input[type="checkbox"] {
    padding-left: 40px;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-page .tab-info a:hover {
    color: #5c5c5c;
}




.woocommerce .product-subtotal .amount {
    font-weight: bold;
}
.woocommerce .cart-subtotal .amount {
    font-weight: bold;
}
.woocommerce .order-total .amount {
    font-weight: bold;
}
.woocommerce .includes_tax {
    display: block;
    font-size: .8rem;
}

.woocommerce form .form-row select {
    padding: 7px 10px;
}

/* Always show this specific hint! */
.woocommerce #shipping_address_1_field,
.woocommerce #shipping_houseno_field
{
    /*padding-bottom: 80px;*/
}
.woocommerce #shipping_address_1-description {
    position: absolute;
    width: 42%;
    display: block;
    z-index: 100;
}
@media (max-width: 479px) {
    .woocommerce #shipping_address_1-description {
        width: 90%;
    }
}

.woocommerce .woocommerce-customer-details address {
    padding: 0;
    border: none;
    border-radius: 0;
}
@media (max-width: 479px) {
    .woocommerce-column--billing-address {
        margin-bottom: 30px;
    }
}

.woocommerce-checkout #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    background: #F4F8E7;
    border: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: '';
}
.woocommerce-error {
    background: #f6dbd4;
    border: none;
}
.woocommerce-error a {
    color: darkred;
}

.woocommerce-MyAccount-navigation {
    margin: 0;
    text-transform: uppercase;
}
.woocommerce-MyAccount-navigation > ul {
    margin: 0 0 20px;
    list-style: none;
}
.woocommerce-MyAccount-navigation > ul > li {
    margin: 0;
    line-height: 60px;
    border-bottom: 1px solid #f2f3f6;

}
.woocommerce-MyAccount-navigation > ul > li > a {
    padding: 0 0 0 60px !important;
    display: block;
    color: #95c120;
    background-position: left;
    background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation > ul > li > a:hover,
.woocommerce-MyAccount-navigation > ul > li.is-active > a
{
    color: #5c5c5c;
}

.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--dashboard > a {
    background-image: url(../../images/icons/MeinKonto_Dashboard_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--myvibono > a {
    background-image: url(../../images/icons/MeinKonto_Myvibono_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--orders > a {
    background-image: url(../../images/icons/MeinKonto_Bestellungen_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li[class*="woocommerce-MyAccount-navigation-link--members-area"] > a {
    background-image: url(../../images/icons/MeinKonto_Mitgliedschaft_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--downloads > a {
    background-image: url(../../images/icons/MeinKonto_Downloads_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--edit-address > a {
    background-image: url(../../images/icons/MeinKonto_Adressen_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--edit-account > a {
    background-image: url(../../images/icons/MeinKonto_Konto-Details_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--myreferrals > a {
    background-image: url(../../images/icons/MeinKonto_Vibonoempfehlen_49x49.png);
}
.woocommerce-MyAccount-navigation > ul > li.woocommerce-MyAccount-navigation-link--customer-logout > a {
    background-image: url(../../images/icons/MeinKonto_Abmelden_49x49.png);
}


@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce-MyAccount-navigation > ul > li {
        width: auto;
        border: none;
    }
    .woocommerce-MyAccount-navigation > ul > li > a {
        width: 60px;
        overflow: hidden;
        text-indent: -999px;
    }
}



.woocommerce .quantity .qty {
    width: 2.5rem;
}

.woocommerce .button[name="apply_coupon"],
.woocommerce .button[name="update_cart"]
{
    font-size: .85rem;
    padding: 12px 10px;
    vertical-align: top;
    background: #eee;
    color: #999 !important;
}
.woocommerce .button[name="apply_coupon"]:hover,
.woocommerce .button[name="update_cart"]:hover
{
    background: #ddd !important;
}
.woocommerce-page table.cart td.actions .button[name="update_cart"] {
    /* Hide "Refresh cart" button because it's done by Ajax, but leave in HTML, because plugin depends on it */
    position: absolute;
    left: -99999px;
    overflow: hidden;
}







.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff !important;
}

.woocommerce p.cart-empty {
    padding-top: 50px;
    text-align: center;
}
.woocommerce p.return-to-shop {
    /*padding-top: 50px;*/
    text-align: center;
}


.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce table.shop_table td {
    hyphens: auto;
}




.woocommerce #payment {
    padding: 0;
    background: #f2f3f6;
    border-radius: 0;
}

.woocommerce #payment ul.payment_methods {
    border: none;
}

.woocommerce #order_review .legal {
    padding: 0 1rem;
}
.woocommerce #order_review .legal label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.woocommerce #order_review .legal label input {
    position: absolute;
    top: 10px;
    left: 0;
}

.woocommerce .woocommerce-gzpd-checkout-verify-data {
    /*margin-bottom: 2rem;*/
    padding: 0 1rem;
    /*border-bottom: 1px solid #f2f3f6;*/
}
.woocommerce .woocommerce-gzpd-checkout-verify-data .title {
    padding-top: 1rem;
}
.woocommerce-order-details__title,
.woocommerce .woocommerce-column__title,
.woocommerce-Address-title h3,
.woocommerce .woocommerce-gzpd-checkout-verify-data .title h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #9cc536;
}

.woocommerce .wc_payment_method {
    margin-bottom: .5rem !important;
}

.woocommerce #order-verify {
}
.woocommerce #order-verify .col-1 {
}

.woocommerce .wc-forward:after {
    content: '\f105';
    margin-left: 10px;
    font-family: FontAwesome;
}
.woocommerce .wc-backward:before {
    content: '\f104';
    margin-right: 10px;
    font-family: FontAwesome;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #5c5c5c;
}

.woocommerce ul.order_details {
    margin: 1.5rem 0;
    padding: 0;
}
@media (max-width: 787px) {
    .woocommerce ul.order_details {
        margin: 1.5rem 0;
        padding: 0;
    }
    .woocommerce ul.order_details li {
        float: none;
        border: none;
        margin-bottom: 10px;
    }
}

.woocommerce ul#shipping_method li {
    position: relative;
    margin: 0;
}
.woocommerce ul#shipping_method li label {
    font-size: 1rem;
}

.woocommerce .wc-bacs-bank-details-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #9cc536;
}
.woocommerce .wc-bacs-bank-details-account-name {
    padding: 0;
    font-size: 1rem;
}

.woocommerce .woocommerce-thankyou-order-received {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.woocommerce form .form-row label.inline {
    margin-left: 10px;
}