/*
Theme Name: Sydney Child
Theme URI: https://athemes.com/theme/sydney
Template: sydney
Author: Bogensport Schmid
Description: Child theme for Sydney - custom styles for bogensportschmid.de
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney-child
*/

/** NEU **/
/* ===== Produktsicherheit: Herstellerinformationen ===== */

.wc-gzd-manufacturer-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1.2rem 1.4rem;
    margin-top: 0.8rem;
    font-size: 0.95em;
    line-height: 1.6;
}
.wc-gzd-manufacturer-name {
    font-size: 1.05em;
    margin-bottom: 0.3rem;
    color: #222;
}
.wc-gzd-manufacturer-description {
    color: #555;
    margin-bottom: 0.8rem;
}
.wc-gzd-manufacturer-address-block,
.wc-gzd-manufacturer-eu-block {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid #dee2e6;
}
.wc-gzd-manufacturer-label {
    display: block;
    font-weight: 600;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 0.25rem;
}
.wc-gzd-manufacturer-address,
.wc-gzd-manufacturer-eu-address {
    margin: 0;
    color: #333;
}

.dropdown-item {
	font-size: 16px;
}

.entry-title {
	display: none;
}

h1.product_title.entry-title {
    display: inherit;
    font-size: 28px!important;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

.img-shadow {
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
	border-radius: 10px;
}

.navbar-nav {
	font-size: 15px;
}

.single .entry-header, .page .entry-header {
	margin-bottom: 0px;
}

.footerContainer {
	border-top: 20px solid #D3D3D3;
}

.footerContainer a {
	color: black;
}

.headerContainer a {
	color: black;
}

.footerHeader {
	font-weight: bold;
}

.containerBackground {
	background-color: #fbfbfb;
}

.containerBackgroundOrange {
	background-color: #ff8c00;
}

.textSize1 {
	font-size: 32px;
}

.textSize2 {
	font-size: 26px;
}

.textSize3 {
	font-size: 22px;
}

.mt-6 {
	margin-top: 60px;
}

.mt-7 {
	margin-top: 80px;
}

.defaultbogensportBtn {
	text-transform: uppercase;
	font-size: 16px;
}

.meinKontoContainer .dropdown-toggle::after {
	content: none;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	height: auto;
	padding: 5px 15px;
}

.woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce-products-header {
	display: none;
}

.preiscontainer {
	border-left: 1px solid #ececec;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 1.35em;
}

.product_list_widget .wc-gzd-additional-info, .products .wc-gzd-additional-info {
	font-size: .8em;
	margin: .5rem 0 .5rem 0;
	padding: 0;
}

.product p.wc-gzd-additional-info {
	margin-bottom: 1rem;
	font-size: .75em;
	clear: left;
}

.mark, mark {
	background-color: transparent;
}

h2.woocommerce-loop-category__title {
	font-size: 18px;
}

.variations select {
	vertical-align: top;
	height: auto;
	padding: 5px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #0093dd!important;
    border-color: #0093dd!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #443f3f!important;
    border-color: #443f3f!important;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 0.78125rem;
}

/* Sydney's #secondary link color überschreibt Button-Schrift → zurücksetzen */
#secondary a.btn,
#secondary a.button,
#secondary .woocommerce-mini-cart__buttons a {
    color: #fff;
}


.woocommerce-input-wrapper {
	width: 100%;
}


.woocommerce form .form-row .input-checkbox {
	position: relative;
}

#place_order {
	width: 100%;
	font-size: 2rem;
} 


.border-bottom-bss {
	border-bottom: 1px solid #D3D3D3;
}


.text-decoration-underline {
	text-decoration: underline;
}

.tnp-subscription {
	max-width: 100%!important;
}

.cookiebtn-bss {
	background-color: #0093dd !important;
	color: white;
	border-radius: 5px;
}

a {
    color: #1e73be;
}

h2 {
    font-size: 20px;
}

.roll-button {
    background-color: #1e73be;
    border-color: #1e73be;
}


p.wc-gzd-additional-info.tax-info {
    display: none;
}

