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: 1001;
    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;
        max-width: 161px;
        min-width: 161px;
        height: 161px;
        max-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%); */
        /* background-color: var(--custom-purple); */
        border: 1px solid var(--custom-pruple);
        color: var(--custom-purple);
    }

    .custom-element-hover:hover .svg-icon {
        background-color: var(--custom-purple);
    }

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

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

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

    .my-account .woocommerce .button:hover {
        background-color: var(--custom-purple) !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/hortamed/assets/images/magnifier.svg");
    display: inline-block;
    width: 21px;
    margin-right: 1rem;
    height: 21px;
}

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

.star-empty {
    background-image: url("/wp-content/themes/hortamed/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;
}

.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%);
    width: 80vw;
    max-width: 800px;
    min-height: 800px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow: hidden;
}

@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/hortamed/assets/images/check.png");
    background-size: cover;
    width: 16px;
    height: 12px;
}

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

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

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

.x-white-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/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/hortamed/assets/images/exclamation-circle.svg");
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-size: cover;
}

.clicked-favorites {
    content: url("assets/images/heart_black.svg");
    width: 18px;
    height: 17px;
}

.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;
}

.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/hortamed/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;
    min-width: 20px;
    height: 20px;
    min-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;
}

.active .radio-visual {
    background-color: #d83c3c;
    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/hortamed/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,
th,
td,
tfoot,
ul,
table {
    display: block;
    width: 100%;
}

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

.payment-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/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/hortamed/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/hortamed/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/hortamed/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%;
    transform: translate(-50%, -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/hortamed/assets/images/badge-discount.svg");
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
}

.badge-discount-red-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/assets/images/chevron-down-small.svg");
    width: 12px;
    height: 7px;
    display: block;
    background-size: cover;
    transform: rotate(180deg);
}

.facebook-icon2 {
    background-image: url("/wp-content/themes/hortamed/assets/images/facebook-icon.png");
    width: 48px;
    height: 48px;
    display: block;
    background-size: cover;
}

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

