/*=========================== Global =========================== */

.otgs-development-site-front-end
{
    display: none !important;
}

/* ==========================================
   Slanted button with clean border (shared)
   ========================================== */
.main-bnt span
{
    font-family: "acumin-pro-condensed", sans-serif !important;
}

.main-bnt a,
.main-bnt button,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn,
.home-articles a.uc_more_btn {
    --cut: 95%;
    --bw: 2px;

    background-color: transparent !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 35px 10px 14px !important;
    margin-top: 26px;

    font-family: "acumin-pro-condensed", sans-serif !important;
    font-size: 24px;
    font-weight: 900 !important;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none !important;

    background: transparent;
    border: 0;
    cursor: pointer;

    clip-path: polygon(0 0, 100% 0, var(--cut) 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, var(--cut) 100%, 0% 100%);

    color: #fff;
    z-index: 0;
}

/* outer border shape */
.main-bnt a::before,
.main-bnt button::before,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn::before,
.home-articles a.uc_more_btn::before {
    content: "";
    position: absolute;
    inset: 0;

    background: transparent;

    clip-path: inherit;
    -webkit-clip-path: inherit;

    z-index: -2;
    transition: background-color .2s ease;
}

/* inner fill shape */
.main-bnt a::after,
.main-bnt button::after,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn::after,
.home-articles a.uc_more_btn::after {
    content: "";
    position: absolute;
    inset: var(--bw);

    background: #ed1940;

    clip-path: inherit;
    -webkit-clip-path: inherit;

    z-index: -1;
    transition: background-color .2s ease;
}

/* hover = outline only */
.main-bnt a:hover,
.main-bnt button:hover,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn:hover,
.home-articles a.uc_more_btn:hover {
    color: #ed1940;
}

.main-bnt a:hover::before,
.main-bnt button:hover::before,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn:hover::before,
.home-articles a.uc_more_btn:hover::before {
    background: #ed1940;
}

.main-bnt a:hover::after,
.main-bnt button:hover::after,
.home-products .elementor-column .ekit-wid-con .btn-wraper a.elementskit-btn:hover::after,
.home-articles a.uc_more_btn:hover::after {
    background: #fff;
}


/* ==========================================
   White variant (default white fill)
   ========================================== */

.main-bnt.whit-btn a,
.main-bnt.whit-btn button {
    color: #ed1940;
    /* red text */
}

/* white fill */
.main-bnt.whit-btn a::after,
.main-bnt.whit-btn button::after {
    background: #fff;
}

/* no border by default */
.main-bnt.whit-btn a::before,
.main-bnt.whit-btn button::before {
    background: transparent !important;
}

/* hover = transparent fill, white border, white text (like screenshot) */
.main-bnt.whit-btn a:hover,
.main-bnt.whit-btn button:hover {
    color: #fff;
}

.main-bnt.whit-btn a:hover::before,
.main-bnt.whit-btn button:hover::before {
    background: #fff !important;
}

.main-bnt.whit-btn a:hover::after,
.main-bnt.whit-btn button:hover::after {
    background: #ed1940;
}

.two-col-image
{
    max-width: calc(1460px / 2);
    padding: 50px 0;
}

.two-col-image.left-t
{
    margin-left: auto;
}

.two-col-image.right-t
{
    margin-right: auto;
}

.two-col-image.red-bq
{
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background-color: #ED1940;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin-bottom: -4%;
    margin-top: 60px;
    margin-left: 0;
    max-width: 60%;
    padding: 0;
    width: 100%;
    z-index: 15;
}

.two-col-image.red-bq > div
{
    margin-left: auto !important;
    max-width: calc(1560px * 0.6);
    padding: 50px 100px 50px 50px !important;
}
/*=========================== #END Global =========================== */

/*=========================== header =========================== */

.ekit-template-content-header
{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 600;
}


.ekit-template-content-header.white-bg
{
    background: #fff;
}

.ekit-template-content-header .elementskit-navbar-nav > li a
{
    font-family: "acumin-pro-condensed", sans-serif;
}

.ekit-template-content-header.white-bg .elementskit-navbar-nav > li a,
.ekit-template-content-header.white-bg .elementskit-navbar-nav > li > a .elementskit-submenu-indicator
{
    color: #5F5F5F !important;
}


