﻿/* Whatsapp */
.wsfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}

.my-float {
    margin-top: 22px;
}

.my-float-center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

/* Whatsapp Dropup Button */
.dropbtn {
    color: white;
    /*    padding: 16px;
*/ font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
    position: relative;
    display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
    display: none;
    position: absolute;
    bottom: 55px;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px 8px;
}

    /* Links inside the dropup */
    .dropup-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropup links on hover */
        .dropup-content a:hover {
            background-color: #238648;
        }

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
    display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover .dropbtn {
    background-color: transparent;
}

.ws-container {
    display: flex;
    flex-direction: row;
    background-color: #ececec;
    align-items: center;
    width: 350px;
    border-bottom: 1px solid #f5f5f5;
}

    .ws-container > div {
        margin: 10px;
        text-align: center;
        font-size: 30px;
    }

.ws-single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
}

    .ws-single > div {
        width: 120px;
        text-align: center;
        font-size: 10px;
    }

    .ws-single .user {
        color: #222831;
        font-weight: 700;
        font-size: 18px;
        width: 220px;
        justify-content: start;
    }

    .ws-single .phone {
        color: #222831;
        font-weight: 400;
        font-size: 14px;
        width: 220px;
    }
/* Whatsapp */


.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

@media (max-width: 767px) {
    #hide-at-mobile {
        display: none;
    }
    #youtubevideo {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (min-width: 960px) {
    #hide-at-desktop {
        display: none;
    }
    #youtubevideo {
        width: 100%;
        height: 600px;
    }
}




 /* ---------------------------------------------- Products Pages ----------------------------------------------- */
