.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* VirtueMart legacy product details layout */

.productdetails-view .vm-product-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.productdetails-view .vm-product-media-container {
    width: 40%;
    flex: 0 0 40%;
    padding-right: 25px;
    box-sizing: border-box;
}

.productdetails-view .vm-product-details-container {
    width: 60%;
    flex: 0 0 60%;
    box-sizing: border-box;
}

/* Additional product images */
.productdetails-view .additional-images {
    margin-top: 8px;
    overflow: hidden;
}

.productdetails-view .additional-images .floatleft {
    float: left !important;
    margin: 0 6px 6px 0;
}

.productdetails-view .additional-images .floatleft img {
    display: block;
    height: auto;
}

/* Space before Description */
.productdetails-view .product-description {
    margin-top: 30px;
}

/* Mobile */
@media (max-width: 767px) {
    .productdetails-view .vm-product-media-container,
    .productdetails-view .vm-product-details-container {
        width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
}

/* Mobile header layout */
@media (max-width: 767px) {

    #sp-header .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    #sp-header #sp-logo {
        order: 1;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #sp-header #sp-top1 {
        order: 2;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #sp-header #sp-menu {
        order: 3;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #sp-header #sp-top1 .sp-column {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    #sp-header .qcbutton {
        margin: 0 8px 0 0 !important;
    }

    #sp-header .qcbutton ul {
        margin: 0;
        padding: 0;
    }
}


/* ========================================
   Mobile Offcanvas Menu
======================================== */

@media (max-width: 991px) {

    /* Συνολικό panel */
    .offcanvas-menu {
        width: 300px;
        background: #ffffff;
        box-shadow: -4px 0 18px rgba(0, 0, 0, 0.15);
    }

    /* Εσωτερικά περιθώρια */
    .offcanvas-menu .offcanvas-inner {
        padding: 55px 24px 30px;
    }

    /* Μηδενισμός παλιών styles */
    .offcanvas-menu .offcanvas-inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Κύριες επιλογές */
    .offcanvas-menu .offcanvas-inner .sp-module > ul > li,
    .offcanvas-menu .offcanvas-inner .sp-module-content > ul > li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eeeeee;
    }

    .offcanvas-menu .offcanvas-inner .sp-module > ul > li > a,
    .offcanvas-menu .offcanvas-inner .sp-module-content > ul > li > a {
        display: block;
        padding: 12px 6px;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 500;
        color: #555555;
        text-decoration: none;
    }

    /* Hover / Active */
    .offcanvas-menu .offcanvas-inner a:hover,
    .offcanvas-menu .offcanvas-inner li.active > a {
        color: #659703;
    }

    /* Υπομενού */
    .offcanvas-menu .offcanvas-inner ul ul {
        padding: 2px 0 10px 14px;
    }

    .offcanvas-menu .offcanvas-inner ul ul li {
        border: 0;
    }

    .offcanvas-menu .offcanvas-inner ul ul li a {
        display: block;
        padding: 5px 6px;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 400;
        color: #6a9717;
    }

    .offcanvas-menu .offcanvas-inner ul ul li a:hover {
        color: #436800;
        padding-left: 10px;
    }

    /* Close button */
    .close-offcanvas {
        top: 14px;
        right: 14px;
        width: 28px;
        height: 28px;
        line-height: 26px;
        border-radius: 50%;
        background: #f2f2f2;
        color: #666666;
        text-align: center;
    }

    .close-offcanvas:hover {
        background: #659703;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    #section-id-1481972791 .sppb-col-md-4:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* Factory block - keep desktop proportions on mobile */
@media (max-width: 767px) {

    #column-wrap-id-1481972810 {
        flex: 0 0 68% !important;
        max-width: 68% !important;
        width: 68% !important;
    }

    #column-wrap-id-1481972811 {
        flex: 0 0 32% !important;
        max-width: 32% !important;
        width: 32% !important;
    }

    /* Factory icon */
    #sppb-addon-1481972812 .sppb-img-container img {
        width: auto !important;
        max-width: 55px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    /* "Οι εγκαταστάσεις μας" */
    #sppb-addon-1481972812 .sppb-media-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #sppb-addon-1481972812 .sppb-feature-box-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 6px 3px 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    #sppb-addon-1481972812 .sppb-feature-box-title a {
        display: block !important;
        color: #fff !important;
    }
}

