/*
CTC Separate Stylesheet
Updated: 2026-07-21 13:35:30
*/
html,
body {
    overflow-x: hidden;
}

@media (max-width: 600px) {
    #greviews .wprevpro_t6_outer_div {
        width: 100%;
        margin: 15px 2px;
    }
}

@media (min-width: 801px) {

    #wtop.elementor-sticky--effects #logo img {
        width: 30%;
    }

    #wtop.elementor-sticky--effects #topmenu {
        padding: 0 !important;
    }

    #wtop>.e-con-inner {
        transition: padding .35s ease;
    }

    #wtop.elementor-sticky--effects>.e-con-inner {
        padding: 0;
    }


    #topmenu .e-n-menu-content>div {
        max-width: 860px;
    }
}

@media (min-width: 1024px) {
    /*  .fmm-wrap {
        direction: rtl;
        font-family: 'Heebo', 'Assistant', 'Rubik', Arial, sans-serif;
        background: #0e0e0e;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .fmm-wrap * {
        box-sizing: border-box;
    }

    .fmm-bar {
        max-width: 1240px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 2px;
        padding: 0 16px;
    }

    .fmm-item {
        position: static;
    }

    .fmm-link {
        display: block;
        color: #f3f1ec;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 15px;
        letter-spacing: .2px;
        white-space: nowrap;
        transition: color .2s;
        background: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
    }

    .fmm-link:hover,
    .fmm-item:hover>.fmm-link {
        color: #c9a227;
    }

    .fmm-item.has-mega>.fmm-link::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-left: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(-45deg);
        margin-right: 8px;
        vertical-align: 2px;
        transition: transform .2s;
    }

    .fmm-item.has-mega:hover>.fmm-link::after {
        transform: rotate(135deg);
    }

    .fmm-mega {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        width: min(1080px, 94vw);
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
        padding: 26px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .22s, transform .22s;
        z-index: 1000;
    }

    .fmm-item.has-mega:hover .fmm-mega {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .fmm-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .fmm-card {
        display: block;
        text-decoration: none;
        border-radius: 12px;
        overflow: hidden;
        background: #f7f6f4;
        border: 1px solid #ececec;
        transition: transform .2s, box-shadow .2s;
    }

    .fmm-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 26px rgba(0, 0, 0, .13);
    }

    .fmm-card .img {
        display: block;
        height: 135px;
        background-size: cover;
        background-position: center;
    }

    .fmm-card .ttl {
        display: block;
        text-align: center;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 6px;
    }

    .fmm-foot {
        margin-top: 20px;
        text-align: center;
    }

    .fmm-foot a {
        color: #1a1a1a;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #c9a227;
        padding-bottom: 3px;
    }

    .fmm-sub {
        text-align: center;
        margin-top: 16px;
        font-size: 14px;
        color: #777
    }

    .fmm-sub a {
        color: #1a1a1a;
        text-decoration: none;
        margin: 0 4px
    }

    .fmm-sub a:hover {
        color: #c9a227
    }
*/

    .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link {
        display: flex !important;
        flex-direction: column;
        height: 100%;
    }

    .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link img {
        margin: auto;
        max-height: 260px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

@media (min-width: 1025px) {
    #topmenu .m-cols {
        position: static;
    }

    #topmenu li.m-cols>.sub-menu {
        min-width: 980px;
        width: auto !important;
        grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
        padding: 40px;
    }

    #topmenu li.m-cols:hover>.sub-menu {
        display: flex;
        flex-wrap: wrap;
        display: grid;
        column-gap: 20px;
        row-gap: 0;
    }

    #topmenu li.m-cols>.sub-menu li {
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #ececec;
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
    }

    #topmenu li.m-cols>.sub-menu a {
        position: relative;
        display: block !important;
        padding-bottom: 15px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        border-inline-start-width: 0;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }

    #topmenu li.m-cols>.sub-menu>li:hover {
        transform: translateY(-6px);
        border-color: #ccc;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    #topmenu li.m-cols>.sub-menu a::before {
        content: "";
        display: block;
        width: 100%;
        height: 130px;

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        margin-bottom: 10px;
    }

    #topmenu li.m-cols>.sub-menu .submenu1 a::before {

        background-image: url('../../../wp-content/uploads/2025/04/FRO-VE999DBU_1-768x768.jpg');

    }

    #topmenu li.m-cols>.sub-menu .submenu2 a::before {
        background-image: url('../../../wp-content/uploads/2025/03/FRS-905G105B--1024x585.jpg');
    }

    #topmenu li.m-cols>.sub-menu .submenu3 a::before {
        background-image: url('../../../wp-content/uploads/2025/03/Artboard-6-768x768.png');
    }

    #topmenu li.m-cols>.sub-menu .submenu4 a::before {
        background-image: url('../../../wp-content/uploads/2025/02/FRATELLI-Catalogare-3-9.jpeg');
    }

    #topmenu li.m-cols>.sub-menu .submenu5 a::before {
        background-image: url('../../../wp-content/uploads/2025/07/7135-087_6-600x600.jpg');
    }
}



@media (max-width: 768px) {
    #wtop.elementor-sticky--effects #logo img {
        width: 50%;
    }
}


.custom-title .slash {
    color: #e1d7cf;
}

#wtop img {
    transition: transform .35s ease;
}

#greviews .wprs_unslider {
    direction: ltr;
    font-family: "Heebo", Aktiv Grotesk Hebrew;
}

#greviews li>div {
    direction: rtl;
    float: right
}

#greviews .wpproslider_t6_DIV_3 {
    padding-right: 20px;
}

#greviews .t6displayname {
    padding-right: 0
}

.exp-more {
    animation: spin 6s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.page-header h1 {
    text-align: center;
    padding-top: 20px;
}

.woocommerce-loop-product__title {
    text-wrap: balance;
}

.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,
.warning-cacsp-iframe-content .warning-cacsp-object-content-text,
.warning-cacsp-object-content .warning-cacsp-iframe-content-text,
.warning-cacsp-object-content .warning-cacsp-object-content-text {
    line-height: 100%;
}