/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



    /* Single product page css start */



    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
        padding: 0;
        margin: 0 0 30px 0;
        overflow-x: auto;
        display: flex;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
        border: 1px solid #415582;
        border-radius: 0;
        padding: 0;
        margin: 0 -3px;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:before {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:after {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
        padding: 10px 25px;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        color: #3f537f;
        background-color: #fff;
        white-space: nowrap;
    }

    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs::before {
        border-bottom: 1px solid #415582;
    }
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:first-child {
        margin-left: 0;
    }
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover a {
        color: #fff;
        background-color: #415582;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding-top: 0 !important;
        font-size: 16px;
        line-height: 26px;
    }
    .woocommerce table.shop_attributes, .woocommerce table.shop_attributes tr, .woocommerce table.shop_attributes td, 
    .woocommerce table.shop_attributes th {
        border: 1px solid #405481 !important;
        color: #000;
        background-color: #ffff;
    }
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th {
        padding: 10px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .woocommerce table.shop_attributes td p {
        padding: 0;
    }
    .woocommerce #review_form #respond textarea {
        border-color: #415582;
        margin-top: 8px;
    }

    .wc-CTA-button-wrap {
        pointer-events: none;
    }

    .wc-CTA-button-wrap .cta-sticky {
        pointer-events: auto;
    }
    .jetengine-booking-form-wrapper .jet-apb-calendar-content {
        width: 100% !important;
        min-width: auto !important;
    }
    .jetengine-booking-form-wrapper .jet-apb-calendar-wrapper {
        background-color: #ffffff47;
        border-radius: 15px;
        padding: 15px;
    }

    .jetengine-booking-form-wrapper .jet-apb-calendar-wrapper .jet-apb-calendar-date {
        min-height: 60px;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
    }

    .jetengine-booking-form-wrapper .jet-apb-calendar-wrapper .jet-apb-calendar-date.jet-apb-calendar-date--disabled {
        background-color: #ffffff40;
        color: #fff;
    }
    .jetengine-booking-form-wrapper {
        width: 100%;
        clear: both;
        margin: 60px auto;
        max-width: 600px;
        padding: 40px;
        background-color: var(--e-global-color-primary);
        color: #fff;
        border-radius: 20px;
    }

    .jetengine-booking-form-wrapper button.jet-form__submit {
        background-color: var(--e-global-color-secondary);
        font-family: "Montserrat", Sans-serif;
        font-size: 17px;
        font-weight: 600;
        min-height: auto;
        height: auto;
        line-height: normal;
        text-transform: uppercase;
        fill: var(--e-global-color-b1f02e4);
        color: var(--e-global-color-b1f02e4);
        border-style: solid;
        border-width: 2px;
        border-color: var(--e-global-color-secondary);
        border-radius: 5px;
        padding: 15px 40px;
        width: fit-content;
    }


    .jetengine-booking-form-wrapper button.jet-form__submit:hover {
        color: var(--e-global-color-secondary);
        background: var(--e-global-color-b1f02e4);
    }

    .woocommerce .woocommerce-breadcrumb {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .woocommerce .woocommerce-breadcrumb a {
        font-size: 16px;
    }
    section.related.products {
        margin-top: 50px;
    }
    section.related.products h2,
    .wc-tabs-wrapper h2 {
        font-size: 26px;
    }

    .wc-tabs-wrapper h3 {
        font-size: 22px;
    }

    .wc-tabs-wrapper p, .wc-tabs-wrapper ul li, .wc-tabs-wrapper ol li {
        font-size: 16px;
        line-height: 26px;
    }
    .wc-tabs-wrapper h4 {
        font-size: 20px;
    }

    .woocommerce #review_form #respond .form-submit input,
    .jet-compare-button__container .jet-compare-button__link,
    section.related.products ul.products li.product .jet-compare-button__link,
    section.related.products ul.products li.product .button {
        background-color: var(--e-global-color-secondary);
        font-family: "Montserrat", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        fill: var(--e-global-color-b1f02e4);
        color: var(--e-global-color-b1f02e4);
        border-style: solid;
        border-width: 2px;
        border-color: var(--e-global-color-secondary);
        border-radius: 5px;
        padding: 10px 20px;
    }

    .woocommerce #review_form #respond .form-submit input:hover,
    .jet-compare-button__container .jet-compare-button__link:hover,
    section.related.products ul.products li.product .jet-compare-button__link:hover,
    section.related.products ul.products li.product .button:hover {
        color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-b1f02e4);
    }
    .jet-compare-button__container .jet-compare-button__link .jet-compare-button__plane,
    section.related.products ul.products li.product .jet-compare-button__link .jet-compare-button__plane {
        background: transparent;
        display: none;
    }
    .jet-compare-button__container .jet-compare-button__link .jet-compare-button__state,
    section.related.products ul.products li.product .jet-compare-button__link .jet-compare-button__state {
        color: currentcolor;
        line-height: normal;
    }
    .jet-compare-button__container {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .jetengine-booking-form-wrapper .jet-form-row .jet-form-col {
        display: block;
    }
    .jetengine-booking-form-wrapper .jet-form-row .jet-form-col .jet-form-col__end {
        width: 100%;
        display: block;
    }

    .jetengine-booking-form-wrapper .jet-form .jet-form-col {
        flex-wrap: wrap !important;
    }
    .jetengine-booking-form-wrapper .jet-form .jet-form-col__start,
    .jetengine-booking-form-wrapper .jet-form .jet-form-col__end {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .jetengine-booking-form-wrapper .jet-form .jet-form-row.jet-form-row--hidden {
        display: none;
    }
    .jetengine-booking-form-wrapper .jet-form .jet-form-row {
        width: calc(50% - 0px);
        display: inline-block;
        margin: 0;
        padding: 0 !important;
        vertical-align: top;
    }
    .jetengine-booking-form-wrapper .jet-form .jet-form-row.telefon-field-row {
        width: 100%;
    }

    .jetengine-booking-form-wrapper .jet-form .jet-form-row.jet-form-row--submit {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .jetengine-booking-form-wrapper .jet-form .jet-form__field {
        margin-bottom: 15px;
        resize: none;
        padding: 8px 16px;
    }

    @media (max-width:991px) {
       .jetengine-booking-form-wrapper button.jet-form__submit {
        padding: 12px 30px;
        font-size: 15px;
    }

    .jet-compare-button__container .jet-compare-button__link,
    section.related.products ul.products li.product .jet-compare-button__link,
    section.related.products ul.products li.product .button {
        font-size: 15px;
    }
    section.related.products h2,
    .wc-tabs-wrapper h2 {
        font-size: 24px;
    }

    .wc-tabs-wrapper h3 {
        font-size: 20px;
    }

    .wc-tabs-wrapper p, .wc-tabs-wrapper ul li, .wc-tabs-wrapper ol li {
        font-size: 14px;
        line-height: 24px;
    }
    .wc-tabs-wrapper h4 {
        font-size: 18px;
    }
    .jetengine-booking-form-wrapper .jet-form .jet-form-row {
        width: 100%;
    }
}

@media (max-width:767px) {
	.jetengine-booking-form-wrapper button.jet-form__submit {
        padding: 10px 25px;
        font-size: 14px;
    }
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .woocommerce div.product .woocommerce-tabs .panel,
    .jet-compare-button__container .jet-compare-button__link,
    section.related.products ul.products li.product .jet-compare-button__link,
    section.related.products ul.products li.product .button {
        font-size: 14px;
    }
    section.related.products h2,
    .wc-tabs-wrapper h2 {
        font-size: 20px;
    }

    .wc-tabs-wrapper h3 {
        font-size: 18px;
    }
    .wc-tabs-wrapper p, .wc-tabs-wrapper ul li, .wc-tabs-wrapper ol li {
        font-size: 14px;
        line-height: 22px;
    }
    .woocommerce .woocommerce-breadcrumb {
        font-size: 14px;
    }
    .woocommerce #review_form #respond .form-submit input, .jet-compare-button__container .jet-compare-button__link, section.related.products ul.products li.product .jet-compare-button__link, section.related.products ul.products li.product .button,
    .woocommerce .woocommerce-breadcrumb a {
        font-size: 14px;
    }
}

@media (max-width:575px) {
	.jetengine-booking-form-wrapper {
		padding: 20px;
		border-radius: 10px;
	}
	.jetengine-booking-form-wrapper .jet-apb-calendar-wrapper .jet-apb-calendar-date {
        min-height: 35px;
        font-size: 14px;
    }
    .jetengine-booking-form-wrapper .jet-apb-calendar-wrapper .jet-apb-calendar-week span {
        font-size: 14px;
    }
    .jetengine-booking-form-wrapper button.jet-form__submit {
        padding: 8px 20px;
    }
}
/* Single product page css end */



.yith-wapo-option .option-container {
	width: 100%
}
.yith-wapo-option .option-container .option-price {
	white-space: nowrap;
}
.yith-wapo-option .option-container .yith-wapo-addon-label {
	width:75%
}
.wapo-addon-title {
    font-size: 24px !important;
}
.yith-wapo-option .option-price .brackets {
    display: none;
}
.yith-wapo-option .option-price .positive {
    display: none;
}
/* .wapo-total-options {
    display: none;
}
.wapo-total-order {
    display: none;
} */
.single-product .product_title {
	font-size: 30px;
}
.cta-sticky {
  margin-right: -215px !important; /* Ausgangsposition */
  opacity: 1; /* Anfangs-Transparenz */
  transition: margin-right 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Übergangseffekte */
}

.cta-sticky:hover {
  margin-right: 0 !important; /* Position bei Hover */
  opacity: 1; /* Transparenz bei Hover */
  transition: margin-right 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Übergangseffekte */
}

.cta-sticky a {
    color: #fff !important;
}

selector{
 pointer-events: none;
}

selector .elementor-icon-box-icon {
    display: flex;
    align-content: center;
    align-items: center;
}


@media screen and (max-width: 1299px) {
	.uc-mega_menu-wrapper .uc-mega_menu_list .uc-mega_menu_list_item .uc-mega_menu_title {
    justify-content: flex-start;
		cursor: pointer;
}
}

@media(max-width:767px){
  .cta-sticky {
    margin-right: -232px;
}
}
@media screen and (max-width: 600px) {
	 .wc-menu-items {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #415582;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    display: none; /* Wird per jQuery eingeblendet */
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}
.scroll-to-top:hover {
    background-color: #2e3e66;
}











/* shop_cart_page */
.yith-request-a-quote-page main#content {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper {
    padding: 50px 0;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list {
    border: 1px solid #f4f4f4;
    border-collapse: collapse;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list th {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 15px;
    color: #000;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td {
	font-size: 17px;
	font-weight: 400;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td ul {
	padding-left: 10px;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td ul li {
	font-size: 17px;
	font-weight: 400;
	margin: 5px 0;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list th,
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td {
	border: 1px solid #f4f4f4;
	padding: 10px 15px;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list tbody>tr:nth-child(odd)>td,
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list tbody>tr:nth-child(odd)>th {
    background-color: #f4f7fa;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list tbody tr:hover>td,
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list tbody tr:hover>th {
    background-color: #eef2f7;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td.product-remove {
	max-width:initial;
}

.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td.product-remove .yith-ywraq-item-remove.remove {
    width: 24px;
    height: 24px;
	min-width: 24px;
    min-height: 24px;
    border: 1px solid #aa0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row label {
    font-size: 17px;
    font-weight: 400;
	color: #5b5b5b;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td.product-thumbnail {
    max-width: 120px;
	min-width: 120px;
    width: 120px;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row .button,
.woocommerce .update-list-wrapper .button,
.woocommerce .yith-ywraq-before-table .button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    background-color: #ae0e08;
    border-radius: 5px;
    border: 2px solid #ae0e08;
    padding: 18px 50px;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row .button:hover,
.woocommerce .update-list-wrapper .button:hover,
.woocommerce .yith-ywraq-before-table .button:hover {
	color: #ae0e08;
    background-color: #ffff;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 30px 0 0;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper h3 {
	text-align: center;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row .input-text {
    line-height: 1.4;
    min-height: 40px;
    padding: .5rem 1rem;
    transition: all .3s;
    border: 2px solid #f4f4f4;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    color: #5b5b5b;
    background-color: #f4f7fa;
    border-color: #f4f4f4;
    border-radius: 5px;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td input.input-text.qty:focus,
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row .input-text:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td .quantity {
	width: 3.631em;
	    margin-left: auto;
}
.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td input.input-text.qty {
    width: 100%;
    border: 1px solid #415582;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row {
    padding: 0;
    margin-bottom: 10px;
}
@media (max-width: 1366px) {
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td ul li,
   .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row .input-text,
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list th,
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td,
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td a,
	.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper form#yith-ywraq-default-form .form-row label {
    font-size: 15px;
}
	
}
@media (max-width: 767px) {
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper form#yith-ywraq-form {
    overflow-x: auto;
}
   	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td .mobile-price,
	.yith-request-a-quote-page main#content .woocommerce.ywraq-wrapper table#yith-ywrq-table-list td .mobile-price span{
    color: #ae0e08 !important;
		font-size: 15px;
}
}



/* shop_cart_page */

section.related.products h2,
.wc-tabs-wrapper h2 {
    font-size: 16px; /* Hier Wert ändern */
}

.wc-tabs-wrapper h3 {
    font-size: 14px; /* Hier Wert ändern */
}

/* ... und in den Media-Queries weiter unten in der Datei ... */

@media (max-width:991px) {
    section.related.products h2,
    .wc-tabs-wrapper h2 {
        font-size: 14px; /* Hier Wert ändern */
    }

    .wc-tabs-wrapper h3 {
        font-size: 12px; /* Hier Wert ändern */
    }
}

@media (max-width:767px) {
    section.related.products h2,
    .wc-tabs-wrapper h2 {
        font-size: 12px; /* Hier Wert ändern */
    }

    .wc-tabs-wrapper h3 {
        font-size: 18px; /* Hier Wert ändern */
    }

	
.wapo-addon-title
Specificity: (0,1,0)
 {
    font-size: 16px !important;
}

/* Universeller Selektor für alle YITH-Addon-Überschriften auf der Produktseite */
body.w-single-product h2.wapo-addon-title,
body.w-single-product h2.w-addons-title_toggle-klasse,
body.w-single-product h2.elementor-heading-title.wapo-addon-title {
    font-size: 16px !important; /* Hier die gewünschte Größe eintragen */
    line-height: normal !important;
}