html,
body {
    max-width: 100vw !important;
}

.footer-b .newsletter button {
    background-color: var(--custom-red1);
    letter-spacing: 0.8px;
    color: white;
    border: none;
}

.footer-b .newsletter button:hover {
    background-color: var(--custom-red2);
}

:root {
    --bs-border-color: #E9E9E9 !important;
}

.search-container-popup {
    overflow-y: auto;
    z-index: 1000;
    background-color: white;
}

.woocommerce-endpoint .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-endpoint .row>* {
    padding-left: 0px;
    padding-right: 0px;
}




@media (min-width: 992px) {
    .woocommerce-endpoint .custom-row>*:nth-child(2n) {
        padding-left: 1rem;
    }

    .search-container-popup {
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .full-max-height-340px {
        max-height: 340px;
    }

    .h-lg-100 {
        height: 100%;
    }
}

.search-popup a::after {
    content: none !important;
}

.linia {
    height: 1px;
    margin-right: -24px;
    margin-left: -24px;
    background: #cbcbcb;
}

.search-popup li {
    /* padding-left: 0 !important;
    margin-left: 0 !important; */
    border-radius: 0.4rem;
    margin: 0.3rem 0 0.3rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

a.text-decoration-underline {
    /* text-decoration-skip-ink: none; */
    text-underline-offset: 2px;
}

@media (max-width: 992px) {
    .search-popup li {
        background-color: rgb(248, 248, 248);
    }

    .avatar-wh {
        width: 89px;
        height: 89px;
    }

    .full-bleed-mobile {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }

}

.my-account .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}



@media (min-width: 992px) {
    .avatar-wh {
        width: 161px;
        min-width: 161px;
        height: 161px;
        min-height: 161px;
    }



    .search-popup li:hover {
        background-color: rgb(248, 248, 248);
    }

    .custom-element-hover:hover {
        filter: invert(17%) sepia(92%) saturate(3692%) hue-rotate(349deg) brightness(84%) contrast(97%);
    }

    .custom-red-hover:hover {
        border: 1px solid var(--custom-red2) !important;
    }

    .black-button-hover:hover {
        background-color: var(--custom-red2);
        color: white;
    }

    .black-button:hover {
        background-color: var(--custom-red2);
        color: white;
    }

    .my-account .woocommerce .button:hover {
        background-color: var(--custom-red2) !important;
        color: white;
    }

    .container-lg {
        width: 100%;
        padding: 0 0.75rem;
        margin: 0 auto;
    }

    @media (min-width: 992px) {
        .container-lg {
            max-width: 960px;
            padding: 0 0.75rem;
        }
    }
}

.custom-dynamic-px {
    padding-left: clamp(16px, 1vw, 48px) !important;
    padding-right: clamp(16px, 1vw, 48px) !important;
}

.search-popup li::before {
    content: url("/wp-content/themes/etui_telefon/assets/images/magnifier.svg");
    display: inline-block;
    width: 21px;
    margin-right: 1rem;
    height: 21px;
}

.star-filled {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/star_filled.svg");
    background-size: cover;
}

.star-empty {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/star_empty.svg");
    background-size: cover;
    top: 0%;
}

.remove-after::after {
    content: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.youtube-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: hidden;
}

.info-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: auto;
    height: 75vh;
    width: 970px;
}

@media (max-width: 1400px) {
    .info-popup {
        width: 85vw;
    }
}

@media (max-width: 768px) {
    .info-popup {
        width: 100vw;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.clear-button {
    background: none;
    border: none;
    font-weight: lighter;
}

.section-product-content #produkt_faq .box-container .post .image-container {
    min-width: 50px;
}

.wc-price-history-shortcode {
    font-size: 14px !important;
    color: var(--custom-grey2);
}

#respond .logged-in-as {
    display: none;
}

#comment_title {
    display: block;
    width: 100%;
}

#comment {
    display: block;
    width: 100%;
}

.comment-form input[type="text"] {
    display: block;
    width: 100%;
    border: none !important;
    border-radius: 1rem !important;
    border: solid 1px var(--bs-border-color) !important;
    padding: 10px !important;
    margin-top: 0.5rem !important;
}

.comment-form label {
    margin-top: 8px;
}

.comment-form-cookies-consent {
    margin-top: 8px;
}

.submit {
    margin-top: 12px !important;
}

