@font-face {
    font-family: 'robotobold';
    src: url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.eot');
    src: url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.woff2') format('woff2'),
    url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.woff') format('woff'),
    url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.ttf') format('truetype'),
    url('/wp-content/plugins/woocommerce-enquire-tables/assets/fonts/roboto-bold/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.product-table {
    margin-top: 15px;
}

.product-table .data-table {
    border: 0px;
    padding: 0px 0px 5px 0px;
}

.product-table .table-select {
    float: right;
    margin-top: -10px;
}

.product-table .table-select .strong {
    vertical-align: bottom;
    display: inline-block;
    /* bottom: 0px; */
    /* position: absolute; */
    height: 30px;
    line-height: 42px;
    font-weight: 700;
}

.product-table .table-select select, .product-table .table-select .box {
    background: #636363;
    color: #fff;
    padding: 0 7px;
    min-width: 280px;
    border-radius: 5px;
    margin: 0px 1px;
    height: 30px;
    line-height: 30px;
}

.product-table p {
    display: block;
}

.product-table .table-select {
    margin-top: 0px;
}

.product-table p {
    font-size: 14px;
    color: #676262;
    margin: 0px;
    font-weight: bold;
    display: inline;
}

.product-table table {
    border-collapse: collapse;
    margin: 2px 0px 15px 0px;
}

.product-table table th {
    background: #636363;
    font-size: 16px;
    color: #f2f7f3;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 9px 3px;
}

.product-table table td {
    font-size: 14px;
    color: #4c4848;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 9px 3px;
    border: #e1e1e1 1px solid;
}

.product-table table td:first-child {
    font-weight: bold;
}

.product-table table tr:nth-child(odd) td {
    background: #f5f5f5;
}

.product-table table {
    margin: 0px;
    margin-bottom: 25px;
}

.product-table .table-responsive {
    margin-top: 13px;
    margin-bottom: 13px;
}

/** responsive css **/
.woocommerce div.product form.cart{float:left}
/* .product-table .table-responsive{overflow-x:auto} */
.product-table table{word-break:unset}

.table-select .box {
  margin-bottom: 5px !important;
}

.single_add_to_cart_button {
  margin-right: 10px !important;
}

._price_table_error {
  margin-bottom: 20px;
}
