/*** hersteller liste ***/
body .is-layout-constrained>div.quform.quform-1 {
    max-width: 100% !important;
}

.quform-1 .quform-child-elements .quform-element,
.ac-products-wrapper {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.quform-1 .quform-child-elements .quform-element.quform-element-1_36 {
    max-width: 100% !important;
}

.fav-list-head-element {
    font-size: 12px;
    font-weight: 600;
}


.fav-list-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 80px;
}

#fav-list {
    margin: auto;
    border-collapse: collapse;
    text-align: center;
}

#fav-list .element-is-sticky .fav-list-head-element {
    width: 150px;
    position: sticky;
    left: 30px;
    background-color: white;
}

#fav-list-head.element-is-sticky .fav-list-head-row {
    position: relative;
}

#fav-list .element-is-sticky tr {
    background-color: white;
}


#fav-list input {
    width: calc(100% - 48px);
}

#fav-list-head {}

#fav-list-body {}

#fav-list-body tr {
    /*border: 1px solid #AAAAAA;*/
    border-left: 0px;
    background-color: white;
}

#fav-list td {
    border: 1px solid #AAAAAA;
}

#fav-list #fav-list-head th {
    border: 1px solid #AAAAAA;
    border-bottom: 0px;
}

#fav-list #fav-list-foot th {
    border: 1px solid #AAAAAA;
    border-top: 0px;
}

#fav-list #fav-list-foot th:first-of-type {
    border-top: 1px solid #AAAAAA !important;
}

#fav-list-body tr td {
    background-color: white;
}

#fav-list-body tr:nth-child(even) td {
    background-color: #f7f7f7;
}

#fav-list-body td {
    font-size: 12px;
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    max-height: 90px;
    min-height: 90px;
    height: 90px;
    padding: 10px;
}

#fav-list-body td span {
    width: 100%;
    display: block;
    text-align: center;
}

.fav-list-side-element {
    position: sticky;
    display: block;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fav-list-foot {}

.fav-list-head-row {}

.fav-list-head-element {
    font-size: 16.8px;
    font-weight: bold;
}

.fav-list-side-element {
    font-size: 16.8px;
    font-weight: bold;
    z-index: 100;
    /*border-right: 0px !important;*/
    border-bottom: 0px !important;
}

.disabled {
    opacity: 0.5;
}

.error {
    color: #ed9309 !important;
}

.first-head-element {
    background-color: white;
    position: sticky;
    left: 0;
}

@media screen and (min-width: 601px) {
    body:not(.home) #wp--skip-link--target > div.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained > div:not(.logo-banner) {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media and screen (max-width: 600px){
	body:not(.home) #wp--skip-link--target>div.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained>div:not(.logo-banner) {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.fav-list-select-container {
    max-width: 1000px !important;
    margin: auto;
}

.fav-list-btn-area {
    text-align: center;
    padding: 10px;
}

.button:hover {
    cursor: pointer;
}

.fav-list-btn-area {
    position: absolute;
    width: 100%;
    margin-top: 20px;
}

#fav-list-body .fav-list-subheading-row>td {
    background-color: #dcdcdc !important;
    text-align: left;
    height: 50px;
    font-size: 20px;
}

.fav-list-head-element {
    height: 50px !important;
}

/************ Catalog PDF select **********/
.catalog-select-container{
	max-width: 1000px !important;
    margin: auto;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.catalog-select-container select{
	flex: 1;
}

body.page main div.entry-content > div.wp-block-group {
	padding-right: 0px;
}



.fav-list-subheading-row > .fav-list-subheading > span{
	position: sticky;
    left: 20px;
    width: calc(100vw - 120px) !important;
	text-align: left !important;
	max-width: 100%;
}

#package-table{
	width: 100%;
}

#package-table-container > #btn-container{
	margin-top: 15px;
	display: flex;
	justify-content: center; 
	align-items: center;
}

#package-table td:not(.product-title):not(.product-sku){
	text-align: center;
}

#package-table td,
#package-table th{
	padding-right: 15px;
}

.fav-list-side-element {
	display: flex;
	gap: 10px;
}

.fav-list-side-element .fav-list-image-text {
  display: flex;
  align-items: center;
}

.fav-list-side-element img {
  max-width: 50px;
  height: auto;
}

.fav-list-side-element span,
.fav-list-side-element{
	text-align: left !important;
}