/* Factory block - desktop */
@media (min-width: 768px) {

    #column-id-1481972811,
    #column-id-1481972811 > .sppb-column-addons,
    #sppb-addon-wrapper-1481972812,
    #sppb-addon-1481972812,
    #sppb-addon-1481972812 .sppb-addon-feature {
        height: 100%;
    }

    #sppb-addon-1481972812 .sppb-addon-content {
        height: 100%;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 10px !important;
        box-sizing: border-box;
    }

    #sppb-addon-1481972812 .sppb-img-container {
        display: block !important;
        text-align: center !important;
    }

    #sppb-addon-1481972812 .sppb-img-container img {
        display: block !important;
        width: auto !important;
        max-width: 100px !important;
        height: auto !important;
        margin: 0 auto 8px !important;
    }

    #sppb-addon-1481972812 .sppb-media-content {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #sppb-addon-1481972812 .sppb-feature-box-title {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        text-align: center !important;
    }

    #sppb-addon-1481972812 .sppb-feature-box-title a {
        color: #fff !important;
        text-decoration: none !important;
    }
}

/* Submenu arrow - Helix3 */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child > a {
    position: relative;
    padding-right: 32px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child > a::after {
    content: "" !important;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(-45deg);
    font-family: initial !important;
}

/* ========================================
   Desktop Offcanvas Menu
======================================== */

@media (min-width: 992px) {

    .offcanvas-menu {
        background: #ffffff;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    }

    .offcanvas-menu .offcanvas-inner {
        padding: 55px 25px 35px;
    }

    /* Όλες οι λίστες */
    .offcanvas-menu .offcanvas-inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* Κύριες επιλογές */
    .offcanvas-menu .offcanvas-inner > ul > li,
    .offcanvas-menu .offcanvas-inner .mod-menu > li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eeeeee;
    }

    .offcanvas-menu .offcanvas-inner .mod-menu > li > a {
        display: block;
        padding: 11px 6px;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 500;
        color: #555555;
        text-decoration: none;
    }

    /* Hover και active */
    .offcanvas-menu .offcanvas-inner .mod-menu > li > a:hover,
    .offcanvas-menu .offcanvas-inner .mod-menu > li.active > a,
    .offcanvas-menu .offcanvas-inner .mod-menu > li.current > a {
        color: #659703;
    }

    /* Υπομενού */
    .offcanvas-menu .offcanvas-inner ul ul {
        margin: 0;
        padding: 2px 0 10px 15px;
    }

    .offcanvas-menu .offcanvas-inner ul ul li {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .offcanvas-menu .offcanvas-inner ul ul li a {
        display: block;
        padding: 5px 6px;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 400;
        color: #6a9717;
        text-decoration: none;
    }

    .offcanvas-menu .offcanvas-inner ul ul li a:hover {
        color: #436800;
        padding-left: 10px;
    }

    /* 3ο επίπεδο π.χ. Πάστα ελιάς */
    .offcanvas-menu .offcanvas-inner ul ul ul {
        padding-left: 15px;
        padding-bottom: 5px;
    }

    .offcanvas-menu .offcanvas-inner ul ul ul li a {
        font-size: 12px;
        color: #777777;
    }

    /* Close button */
    .close-offcanvas {
        top: 14px;
        right: 14px;
        width: 28px;
        height: 28px;
        line-height: 27px;
        border-radius: 50%;
        background: #f1f1f1;
        color: #666666;
        text-align: center;
    }

    .close-offcanvas:hover {
        background: #659703;
        color: #ffffff;
    }
}

/* Offcanvas hamburger - independent of Font Awesome */
#sp-header #offcanvas-toggler {
    position: relative;
    display: block;
    width: 24px;
    height: 55px;
    line-height: 55px;
    float: right;
    font-size: 0;
}

#sp-header #offcanvas-toggler .fa-bars {
    display: inline-block !important;
    position: relative;
    width: 14px !important;
    height: 2px !important;
    margin-top: 26px;
    padding: 0 !important;
    background: #3f4500;
    vertical-align: top;
}

