/*

File Name: style.css

Theme Name:  RT-Theme 20 | Child Theme

Author: RT-Themes

Version: 1.1

Author URI: http://themeforest.net/user/stmcan

Theme URI: http://themeforest.net/item/rttheme-20-medical-health-laboratory-and-product-catalog-wordpress-theme/15198936

Description: Medical, Health, Laboratory and Product Catalog WordPress Theme 

License: GNU General Public License

License URI: /Licensing/gpl.txt

Text Domain: rt-theme-20

Template: rt-theme-20

*/
.BOOK-AN-APPOINTMENT {
    margin-left: 15px;
}
.woocommerce-terms-and-conditions-wrapper #place_order{
    background: #13426b;
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
}
.woocommerce-terms-and-conditions-wrapper #place_order:hover{
    background: #fff;
    color: #13426b;
}
@media screen and (max-width: 979px){
	.BOOK-AN-APPOINTMENT {
        margin-left: 0px;
    }
	#navigation li.BOOK-AN-APPOINTMENT a::before{
		margin-left: 0;
        margin-right: 5px;
	}
}

@media (max-width: 500px) {
    table.fh-responsive-table tr {
        display: flex;
        min-width: 100%;
        flex-direction: column;
        border-top: 2px solid;
    }
    table.fh-responsive-table tr:last-child {
        border-bottom: 2px solid;
    }
    table.fh-responsive-table tr td {
        //    padding-left: 30px !important;
            padding-top: 15px !important;
            position: relative;
        //    padding-right: 0 !important;
    }
    table.fh-responsive-table tr td:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        font-weight: 600;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 27px;
        padding-left: 4px;
        font-size: 10px;
        align-items: start;
        line-height: 14px;
        padding: 0 5px;
        bottom: auto;
        width: auto;
    }
    table.fh-responsive-table tr td:nth-child(1):before {
        content: "Treatment";
        background: #4caf508a;
    }
    table.fh-responsive-table tr td:nth-child(2):before {
        content: "Medicine";
        background: #13426b52;
    }
    table.fh-responsive-table tr td:nth-child(3):before {
        content: "Interaction";
        background: #d716232e;
    }
}






