/**
* Theme Name: Law Business Child
* Description: This is a child theme of Law Business.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: law-business
* Version: 2.1.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: law-business-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.product .nyp .nyp-input{
	box-shadow: none;
    border: 1px solid #c6d0e9 !important;
    background-color: #ffffff;
    height: 45px;
    border-radius: 6px;
    line-height: 25px;
    padding: 5px 10px;
    outline: 0;
    box-sizing: border-box;
    color: #5d5d5d;
	text-align: left;
    margin-bottom: 0;
}
.product .nyp {
	width: 100%;
    margin-bottom: 0px;
}
.woocommerce div.product .product_title {
    font-size: 46px;
}
.woocommerce .product_meta>span {
    display: none;
}