.single-product-wrapper {
    padding-top: 20px;
    padding-bottom: 0px;
}

.product-header .product-title {
    font-size: 28px;
    font-weight: 700;
    color: #BA1D2B;
    margin-bottom: 12px;
}

.product-arrays-section {
    padding: 80px 0;
}

.product-array-item {
    margin-bottom: 70px;
}

.product-array-header {
    margin-bottom: 25px;
}

.product-array-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

.array-title {
    font-size: 22px;
    font-weight: 400;
    color: #949494;
    margin: 0;
    text-align: left;
}

.product-array-image {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.product-array-table {
    margin-top: 20px;
    text-align: center;
}

.product-array-table .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


.product-spec-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 0.95rem;
    margin: 0 auto;
}

.product-spec-table thead th {
    background: #4a4a4a;
    color: #ffffff;
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #3a3a3a;
    font-weight: 600;
}

.product-spec-table tbody td {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    color: #000;
}

.product-spec-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.product-spec-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.product-spec-table tbody td:first-child {
    font-weight: 600;
    text-align: center;
}

.specific-bold-fix .product-spec-table tbody td[rowspan] {
    font-weight: 600;
    text-align: center;
}

.specific-bold-fix .product-spec-table tbody td {
    font-weight: 400;
    text-align: center;
}

.specific-bold-fix .product-spec-table tbody tr>td:first-child:not([rowspan]) {
    font-weight: 400;
    text-align: center;
}


/* =========================
   Responsive
   ========================= */

@media (max-width: 991px) {
    .product-array-header {
        flex-direction: column;
        align-items: flex-start;
    }
}


.contact-section {
    padding: 80px 0px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #BA1D2B;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    background: linear-gradient(to right, #BA1D2B 50%, #ffffff 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .35s ease-out;
    color: #BA1D2B;
}

.contact-btn:hover {
    background-position: left bottom;
    color: #fff;
}

.related-title {
    color: #BA1D2B;
    font-weight: 700;
    font-size: 28px;
}


@media (max-width: 768px) {

    .contact-section {
        padding: 50px 15px;
    }

    .contact-row {
        padding: 30px 25px;
    }

    .contact-btn {
        justify-content: center;
    }
}

.contact-title-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}


.spc-product input,
.spc-name input,
.spc-fname input,
.spc-mail input,
.spc-phone input,
.spc-company input,
.spc-title input,
.spc-county input,
.spc-message input {
    border: none !important;
    border-radius: 5px !important;
    background-color: #ffecee !important;
}

.form-control {
    border: none !important;
    border-radius: 5px !important;
    background-color: #e5e5e545 !important;
    padding: 10px !important;
}

.spc-product .form-control,
.spc-product input {
    background-color: #f5f5f5 !important;
    pointer-events: none;
    cursor: default;
}

.me-2 {
    margin: 0 5px 0 0 !important;
}

.contact-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.contact-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 65px 10px 25px;
    border-radius: 50px;
    border: 1px solid #BA1D2B;
    font-size: 1rem;
    cursor: pointer;
    color: #BA1D2B;

    background-image:
        url('https://totaline.gr/wp-content/uploads/2025/11/Group-12551.svg'), linear-gradient(to right, #BA1D2B 50%, #fff 50%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 28px center, right bottom;
    background-size: 25px, 200% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

.contact-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}


.contact-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}

.contact-submit .wpcf7-spinner {
    display: none !important;
}

/* .wpcf7-list-item, */
.contact-checkboxes {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.contact-checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #000;
}

.contact-checkboxes input[type="checkbox"] {
    width: 18px;
    height: 18px;
    /* accent-color: #ffffff; */
}

@media (max-width: 992px) {
    .form-control {
        margin-top: 15px;
    }

    .contact-title-wrapper {
        background: #4a4a4a !important;

    }

}

@media (max-width: 768px) {
    .newsletter-box {
        padding: 40px 25px;
        border-radius: 40px;
    }

    .contact-checkboxes {
        gap: 20px;
    }

    .newsletter-input-group input {
        width: 90%;
    }

    .contact-checkboxes {
        justify-content: flex-start;
        gap: 0px;
    }
}


#contact-page .contact-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 65px 5px 20px;
    border-radius: 50px;
    border: 1px solid #BA1D2B;
    font-size: 1rem;
    cursor: pointer;
    color: #BA1D2B;

    background-image:
        url('http://totaline.gr/wp-content/uploads/2025/11/Group-12551.svg'), linear-gradient(to right, #BA1D2B 50%, #fff 50%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 28px center, right bottom;
    background-size: 25px, 200% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

#contact-page .contact-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}

@media (max-width: 767px) {
    .product-array-table .table-scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .product-array-table .table-scroll::-webkit-scrollbar {
        height: 7px;
    }

    .product-array-table .table-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }

    .product-array-table .table-scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
    }
}