small.woocommerce-price-suffix {
    display: none;
}

p.wc-gzd-additional-info.shipping-costs-info {
    display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-image: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #0093dd!important;
    border-color: #0093dd!important;
}

.woocommerce-mini-cart__buttons a {
    font-size: 16px!important;
}
.woocommerce-mini-cart__buttons a:last-child {
    margin-left: 5px
}

/* Mini-Cart Buttons: untereinander, volle Breite */
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}

/* Mini-Cart Artikel: Flexbox — X links, Artikeldaten rechts */
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item,
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item {
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ececec;
}
/* X-Button: links (erster im DOM, bleibt order:0) */
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item a.remove,
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item a.remove {
    flex: 0 0 auto;
    order: 0;
    color: #cc0000 !important;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    position: static;
    float: none;
}
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item a.remove:hover {
    color: #ff0000 !important;
}
/* Produktlink (Bild + Name): neben dem X */
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item > a:not(.remove),
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item > a:not(.remove) {
    flex: 1 1 auto;
    order: 1;
    min-width: 0;
}
/* Menge: volle Breite in eigener Zeile */
.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item .quantity,
.woocommerce.widget_shopping_cart .cart_list li.mini_cart_item .quantity {
    flex: 0 0 100%;
    order: 2;
    display: block;
    margin-top: 2px;
    font-size: 0.85em;
    color: #555;
}

/* Override wc.css: active tab background #d65050 → #1e73be */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1e73be;
}

/* Override style.css: alle #d65050 → #1e73be */
.widget-area .widget_fp_social a, .social-menu-widget a, .social-menu-widget a:hover {
    color: #1e73be;
}

.single .hentry .meta-post a {
    color: #1e73be;
}

#mainnav ul li a:hover {
    color: #1e73be;
}

.classic-alt .meta-post a {
    color: #1e73be;
}

.panel-grid-cell .widget-title:after {
    background-color: #1e73be;
}

.sydney_contact_info_widget span {
    color: #1e73be;
}

.archive .team-social li a {
    color: #1e73be;
    border: 1px solid #1e73be;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1e73be;
}

.text-color {
    color: #1e73be;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #1e73be;
    border: 1px solid #1e73be;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #1e73be;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border: 1px solid #1e73be;
}

#mainnav > ul > li > a.active, #mainnav > ul > li > a:hover {
    color: #1e73be;
}

#mainnav ul li ul:after {
    background-color: #1e73be;
}

#mainnav .sub-menu li:hover > a {
    background-color: #1e73be;
}

.error-wrap #search-submit:hover {
    background-color: #1e73be;
    border-color: #1e73be;
}

.text-slider .maintitle:after {
    background-color: #1e73be;
}

.content-area .hentry:after {
    background-color: #1e73be;
}

.hentry .meta-post a:hover {
    color: #1e73be;
}

.hentry blockquote {
    border-left: 3px solid #1e73be;
}

.blog-pagination ul li {
    border: 1px solid #1e73be;
}

.blog-pagination ul li.active, .blog-pagination ul li:hover a {
    background-color: #1e73be;
}

.sidebar .widget:before {
    background-color: #1e73be;
}

.widget-tags .tag-list a:hover {
    border: 1px solid #1e73be;
}

.comment .comment-detail {
    border: 1px solid #1e73be;
}

.bottom .socials li:hover a, .go-top {
    background-color: #1e73be;
}

.go-top:hover {
    color: #1e73be;
}

.switcher-container .switcher-icon a:focus {
    color: #1e73be;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #1e73be;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1e73be;
}

.roll-icon-box .icon {
    border: 1px solid #1e73be;
}

.roll-icon-box .icon i, .roll-icon-box .content h3 a:hover {
    color: #1e73be;
}

.roll-icon-box.white .icon {
    background-color: #1e73be;
}

.roll-icon-box.white .content h3 a {
    color: #1e73be;
}

.roll-icon-list .icon {
    border: 1px solid #1e73be;
}

.roll-icon-list .icon i, .roll-icon-list .content h3 a:hover {
    color: #1e73be;
}

