/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/****************** Printshop babbalala custom css******************/
app-root.ObilityPrintShop .breadcrumb {
	display: none !important;
}

app-root.ObilityPrintShop ng-select.ng-select-single {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

/** List styling START **/
app-root.ObilityPrintShop .artikelgruppe .artikelgruppe_artikel_item .card-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

app-root.ObilityPrintShop .artikelgruppe .artikelgruppe_artikel_item .card-body .card-title {
	text-align: left !important;
	font-weight: 400 !important;
    color: var(--e-global-color-primary) !important;
	font-weight: 700 !important;
}
/** List styling END **/

/** Detail page styling START **/
app-root.ObilityPrintShop app-artikel-detail-page .last-viewed.last-header h5 {
	font-family: "Borna", Sans-serif !important;
	font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
	margin-bottom: 20px !important;
}

app-root.ObilityPrintShop app-artikel-detail-page .shopartikel-detail h1 {
	font-family: "Borna", Sans-serif !important;
	font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
	margin-bottom: 20px !important;
}

app-root.ObilityPrintShop app-artikel-detail-page .shopartikel-detail .btn-primary {
	font-family: "Borna", Sans-serif !important;
	font-weight: 700 !important;
    background-color: var(--e-global-color-primary) !important;
}

app-root.ObilityPrintShop app-artikel-detail-page .last-viewed .card {
	background-color: transparent;
}
app-root.ObilityPrintShop app-artikel-detail-page .last-viewed .card .card-img-top {
	height: auto !important;
}

app-root.ObilityPrintShop app-artikel-detail-page .last-viewed .card .card-body {
	padding: 8px 0 !important;
}

app-root.ObilityPrintShop app-artikel-detail-page .last-viewed .card .card-body .card-title {
	text-align: left !important;
    color: var(--e-global-color-primary) !important;
	font-weight: 700 !important;
}

/** hide "Abweichende Lieferadresse" in cart **/
app-warenkorb app-warenkorb-anschrift div[formgroupname=adressen] > div:nth-child(3) {
  //display: none;
}
/** Detail page styling END +**/