.feedbackForm::before {
    content: "\A";
    border-style: solid;
    border-width: 16px 10px 0px 10px;
    border-color: #eb771b transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    right: 5%;
}

.option-item:nth-child(odd),
.orders_list_row:nth-child(odd),
.flash_deal_left:nth-child(odd),
.customer_mobile_line:nth-child(odd),
.discount_list_row:nth-child(even),
.flash_deal_right:nth-child(even),
.order_comment_row:nth-child(even),
.new_parameter_wrapper_case:nth-child(even) {
    background-color: white;
}

.option-item:nth-child(even),
.flash_deal_left:nth-child(even),
.customer_mobile_line:nth-child(even),
.discount_list_row:nth-child(odd),
.flash_deal_right:nth-child(odd) {
    background-color: #F9FAFB;
}

.flip_text {
    transform: scale(-1, 1);
}

.my_box_shadow {
    box-shadow: rgba(54, 54, 54, 0.35) 0px 5px 15px;
}

.text_2xl_font_size {
    font-size: 1.8rem !important;
}

.my_flag_shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px 1px;
}

.my_bottom_shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    transform: scale(.9);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px 2px;
}

.status_bar_element_first,
.status_bar_element_last,
.status_bar_element {
    position: relative;
}

.status_bar_element_first:after,
.status_bar_element:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-top: 12px solid transparent;
    border-left: 14px solid #5f5f5f;
    border-bottom: 12px solid transparent;
    margin-right: -14px;
    z-index: 1;
}

.status_bar_element_last:before,
.status_bar_element:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-top: 12px solid transparent;
    border-left: 14px solid white;
    border-bottom: 12px solid transparent;
}

.status_ready,
.product_status_ready {
    background-color: #8bb232;
}

.status_ready:after,
.product_status_ready:after {
    border-left-color: #8bb232;
}

.status_ready span {
    color: #8bb232;
}


.mobile_status_bar_element_first,
.mobile_status_bar_element_last,
.mobile_status_bar_element {
    position: relative;
}

.mobile_status_bar_element_first:after,
.mobile_status_bar_element:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-top: 14px solid #5f5f5f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-bottom: -14px;
    z-index: 1;
}

.mobile_status_bar_element_last:before,
.mobile_status_bar_element:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-top: 14px solid white;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.mobile_status_ready:after {
    border-top-color: #8bb232;
}

.mobile_status_ready div {
    color: #8bb232;
}

.mobile_status_ready {
    background-color: #8bb232;
}

#lightboxOverlay {
    position: fixed;
    max-height: 100vh;
    max-width: 100vw;
}

#lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

#lightbox .lb-outerContainer {
    /* height: auto !important;
    min-height: 20vh !important;
    width: 90% !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80vh !important;
    min-height: 20vh !important;
    max-width: 95vw !important;
    width: 100%;
}

#lightbox .lb-outerContainer .lb-container .lb-image {
    /* height: auto !important;
    width: 100% !important; */
    object-fit: contain;
}

/* #lightbox .lb-dataContainer {
    width: 90% !important;
} */
/* @media screen and (min-width: 768px) {
    #lightbox .lb-outerContainer {
        width: 60% !important;
    }
    #lightbox .lb-dataContainer {
        width: 60% !important;
    }
} */
select.no_arrow::-ms-expand {
    display: none;
}

select.no_arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.half_circle {
    width: 250px;
    height: 125px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    border-bottom: 0;
}

.dashboard_order_list_element:nth-child(even),
.customer_order_mobile:nth-child(odd) {
    background-color: #e5f1c9;
}

.customer_order_mobile:nth-child(even) {
    background-color: white;
}

.dashboard_basket_list_element:nth-child(even) {
    background-color: #EFEFEF;
}

.text-xxs {
    font-size: 0.6rem;
    line-height: 1;
}

.crm_input[type="checkbox"]:checked~.crm_custom_checkbox {
    background-color: #5f5f5f;
    border-color: white;
}

.crm_input[type="radio"]:checked~.crm_custom_checkbox {
    background-color: #5f5f5f;
    border-color: white;
}