#sp-header #offcanvas-toggler .fa-bars::before,
#sp-header #offcanvas-toggler .fa-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 2px;
    background: #3f4500;
}

#sp-header #offcanvas-toggler .fa-bars::before {
    top: -5px;
}

#sp-header #offcanvas-toggler .fa-bars::after {
    top: 5px;
}

/* Offcanvas close button */
.close-offcanvas {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;

    display: block !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;

    border-radius: 50% !important;
    background: #f1f1f1 !important;
    text-align: center !important;
    z-index: 9999 !important;
}

.close-offcanvas .fa {
    display: none !important;
}

.close-offcanvas::before {
    content: "×" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -53%) !important;

    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #777 !important;

    width: auto !important;
    height: auto !important;
}

.close-offcanvas:hover {
    background: #659703 !important;
}

.close-offcanvas:hover::before {
    color: #fff !important;
}


/* GET QUOTE - desktop spacing from language flags */
@media (min-width: 992px) {
    #sp-top1 .qcbutton {
        margin-top: 6px !important;
    }
}


.sppb-gallery li {
    padding: 10px;
}
#sppb-addon-1483168479179 {
    padding-top: 0 !important;
}


/* DAMOURAS - Contact Form */

.damouras-contact .cf-fields {
    width: 100%;
}

/* Απόσταση μεταξύ πεδίων */
.damouras-contact .cf-control-group {
    margin-bottom: 12px;
}

/* Inputs + textarea */
.damouras-contact .cf-input {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    background: #fafafa;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    transition:
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

/* Focus */
.damouras-contact .cf-input:focus {
    background: #fff;
    border-color: #76a52c;
    box-shadow: 0 0 0 2px rgba(118, 165, 44, .10);
    outline: none;
}

/* Placeholder */
.damouras-contact .cf-input::placeholder {
    color: #888;
    opacity: 1;
}

/* Message */
.damouras-contact textarea.cf-input {
    min-height: 96px;
    resize: vertical;
}

/* Submit wrapper */
.damouras-contact .cf-control-group[data-type="submit"] {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Send Message button */
.damouras-contact .cf-control-group[data-type="submit"] button {
    background: #6f9f2c;
    border: 1px solid #6f9f2c;
    border-radius: 2px;
    color: #fff;
    padding: 9px 18px;
    min-height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    box-shadow: none;
    cursor: pointer;
    transition:
        background-color .2s ease,
        border-color .2s ease;
}

.damouras-contact .cf-control-group[data-type="submit"] button:hover,
.damouras-contact .cf-control-group[data-type="submit"] button:focus {
    background: #5f8924;
    border-color: #5f8924;
    color: #fff;
}

/* Success message */
.damouras-contact.cf-success .cf-response {
    background: #6f9f2c;
    color: #fff;
    border-radius: 2px;
    padding: 10px 12px;
}

/* Fields - subtle 3D effect */
.damouras-contact .cf-input {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%) !important;
    border: 1px solid #c9c9c9 !important;
    border-top-color: #bdbdbd !important;
    border-radius: 3px !important;

    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.08) !important;

    color: #444;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

/* Focus */
.damouras-contact .cf-input:focus {
    background: #ffffff !important;
    border-color: #7ca52f !important;

    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.04),
        0 0 0 2px rgba(124, 165, 47, 0.12),
        0 1px 3px rgba(0, 0, 0, 0.10) !important;

    outline: none !important;
}

.damouras-social {
    display: flex;
    align-items: center;
}

.damouras-social .damouras-facebook {
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #b5b5b5 !important;
    border-radius: 50%;
    text-decoration: none !important;
    transition: background-color .2s ease;
}

.damouras-social .damouras-facebook-icon {
    display: block;
    width: 11px;
    height: 20px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06H297V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.damouras-social .damouras-facebook:hover {
    background-color: #395693 !important;
}