/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
b, strong {
    font-weight: 600 !important;
}
.elementor-item.has-submenu .sub-arrow {
    display: none !important;
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none !important;
}
.mobile_search_form .elementor-search-form__icon:before {
    width: 24px;
    height: 24px;
    top: 10px;
    left: 12px;
    position: absolute;
    content: '';
    background-image: url('assets/images/icon_search.svg') ;
    background-repeat: no-repeat;
}

.taxonomy_description_detail strong,
.taxonomy_description_detail h1,
.taxonomy_description_detail h2,
.taxonomy_description_detail h3,
.taxonomy_description_detail h4,
.taxonomy_description_detail h5,
.taxonomy_description_detail h6 {
    color: #B41011;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #B61819;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #B61819; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.img_country.unactive img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.my_header_page {
    position: fixed;
    top: 0;
}

.my_header_page{
    transition : transform 0.34s ease;
    z-index: 9;
}

.my_header_page.headerdown {
    transform: translateY(-100%);
}

.logged-in #stickyheaders.headerdown {
    transform: translateY(calc(-100% - 32px));
}

.my_header_page.headerup{
    transform: translateY(0);
    background: #56565666 !important;
}
.single-post .my_header_page.headerup,
.single-product .my_header_page.headerup {
    background: #B61819 !important;
}

.my_header_page.headerup > .e-con-inner{
    padding-top: 16px;
    padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
    .my_header_page.headerup > .e-con-inner{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.pc_menu .elementor-nav-menu--dropdown {
    padding: 6px 20px !important;
}
.pc_menu .elementor-nav-menu--dropdown .elementor-sub-item {
    border-left: 0;
}

.elementor-nav-menu--dropdown a:hover {
    background-color: transparent !important;
}

.home_banner_slider .elementor-slide-button {
    padding: 14px;
}

.max_line_1,
.max_line_1 a,
.max_line_1 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.my_product_category {
    color: #673131;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    text-transform: uppercase;
}

.my_play_icon {
    transform: translate(-50%, -50%);
}

.my_play_icon a {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: relative;
}

.my_play_icon a:hover {
    background-color: #fff;
    color: #252930;
}

.my_play_icon a:hover svg path {
    transition: 500ms;
}

.my_play_icon a:hover svg path {
    fill: #252930;
}

.my_play_icon a:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .4;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    -webkit-animation: videoBtnAnim 3s linear infinite;
    animation: videoBtnAnim 3s linear infinite;

}

.my_play_icon a:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .15;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    -webkit-animation: videoBtnAnim 5s linear infinite;
    animation: videoBtnAnim 5s linear infinite;
}

@media only screen and (max-width: 600px) {
    .my_play_icon a {
        font-size: 24px !important;
        width: 80px;
        height: 80px;
    }
    
    .my_play_icon a:before {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    
    }
    
    .my_play_icon a:after {
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
    }
}
.mfp-iframe-holder .mfp-close {
    background: transparent;
}