.product_header {
    width: 100%;
    font-size: 32px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.product_header_separator {
    width: 20%;
    height: 5px;
    background-image: linear-gradient(left, #f78f1e 80%, #5d5d5d 20%);
    background-image: -o-linear-gradient(left, #f78f1e 80%, #5d5d5d 20%);
    background-image: -moz-linear-gradient(left, #f78f1e 80%, #5d5d5d 20%);
    background-image: -webkit-linear-gradient(left, #f78f1e 80%, #5d5d5d 20%);
    background-image: -ms-linear-gradient(left, #f78f1e 80%, #5d5d5d 20%);
}

.product_pdf_download {
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

    .product_pdf_download a {
        color: #797979;
        font-weight: 500;
        text-decoration: none;
    }

        .product_pdf_download a:hover {
            color: #f78f1e;
            font-weight: 500;
            text-decoration: none;
        }

        .product_pdf_download a:focus {
            color: #f78f1e;
            font-weight: 500;
            text-decoration: none;
        }

.product_pdf_download_text {
    text-align: right;
}

.product_pdf_download_logo {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .product_pdf_download_text {
        text-align: left;
    }

    .product_pdf_download_logo {
        text-align: right;
    }
}

.product_header_1 {
    width: 100%;
    background: #4c4c4c;
    font-size: 16px;
    color: #ffffff;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    position: relative;
    padding: 10px 0px 10px 15px;
    top: -15px;
    left: -10px;
    text-align: left;
    z-index: 300;
}

.product_header_1_separator {
    width: 20%;
    height: 5px;
    background: #f78f1e;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 301;
}

.product_header_1_bottom {
    width: 10px;
    height: 5px;
    background: #2c2c2c;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    position: absolute;
    left: 0px;
    bottom: -5px;
    z-index: 299;
}

.product_header_tank {
    width: 40%;
    background: #4c4c4c;
    font-size: 16px;
    color: #ffffff;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    position: relative;
    padding: 10px 0px 10px 15px;
    top: -15px;
    left: -10px;
    text-align: left;
    z-index: 300;
}

@media only screen and (max-width: 767px) {
    .product_header_tank {
        width: 90%;
    }
}

.product_header_tank_separator {
    width: 20%;
    height: 5px;
    background: #f78f1e;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 301;
}

.product_header_tank_bottom {
    width: 10px;
    height: 5px;
    background: #2c2c2c;
    -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    position: absolute;
    left: 0px;
    bottom: -5px;
    z-index: 299;
}

.product_row {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #c1c1c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 40px 0px;
    line-height: auto;
    text-align: left;
}

.product_row_inner_tank {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 20px 20px 20px;
    line-height: auto;
    text-align: left;
}

.product_box {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    line-height: auto;
    text-align: center;
}

.product_image_box {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
}

.product_image {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.product_table_box {
    width: 100%;
    height: auto;
    line-height: auto;
    text-align: center;
}

.product_box_1 {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 0px 20px 0px;
    line-height: auto;
    text-align: left;
}

.product_image_box_1 {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 20px 0px 20px;
}

.product_image_1 {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.product_table_box_1 {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 20px;
    line-height: auto;
    text-align: center;
}

.product_box_1_more {
    width: 100%;
    height: auto;
    padding: 20px 20px 0px 0px;
    line-height: auto;
    text-align: right;
}

.product_box_2_more {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 0px;
    line-height: auto;
    text-align: right;
}

.product_image_box_2 {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 0px;
}

table#product {
    border-collapse: separate;
    border-spacing: 0px 1px;
}

#product_table_td_style_1 {
    width: 50%;
    height: auto;
    background: #f78f1e;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 15px;
    text-align: left;
    vertical-align: middle;
}

#product_table_td_style_2 {
    width: 5%;
    height: auto;
    background: #f78f1e;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}

#product_table_td_style_3 {
    width: 65%;
    height: auto;
    background: #f78f1e;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 15px;
    text-align: right;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 979px) {
    .product_image_box {
        margin-top: 50px;
    }

    .product_image_box_1 {
        padding: 0px 0px 0px 0px;
    }

    .product_table_box_1 {
        padding: 0px 5px 0px 5px;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .product_image_box {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .product_box_1 {
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
    }

    .product_image_box_1 {
        padding: 0px 0px 0px 0px;
    }

    .product_table_box_1 {
        padding: 0px 5px 0px 5px;
    }
}

.product_header_2 {
    width: 100%;
    font-weight: 600;
    padding: 10px 0px 5px 0px;
    text-align: left;
}

.product_header_2_separator {
    width: 30px;
    height: 5px;
    background: #f78f1e;
    position: absolute;
    margin: 0px opx 20px 0px;
}

.product_image_3d {
    border: #c1c1c1 1px solid;
    border-radius: 10px;
}

.product_image_3d_1 {
    border-radius: 10px;
}



.product_header_3 {
    width: 100%;
    font-size: 16px;
    color: #f78f1e;
    font-weight: 600;
    padding: 10px 0px 5px 0px;
    text-align: left;
}

.product_header_3_separator {
    width: 30px;
    height: 5px;
    background: #f78f1e;
    position: absolute;
    margin: 0px opx 20px 0px;
}


.product_technical_details_box {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 25px 20px 20px 25px;
    position: relative;
    line-height: auto;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .product_technical_details_box {
        padding: 20px 20px 20px 20px;
    }

    .product_box_1 {
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
    }

    .product_image_box_1 {
        padding: 0px 0px 0px 0px;
    }

    .product_table_box_1 {
        padding: 0px 5px 0px 5px;
    }
}

.product_technical_details_box_arrow_left {
    width: 30px;
    height: 30px;
    background-image: url(images/site_images/arrow_left.png);
    position: absolute;
    top: 70%;
    left: -30px;
}

.product_technical_details_box_arrow_up {
    width: 30px;
    height: 30px;
    background-image: url(images/site_images/arrow_up.png);
    position: absolute;
    top: -30px;
    left: 45%;
}





.product_1_table_rouded_border {
    border: #f78f1e 2px solid;
    border-radius: 10px;
    padding: 1px 0px 1px 1px;
}

.product_1_header {
    width: 100%;
    border-collapse: collapse;
}

    .product_1_header td {
        width: 16%;
        color: #ffffff;
        padding: 10px 4px;
        border-right: #353535 1px dotted;
        text-align: center;
    }

        .product_1_header td:first-child {
            border-left: none;
        }

        .product_1_header td:last-child {
            width: 20%;
            border-right: none;
        }
    /* provide some minimal visual accomodation for IE8 and below */
    .product_1_header tr {
        background: #414141;
    }

.column_top_left {
    border-radius: 7px 0px 0px 0px;
}

.column_top_right {
    border-radius: 0px 7px 0px 0px;
}


.product_1 {
    width: 100%;
    border-collapse: collapse;
    font-size:0.9em;
}

    .product_1 td {
        width: 16%;
        padding: 7px;
        border: #d9d9d9 1px solid;
        text-align: center;
    }

        .product_1 td:first-child {
            border-left: none;
        }

        .product_1 td:last-child {
            width: 20%;
            border-right: none;
        }
    /* provide some minimal visual accomodation for IE8 and below */
    .product_1 tr {
        background: #ffffff;
        font-size:0.9em;
    }
        /*  Define the background color for all the ODD background rows  */
        .product_1 tr:nth-child(odd) {
            background: #ffffff;
        }
        /*  Define the background color for all the EVEN background rows  */
        .product_1 tr:nth-child(even) {
            background: #d4d4d4;
        }

.column_bottom_left {
    border-radius: 0px 0px 0px 7px;
}

.column_bottom_right {
    border-radius: 0px 0px 7px 0px;
}




@media only screen and (max-width: 767px) {
    .product_1_header td {
        width: 16%;
        font-size: 10px;
        color: #ffffff;
        padding: 10px 4px;
        border-right: #353535 1px dotted;
        text-align: center;
    }

    .product_1 td {
        width: 16%;
        font-size: 10px;
        padding: 7px;
        border: #d9d9d9 1px solid;
        text-align: center;
    }
}






.product_tank {
    width: 100%;
    border-collapse: collapse;
}

    .product_tank td {
        width: 20%;
        padding: 7px;
        border: #d9d9d9 1px solid;
        text-align: center;
    }

        .product_tank td:first-child {
            border-left: none;
        }

        .product_tank td:last-child {
            width: 20%;
            border-right: none;
        }
    /* provide some minimal visual accomodation for IE8 and below */
    .product_tank tr {
        background: #ffffff;
    }






.product_tank_header {
    width: 100%;
    border-collapse: collapse;
}

    .product_tank_header td {
        width: 14%;
        color: #ffffff;
        padding: 10px 4px;
        border-right: #353535 1px dotted;
        text-align: center;
    }

        .product_tank_header td:first-child {
            border-left: none;
        }

        .product_tank_header td:last-child {
            width: 20%;
            border-right: none;
        }
    /* provide some minimal visual accomodation for IE8 and below */
    .product_tank_header tr {
        background: #414141;
    }

.product_tank_1 {
    width: 100%;
    border-collapse: collapse;
}

    .product_tank_1 td {
        width: 14%;
        padding: 7px;
        border: #d9d9d9 1px solid;
        text-align: center;
    }

        .product_tank_1 td:first-child {
            border-left: none;
        }

        .product_tank_1 td:last-child {
            width: 20%;
            border-right: none;
        }
    /* provide some minimal visual accomodation for IE8 and below */
    .product_tank_1 tr {
        background: #ffffff;
    }
        /*  Define the background color for all the ODD background rows  */
        .product_tank_1 tr:nth-child(odd) {
            background: #ffffff;
        }
        /*  Define the background color for all the EVEN background rows  */
        .product_tank_1 tr:nth-child(even) {
            background: #d4d4d4;
        }

@media only screen and (max-width: 767px) {
    .product_tank_header {
        width: 100%;
        border-collapse: collapse;
    }

        .product_tank_header td {
            width: 14%;
            font-size: 10px;
            color: #ffffff;
            padding: 10px 4px;
            border-right: #353535 1px dotted;
            text-align: center;
        }

            .product_tank_header td:first-child {
                border-left: none;
            }

            .product_tank_header td:last-child {
                width: 20%;
                border-right: none;
            }
        /* provide some minimal visual accomodation for IE8 and below */
        .product_tank_header tr {
            background: #414141;
        }

    .product_tank_1 {
        width: 100%;
        border-collapse: collapse;
    }

        .product_tank_1 td {
            width: 14%;
            font-size: 10px;
            padding: 3px;
            border: #d9d9d9 1px solid;
            text-align: center;
        }

            .product_tank_1 td:first-child {
                border-left: none;
            }

            .product_tank_1 td:last-child {
                width: 20%;
                border-right: none;
            }
        /* provide some minimal visual accomodation for IE8 and below */
        .product_tank_1 tr {
            background: #ffffff;
        }
            /*  Define the background color for all the ODD background rows  */
            .product_tank_1 tr:nth-child(odd) {
                background: #ffffff;
            }
            /*  Define the background color for all the EVEN background rows  */
            .product_tank_1 tr:nth-child(even) {
                background: #d4d4d4;
            }
}
table#table_style_1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 1px;
}

.table_td_style_1 {
    width: 30%;
    height: auto;
    font-weight: 700;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}

.table_td_style_2 {
    width: 10%;
    height: auto;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}

.table_td_style_3 {
    width: 60%;
    height: auto;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.space_20 {
    width: 100%;
    height: 20px;
}
.space_30 {
    width: 100%;
    height: 30px;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}