.chevron-up-icon {
    /* background-image: url("/wp-content/themes/hortamed/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;
    transform: rotate(180deg);

}

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


.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/hortamed/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/hortamed/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;
}

.hidden-shipping-fields {
    display: none !important;
}

.woocommerce-checkout .form-row[id^="shipping_"] {
    display: none !important;
}

.woocommerce-checkout #ship-to-different-address {
    display: none !important;
}

/* 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/hortamed/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 {
    mask-image: url("/wp-content/themes/hortamed/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/hortamed/assets/images/x-circle.svg");
    width: 22px;
    height: 22px;
    display: block;
    background-size: cover;
}

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

.black-check-circle-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/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 {
    mask-image: url("/wp-content/themes/hortamed/assets/images/box-check.svg");
    width: 43px;
    height: 39px;
    display: block;
    mask-size: cover;
}



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

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

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

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

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

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

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

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

.envelope-icon {
    mask-image: url("/wp-content/themes/hortamed/assets/images/envelope.svg");
    background-color: black;
}

.phone-call-icon {
    mask-image: url("/wp-content/themes/hortamed/assets/images/phone-call.svg");
}

.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/hortamed/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/hortamed/assets/images/right_arrow.svg");
    width: 12px;
    height: 19px;
    background-size: cover;
}

.prev-icon {
    background-image: url("/wp-content/themes/hortamed/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;
}

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

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

.blue-links a {
    color: #0d47a1;
}

.blue-links a:hover {
    color: #0288d1;
}

@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 (max-width: 992px) {
    .border-mobile {
        border: 1px solid var(--custom-grey3);
    }
}

.register-background {
    background-image: url("/wp-content/themes/hortamed/assets/images/register-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-position: 90% 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/hortamed/assets/images/register-background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #8f74b6;
        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/hortamed/assets/images/plus.png");
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    display: block;
    background-size: cover;
}

.question-icon {
    mask-image: url("/wp-content/themes/hortamed/assets/images/question.svg");
    background-color: #d4191c !important;
    width: 50px;
    height: 47px;
}

@media (max-width: 992px) {
    .question-icon {
        width: 36px;
        height: 34px;
    }
}

.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/hortamed/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/hortamed/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: "Satoshi";
    color: white !important;
    background-color: #090909 !important;
    height: 51px;
    border: none;
    display: flex;
    align-items: center;
}


.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-80p {
        flex: 0 0 auto !important;
        width: 80% !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/hortamed/assets/images/shopping-bag-alt.png");
    width: 26px;
    height: 26px;
    display: block;
    background-size: cover;
}

.shield-plus-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/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/hortamed/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/hortamed/assets/images/shield-check.svg");
    width: 37px;
    height: 40px;
    display: block;
    background-size: cover;
}

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

.green-check-icon {
    background-image: url("/wp-content/themes/hortamed/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/hortamed/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;
}


.angle-right-circle-icon {
    mask-image: url("/wp-content/themes/hortamed/assets/images/angle-circle-up-icon.svg");
    /* mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyMi44ODNweCIgaGVpZ2h0PSIxMjIuODgycHgiIHZpZXdCb3g9IjAgMCAxMjIuODgzIDEyMi44ODIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyMi44ODMgMTIyLjg4MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICA8Zz4KICAgICAgICA8cGF0aCBkPSJNMTIyLjg4Myw2MS40NDFjMCwxNi45NjYtNi44NzcsMzIuMzI2LTE3Ljk5Niw0My40NDVjLTExLjExOSwxMS4xMTgtMjYuNDc5LDE3Ljk5NS00My40NDYsMTcuOTk1IGMtMTYuOTY2LDAtMzIuMzI2LTYuODc3LTQzLjQ0NS0xNy45OTVDNi44NzcsOTMuNzY4LDAsNzguNDA3LDAsNjEuNDQxYzAtMTYuOTY3LDYuODc3LTMyLjMyNywxNy45OTYtNDMuNDQ1IEMyOS4xMTUsNi44NzcsNDQuNDc1LDAsNjEuNDQxLDBjMTYuOTY3LDAsMzIuMzI3LDYuODc3LDQzLjQ0NiwxNy45OTZDMTE2LjAwNiwyOS4xMTUsMTIyLjg4Myw0NC40NzUsMTIyLjg4Myw2MS40NDEgTDEyMi44ODMsNjEuNDQxeiBNODAuNzE3LDcxLjM3N2MxLjc4MywxLjczNSw0LjYzNywxLjY5NSw2LjM3My0wLjA4OGMxLjczNC0xLjc4NCwxLjY5NS00LjYzNy0wLjA5LTYuMzcyTDY0LjQ4LDQzLjA3OCBsLTMuMTQyLDMuMjNsMy4xNDYtMy4yNDRjLTEuNzkxLTEuNzM3LTQuNjUzLTEuNjkzLTYuMzksMC4wOThjLTAuMDUsMC4wNTItMC4wOTksMC4xMDQtMC4xNDYsMC4xNThMMzUuODY2LDY0LjkxNyBjLTEuNzg0LDEuNzM1LTEuODIzLDQuNTg4LTAuMDg4LDYuMzcyYzEuNzM1LDEuNzgzLDQuNTg4LDEuODIzLDYuMzcyLDAuMDg4bDE5LjIwMi0xOC43NzlMODAuNzE3LDcxLjM3N0w4MC43MTcsNzEuMzc3eiBNOTguNDk2LDk4LjQ5NmM5LjQ4NC05LjQ4MiwxNS4zNS0yMi41ODQsMTUuMzUtMzcuMDU1YzAtMTQuNDcyLTUuODY1LTI3LjU3My0xNS4zNS0zNy4wNTYgQzg5LjAxNCwxNC45MDMsNzUuOTEyLDkuMDM4LDYxLjQ0MSw5LjAzOGMtMTQuNDcxLDAtMjcuNTcyLDUuODY1LTM3LjA1NSwxNS4zNDhDMTQuOTAzLDMzLjg2OSw5LjAzOCw0Ni45NzAsOS4wMzgsNjEuNDQxIGMwLDE0LjQ3MSw1Ljg2NSwyNy41NzIsMTUuMzQ5LDM3LjA1NWM5LjQ4Miw5LjQ4MywyMi41ODQsMTUuMzQ5LDM3LjA1NSwxNS4zNDlDNzUuOTEyLDExMy44NDUsODkuMDE0LDEwNy45NzksOTguNDk2LDk4LjQ5NiBMOTguNDk2LDk4LjQ5NnoiLz4KICAgIDwvZz4KPC9zdmc+"); */
    mask-size: cover;
    min-width: 23px;
    min-height: 23px;
    background-color: #848484;
    width: 23px;
    height: 23px;
    display: block;
    background-size: cover;
    transform: rotate(90deg);
}

.lang-icon {
    width: 19px;
    height: 17px;
    margin-bottom: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}


.yith .favorites {}

.user-svg {
    mask-image: url("/wp-content/themes/hortamed/assets/images/user.svg");
    width: 37px;
    min-width: 37px;
    height: 47px;

}

@media (max-width: 992px) {
    .user-svg {
        min-width: 27px;
        height: 34px;

    }
}