@keyframes videoBtnAnim {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.swiper-pagination-bullet {
    width: 8px;
    border-radius: 10px !important;
    height: 8px;
    background: #D7BDBD !important;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    color: #B61819 !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #B61819 !important;
    opacity: 1;
}

.hp_newletter_form_wrap {
    position: relative;
    width: 500px;
    max-width: 100%;
}

.hp_newletter_form_wrap p {
    margin: 0;
    position: relative;
}

.hp_newletter_form_wrap .newletter_form_first {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.hp_newletter_form_wrap .newletter_form_last {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.hp_newletter_form_wrap .wpcf7-submit,
.hp_newletter_form_wrap .wpcf7-spinner {
    display: none !important;
}
.hp_newletter_form_wrap .wpcf7-text {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #746B6B;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: 1.6px;
    height: 56px;
    padding-left: 56px;
    padding-right: 44px;
    border-radius: 0 !important;
}

.rank-math-breadcrumb p {
    color: #FFF8F8;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 2.2px;
    text-transform: capitalize;
}

.rank-math-breadcrumb p a {
    color: #BAAEAE;
}

.single .rank-math-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single .rank-math-breadcrumb p {
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: 2.2px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.single .rank-math-breadcrumb p a {
    color: #979797;
}

.my_product_lists_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    position: relative;
}

.my_product_lists_wrap.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255, 0.5);
}
.my_product_item {
    padding: 20px;
    background: #EBE8E3;
    width: calc(33.3333% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
}

.my_product_lists_wrap.loading .my_product_item {
    background: rgba(255,255,255, 0.5);
}

.my_product_item .my_product_img_wrap, .my_product_img {
    width: 100%;
    text-align: center;
}

.my_product_img {
    width: 90%;
    margin: 0 auto;
    transition: ease all 500ms;
}

.my_product_img_wrap {
    position: relative;
}
.my_product_img_hover {
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0;
    width: 90%;
    transition: ease all 500ms;
}

.my_product_img_hover .my_product_img_hover {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
}
.my_product_img_wrap:hover .my_product_img_hover,
.my_product_item:hover .my_product_img_hover {
    opacity: 1;
}

.my_product_img_wrap:hover .my_product_img_default,
.my_product_item:hover .my_product_img_default {
    opacity: 0;
}

.my_product_title {
    color: #B61819 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    width: 80%;
}

.my_product_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.my_list_categories {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.my_list_categories li {
    padding: 20px 0;
    border-bottom: #DEDCD9 1px solid
}

.my_list_categories li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-top: 10px;
    display: none;
}


.my_list_categories li ul li {
    border: 0 !important;
    padding: 10px 0;
}

.my_list_categories li a {
    color: #746B6B;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 34px */
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: relative;
}


.my_list_categories li ul li a {
    text-transform: none;
}

.toggle_tree {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 4;
}

.open_sub .toggle_tree_plus {
    display: none;
}

.open_sub .toggle_tree_minus {
    display: block;
}

.my_list_categories .open_sub ul {
    display: block;
}

.my_list_categories li a:hover,
.my_list_categories li a.active {
    color: #B61819;
    font-weight: bold;
}

.my_list_categories li:first-child {
    border-top: #DEDCD9 1px solid
}

.my_list_filters_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.my_list_filter_item {
    width: 15%;
}

.my_list_filter_item h3 {
    color: #B41011;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.my_list_filter_item select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    background: transparent;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 12px;
    border: 1px solid #DEDCD9;
    color: #635959;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    position: relative;
}

/*.my_list_filter_item select:before {
    position: absolute;
    right: 12px;
    content: '';
    background-image: url('assets/images/down.svg');
    width: 22px;
    height: 22px;
    background-size: cover;
}*/


.my_filter_btn {
    padding: 10px;
    border: #B61819 1px solid;
    background: #B61819;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: ease all 300ms;
}

.my_filter_btn:hover {
    background: transparent;
    color: #B61819;
}

.sk-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin-top: 40px;
}

.sk-pagination .page-numbers {
    color: #B61819;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: 2.2px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.sk-pagination .page-numbers.current {
    border: #B61819 1px solid;
}

.sk-pagination .page-numbers.next,
.sk-pagination .page-numbers.prev {
    display: none;
}
.sk-pagination .page-numbers svg {
    width: 30px;
    height: 30px;
}

.woocommerce-product-gallery__image a {
    text-align: center;
}
.woocommerce-product-gallery__image img {
    max-height: 500px;
    width: auto !important;
    object-fit: cover;
    margin: 0 auto;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px;
    width: 20%;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}
.my_product_info_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 30px;
    margin-top: 20px;
}

.my_product_info_detail {
    width: calc(33.3333% - 16px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 12px;
}

.my_product_info_detail img {
    width: 40px;
    height: 40px;
}

.my_product_info_box {
    width: calc(100% - 52px);
}

.my_product_info_detail h4 {
    color: #746B6B;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 20.4px */
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 0;
}

.my_product_info_detail p {
    color: #673131;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    margin-bottom: 0;
}

.my_product_content {
    max-height: 600px;
    overflow: auto;
    padding-right: 20px;
}

.my_product_content::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px
}

.my_product_content::-webkit-scrollbar-track {
    background: #EBE8E3;
    border-radius: 4px
}

.my_product_content::-webkit-scrollbar-thumb {
    background: #A59A9A;
    border-radius: 4px
}


.blog_menu_fixed.fixed_bar {
    position: fixed;
    top: 0;
    width: 100%;
    left:0;
    z-index: 9;
    background: #F8F5F1;
    border-bottom: rgba(103, 49, 49, 0.6) 1px solid;
}
@media only screen and (min-width: 1400px) {
    .home_banner_slider .swiper-slide-inner {
        width: 1400px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1000px) {
    .my_product_item {
        width: calc(50% - 15px);
    }

    .my_product_info_detail {
        width: calc(50% - 16px);
    }

    .my_product_content {
        max-height: unset;
        padding-right: 0;
    }
}

@media only screen and (max-width: 900px) {
    .my_list_filter_item {
        width: calc(33.3333% - 20px);
    }
}


@media only screen and (max-width: 600px) {
    .home_banner_slider .elementor-slides .swiper-slide-inner {
        padding: 20px !important;
    }

    .my_product_item {
        width: 100%;
    }

    .my_list_categories li {
        padding: 12px 0;
    }

    .my_list_categories li a {
        font-size: 16px;
    }

    .my_list_filter_item {
        width: calc(50% - 15px);
    }
    
    .footer_column_1, .footer_column_2 {
        border-bottom: #818080 1px solid;
    }

    .taxonomy_description_detail strong,
    .taxonomy_description_detail h1,
    .taxonomy_description_detail h2,
    .taxonomy_description_detail h3,
    .taxonomy_description_detail h4,
    .taxonomy_description_detail h5,
    .taxonomy_description_detail h6 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1140px) {
    .page .e-con-boxed > .e-con-inner {
        max-width: 1120px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .page .e-con-boxed > .e-con-inner {
        max-width: 1140px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .page .e-con-boxed > .e-con-inner {
        max-width: 1400px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

