/**

* GC Advanced Tax

* 

* Module for Prestashop E-Commerce Software

*

* @author    Markus Engel <info@onlineshop-module.de>

* @copyright Copyright (c) 2019, Onlineshop-Module.de

* @license   commercial, see licence.txt

*/



#checkout-payment-step .sse_text {

    color: #7a7a7a;

    font-size: 0.8rem;

    margin: 15px 0 0 0;

}



.page-order-confirmation .sse_text {

    color: #7a7a7a;

    font-size: 0.8rem;

    margin: 10px 0 20px 0;

}



.gc-advanced-tax-sse #checkout-payment-step .sub,

.gc-advanced-tax-sse .order-confirmation-table .sub {

	display: none !important;

}

#product .product-info-section .product-prices {

    margin-bottom: 0 !important;

}

.tax-shipping-delivery-label.sse-tax-label {

	font-size: 0.8125rem;

	color: #585d66;

    margin-bottom: 2rem;

}



#cart .sse_text {

    font-size: 0.8125rem;

    color: #585d66;

    margin-top: 2rem;

}



.tax_label_short {

    display: block;

    color: #7a7a7a;

    font-size: .75rem;

    font-weight: 400;

}



.product-line-grid-body>.product-line-info .tax-rate {

        overflow: hidden;

    font-size: 0.675rem;

    font-weight: 500;

    color: #7a7a7a;

    text-overflow: ellipsis;

}

/* Kleinunternehmer-Hinweis direkt unter der Gesamtsumme im Checkout */
.gc-advancedtax-checkout-sse {
    clear: both;
    display: block;
    color: #585d66;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0.45rem 1.25rem 1rem;
}

/* If the hook is rendered inside a totals/card block, keep spacing compact. */
.cart-summary-totals .gc-advancedtax-checkout-sse,
.js-cart-summary-totals .gc-advancedtax-checkout-sse,
.cart-detailed-totals .gc-advancedtax-checkout-sse {
    margin-left: 0;
    margin-right: 0;
}