.crm_input[type="radio"]:checked~.crm_custom_radio {
    background-color: rgba(220, 38, 38, 1);
    ;
    border-color: white;
}

.safari_sticky {
    position: -webkit-sticky;
    position: sticky;
}

.responsive_safari_sticky {
    position: -webkit-sticky;
    position: sticky;
}

.custom_portal_progress_bar[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Get rid of default border in Firefox. */
    border: none;

    height: 6px;
}

.custom_portal_progress_bar[value]::-webkit-progress-bar {
    background-color: #DBDBDB;
}

.custom_portal_progress_bar[value]::-webkit-progress-value {
    position: relative;
    background-color: #8bb232;
}

.discount_list_row:nth-child(odd) .referral_email_wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-image: linear-gradient(to right, transparent, #B1B1B1);
}

.discount_list_row:nth-child(even) .referral_email_wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-image: linear-gradient(to right, transparent, #B1B1B1);
}

.referral_email,
.sales_email {
    transition-duration: 2s;
}

.referral_email:hover,
.sales_email:hover {
    transform: translateX(calc(8rem - 100%));
}

.sales_email_wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-image: linear-gradient(to right, transparent, #F9FAFB);
}

.swiper-button-next.swiper-button-white {
    color: #5f5f5f;
}

.swiper-button-prev.swiper-button-white {
    color: #5f5f5f;
}

.thumb_active {
    opacity: 1;
}

.warranty-svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    -moz-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

