* {
    box-sizing: border-box;
}

.Marquee {
    padding: 7px 0px;
    font-weight: 200;
    display: box;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.Marquee-content {
    display: flex;
    animation: marquee 40s linear infinite running;
}

.Marquee-tag {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #585858;
    /* color: #c7d7e7; */
    width: max-content;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translate(-50%);
    }
}

.yelow {
    color: #fff49f;
}

.icon-box .elementor-image-box-img img {
    width: 80px;
    height: 60px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .elementor-main-swiper {
    width: 100% !important;
}

.testimonial-section .elementor-testimonial__content .elementor-testimonial__cite {
    margin: 12px 0 0 0 !important;
}

.testimonial-section .elementor-testimonial__content .elementor-testimonial__cite .elementor-testimonial__name {
    margin-bottom: 14px;
}

.testimonial-section .elementor-swiper-button {
    background-color: #fff49f;
    opacity: 1;
    border-radius: 50px;
    padding: 10px;
}

footer ul.elementor-nav-menu li::after {
    border-radius: 50px;
}

header .elementor-menu-cart__toggle {
    line-height: 0;
    margin-top: 5px;
}

/* body.woocommerce-page {
    background-color: #f0f8ff;
    color: #333;
} */

.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 20px auto 60px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-account h2 {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content address {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}

.woocommerce-account .woocommerce-MyAccount-content a.edit {
    float: left !important;
    font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content input {
    margin: 3px 0 6px 0 !important;
    font-weight: 300 !important;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #fbfbfb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    font-size: 16px;
    margin: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: #c7d7e7;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    color: #6a6a6a;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 25px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.woocommerce-info {
    border-top-color: #c7d7e7;
}

.woocommerce-info .button {
    margin: 10px 0 4px 0 !important;
}

.woocommerce-info::before {
    color: #515151;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-order {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-order h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .button,
.woocommerce-account .woocommerce-MyAccount-content .button {
    background-color: #fff49f;
    font-weight: 400;
}

/* .woocommerce-account .woocommerce-MyAccount-navigation .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
    background-color: #ff6f61;
} */
.woocommerce table.my_account_orders th {
    font-size: 16px;
}

.woocommerce table.my_account_orders td {
    font-weight: 300;
    font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.woocommerce-account .woocommerce-MyAccount-content .highlight {
    color: #e63946;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-footer {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 50px;
}

body.woocommerce-page p,
body.woocommerce-page td,
body.woocommerce-page input,
body.woocommerce-page select,
body.woocommerce-page .selection span,
body.woocommerce-page textarea {
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 24px !important;
}

body.woocommerce-page button.button {
    font-weight: 300;
    background-color: #c7d7e7;
    border-radius: 0;
}

body.woocommerce-page form.woocommerce-cart-form input#coupon_code {
    width: 200px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
}

body.woocommerce-page form.woocommerce-cart-form td.product-thumbnail img {
    width: 80px;
}

body.woocommerce-page form.woocommerce-cart-form td.product-thumbnail a {
    display: inline-block;
    line-height: 0;
    width: 80px;
}

body.woocommerce-page th {
    font-weight: 400 !important;
}

.woocommerce ul.products li.product a.button,
body.woocommerce-page .button,
.return-to-shop a.button,
.woocommerce form .form-row button,
body.woocommerce-page .cart_totals a.checkout-button {
    color: #ffffff;
    background-color: #C7D7E7 !important;
    font-weight: 400;
    border-radius: 0;
    /* padding: 16px 20px; */
    transition: all 0.3s;
}

.woocommerce-error li,
.woocommerce-error li a {
    font-weight: 300;
    font-size: 16px;
}

.woocommerce ul.products li.product a.button:hover,
body.woocommerce-page .button:hover,
.return-to-shop a.button:hover,
.woocommerce form .form-row button:hover,
body.woocommerce-page .cart_totals a.checkout-button:hover {
    background-color: #c7d7e7 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.woocommerce-page form.woocommerce-cart-form .coupon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body.woocommerce-page form.woocommerce-cart-form .coupon button.button {
    width: max-content !important;
    margin: 5px;
}

section.woocommerce-order-details,
body.woocommerce-page form.woocommerce-cart-form {
    overflow-x: auto;
}

.woocommerce-checkout-review-order {
    overflow-x: auto;
    margin-top: 40px;
}

.woocommerce-checkout-review-order table.shop_table {
    margin-top: 20px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-bottom: 10px;
}

body.woocommerce-order-received ul.woocommerce-order-overview {
    padding: 0;
    margin-bottom: 15px;
}

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
}

body.woocommerce-order-received address {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px !important;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
    margin-bottom: 20px;
}

body.archive.post-type-archive-product {
    background-color: #ffffff;
}

body.archive.post-type-archive-product ul.products a.button {
    background-color: #C7D7E7 !important;
}

body.archive.post-type-archive-product ul.products a.button:hover {
    background-color: #333333 !important;
}

.elementor-widget-text-editor ul {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.elementor-widget-text-editor ul li {
    margin: 5px 0;
}

.custom-form .elementor-field {
    padding: 12px 20px;
}

.custom-form .elementor-field::placeholder {
    color: #585858;
    opacity: 0.8;
}

body.woocommerce-cart button.button:disabled[disabled] {
    color: #ffffff;
    opacity: 0.3;
}

.elementor-widget-woocommerce-product-add-to-cart table {
    text-align: left;
}

table.woocommerce-product-attributes {
    text-align: left;
}

table.woocommerce-product-attributes td {
    padding: 2px 10px !important;
}

body.single-product .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container {
    margin-top: 8px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border-radius: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #c7d7e7;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom: 1em solid #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: rgb(255 255 255);
}

/* body.woocommerce-checkout .woocommerce table.shop_table {
    background-color: #c7d7e7;
    color: #ffffff;
} */
body.woocommerce-checkout .woocommerce table.shop_table a {
    color: black;
}

body.woocommerce-checkout .woocommerce table.shop_table a:hover {
    color: #fff49f;
}

header .sub-menu li.menu-item a {
    padding-left: 20px !important;
}

/* START HEADER POPUP CART CSS */
.elementor-menu-cart__main .widget_shopping_cart_content dt.variation-Set-Optionen,
.elementor-menu-cart__main .widget_shopping_cart_content dd.variation-Set-Optionen p,
.elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-name a,
.elementor-menu-cart__main .widget_shopping_cart_content .variation-Farbe,
.elementor-menu-cart__main .widget_shopping_cart_content .variation-Farbe p,
.elementor-menu-cart__main .widget_shopping_cart_content .variation-Mietdauer,
.elementor-menu-cart__main .widget_shopping_cart_content .variation-Mietdauer p,
.elementor-menu-cart__main .widget_shopping_cart_content .ywsbs-price {
    font-size: 13px;
}

.elementor-menu-cart__main .widget_shopping_cart_content .quantity span.product-quantity,
.elementor-menu-cart__main .widget_shopping_cart_content .ywsbs-max-lenght {
    font-size: 14px;
}

.elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove>a {
    top: 0px !important;
    /* top: 50px !important;
    bottom: inherit !important; */
}

.elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove {
    top: 12px;
}

.elementor-menu-cart__main {
    width: 450px !important;
}

.elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product {
    padding-inline-end: 10px;
}

.elementor-menu-cart__main .elementor-menu-cart__close-button {
    top: 17px;
}

h1 {
    word-wrap: break-word;
}

.woocommerce div.product div.images {
    margin-bottom: 0px;
}

.ywgc-form-preview-message-container .ywgc-form-preview-message,
.ywgc-form-preview-from-to-container span {
    display: inline-block;
    /* makes padding work */
    padding-bottom: 10px;
    box-sizing: border-box;
    color: #ffffff;
    word-break: break-all;
    font-weight: 400 !important;
}

.ywgc-form-preview-from-to-container span.ywgc-form-preview-to {
    margin-top: 20px;
}

.ywgc-form-preview-separator {
    background-color: #ffffff;
}

.ywgc-form-preview-title,
.ywgc-form-preview-amount {
    color: #ffffff;
}

.ywgc-form-preview-message-container {
    padding-top: 20px !important;
}

/* END HEADER POPUP CART CSS */

body.single-product button.single_add_to_cart_button {
    background-color: #fff49f !important;
}

body.woocommerce-checkout .woocommerce h2.woocommerce-notice {
    margin: 30px 0;
}

p.ywgc-custom-info+h3 {
    margin-top: -70px;
}

body.single-product .gift-cards-list {
    margin-bottom: 50px;
}

body.single-product .ywgc-recipient-email.clearfix,
body.single-product span.ywgc-empty-recipient-note {
    display: none;
}

body.woocommerce-checkout .payment_box.payment_method_stripe ul {
    padding-left: 0;
}

h2 {
    word-wrap: break-word;
}

@media only screen and (min-width: 1025px) {
    header .elementor-widget-nav-menu ul.elementor-nav-menu li.menu-item:first-child a {
        padding-left: 0;
    }

    .testimonial-section .swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    body.archive.post-type-archive-product ul.products a.button {
        font-size: 16px;
        line-height: 24px;
    }

    body.archive.post-type-archive-product ul.products h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 26px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .testimonial-section .elementor-swiper-button {
        display: none !important;
    }

    .Marquee-tag {
        font-size: 15px;
    }

    .Marquee {
        padding: 5px 0px 4px 0px;
    }

    header nav.elementor-nav-menu--dropdown {
        padding: 25px 0;
    }

    header .elementor-menu-toggle {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-column--shipping-address {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-box .elementor-image-box-img img {
        width: 60px;
        height: 50px;
    }

    .woocommerce ul.products li.product a.button,
    body.woocommerce-page .button,
    .return-to-shop a.button,
    .woocommerce form .form-row button,
    body.woocommerce-page .cart_totals a.checkout-button {
        font-size: 16px;
        padding: 13px 16px;
    }

    body.woocommerce-checkout .form-row label {
        line-height: 26px;
    }

    body.woocommerce-checkout label.woocommerce-form__label-for-checkbox {
        line-height: 24px;
    }

}

@media only screen and (max-width:500px) {

    /* START HEADER POPUP CART CSS */
    .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__product-remove {
        top: 12px;
        right: 10px;
    }

    .elementor-menu-cart__main .elementor-menu-cart__product .elementor-menu-cart__product-image {
        max-width: 190px;
        width: 100%;
    }

    .elementor-menu-cart__main .elementor-menu-cart__product {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .elementor-menu-cart__main .elementor-menu-cart__product-name.product-name {
        padding: 20px 0 0px 0;
    }

    .elementor-menu-cart__main .elementor-menu-cart__product-price.product-price {
        text-align: left;
        display: block;
        width: 100%;
        padding: 0;
    }

    .elementor-menu-cart__main .elementor-menu-cart__products::-webkit-scrollbar {
        width: 8px;
    }

    .elementor-menu-cart__main .elementor-menu-cart__products::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
    }

    .elementor-menu-cart__main .elementor-menu-cart__products::-webkit-scrollbar-thumb {
        background-color: #C7D7E7;
        border-radius: 10px;
        border: 2px solid #fff;
    }

    .elementor-menu-cart__main .elementor-menu-cart__products::-webkit-scrollbar-thumb:hover {
        background-color: #b2c8dc;
    }

    .elementor-menu-cart__main .elementor-menu-cart__products {
        scrollbar-width: thin;
        scrollbar-color: #C7D7E7 #fff;
    }

    body.woocommerce-checkout .woocommerce h2.woocommerce-notice {
        margin: 10px 0 20px 0;
    }

    /* END HEADER POPUP CART CSS */
}

@media only screen and (max-width: 425px) {
    .woocommerce-account .woocommerce {
        padding: 15px;
    }

    .custom-form .elementor-field {
        padding: 10px 20px;
    }

    .custom-form .elementor-field-group {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 375px) {

    body.woocommerce-page p,
    body.woocommerce-page td,
    body.woocommerce-page input,
    body.woocommerce-page select,
    body.woocommerce-page .selection span,
    body.woocommerce-page textarea {
        font-size: 14px;
        line-height: 22px;
    }
}