.black-purple-button {
    background-color: black;
    color: white;
}

.black-purple-button:hover {
    background-color: var(--custom-purple)
}




.background-hover {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.background-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.background-hover:hover::before {
    transform: scale(1.1);
}


@media (min-width: 992px) {
    .w-lg-82 {
        width: 82%;
    }
}


@media (min-width: 992px) {
    .ps-lg-6 {
        padding-left: 9rem !important;
    }
}

.pastel-pink-bokeh-lights-background {
    background-image: url("/wp-content/themes/hortamed/assets/images/pastel-pink-bokeh-lights.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


.bannerTile {
    max-width: 690px;
    background-position: 100% !important;
}

@media (max-width: 992px) {
    .bannerTile {
        max-width: 500px;
    }
}

@media (max-width: 1200px) {
    .bannerTile {
        /* max-width: 516px !important; */
        background-position: 90% !important;
    }
}


.logout-icon {
    mask-image: url("/wp-content/themes/hortamed/assets/images/logout.svg");
    width: 18px;
    height: 18px;

}

@media (max-width: 992px) {
    .mobile-black-line {
        border-bottom: 1px solid black;
    }
}


.error-message-wrapper strong {
    margin: 0px 0.5rem;
}

.golden-icon {
    max-height: 58px;
}


@media (max-width: 992px) {
    .golden-icon {
        max-height: 51px;
    }
}


.products-swiper-control {
    width: 100%
}

@media (max-width: 992px) {
    .products-swiper-control {
        z-index: 100;
        width: 90%
    }


}

.boxes-container {
    width: 100%;
    overflow: hidden;
}

.boxes-tile {
    margin-right: -1px;
    margin-bottom: -1px;
}

@media (max-width: 1400px) {
    .boxes-container {
        width: fit-content;
        overflow: hidden;
    }

    .boxes-tile {
        /* max-width: 200px; */
        /* border-right: 1px solid var(--bs-border-color); */
    }
}


.search-bar-position {
    top: -12%;

}

/* @media (max-width: 1399px) {
   
} */

.search-wrapper:not(:hover) .search-system {
    display: none !important;
}

.search-wrapper:hover .search-system {
    display: flex !important;
}

.search-wrapper:hover .search-toggle {
    display: none;
}


.shadow-sm-bottom {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.shadow-md-bottom {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}


.test-border {
    border: 1px solid var(--bs-border-color)
}

.test-border.active {
    border: 1px solid #d83c3c;
}

.test-form .radio-visual {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-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;
}

.test-form .active .radio-visual {

    background-color: #d83c3c;
    border-color: #d83c3c;
}



@media (min-width: 1400px) {
    .ps-xxl-6 {
        padding-left: 6rem !important;
    }
}



.faq-chevron {
    transition: transform 0.3s ease-in-out;
    margin-left: 10px;
}

.faq-button:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}

.faq-button {
    border: 1px solid var(--custom-purple);
    background-color: var(--custom-purple);
    color: white;
    transition: all 0.3s ease-in-out;
}

.faq-button.collapsed {
    background-color: white;
    color: black;
}


.focused-black-border {
    border: 2px solid #E9E9E9 !important;
}

.focused-black-border:focus {
    border: 2px solid transparent !important;
    outline: 1px solid black !important;
}


.loginPage .woocommerce-Input {
    border: 2px solid #E9E9E9 !important;
    width: 100%;
}

.loginPage .woocommerce-Input:focus {
    border: 2px solid transparent !important;
    outline: 1px solid black !important;
}

.loginPage .form-row-first {
    width: 100% !important;
}


.productTile .logo-container {
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.productTile:hover .logo-container {
    opacity: 1;
}

.productTile .secondView {
    transition: all 0.6s ease-in-out;
    /* opacity: 0; */
    right: 100%;
    bottom: -60px;
}

.productTile:hover .secondView {
    /* opacity: 1; */
    bottom: 0px;
}

@media (max-width: 756px) {
    .productTile .secondView {
        bottom: 0px;
        right: 0px;
    }

}

@media (min-width: 756px) {
    .productTile .secondView {
        right: 0px;

        left: 0px;
    }

}

.productTile-button:hover {
    background-color: var(--custom-purple);
    border: 1px solid var(--custom-purple);
    color: white;
}


#account_email {
    color: grey !important;
    cursor: not-allowed;
    border-color: #ced4da;
}

.woocommerce-form-row.woocommerce-form-row--wide label[for="billing_phone"]::after {
    content: " *";
    color: var(--wc-red);
    font-weight: bold;
}


#produkt_opis .nav-link.active {
    color: var(--custom-purple);
}


.banner-width {
    max-width: 690px;
}

.custom-text-success {
    color: rgb(25, 206, 122);
}


/* tested */


.product-tile .img-container {
    position: relative;
    overflow: hidden;
}

.product-tile .add-to-cart-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.product-tile .img-container:hover .add-to-cart-overlay {
    transform: translateY(0);
}

.product-tile .basket-container {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: background-color 0.3s, color 0.3s;
}

.product-tile .basket-container:hover {
    background-color: #fff;
    color: #000;
}

.product-tile .name,
.product-tile .store,
.product-tile .px-3.pb-2.px-lg-4.pb-lg-4 {
    text-align: center;
}

.product-tile .store {
    justify-content: center !important;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-tile-image-container {
    max-height: 300px;
    height: 300px;
    min-height: 300px
}

@media (max-width: 756px) {
    .product-tile-image-container {
        max-height: 200px;
        height: 200px;
        min-height: 200px
    }
}



.separations span+span::before {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #ced4da;
}


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


.video-reviews-product-image {
    max-width: 100px;
    max-height: 100px;
}


@media (min-width: 992px) {
    #cart-summary-box {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}

/* .input-text.is-invalid {
    border-color: #dc3545 !important;
}

.input-text.is-invalid:focus {
    border-color:  var(--bs-border-color) !important;
} */


.woocommerce-invalid .input-text {
    border-color: var(--wc-red) !important;
}

.woocommerce-invalid .input-text:focus {
    border-color: var(--bs-border-color) !important;
}

.woocommerce-form__label-for-checkbox .is-invalid {
    color: var(--wc-red);
}

.form-control {
    resize: none;
}


@media (max-width: 1400px) {
    .hide-exl-xxl {
        display: none !important;
    }
}


.my-account-banner-padding {
    padding: 53px 35px;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.my-account-banner-padding p {
    max-width: 400px;
}


.my-account-icon {
    max-width: 161px !important;
    max-height: 161px;
}

.square-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


@media (max-width: 781px) {
    .wp-block-columns {
        flex-direction: column !important;
    }

    .wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 20px;
    }
}



.image-container-swiper {
    display: flex !important;
}

.image-container-swiper img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}


.ywgc_enter_code {
    display: block !important;
}

.ywgc_have_code {
    display: none !important;
}

.ywgc_enter_code .input-text {
    height: 51px;
    ;
}

.gift_card_template_button {
    display: flex;
}

.gift_card_template_button .qty {
    width: 60px;
}

.gift_card_template_button button {
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    font-family: "Satoshi";
    color: white !important;
    background-color: #090909 !important;
    height: 46px;
    border: none;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-left: 16px;
}

.inpost_pl-shipping-method-meta-wrap{
    display: none !important;
}
#installment-mini-total{
    display: none;
}


.easypack-parcel-machine .easypack_show_geowidget{
    border-radius: 20px !important;
    border: 1px solid var(--custom-black1) !important;
    background-color: white !important;
    color: black !important;
    padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  box-shadow: none !important;
  text-wrap: nowrap;
  margin: 0px 0px 12px 20px !important;
}

.easypack-parcel-machine .easypack-parcel-machine-select{
    padding-bottom: 0px !important;
}


.easypack-parcel-machine .easypack_show_geowidget:hover{
    border: 1px solid var(--custom-purple) !important;
    background-color: var(--custom-purple) !important;
    color: white !important;
}

.ywgc_enter_code p{
    padding-right: 0 !important;
    padding-left: 7px !important;
}

.ywgc_apply_gift_card_button {
    height: 46px !important;
    font-family: "big-caslon-fb" !important;
}


.ywgc_enter_code .form-row-last{
    display: flex;
    justify-content: end;
}

.ywgc_enter_code .form-row-first{
    width: 61% !important;
}

.ywgc_enter_code .form-row-last{
    width: 38% !important;
}

.gutenberg-container.expendable-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in;
}

.gutenberg-container.expendable-container.is-expanded {
    max-height: 15000px;
    opacity: 1;
}


#order_review_parent .ywgc-gift-card-applied{
    display: none;
}


#billing_companyaddress_field .optional{
    display: none;
}

#billing_vatid_field .optional,
#billing_companyaddress_2_field .optional,
#billing_companycity_field .optional,
#billing_companypostcode_field .optional
{
    display: none
}

/* #billing_companyaddress_2_field ,
#billing_companycity_field ,
#billing_companypostcode_field ,
#billing_companyaddress_field {
    width: 49% !important;
} */

#billing_company_field .optional{
    display: none
}

small.includes_tax {
    display: none;
}


#payment .form-check{
    padding-left: 1em;
}