@media screen and (min-width: 768px) {
    .discount_list_row:nth-child(odd) .referral_email_wrapper::after {
        background-image: linear-gradient(to right, transparent, #F9FAFB);
    }

    .discount_list_row:nth-child(even) .referral_email_wrapper::after {
        background-image: linear-gradient(to right, transparent, #EFEFEF);
    }

    .discount_list_row .customer_mobile_line {
        background-color: transparent;
    }

    .dashboard_basket_list_element .customer_mobile_line {
        background-color: transparent;
    }

    .dashboard_order_list_element .customer_order_mobile {
        background-color: transparent;
    }
}

.max_height_9000 {
    max-height: 100rem;
}

@keyframes hideButton {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.flash_note {
    animation: hideButton 5s forwards;
}

.sidebar_height {
    height: 100vh;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dashboard_progress_bar[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Get rid of default border in Firefox. */
    border: none;

    height: 48px;
}

.dashboard_progress_bar[value]::-webkit-progress-bar {
    background-color: #DBDBDB;
}

.dashboard_progress_bar[value]::-webkit-progress-value {
    position: relative;
    background-color: #8bb232;
}

.search_bar {
    height: 300px;
}

@media screen and (max-width: 767px) {
    .search_bar {
        /* width: 600px; */
        height: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .search_bar {
        width: 650px;
        height: 400px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .search_bar {
        width: 800px;
        height: 600px;
    }
}
@media screen and (min-width: 1280px) {
    .search_bar {
        width: 1000px;
        height: 800px;
    }
}




.dropzone {
    min-height: 100px;
}

.dropzone.dz-clickable .dz-message * {
    color: #5f5f5f;
    font-weight: bold;
}

.dropzone .dz-preview .dz-remove {
    color: #dc2626;
    margin-top: .5rem;
    font-weight: 500;
}

.guarantee_faq_field {
    height: 650px;
}

.video_wrapper {
    position: relative;
    padding-bottom: 50%;
    /* 16:9 */
    height: 0;
}

.video_wrapper iframe {
    border-radius: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99%;
    height: 100%;
}

.my_inset_shadow {
    box-shadow: inset 0px 0px 15px 0px rgba(54, 54, 54, 0.15);
}

.login_form_wrapper,
.register_form_wrapper {
    height: 485px;
}

.change_password_wrapper {
    min-height: 50vh;
}

.change_password_form {
    min-width: 40vw;
}

.main_category_slider_wrapper:nth-child(even) {
    background-color: #EFEFEF;
}

.product_card_wrapper {
    height: 22rem;
}

.product_filter_collapse {
    height: fit-content;
}

.noscroll {
    height: 100vh;
    width: 100vw;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.contact_persons_img {
    height: 220px;
    object-position: bottom;
    max-height: 165px;
}

/* @media (min-width: 768px) {
    .contact_persons_img {
        height: 300px;
        object-position: bottom;
    }
} */
.contact_persons_container {
    width: 435px;
    height: 220px;
}


@media (min-width: 1280px) {
    .contact_persons_container {
        width: 375px;
    }
}

/* .main_category_bubbles:nth-child(even) {
    background-color: #DBDBDB;
} */

.side_menu_open {
    width: 21rem;
}

.hide_cat_names {
    max-width: 0rem;
    opacity: 0;
}

.hide_main_cat_link_wrapper {
    display: none;
}

.sidemenu_childcategory_wrapper {
    visibility: hidden;
    opacity: 0;
    transition: all;
    transition-delay: .15s;
}

.sidemenu_main_category:hover .sidemenu_childcategory_wrapper {
    visibility: visible;
    opacity: 1;
    transition: all;
    transition-delay: .15s;
}

.third_category_wrapper {
    visibility: hidden;
    opacity: 0;
    transition: all;
    transition-delay: .15s;
}

.secondary_category_wrapper:hover .third_category_wrapper {
    visibility: visible;
    opacity: 1;
    transition: all;
    transition-delay: .15s;
}

/* .third_category_placeholder {
    display: none;
}
.child_categories_wrapper:hover + .third_category_placeholder {
    display: block;
} */

/* .third_category_button:nth-child(odd) {
    background-color: #B1B1B1;
} */


.column_stuff {
    columns: 2;
}

.float_clear {
    clear: both;
}

/* .clear_right {
    clear: both;
} */
.hide_radio_input_stuff {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 1rem; */
    /* padding: 1rem 0 !important; */
}

@media (min-width: 768px) {
    .swiper-container {
        height: 500px;
    }
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.swiper-slide {
    /* max-height: 400px; */
    background-size: cover;
    background-position: center;
}

.gallery-top {
    /* height: 80%; */
    width: 100%;
}

.swiper.gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.swiper.gallery-thumbs .swiper-slide img {
    object-fit: cover;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide {
    /* width: 25%;
    height: 100%; */
    height: auto;
}

.swiper.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.checkout_step_approved {
    background-color: #8bb232;
}

.checkout_step_approved:hover {
    background-color: #B9D084;
}

.social_icon_flex {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    padding-top: 1rem;
}

.hovered_text {
    width: fit-content;
}

.hovered_text::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease-out;

}

.hovered_text:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .3s ease-out;
    background-color: #8bb232;
}

.contact_bubble {
    width: 60px;
    height: 60px;
}

.z-9000 {
    z-index: 30;
}

.mobile_side_menu_open {
    width: 320px;
    --tw-scale-x: 1;
}

.second_category_bubbles:nth-child(odd) {
    background-color: white;
}

.second_category_bubbles:nth-child(even) {
    background-color: #EFEFEF;
}

.third_category_bubbles:nth-child(odd) {
    background-color: #DBDBDB;
}

.third_category_bubbles:nth-child(even) {
    background-color: #EFEFEF;
}

.swiper-slide.home_swiper_slider .slider_category_badge {
    width: 2.5rem;
    height: 2.5rem;
}

.swiper.home_swiper_1 {
    padding: 0 1rem 3.5rem;
}

.swiper.product_companies_swiper_1 {
    padding: 0 1rem 1rem;
}

/* .secondary_category_wrapper_text:hover a {
    color: white;
} */

.home_swiper_slider {
    /* width: 60% !important; */
    height: 10rem !important;
}

.company_list_swiper_slider {
    /* width: 60% !important; */
    height: 3rem !important;
}

.footer_link_text {
    font-size: 0.6rem;
    line-height: 1;
}

.swiper-horizontal>.swiper-scrollbar.home_swiper_scroll_bar {
    height: 20px;
    position: absolute;
    left: 5%;
    bottom: 16px;
    z-index: 20;
    width: 90%;
}

.swiper-horizontal>.swiper-scrollbar.home_swiper_scroll_bar .swiper-scrollbar-drag {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.swiper-horizontal>.swiper-scrollbar.home_swiper_scroll_bar .swiper-scrollbar-drag:hover {
    background: rgba(0, 0, 0, .3);
}

.swiper-horizontal>.swiper-scrollbar.parts-swiper-scrollbar {
    bottom: 10px;
    height: 20px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.product-view-links {
    font-size: 8px;
}

.links_to_fields {
    top: 6.5rem;
}

@media (min-width: 768px) {
    .swiper.gallery-thumbs {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .home_swiper_slider {
        /* width: 40% !important; */
        height: 13rem !important;
    }

    .company_list_swiper_slider {
        /* width: 60% !important; */
        height: 3rem !important;
    }

    .responsive_safari_sticky {
        position: relative;
    }

    /* body div iframe[title="chat widget"] {
        margin-bottom: 2rem !important;
    } */
    .footer_link_text {
        font-size: 0.75rem;
        line-height: 1;
    }

    .swiper-horizontal>.swiper-scrollbar.home_swiper_scroll_bar {
        height: 10px;
        bottom: 20px;
    }

    .swiper-horizontal>.swiper-scrollbar.parts-swiper-scrollbar {
        bottom: 17px;
        height: 10px;
    }

    .cart_items_collapse {
        min-width: 18rem;
    }

    .product-view-links {
        font-size: 1rem;
    }

    .links_to_fields {
        top: 0;
    }
}

/* @media (min-width: 1024px) {
    .home_swiper_slider {
        width: 20% !important;
    }
} */

.swiper-slide.home_swiper_slider img {
    object-fit: cover;
}

/* .home_swiper_slider.secondary_category_swiper_slide img {
    object-fit: cover;
} */

@media (max-width: 767px) {
    .home_swiper_slider {
        /* width: 60% !important; */
        height: 10rem !important;
    }

    .company_list_swiper_slider {
        /* width: 60% !important; */
        height: 3rem !important;
    }

    .index_category_banners {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .swiper-slide.home_swiper_slider {
        opacity: .5;
    }

    .swiper-slide.home_swiper_slider.swiper-slide-active {
        opacity: 1;
    }
}


/* @media (min-width: 1280px) {
    .index_category_banners {
        width: 120px;
        max-width: 100%;
    }
} */

.product_list_pagination nav div:nth-child(2) p {
    display: none;
}

.swiper.related-swiper {
    /* padding: 2.5rem 0; */
    /* padding-bottom: 2rem; */
    padding-left: 1rem;
    padding-right: 1rem;
}

.line_phone_icon {
    height: 14px;
    width: 14px;
    fill: #8bb232;
}

/* #invert_round_top:after {
    content: "";
    position: absolute;
    background-color: #0074D9;
    height: 50px;
    width: 25px;
    border-top-left-radius: 12px;
    box-shadow: 0 -25px 0 0 #001f3f;
}
#invert_round_bottom:after {
    content: "";
    position: absolute;
    background-color: #0074D9;
    height: 50px;
    width: 25px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 -25px 0 0 #001f3f;
} */

.sidemenu_img_grayscale {
    filter: grayscale(85%);
}

@media (max-width: 767px) {
    .picture_in_work_wrapper img {
        max-height: 200px;
    }

    .pictures_with_customer img {
        max-height: 200px;
    }

    .home_swiper_arrow_next,
    .home_swiper_arrow_prev {
        display: none !important;
    }
}

.home_swiper_arrow_next:focus,
.home_swiper_arrow_prev:focus {
    outline: none !important;
}

.prod_page_arrow:focus {
    outline: none !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.product_card_scale:hover {
    transform: scale(1.03);
}

.hidden_input[type="radio"]:checked~.custom_radio_input {
    background-color: #5f5f5f;
    border-color: white;
}

.hidden_input[type="checkbox"]:checked~.custom_option_checkbox {
    background-color: #8bb232;
    border-color: #8bb232;
}

.hidden_input[type="radio"]:checked~.custom_option_radio {
    background-color: #8bb232;
    border-color: #8bb232;
}

.hidden_input[type="radio"]:checked~.required_option_name {
    color: #8bb232;
}

.hidden_input[type="radio"]:checked~.required_option_amount {
    color: #8bb232;
}

.hidden_input[type="checkbox"]:checked~.optional_option_name {
    color: #8bb232;
}

.hidden_input[type="checkbox"]:checked~.optional_option_amount {
    color: #8bb232;
}

.parameter_container {
    max-width: 560px;
}

.home_swiper_arrow_next,
.home_swiper_arrow_prev {
    top: 90.5% !important;
    background-image: url(https://storage.googleapis.com/frontend-picture-bucket/agrohof-site/icons/arrow_grey.png);
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 20px;
}

.home_swiper_arrow_next {
    transform: rotateY(180deg);
    right: 15px !important;
}

.home_swiper_arrow_prev {
    left: 15px !important;
}

.home_swiper_arrow_next:after,
.home_swiper_arrow_prev:after {
    display: none;
}

.product_list_pagination nav span span span {
    background-color: #DBDBDB;
    color: #5f5f5f;
    border-color: #B1B1B1;
}

.product_list_pagination nav span span button {
    color: #5f5f5f;
    border-color: #B1B1B1;
}

.product_list_pagination nav span span button:focus {
    border-color: #8bb232;
}

.product_list_pagination nav span span button:hover {
    background-color: #EFEFEF;
}

.custom_scrollbar_for_chrome::-webkit-scrollbar {
    width: 7px;
    background: transparent;
}

.custom_scrollbar_for_chrome::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: #DBDBDB;
}

.custom_scrollbar_for_chrome::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: #8D8D8D;
}

.swiper.related-part-swiper {
    /* padding: 0 1.25rem 2.5rem; */
    padding-bottom: 2.5rem !important;
}

.swiper.related-part-swiper .swiper-slide,
.swiper.related-part-swiper-modal .swiper-slide {
    height: auto;
}

.swiper-button-next.parts-swiper-button-next,
.swiper-button-prev.parts-swiper-button-prev {
    top: 40%;
}

.related-stripe {
    width: 200%;
}

.sidebar_container {
    height: auto;
    min-height: calc(100vh - 32px);
}

.youtube_object {
    height: 200px;
}

.product_image_arrows_next,
.product_image_arrows_prev {
    height: 100% !important;
    width: 10% !important;
    top: 0 !important;
    pointer-events: all !important;
    margin-top: 0 !important;
}

.product_image_arrows_next {
    display: -webkit-box !important;
    -webkit-box-pack: end !important;
    -webkit-box-align: center;
    justify-content: end !important;
    -webkit-justify-content: flex-end;
    right: 0 !important;
    padding-right: 1.25rem !important;
}

.product_image_arrows_prev {
    justify-content: start !important;
    padding-left: 1.25rem !important;
    left: 0 !important;
}

.swiper_divider {
    margin-left: -8px;
}

.swiper_divider::before {
    content: "";
    position: absolute;
    border-bottom: 24px solid transparent;
    border-left: 16px solid #8D8D8D;
    border-top: 24px solid transparent;
    height: 0px;
    width: 0px;
    left: 100%;
    opacity: .8;
}

@media (min-width: 768px) {
    .swiper_divider {
        margin-left: -10px;
    }

    .swiper_divider::before {
        border-bottom: 40px solid transparent;
        border-left: 20px solid #8D8D8D;
        border-top: 40px solid transparent;
    }

    .related-part-swiper-modal {
        padding-bottom: 2.5rem !important;
    }
}

/* @media (min-width: 1280px) {
    .swiper_divider {
        margin-left: -14px;
    }
    .swiper_divider::before {
        border-bottom: 56px solid transparent;
        border-left: 28px solid #8D8D8D;
        border-top: 56px solid transparent;
    }
} */

.youtube_iframe {
    height: 200px;
    border-radius: .5rem;
    overflow: hidden;
}

.zoom_in_cursor {
    cursor: zoom-in;
}

.my_text_shadow {
    text-shadow: 1px 1px 5px black;
}