.roll-button:hover {
    color: #1e73be;
}

.roll-button.border {
    color: #1e73be;
    border: 1px solid #1e73be;
}

.roll-button.border:hover {
    background-color: #1e73be;
}

.roll-button.light:hover {
    border: 1px solid #1e73be;
    background-color: #1e73be;
}

.project-filter li a.active, .project-filter li a:hover {
    background-color: #1e73be;
}

.roll-testimonials .name {
    color: #1e73be;
}

.roll-project .project-item .project-pop {
    background-color: #1e73be;
}

.roll-socials li a {
    border: 1px solid #1e73be;
}

.roll-socials li a:hover {
    background-color: #1e73be;
    border: 1px solid #1e73be;
}

.roll-infomation li.address:before, .roll-infomation li.phone:before, .roll-infomation li.email:before {
    color: #1e73be;
}

.roll-progress .progress-animate {
    background-color: #1e73be;
}

.roll-team .team-item .team-pop .team-social li:hover a {
    color: #1e73be;
}

.roll-team .team-item .team-pop {
    background-color: #1e73be;
}

.roll-team .team-content .name {
    color: #1e73be;
}

.cart-amount {
    background-color: #1e73be;
}

/* Bootstrap 4 row – flexbox (Bootstrap 3 override / already in BS4) */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Gleiche Kartenhöhe bei Produktkategorien (col-md-3 Grid) */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product > a,
.woocommerce ul.products li.product .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Gleiche Höhe für Bootstrap-Card im Produkt-Loop (content-product_cat.php) */
.products .col-md-3 {
    width: 100%;
}

/* Kategoriebilder: einheitlich 300px hoch, zentriert abgeschnitten */
.product-category.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
    display: block;
}

/* WooCommerce Produkt-Liste (content-product.php) – innere Zeile full height */
.woocommerce ul.products li.product .row.h-100 {
    align-items: stretch;
}

/* Produkt-Karte (content-product.php) – inline styles ausgelagert */
.product-card-bss {
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 15px;
}

/* Loop clear-div (loop-start.php) – inline style ausgelagert */
.loop-clear-bss {
    clear: both;
}

/* SALE-Badge: rot statt grau (#252525 aus wc.css) + korrekte Positionierung in custom Layout */
.woocommerce span.onsale,
.yith-wcqv-main span.onsale {
    background: #d0121b !important;
    color: #fff !important;
}
/* In unserem custom Div-Layout (kein li) Badge oben-links an der Bild-Spalte */
.product-card-bss .onsale {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 11;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}
.woocommerce span.onsale {
    z-index: 11;
    padding: 0.5em!important;
    font-weight: 700;
    position: absolute;
    top: 0em!important;
    left: 0em!important;
    right:auto!important;
    margin: 0;
    background-color: #ff0e0e!important;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

/* =============================================
   Warenkorb: Bestellübersicht (cart_totals)
   Vollbreite, sauberes Layout
   ============================================= */

/* Vollbreite: Sydney/WC floaten cart_totals auf 48% */
.woocommerce .cart-collaterals {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce-cart .cart_totals,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    padding: 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-top: 30px;
}

/* Überschrift */
.woocommerce .cart_totals h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1e73be;
    color: #222;
}

/* Tabelle: volle Breite, klare Zeilen */
.woocommerce .cart_totals table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 0.95rem;
}
.woocommerce .cart_totals table.shop_table th {
    font-weight: 600;
    color: #444;
    width: 40%;
}
.woocommerce .cart_totals table.shop_table td {
    text-align: right;
    color: #222;
}

/* Gesamtzeile hervorheben */
.woocommerce .cart_totals table.shop_table tr.order-total th,
.woocommerce .cart_totals table.shop_table tr.order-total td {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e73be;
    border-top: 2px solid #1e73be;
    border-bottom: none;
    padding-top: 16px;
}

/* Zebra-Streifen für bessere Lesbarkeit */
.woocommerce .cart_totals table.shop_table tr:nth-child(even) th,
.woocommerce .cart_totals table.shop_table tr:nth-child(even) td {
    background: #f9f9f9;
}