.h-50px {
    min-height: 50px !important;
    height: 50px !important;
}

.w-50px {
    min-width: 50px !important;
}

.check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/check.png");
    background-size: cover;
    width: 16px;
    height: 12px;
}

.white-check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/white-check.svg");
    background-size: cover;
    width: 30px;
    height: 30px;
}

.check_green-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/check_green.svg");
    background-size: cover;
}

.x-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/x-close.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
}

.x-white-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/x-close-white.svg");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
}

.green-icon {
    background-color: #05ba11;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trash-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/trash.svg");
    min-width: 14px;
    min-height: 14px;
}

.product-thumbnail {
    max-width: 60px;
    max-height: 60px;
}

.exclamation-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/exclamation-circle.svg");
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-size: cover;
}

.clicked-favorites::before {
    content: url("assets/images/heart_black.svg");
    top: 4px;
}

.b-090909 {
    background-color: #090909;
}

.black-checkbox input:checked[type="checkbox"] {
    background-color: #090909;
    border-color: #090909;
}

.black-checkbox input:focus:checked[type="checkbox"] {
    border-color: #090909;
}

.tabs-container .active {
    border: 1px solid var(--custom-red1) !important;
    color: var(--custom-red1);
}

.clear-input {
    border: none;
}

.question_mark-icon {
    background-image: url("assets/images/question_mark.svg");
    min-width: 18px;
    min-height: 19px;
    display: block;
}

.section-product-main .boxes .question_mark-icon {
    width: 13px;
    height: 14px;
    min-height: initial;
    min-width: initial;
}

.popup-info-icon {
    width: 40px;
    height: 40px;
}

.popup-info-thumbnail {
    max-width: 50px;
    max-height: 50px;
}

.popup-info-thumbnail img {
    max-width: 50px;
    max-height: 50px;
}

.gray-line {
    border-bottom: 1px solid #e9e9e9;
}

.custom-gray-border {
    border: 1px solid #848484;
}

.copy-alt-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/copy-alt.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
}

.w-80 {
    width: 80% !important;
}

.w-20 {
    width: 20% !important;
}

.w-70 {
    width: 70% !important;
}

.w-30 {
    width: 30% !important;
}

.checkout-thumbnail img {
    max-width: 80px;
    max-height: 80px;
}

.gray-font {
    color: var(--custom-grey2);
}

/* radio */
.custom-radio-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    user-select: none;
}

.custom-radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.radio-visual {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    box-sizing: border-box;
}

.custom-radio-label input[type="radio"]:checked+.radio-visual {
    background-color: #d83c3c;
    border-color: #d83c3c;
}

.custom-radio-label input[type="radio"]:focus+.radio-visual {
    outline: 2px solid dodgerblue;
    outline-offset: 2px;
}

.custom-radio-label input[type="radio"]:focus-visible+.radio-visual {
    outline: 2px solid dodgerblue;
    outline-offset: 2px;
}

.custom-radio-label input[type="radio"]:disabled+.radio-visual {
    background-color: #e0e0e0;
    border-color: #c0c0c0;
    cursor: not-allowed;
}

.custom-radio-label input[type="radio"]:disabled~span:not(.radio-visual),
.custom-radio-label input[type="radio"]:disabled {
    color: #9e9e9e;
    cursor: not-allowed;
}

.custom-radio-label-2 input[type="radio"]:checked {
    border-color: #d83c3c;
}

.woocommerce-shipping-totals td {
    border: none !important;
}

#payment {
    background: none !important;
}

.wc_payment_methods {
    border: none !important;
}

.normal-border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.red-border {
    border: 1px solid #d83c3c !important;
}

.payment-thumbnail img {
    max-width: 50px;
    max-height: 50px;
}

.pen-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/pen.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
}

.woocommerce table.shop_table {
    /* border-top: none !important; */
}

.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table ul,
.woocommerce-checkout-review-order-table table {
    display: block;
    width: 100%;
}

.truck-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/truck.svg");
    width: 28px;
    height: 27px;
    display: block;
    background-size: cover;
}

.payment-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/wallet.svg");
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
}

.woocommerce .input-text {
    border-radius: 16px !important;
    border: solid 1px var(--bs-border-color) !important;
    padding: 10px !important;
}

.select2-container {
    background-color: white !important;
}