.ekit-template-content-header.white-bg .elementskit-navbar-nav .current-menu-item a,
.ekit-template-content-header.white-bg .elementskit-navbar-nav .current-menu-item > a .elementskit-submenu-indicator {
    color: #ED1940 !important;
}

#menu-header-menu,
#menu-header-menu-french
{
    align-items: center;
}

.ekit-template-content-header .elementskit-navbar-nav,
.ekit-template-content-header .elementskit-navbar-nav > li
{
    overflow: visible;
}

.ekit-template-content-header .elementskit-navbar-nav .elementskit-submenu-panel
{
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .7));
    min-width: 150px !important;
    position: relative;
    z-index: 10;
    /* top: 80% !important; */
}

.ekit-template-content-header .elementskit-navbar-nav .elementskit-submenu-panel li a
{
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.9));
    text-shadow: 0 4px 12px rgba(0, 0, 0, .9);
}

.ekit-template-content-header.white-bg .elementskit-navbar-nav .elementskit-submenu-panel li a
{
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0));
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}


.ekit-template-content-header.white-bg .elementskit-navbar-nav .elementskit-submenu-panel
{
    background-color: #fff;
}


.ekit-template-content-header #menu-header-menu .elementskit-submenu-panel > li > a,
.ekit-template-content-header #menu-header-menu-french .elementskit-submenu-panel > li > a
{
    font-family: "acumin-pro", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.ekit-template-content-header #menu-header-menu .elementskit-submenu-panel > li > a:hover,
.ekit-template-content-header #menu-header-menu-french .elementskit-submenu-panel > li > a:hover
{
    background-color: transparent;
    color: #ED1940;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}


.ekit-template-content-header.white-bg #menu-header-menu .elementskit-submenu-panel > li > a,
.ekit-template-content-header.white-bg #menu-header-menu-french .elementskit-submenu-panel > li > a
{
    color: #5F5F5F;
}



.ekit-template-content-header.white-bg .elementskit-navbar-nav > li .wpml-ls-shortcode a,
.ekit-template-content-header .wpml-ls-shortcode a
{
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    align-items: center;
    background-color: #ED1940;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 20px 10px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}


/*=========================== #END header =========================== */

/*=========================== #Home page =========================== */
.home-products .elementor-column .ekit-wid-con .ekit-icon-box-badge
{
    top: 10px;
    left: 10px;
}

.home-products .elementor-column .ekit-wid-con .elementskit-info-box-icon
{
    display: flex !important;
}

.home-products .elementor-column .ekit-wid-con .elementskit-info-box-icon img
{
    max-height: 190px;
    width: auto;
    height: auto;
    max-width: 100%;
}

.home-products .elementor-column .ekit-badge
{
    font-family: "acumin-pro-condensed", sans-serif;
}


.home-products .elementor-widget-container .box-body
{
    position: initial !important;
    padding-bottom: 72px;
}

.home-products .elementor-widget-container .box-body .box-footer
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.home-articles .uc_post_list_image
{
    position: relative;
    overflow: hidden;
    max-height: 240px;
    min-height: 240px
}

.home-articles .uc_post_list_image img 
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-articles .uc_post_list_content
{
    justify-content: flex-start !important;
}

.home-articles .uc_post_list_content .uc_post_list_content_inside
{
    padding-top: 20px;
}



.custom-list  ul
{
    margin-top: 10px;
    list-style: none;
}

.custom-list  ul a span
{
    font-family: "acumin-pro-condensed", sans-serif;
    color: #ED1940;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-top: 7px;
    display: block;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.custom-list ul a span::after
{
    content: url("/wp-content/uploads/2025/12/arrow-right.svg");
    margin-left: 10px;
}

.custom-list ul a span:hover
{
    color: #5F5F5F;
}

.custom-list ul a span:hover::after
{
    content: url("/wp-content/uploads/2025/12/arrow-right-gray.svg");
}

/*=========================== #END Home page =========================== */


/*=========================== Team =========================== */
.page .new-img-box
{
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: var(--welcome-bg);
}

.page .new-img-box .welcome_container
{
    max-width: 1460px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 50px 35px;
}

.page .new-img-box::before
{
    display: none;
}

.page .new-img-box .welcome_container h1
{
    color: #fff;
}


.section-content
{
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 35px;
}

.team-description
{
    background-color: #ffffff;
}

.team-description .section-content
{
    padding: 100px 35px;
}

.team-description .row .dflex
{
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.team-description .value_icon img
{
    max-width: 122px;
    height: auto;
    display: block;
}

.team-description p
{
    color: #5F5F5F;
}

.team-cards {
    background-color: #F0F0F0;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.team-cards .team-cards-columns
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.team-cards .team-cards-column
{
    display: flex;
    flex-direction: column;
    flex: 1 1 33.333%;
    min-width: 0;
}

.team-cards .team-cards-column .card-container
{
    display: block;
    width: 100% !important;
}

@media (max-width: 1024px)
{
    .team-cards .team-cards-column
    {
        flex-basis: 50%;
    }
}

@media (max-width: 768px)
{
    .team-description .section-content
    {
        padding: 50px 30px;
    }

    .team-cards
    {
        padding: 50px 0;
    }

    .team-cards .team-cards-column
    {
        flex-basis: 100%;
        margin: 0 30px;
    }

    .card .card_text
    {
        font-size: 28px;
    }
}


.team-cards .row .box-f .card-container
{
    padding: 8px;
}


.card .card_img,
.card .card_img .img_container {
    display: block;
    min-height: 606px;
    position: relative;
}

.card .card_img .img_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card .card_img .first_img
{
    /* position: relative; */
    z-index: 10;
}

.card:hover .card_img .first_img
{
    opacity: 0;
}


.card .card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
}


.card .card_sub {
    bottom: 0;
    padding: 30px 45px 30px 30px;
    position: absolute;
    width: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}


.card .card_info
{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}


.card .card_delim {
    border-top: 4px solid #cf352f;
    border-bottom: 4px solid #cf352f;
    height: 12px;
    width: 35px;
    margin-bottom: 30px;
}


.card .card_text
{
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.card .card_more {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    color: #cf352f;
}

.card .card_more:hover {
    text-decoration: underline;
}

.card .card_more .card_more_icon {
    margin-left: 5px;
    line-height: 8px;
}



.card .accordion-trigger
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.card .accordion-trigger button
{
    cursor: pointer;
    position: relative;
    background-color: #ED1940;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

.card .accordion-trigger:hover button
{
    background-color: #fff;
    border: 2px solid #ED1940;
}

.card .accordion-trigger div
{
    background-color: #fff;
    border-radius: 0;
    height: 2px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card .accordion-trigger:hover div
{
    background-color: #ED1940;
}

.card .accordion-trigger div:first-child
{
    transform: rotate(90deg);
    left: 6px;
    top: 12px;
}

.card .accordion-trigger.show div:first-child
{
    display: none;
}


.card .card_content
{
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: .3s all;
}

.card .card_content.show
{
    max-height: 1000px;
    padding: 0 30px;
    padding-bottom: 30px;
}

/* .card .card_more .card_more_icon svg {
    width: 5px;
    height: 8px;
}

.card .card_more .card_more_icon svg * {
    fill: #cf352f;
} */


/* .value {
    position: relative;
    min-height: 200px;
    border: 1px solid #ebebeb;
    margin-bottom: 47px;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    background: #fff;
    text-align: left;
}

.value .value_content {
    width: 100%;
    padding: 42px 30px 30px 30px;
}

.value .value_icon {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 23px;
    top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #cf352f;
}

.value .value_icon svg {
    width: 40px;
    height: 40px;
}

.value .value_icon svg * {
    fill: #fff !important;
} */

/*=========================== #END Team =========================== */
/*=========================== #About =========================== */
.number-counting h2
{
    position: relative;
    display: inline-block;
    line-height: .6em !important;
    margin-bottom: 0;
}

.number-counting h2::before,
.number-counting h2::after
{
    top: -20px;
    right: -20px;
    position: absolute;
    content: "";
    width: 25px;
    height: 6px;
    background-color: #fff;
}

.number-counting h2::after
{
    transform: rotate(90deg);
}


/*=========================== #End About =========================== */

/*=========================== #Products =========================== */

.page.products .two-col-container
{
    
    padding: 50px 0;
    display: flex;
}

.page.products .two-col-container.align-center
{
    align-items: center;
}

.page.products .two-col-container .img-col img
{
    display: block;
    width: 100%;
}

.page.products .two-col-image
{
    max-width: calc(1495px / 2);
    padding: 50px 35px;
}

@media (min-width: 1025px)
{
    .page.products .two-col-container:not(.products-footer)
    {
        max-width: none;
        margin: 0;
        width: 100%;
        padding: 50px 0;
        padding-left: clamp(35px, calc((100% - 1460px) / 2 + 35px), 1000px);
        box-sizing: border-box;
    }

    .page.products .two-col-container:not(.products-footer) .img-col,
    .page.products .two-col-container:not(.products-footer) .two-col-image
    {
        flex: 1 1 50%;
        min-width: 0;
    }

    .page.products .two-col-container:not(.products-footer) .two-col-image
    {
        max-width: calc(1460px / 2);
        padding: 0 35px 0 0;
        margin: 0;
    }
}

.page.products .two-col-image p
{
    color: #5F5F5F;
    font-size: 22px;
    line-height: 1.3em;
}

.page.products .product-cards
{
    background: #f0f0f0;
}

.page.products .product-layout
{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 10px;
}

@media (max-width: 1100px)
{
    .page.products .product-layout
    {
        grid-template-columns: 1fr;
    }
}

.page.products .filters-panel
{
    background: #ed1940;
    color: #fff;
    padding: 28px 24px 32px;
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 450px;
}

.page.products .filter-container
{
    padding: 40px;
    position: absolute;
    top: var(--filters-sticky-offset, 16px);
    left: 0;
    right: 0;
    transition: top 0.4s ease;
}

.page.products .filters-heading
{
    margin-bottom: 18px;
    position: relative;
}

.page.products .filters-close
{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.page.products .filters-close:focus-visible
{
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page.products .filters-heading h3
{
    margin-bottom: 5px;
}

/* .page.products .filters-form
{
    display: grid;
    gap: 10px;
    overflow: auto;
    padding-right: 6px;
    flex: 1;
    scrollbar-width: thin;
} */

.page.products .filters .filter-block
{
    margin-right: 0;
}

.page.products .filters-form .filter-block
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.page.products .filters-form .filter
{
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
}

.page.products .filters-form .filter-checkbox
{
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin: 0;
    position: relative;
    width: 24px;
    min-width: 24px;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.page.products .filters-form .filter-checkbox:checked
{
    background: #fff;
    border-color: #fff;
}

.page.products .filters-form .filter-checkbox:checked::after
{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: #555;
}

.page.products .filters-form .filter-checkbox:focus-visible
{
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page.products .filters-form .dropdown .filter
{
    width: 100%;
}

.page.products .filters-form .sub-cate
{
    position: static;
    display: none;
    margin: 6px 0 0 6px;
    padding: 8px 0 0 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.page.products .filters-form .dropdown:hover .sub-cate
{
    display: block;
}

.page.products .filters-actions.main-bnt.whit-btn button,
.page.products .filters-actions.main-bnt.whit-btn a
{
    margin-top: 0;
    margin-bottom: 10px;
}

.play-video-container
{
    position: relative;
}
.play-video-container .play-video-content
{
    position: absolute;
    z-index: 10;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.play-video-container .two-images.play-video
{
    position: absolute;
    left: var(--play-center-x, 50%);
    top: var(--play-center-y, 50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.two-images.play-video
{
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.two-images.play-video img:first-child
{
    display: block;
}

.two-images.play-video img:last-child
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.two-images.play-video:hover img:last-child
{
    opacity: 1;
}

.video-popup-overlay
{
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 9999;
}

.video-popup-overlay.is-visible
{
    display: flex;
}

.video-popup-content
{
    position: relative;
    width: min(960px, 100%);
    max-width: 100%;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.video-popup-iframe-wrap
{
    position: relative;
    padding-top: 56.25%;
}

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

.video-popup-close
{
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    padding: 12px 14px;
    position: absolute;
    right: 0px;
    top: -6px;
    transition: transform 0.15s ease, opacity 0.15s ease;
    z-index: 100;
}

.video-popup-close:focus-visible
{
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.video-popup-close:hover
{
    transform: scale(1.05);
    opacity: 0.9;
}

body.video-popup-open
{
    overflow: hidden;
}

.page.products .filters-form .sub-cate label
{
    background: transparent;
}

.page.products .filters-actions
{

}


.page.products .product-results
{
    background: #F0F0F0;
    padding: 50px;
}

.page.products .product-results__heading h3
{
    text-transform: uppercase;
    color: #4e4e4e;
}

.page.products .product-grid
{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
}



.page.products .product-grid__actions
{
    margin-top: 30px;
    text-align: center;
}

.page.products .product-more
{
    background: #ed1940;
    border: 2px solid #ed1940;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 36px;
    font-weight: 900;
    justify-content: center;
    margin-top: 26px;
    max-width: 320px;
    padding: 10px 14px 10px 14px;
    text-transform: uppercase;
    width: 100%;
}

.page.products .product-more:hover
{
    color: #ed1940;
    background: #fff;
}

.page.products .product-card
{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 18px 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.page.products .product-card_slider-wrapper
{
    padding: 10px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page.products .product-card_slider
{
    width: 100%;
}

.page.products .product-card_img
{
    display: block;
}

.page.products .product-card_img img
{
    width: 100%;
    object-fit: contain;
}

.page.products .product-card p
{
    color: #5F5F5F;
}

.page.products .product-card .d-flex
{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page.products .product-card .d-flex > div
{
    width: 100%;
}

.page.products .product-card .product-card_footer
{
    margin-top: auto;
}

.page.products .product-grid__item.is-hidden
{
    display: none;
}

.page.products .product-card_slider,
.page.products .single-product-slider-for
{
    visibility: hidden;
}

.page.products .product-card_slider.slick-initialized,
.page.products .single-product-slider-for.slick-initialized
{
    visibility: visible;
}


.three-col-container
{
    display: flex;
    flex-flow: row wrap;
    gap: 60px;
    margin: 0 auto;
    max-width: 1460px;
    padding: 50px 35px;
    align-items: stretch;
}

.three-col-container .card-col
{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.three-col-container .card-col .img-col img
{
    display: block;
    width: 100%;
}

.three-col-container .card-col .content
{
    background-color: #ED1940;
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.three-col-container .card-col .content p
{
    color: #fff;
}

.three-col-container .card-col a
{
    display: block;
}

.page.products .two-col-container.products-footer {
    background-color: #F0F0F0;
    padding: 0;
}

.hide-on-desktop
{
    display: none;
}

/* ====== NEWS ===== */

.wp-singular.post-template-default.single.single-post
{
    margin-top: 120px;
}

/* ================= */

.archive.post-type-archive.post-type-archive-products .page {
    margin-top: 80px;
    padding: 0 50px;
}

@media (max-width: 1024px) 
{
    .hide-on-desktop 
    {
        display: inline-block;
    }

    .hide-on-mobile
    {
        display: none;
    }
    
    .page.wp-singular
    {
        margin-top: 70px;
    }

    .ekit-template-content-header
    {
        padding: 0;
        background: #fff;
    }

    .ekit-template-content-header .elementskit-navbar-nav > li a,
    .ekit-template-content-header .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
        color: #5F5F5F;
    }


    .ekit-template-content-header .elementskit-navbar-nav .current-menu-item a,
    .ekit-template-content-header .elementskit-navbar-nav .current-menu-item > a .elementskit-submenu-indicator {
        color: #ED1940 !important;
    }

    #ekit-megamenu-header-menu
    {
        height: 100vh !important;
        width: 100%;
        max-width: 100%;
        align-items: start;
    }

    #menu-header-menu,
    #menu-header-menu-french
    {
        align-items: start;
    }

    .elementskit-menu-hamburger.elementskit-menu-toggler
    {
        border: none !important;
        /* z-index: 2000; */
    }

    .elementskit-menu-hamburger.elementskit-menu-toggler:hover
    {
        background-color: transparent !important;
    }

    .elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon
    {
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
        height: 4px;
    }

    .elementskit-menu-hamburger.elementskit-menu-toggler:hover .elementskit-menu-hamburger-icon
    {
        background-color: var(--e-global-color-primary) !important;
    }

    .elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon:nth-child(1)
    {
        margin-left: 2px;
    }
    .elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon:nth-child(2) {
        margin-left: 1px;
    }

    .elementskit-menu-overlay,
    #menu-header-menu .elementskit-submenu-indicator,
    #menu-header-menu-french .elementskit-submenu-indicator
    {
        display: none !important;
    }

    #menu-header-menu,
    #menu-header-menu-french
    {
        padding: 10px;
    }

    #menu-header-menu .ekit-menu-nav-link,
    #menu-header-menu-french .ekit-menu-nav-link
    {
        font-size: 20px;
        padding: 0 15px;
        margin-top: 10px;
    }

    #menu-header-menu .elementskit-dropdown.elementskit-submenu-panel,
    #menu-header-menu-french .elementskit-dropdown.elementskit-submenu-panel
    {
        background-color: transparent;
        display: block;
        max-height: 2500px;
        opacity: 1;
        padding: 0;
        padding-left: 30px;
        visibility: visible;
    }

    #menu-header-menu .elementskit-dropdown.elementskit-submenu-panel li a,
    #menu-header-menu-french .elementskit-dropdown.elementskit-submenu-panel li a
    {
        padding: 5px 0;
        font-size: 14px;
        font-weight: 500;
    }

    .wpml-ls-shortcode
    {
        margin-left: 15px;
        margin-top: 20px;
    }

    .wpml-ls-shortcode a,
   .ekit-template-content-header .elementskit-navbar-nav > li .wpml-ls-shortcode a
    {
        font-size: 17px;
        padding: 10px;
        line-height: 1em;
        color: #fff !important;
    }

    .elementskit-nav-identity-panel .elementskit-menu-close.elementskit-menu-toggler
    {
        border-width: 0 !important;
        border: none;
        color: #ED1940 !important;
        font-size: 25px;
    }


    .ekit-template-content-header .elementskit-navbar-nav .elementskit-submenu-panel,
    .ekit-template-content-header .elementskit-navbar-nav .elementskit-submenu-panel li a
    {
        filter: none;
        text-shadow: none;
    }

    .two-col-image
    {
        max-width: 100%;
        padding: 20px 0;
    }

    .two-col-image.red-bq
    {
        margin: 0;
        max-width: 100%;
        clip-path: none;
    }

    .two-col-image.red-bq > div
    {
        max-width: 100%;
        padding: 20px !important;
    }

    .page .new-img-box .welcome_container
    {
        padding: 50px 30px;
    }

    .page .new-img-box
    {
        background-image: var(--welcome-bg-mobile, var(--welcome-bg));
    }

    .page.products .two-col-container
    {
        display: block;
        padding: 0;
    }

    .page.products .two-col-image,
    .page.products .product-results
    {
        max-width: 100%;
        padding: 50px 30px;
    }


    .page.products .main-bnt a
    {
        display: inline-flex;
        gap: 10px;
        margin-top: 0;
    }

    .page.products .filters-panel
    {
        max-width: calc(100vh - 70px);
        overflow-y: auto;
        padding: 50px 0;
        position: fixed;
        top: 70px;
        transform: translateX(-100%);
        transition: .3s ease-in-out;
    }

    .page.products .filters-panel.show
    {
        transform: translateX(0);
    }

    .two-images.play-video
    {
        max-width: 100px;
    }
}

@media (max-width: 1100px) {
    .page.products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .page.products .product-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 768px)
{

    .ekit-template-content-header #menu-header-menu .elementskit-submenu-panel>li>a,
    .ekit-template-content-header #menu-header-menu-french .elementskit-submenu-panel>li>a
    {
        color: #000;
    }

    .page.products .product-results__heading h2
    {
        font-size: 20px;
    }

    .page .new-img-box
    {
        min-height: 430px;
    }

    .page.products .two-col-container .hide-on-desktop
    {
        margin-left: -30px;
        max-width: 110%;
    }

    .archive.post-type-archive.post-type-archive-products .page
    {
        margin-top: 60px;
        padding: 0 20px;
    }
}

/*=========================== #END Products =========================== */
