/*
Theme Name: FARAD S.A.
Author: B2Sea
Author URI: https://b2sea.gr
Version: 1.0.0
Template: exponent
Text Domain: exponent
*/

/*------------------------------------------------------------*/
/* FARAD Configurator App */

#water_temp_cond {
    width: 450px;
    height: 215px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding-right: 50px;
    font-weight: 700;
    color: #0099ff;
}
#water_temp_in {
    text-align: center;
    padding-top: 40px;
    font-weight: 700;
    color: #0099ff;
}
#water_temp_out {
    text-align: center;
    padding-right: 50px;
    font-weight: 700;
    color: #0099ff;
}


/*------------------------------------------------------------*/
/* FARAD WebGL 3D Product Viewer */

body.product_3d_viewer_hide .product_3d_viewer_button {
    display: none;
}

.product_3d_viewer_section .tatsu-wrap {
    max-width: 1280px; /* Width Override! */
}
.product_3d_viewer_section br {
    display: none; /* Editor Workaround */
}
.product_3d_viewer_section .product_3d_viewer {
    display: block;
    width: 1280px;
    height: 760px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: #FFFFFF;
}
@media (max-width: 767px) {
    .product_3d_viewer_section .product_3d_viewer {
        height: 520px;
    }
}

body.product_3d_viewer_hide .product_3d_viewer_section {
    display: none;
}
