html,body {
    /*overflow-x:hidden;*/
}

  .spec-table-wrap {
            max-width: 1100px;
            margin: 30px auto;
            padding: 18px;
        }

        .spec-table {
            width: 100%;
            border-collapse: collapse;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
            box-shadow: 0 6px 18px rgba(22, 64, 36, 0.08);
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
        }

        .spec-table thead th {
            background: linear-gradient(180deg, #2b8a4a, #1e652f);
            color: #fff;
            text-align: left;
            padding: 16px 14px;
            border-collapse: collapse;
            font-weight: 700;
            font-size: 14px;
            border-bottom: 3px solid rgba(0, 0, 0, 0.05);
            border: 1px solid #bababa;
        }

        .spec-table thead th.center,
        .spec-table td.center {
            text-align: center
        }

        .spec-table tbody td {
            padding: 12px 14px;
            border-bottom: 1px solid #eef6ee;
            color: #12321a;
            font-size: 13px;
            vertical-align: middle;
            border: 1px solid #eee;
        }

        .spec-table tbody tr:nth-child(even) td {
            background: #f7faf7;
        }

        .product-section {
            background: linear-gradient(90deg, rgba(45, 120, 65, 0.06), rgba(45, 120, 65, 0.02));
            font-weight: 700;
            color: #0f3b20;
        }

        .muted {
            color: #49604a;
            font-weight: 600
        }

        .note {
            font-size: 13px;
            color: #3a5a3f;
            margin-top: 10px;
        }
        @media only screen and (max-width:576px ){
            .spec-table-wrap{
                overflow-x:auto;
            }
        }

        /*@media (max-width: 920px) {*/
        /*    .spec-table-wrap {*/
        /*        padding: 10px*/
        /*    }*/

        /*    .spec-table thead {*/
        /*        display: none*/
        /*    }*/

        /*    .spec-table,*/
        /*    .spec-table tbody,*/
        /*    .spec-table tr,*/
        /*    .spec-table td {*/
        /*        display: block;*/
        /*        width: 100%*/
        /*    }*/

        /*    .spec-table tr {*/
        /*        margin-bottom: 12px;*/
        /*        border-radius: 6px;*/
        /*        overflow: hidden;*/
        /*        box-shadow: 0 4px 12px rgba(12, 46, 20, 0.03)*/
        /*    }*/

        /*    .spec-table td {*/
        /*        display: flex;*/
        /*        justify-content: space-between;*/
        /*        padding: 10px 12px*/
        /*    }*/

        /*    .spec-table td:before {*/
        /*        content: attr(data-label);*/
        /*        font-weight: 700;*/
        /*        color: #274b30*/
        /*    }*/
        /*}*/

        .header-top-bar-two{
            background: #1e652f;
        }
        .header-navigation{
            background: #fff;
        }
        .header-navigation .top-left span i{
            color: #fff  !important;
        }
        .header-navigation .top-left .title{
            color: #fff;
        }
        .main-menu a{
             color: #1e652f !important;
        }
        .navbar-toggler span{
            background-color: #0f3b20 !important;
        }
        .btn-floating:hover img {
        margin-bottom: -3px
    }

    .btn-floating {
        position: fixed;
        right: 25px;
        overflow: hidden;
        width: 57px;
        height: 57px;
        border-radius: 100px;
        border: 0;
        z-index: 9999;
        color: white;
        transition: .2s;
        font-size: 22px;
    }

    .btn-floating:hover {
        width: auto;
        padding: 0 20px;
        cursor: pointer;
    }

    .btn-floating span {
        font-size: 16px;
        margin-left: 5px;
        transition: .2s;
        line-height: 0px;
        display: none;
    }

    .btn-floating:hover span {
        display: inline-block;
    }

    /* Phone */
    .btn-floating.phone {
        bottom: 110px;
        background-color: #153b68;
    }

    .btn-floating.phone:hover {
        background-color: #153b68;
    }

    /* WhatsApp */
    .btn-floating.whatsapp {
        background-color: #34af23;
        bottom: 25px;
    }

    .btn-floating.whatsapp:hover {
        background-color: #1f7a12
    }