.select2-selection {
    background-color: white !important;
    border: solid 1px var(--bs-border-color) !important;
    border-radius: 1rem !important;
}

.hidden-nip-field {
    display: none;
}

.wc_payment_methods {
    padding: 0 !important;
}

.gray-color {
    color: var(--custom-grey2) !important;
}

.image-plus-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/image-plus.svg");
    width: 20px;
    height: 19px;
    min-width: 20px;
    min-height: 19px;
    display: block;
    background-size: cover;
}

.message-text-plus-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/message-text-plus.svg");
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    display: block;
    background-size: cover;
}

@media (min-width: 756px) {
    .rounded-lg-4 {
        border-radius: var(--bs-border-radius-xl) !important;
    }
}

.red-dot-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/red-dot.svg");
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    display: block;
    background-size: cover;
}

.gray-dot-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/gray-dot.svg");
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    display: block;
    background-size: cover;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.spacer {
    height: 100%;
}

.points-section {
    background-color: #e9e9e93b;
    border: 1px solid #848484;
}

.added-to-cart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 848px;
    max-height: 938px;
    height: 90%;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: hidden;
}

.added-to-cart-popup-content {
    overflow-y: auto;
    /* height: auto; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 790px;
    /* min-height: 980px; */
}

.added-to-cart-popup-content::-webkit-scrollbar {
    display: none;
}

.free-delivery-bar {
    background-color: var(--custom-grey3);
    height: 10px;
    width: 75%;
}

.bar-red {
    background-color: #d4191c;
    height: 100%;
}

@media (max-width: 756px) {
    .added-to-cart-popup {
        height: 100vh;
        width: 100vw;
        max-height: 5000px;
    }

    .free-delivery-bar {
        width: 100%;
    }

    .w-m-100 {
        width: 100%;
    }
}

.badge-discount-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/badge-discount.svg");
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
}

.badge-discount-red-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/badge-discount-red.svg");
    width: 19px;
    height: 19px;
    display: block;
    background-size: cover;
}

.custom-border-red-1 {
    border: 1px solid #d4191c;
}

.custom-font-red {
    color: #d4191c;
}

.rating-row p {
    width: 10px;
}

.chevron-up-small-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/chevron-down-small.svg");
    width: 12px;
    height: 7px;
    display: block;
    background-size: cover;
    transform: rotate(180deg);
}

.custom-full-lh-8 {
    line-height: 8px;
}

.chevron-up-icon {
    /* background-image: url("/wp-content/themes/etui_telefon/assets/images/chevron-down-small.svg"); */
    background-image: url('assets/images/bottom_arrow_bolder.svg');
    width: 24px;
    height: 11px;
    display: block;
    background-size: fit;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transform-origin: center;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.collapsed .chevron-up-icon {
    transform: rotate(0deg);
}

.promo-code-toggle .arrow-icon {
    transition: transform 0.3s ease-in-out;
}

.promo-code-toggle[aria-expanded="true"] .arrow-icon {
    transform: rotate(0deg);
}

#coupon-form {
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.c-p-39-45 {
    padding: 39px 39px;
}

.w-150px {
    width: 150px;
}

.b-F5F0E4 {
    background: #f5f0e4;
}

.shopping-basket-check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/shopping-basket-check.svg");
    width: 47px;
    min-width: 47px;
    height: 47px;
    min-height: 47px;
    display: block;
    background-size: cover;
}

.b-F5F5F5 {
    background: #f5f5f5;
}

.video-play-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/video-play.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
}

.px-34px {
    padding: 0 34px;
}

.product-tile-cart {
    width: 25%;
}

.w-34-34 {
    width: 34px !important;
    height: 34px !important;
}

.h-100px {
    height: 100px;
    display: flex;
}

.h-100px img {
    /* height: 100px; */
    object-fit: contain;
}

.h-90px {
    height: 90px;
}

