/*
Theme Name:   Lairom Child
Description:  Lairom is a perfectly balanced clean WordPress theme, fully compatible with Elementor. It is perfect for blogging, providing lots of blog variations and even more style settings, allowing everyone to customize its appearance: change logo, add sidebars and display widgets, select color schemes, etc. One of its main features is  full responsiveness, so it will look great on all kinds of devices. Lairom theme works just fine with WooCommerce plugin, and will be a great choice for creating a web store. It possesses immaculate typography, and its stylish appearance will satisfy even the most demanding. Lairom theme is easy-to-use and customize, providing the best experience for everyone.
Author:       Zemez
Author URI:   https://zemez.io/wordpress
Template:     lairom
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  lairom-child
*/

/* Write here your own personal stylesheet */

#bingc-phone-button,
.b24-widget-button-wrapper {
    display: none !important;
}

/*price table */
.table-price table {
    width: 100%;
    border-spacing: 10px;
    text-align: center;
}
.table-price th {
    background: #FF4500;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 5px 5px; 
}
.table-price tr td {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #454545;
    border: 1px solid #E4E4E4;
    padding: 10px 5px;            
}


@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 768px) {
    .table-price {
        overflow-x: scroll;
        max-width: 1200px;
        width: 100%;
    }
    
    .table-price tr > td:first-child {
        background-color: #FF4500;
        position: sticky;
        left: 0px;
        z-index: 9999;
        font-weight: bold;
        color: #ffffff;
        border-bottom: 1px solid #fff;
    }
}
/*end price table */
