/*
 Theme Name:     Divi Child
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/
 
/*
#page-container .et_pb_section_0_tb_header {
    position: relative !important;
}
*/

table.area-calc {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}
table.area-calc label {
    font-weight: 700;
}
table.area-calc td {
    padding: 0 20px 20px 0!important;
    max-width: none!important;
    line-height: 1.3em;
}
body.single-product table.area-calc td:first-child,
body.single-product table.variations td:first-child {
    width:25%;
}
table.area-calc input {
    background-color: #ececec;
    border-radius: 3px;
    border: 0;
    color: #666!important;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    font-family: Open Sans,Arial,sans-serif;
}
table.area-calc ~ .quantity input {
    pointer-events: none;
}
@media all and (max-width:767px) {
    #main-content > div > .et_builder_inner_content > .et_pb_section:first-child {
        /*padding-top:120px;*/
    }
    .et_pb_menu_inner_container .et_pb_menu__logo-wrap {
        float:left;
    }
    .et_pb_menu_inner_container .et_pb_menu__wrap {
        position:relative;
        display: block;
    }
    .et_pb_menu__wrap .et_mobile_nav_menu {
        text-align: right;
        display: block;
    }
} 