@media (max-width: 575px) {
    /* .custom-mobile-b-f5f5f5 {
        background-color: #f5f5f5;
    } */

    .mobile-ml-n7px {
        margin-left: -8px;
        position: relative;
    }

    .custom-mobile-ml-n19px {
        position: relative;
        margin-left: -19px !important;
    }

    .custom-mobile-w-100vw {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .custom-mobile-p-19px {
        padding: 19px !important;
    }
}

.invoice-field {
    display: none;
}

/* tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    top: 100%;
    /* left: 0; */
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.show-more-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.h-215px {
    height: 215px;
}

.h-215px img {
    max-height: 215px;
}

.b-f6f6f6 {
    background-color: #f6f6f6;
}

.compare-products-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.c-5575f5 {
    color: #5575f5;
}

.pkt-icon::after {
    content: "PKT";
    position: relative;
    margin-top: 2px;
}

.pkt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: poppins;
    font-style: normal;
    color: #5575f5;
    font-size: 12px;
    font-weight: bold;
    background-image: url("/wp-content/themes/etui_telefon/assets/images/pkt-background.svg");
    width: 54px;
    height: 43px;
    background-size: cover;
}

.wh-50-43 {
    width: 43px !important;
    height: 43px !important;
}

.custom-full-fs-15 {
    font-size: 15px !important;
}

.list-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/list.svg");
}

.reward-swiper-wrapper .img-container {
    height: 66px !important;
    width: 66px !important;
}

.b-white {
    background-color: white;
}

.custom-full-fs-12 {
    font-size: 12px;
}

.x-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/x-circle.svg");
    width: 22px;
    height: 22px;
    display: block;
    background-size: cover;
}

.check-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/check-circle.svg");
    width: 22px;
    height: 22px;
    display: block;
    background-size: cover;
}

.black-check-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/black-check-circle.svg");
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    display: block;
    background-size: cover;
}

.green-check-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/green-check-circle.svg");
    min-width: 22px;
    width: 22px;
    min-height: 22px;
    height: 22px;
    display: block;
    background-size: cover;
}

.w-440px {
    width: 440px;
}

.custom-py-12px {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.custom-p-40px-44px {
    padding: 40px 44px;
}

.c-5575f5 {
    color: #5575f5;
}

.b-d4191c {
    background-color: #d4191c;
}

.r-0px {
    right: 0px !important;
}

.l-0px {
    left: 0px !important;
}

#comment {
    border: none !important;
    border-radius: 1rem !important;
    border: solid 1px var(--bs-border-color) !important;
    padding: 10px !important;
    margin-top: 0.5rem !important;
}

#comment_title {
    border: none !important;
    border-radius: 1rem !important;
    border: solid 1px var(--bs-border-color) !important;
    padding: 10px !important;
    margin-top: 0.5rem !important;
}

#submit {
    border-radius: 20px !important;
    border: 1px solid var(--custom-black1) !important;
    transition: none;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background-color: white !important;
}

#submit:hover {
    border: 1px solid var(--custom-red1) !important;
    background-color: var(--custom-red1) !important;
    color: white !important;
}

.custom-px-19px {
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.img-161px {
    width: 161px !important;
    height: 161px !important;
}

.custom-full-fs-26 {
    font-size: 26px;
}

.grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}

.grid-2x2>span:nth-child(2n) {
    text-align: right;
}

.w-77px-90px {
    width: 77px !important;
    height: 90px !important;
}

.custom-p-38px {
    padding: 38px !important;
}

.custom-mb-11px {
    margin-bottom: 11px;
}

.custom-mt-5px {
    margin-top: 5px;
}

.box-check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/box-check.svg");
    width: 43px;
    height: 39px;
    display: block;
    background-size: cover;
}



.arrow-right-circle-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/arrow-right-circle.svg");
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
}

.heart-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/heart.svg");
    width: 37px;
    height: 36px;
    display: block;
    background-size: cover;
}

.rotate-left-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/rotate-left.svg");
    width: 36px;
    height: 36px;
    display: block;
    background-size: cover;
}

.h-80px {
    height: 80px;
}

.package-heart-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/package-heart.svg");
}

.tags-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/tags.png");
}

.gift-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/gift.png");
}

.user-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/user.svg");
}

.envelope-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/envelope.png");
}

.phone-call-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/phone-call.png");
}

.model-backround {
    background-size: cover;
    height: 375px;
    background-position: 80% 40%;
}

.custom-border-white {
    border: 1px solid white;
}

.model-background-icon {
    width: 61px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-border-black {
    border: 1px solid #090909 !important;
}

.search-white-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/search-white.svg");
    width: 22px;
    height: 22px;
    background-size: cover;
}

.search-button {
    padding: 14px 25px !important;
}

.next-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/right_arrow.svg");
    width: 12px;
    height: 19px;
    background-size: cover;
}