/* Zur Kasse Button */
.woocommerce .cart_totals .wc-proceed-to-checkout {
    margin-top: 10px;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 1.05rem;
    font-weight: 700;
    background: #1e73be;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #155a94;
}

/* =============================================
   Produkt-Detailseite: Tabs (Beschreibung, Bewertungen)
   Klassisches Reiter-Design mit Rahmen
   ============================================= */

/* Tab-Liste: zurücksetzen auf klassisches WC-Layout */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 1em !important;
    margin: 0 0 0 0 !important;
    overflow: hidden;
    position: relative;
    list-style: none;
}
/* Untere Trennlinie (hinter den Tabs) */
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1;
}
/* Einzelner Tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8 !important;
    background-color: #e9e6ed !important;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px !important;
    padding: 0 1em;
}
/* Tab-Ecken (links) */
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    left: -5px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed;
}
/* Tab-Ecken (rechts) */
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    right: -5px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed;
}
/* Tab-Link */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .6em 0;
    font-weight: 600;
    color: #515151;
    text-decoration: none;
    text-transform: none !important;
    font-size: 14px;
    letter-spacing: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #1e73be;
}
/* Aktiver Tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    color: #1e73be !important;
    z-index: 2;
    border-bottom-color: #fff !important;
    border-top: 2px solid #1e73be !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1e73be !important;
    border-bottom: none !important;
    padding-bottom: .6em !important;
}
/* Tab-Inhalt: kein Rahmen, linksbündig */
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #cfc8d8;
    border-top: none;
    padding: 1.5em;
    margin: 0 0 2em !important;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
/* Wrapper: kein doppelter Rahmen unten */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
    border-bottom: none !important;
    margin-bottom: 2em !important;
}

/* Sydney styles.css setzt td, th { text-align: center } — im Tab-Inhalt zurücksetzen */
.woocommerce div.product .woocommerce-tabs .panel td,
.woocommerce div.product .woocommerce-tabs .panel th {
    text-align: left;
    border: none;
}




#place_order {
    font-size: 1rem;
}

.woocommerce a.button {
    font-size: 0.75rem;
}


.headerMargin {
    margin-left: 15px;
}
.headerFontSize {
    font-size: 32px;
}

.content-area.sidebar-left {
    padding-left: 0px!important; 
}

/* =============================================
   Kasse: Bestellübersicht (review-order-table)
   ============================================= */

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}

/* Kopfzeile */
.woocommerce-checkout-review-order-table thead tr {
    background: #1e73be;
}
.woocommerce-checkout-review-order-table thead th {
    color: #fff !important;
    font-weight: 700;
    padding: 12px 16px;
    text-align: left;
    border: none !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Basis-Padding für alle th/td in der Tabelle */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 5px !important;
}

/* Produkt-Zeilen */
.woocommerce-checkout-review-order-table tbody tr.cart_item td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle;
    text-align: left;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item:last-child td {
    border-bottom: none !important;
}
/* Zebra */
.woocommerce-checkout-review-order-table tbody tr.cart_item:nth-child(even) td {
    background: #f9f9f9;
}
/* Produktname fett */
.woocommerce-checkout-review-order-table td.product-name {
    font-weight: 600;
    color: #222;
}
.woocommerce-checkout-review-order-table td.product-name .product-quantity {
    color: #666;
    font-weight: 400;
    font-size: 0.9em;
}
/* Preis rechtsbündig */
.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
    white-space: nowrap;
    color: #1e73be;
    font-weight: 600;
}

/* Footer-Zeilen (Zwischensumme, Versand, Gesamt) */
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 10px 16px;
    border-top: 1px solid #f0f0f0 !important;
    text-align: left;
    font-size: 0.9rem;
}
.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
}
/* Gesamtzeile hervorheben */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e73be;
    border-top: 2px solid #1e73be !important;
    padding-top: 14px;
}

/* Kasse: "Deine Bestellung" Überschrift – Inline-Style aus GZD ausgelagert */
h3#order_review_heading {
    display: block !important;
    width: 100% !important;
}