.prev-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/left_arrow.svg");
    width: 12px;
    height: 19px;
    background-size: cover;
}

.model-swiper-wrapper .img-container {
    width: 225px;
    height: 225px !important;
}

.start-n10 {
    left: -20px !important;
}

.info-popup-content ul {
    list-style: none;
    padding-left: 20px;
}

.info-popup-content li {
    position: relative;
    padding-left: 25px;
}

.info-popup-content li::before {
    content: "\2022";
    color: #d4191c;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}
/*
.info-popup-content {
    max-width: 500px;
}
*/
@media (max-width: 992px) {
    .custom-mobile-b-f5f5f5 {
        background-color: #f5f5f5;
    }

    .mobile-h-375px {
        height: 375px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-square {
        aspect-ratio: 1/1;
    }

    .product-tile-cart {
        width: 50%;
    }

    .search-button {
        padding: 14px 14px !important;
    }

    .model-backround {
        background-size: auto 100%;
        background-position: 80% 40%;
    }

    .product-tile-cart:nth-child(n + 3) {
        display: none;
    }

    .c-mb-p-28-30 {
        padding: 28px 30px;
    }

    .mobile-p-0 {
        padding: 0;
    }

    .mobile-wh-18 {
        width: 18px !important;
        height: 18px !important;
    }

    .mobile-wh-16-18 {
        width: 17px !important;
        min-width: 17px !important;
        height: 18px !important;
        min-height: 18px !important;
    }

    .mobile-px-16 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .custom-mobile-fs-20 {
        font-size: 20px !important;
    }

    .mobile-w-45 {
        width: 45%;
    }

    .mb-gray-line {
        border-bottom: 1px solid var(--bs-border-color);
    }

    .youtube-popup {
        width: 100%;
    }

    .mobile-wh-30-33 {
        width: 30.25px !important;
        height: 33px !important;
    }

    .custom-mobile-mr-n19px {
        position: relative;
        margin-right: -19px !important;
    }

    .custom-mobile-border-end {
        /* #e9e9e9 */
        border-right: 1px solid #dee2e6 !important;
    }

    .black-button {
        padding: 10px 43px !important;
    }

    .img-mobile-89px {
        width: 89px !important;
        height: 89px !important;
    }

    .my-account-icon-size {
        width: 30px !important;
        height: 30px !important;
    }

    .h-mobile-65px {
        height: 65px !important;
    }

    .custom-mobile-fs-32 {
        font-size: 32px !important;
    }

    .border-bottom-mobile {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .wh-checkbox {
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .custom-mobile-fs-24 {
        font-size: 24px !important;
    }

    .mobile-wh-36-31 {
        width: 36px !important;
        height: 31px !important;
    }

    .mobile-wh-18 {
        width: 18px !important;
        height: 18px !important;
    }

    .mobile-wh-22 {
        width: 22px !important;
        height: 22px !important;
    }

    .p-mobile-4 {
        padding: 1.5rem !important;
    }
}

.wh-31-31 {
    width: 31px !important;
    height: 31px !important;
}

.icon {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px) {
    .full-h-420px {
        height: 420px;
    }

    .border-lg-2-grey3 {
        border: 2px solid var(--custom-grey3);
    }

    .custom-full-fw-600 {
        font-weight: 600 !important;
    }

    .text-lg-nowrap {
        white-space: nowrap !important;
    }

    .model-backround {
        height: 420px;
    }

    .my-account .woocommerce .button {
        padding: 13.5px 32px !important;
    }

    .custom-border-lg-1-grey4 {
        border: 1px solid var(--custom-grey4);
    }

    .border-lg-end-grey4 {
        border-right: 1px solid var(--custom-grey4);
    }

    .border-lg-end-grey3 {
        border-right: 1px solid var(--custom-grey3);
    }

    .mobile-fit-content {
        min-width: fit-content;
    }


    .full-register-background {
        background-image: url("/wp-content/themes/etui_telefon/assets/images/register-background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
        background-position: right center;
    }

    .border-lg-start {
        border-left: 1px solid #e9e9e9;
    }

    .full-b-F5F5F5 {
        background-color: #f5f5f5;
    }

    .custom-full-border-2 {
        border: 2px solid #f5f5f5;
    }

    .custom-fullp-39px {
        padding: 39px !important;
    }

    .r-lg-15px {
        right: 15px !important;
    }

    .l-lg-15px {
        left: 15px !important;
    }

    .custom-full-br-20 {
        border-radius: 20px;
    }

    .custom-full-p-39px {
        padding: 39px !important;
    }

    .custom-full-p-35px {
        padding: 35px !important;
    }

    .w-lg-12 {
        width: 12% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-28 {
        width: 28% !important;
    }

    .border-lg {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .custom-full-border-end-20 {
        border-radius: 0 20px 20px 0 !important;
    }

    .col-lg-20p {
        flex: 0 0 auto !important;
        width: 20% !important;
    }

    .custom-full-w-300px {
        width: 310px !important;
    }

    .custom-full-br-20 {
        border-radius: 20px !important;
    }

    .custom-full-br-20 {
        border-radius: 20px !important;
    }

    .custom-full-p-38px {
        padding: 38px !important;
    }

    .black-button {
        padding: 13.5px 32px !important;
    }

    .custom-full-border-2px {
        border: 2px solid #e9e9e9 !important;
    }

    .custom-full-border-2 {
        border: 2px solid #f5f5f5 !important;
    }

    .border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .w-lg-100 {
        width: 100%;
    }

    .my-account-icon-size {
        width: 36px !important;
        height: 36px !important;
    }

    .border-bottom-lg-none {
        border-bottom: none !important;
    }

    .wh-checkbox {
        min-width: 50px !important;
        min-height: 50px !important;
    }

    .custom-full-p-38px {
        padding: 38px !important;
    }

    .custom-full-border-start-20 {
        border-radius: 20px 0 0 20px;
    }
}

@media (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .col-xxl-20p {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.custom-border-2px {
    border: 2px solid #e9e9e9 !important;
}

.swiper-my-account img {
    width: 74px !important;
    height: 74px !important;
}

.myaccount-items-list .img-container {
    width: 80px !important;
    height: 80px !important;
}

.top-50 {
    top: 50% !important;
    transform: translate(0, -50%);
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
}

.b-F5F0E4 {
    background-color: #f5f0e4;
}

.plus-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/plus.png");
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    display: block;
    background-size: cover;
}

.border-box {
    box-sizing: border-box !important;
}

.wh-40px {
    width: 30px !important;
    height: 30px !important;
}

#selectOrderList {
    max-height: 300px;
    overflow-y: auto;
}

#message {
    resize: none;
}

.wh-190px {
    width: 190px !important;
    height: 190px !important;
}

.wh-66px {
    width: 66px !important;
    height: 66px !important;
}

.w-33 {
    width: 33% !important;
}

.h-300px {
    height: 300px !important;
}

.file-text-icon {
    position: relative;
    padding-left: 2rem;
}

.file-text-icon::before {
    left: 0;
    top: 15%;
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/etui_telefon/assets/images/file-text.png");
    width: 17px;
    height: 20px;
    background-size: cover;
}

.location-arrow-icon {
    position: relative;
    padding-left: 2rem;
}

.location-arrow-icon::before {
    left: 0;
    top: 15%;
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/etui_telefon/assets/images/location-arrow.png");
    width: 20px;
    height: 20px;
    background-size: cover;
}

.b-d4191c {
    background-color: #d4191c;
}

.c-43BE80 {
    color: #43be80;
}

.coupon-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.2s ease-out 0.1s;
}

.coupon-content.expanded {
    max-height: 200px;
    margin: 1rem 0;
    opacity: 1;
}

.green-active {
    background-color: #43be80 !important;
    color: white !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.my-account .woocommerce .button {
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    font-family: halyard-display;
    color: white !important;
    background-color: #090909 !important;
    border: none;
}


.b-F9C0C5 {
    /* background-color: #f9c0c5; */
    background-color: #f9b6bd;
}

.max-width-225px {
    max-width: 225px;
}

.wh-45px {
    width: 45px;
    height: 45px;
}

@media (min-width: 1400px) {
    .col-xxl-60p {
        flex: 0 0 auto !important;
        width: 60% !important;
    }

    .col-xxl-20p {
        flex: 0 0 auto !important;
        width: 20% !important;
    }

    .col-xxl-10p {
        flex: 0 0 auto !important;
        width: 10% !important;
    }
}

.ps-6 {
    padding-left: 6rem !important;
}

.mw-180px {
    max-width: 180px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.border-black {
    border: 1px solid #090909 !important;
}

.border-black-start {
    border-left: 1px solid #090909 !important;
}

.cart-popup-tabs .active {
    border-bottom: 1px solid #090909 !important;
    font-weight: 400 !important;
}

.shopping-bag-alt-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/shopping-bag-alt.png");
    width: 26px;
    height: 26px;
    display: block;
    background-size: cover;
}

.shield-plus-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/shield-plus.png");
    width: 22px;
    height: 24px;
    display: block;
    background-size: cover;
}

.px-2_5rem {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.b-235ED4 {
    background-color: #235ed4;
}

.facebook-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/facebook-f.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: fit;
    background-repeat: no-repeat;
}

.google-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/google.png");
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.wh-52px {
    max-width: 52px !important;
    min-width: 52px;
    max-height: 52px !important;
    min-height: 52px;
}

.min-width-750px {
    min-width: 750px;
}

.min-height-650px {
    min-height: 650px;
}

.min-height-250px {
    min-height: 250px;
}

.wh-65px {
    width: 65px;
    height: 65px;
}

.h-100px {
    height: 100px;
}

.max-width-900px {
    max-width: 900px;
}

.top-45 {
    top: 45%;
}

.max-width-1300px {
    max-width: 1300px;
}

.max-width-200px {
    max-width: 200px;
}

.max-width-60px {
    max-width: 60px;
}

.min-width-280px {
    min-width: 280px;
}

.custom-br-bottom-20 {
    border-radius: 0 0 20px 20px;
}

.custom-border-2 {
    border: 2px solid #f5f5f5;
}

.custom-border-blue-2 {
    border: 2px solid #5575f5;
}

.shield-check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/shield-check.svg");
    width: 37px;
    min-width: 37px;
    height: 40px;
    display: block;
    background-size: cover;
}

.shield-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/shield.svg");
    width: 37px;
    height: 40px;
    display: block;
    background-size: cover;
}

.green-check-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/green-check.svg");
    min-width: 16px;
    min-height: 12px;
    width: 16px;
    height: 12px;
    display: block;
    background-size: cover;
}

.custom-border-1 {
    border: 1px solid #e9e9e9;
}

.custom-border-grey3 {
    border: 1px solid #e9e9e9;
}

.custom-border-1-2 {
    border: 1px solid #f5f5f5;
}

.custom-border-bottom-1 {
    border-bottom: 1px solid #f5f5f5;
}

.custom-border-right-1 {
    border-right: 1px solid #e9e9e9;
}

.wh-18px {
    width: 18px !important;
    height: 18px !important;
}

.custom-p-39px {
    padding: 39px !important;
}

.times-icon {
    background-image: url("/wp-content/themes/etui_telefon/assets/images/times.svg");
    min-width: 13px;
    min-height: 13px;
    width: 13px;
    height: 13px;
    display: block;
    background-size: cover;
}

.c-848484 {
    color: #848484;
}


.product-tile.selected-product {
    border-color: #000 !important;
}


.bg-none {
    background: none;
}


.modal-animation {
    opacity: 0;
    transform: translateY(-30px);

    transform: translate(-50%, calc(-50% - 30px));
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.modal-animation.active {
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.gray-hover:hover {
    background-color: var(--custom-grey1);
}

@media (max-width: 992px) {
    .gray-hover {
        background-color: var(--custom-grey1);
    }
}


.gutenberg-container button {
    border-radius: 20px;
    border: 1px solid var(--custom-black1);
    transition: none;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.gutenberg-container button:hover {
    border: 1px solid var(--custom-red1) !important;
    background-color: var(--custom-red1) !important;
    color: white !important;
}

.comment-form textarea{
    max-height: 120px;
}

.comment-form #submit{
   color: black; 
}


.gutenberg-container h1,
.gutenberg-container h2,
.gutenberg-container h3,
.gutenberg-container h4,
.gutenberg-container h5,
.gutenberg-container h6,
.gutenberg-container p {
    margin-bottom: 1rem; 
}

.hidden-row {
    display: none !important;
}


.repeat-icon{
    background-image: url("/wp-content/themes/etui_telefon/assets/images/repeat.svg");
    width: 42px;
    min-width: 42px;
    height: 32px;
    display: block;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
}