/**
 * Yacht Product Info Shortcode Styles
 * 
 * @package    Bm_Api
 * @subpackage Bm_Api/public/css
 */

 .yacht-product-info{
    text-align: center;
 }

.yacht-product-info h4{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: #0A8486;
}

.yacht-product-info .product-info-title {
    text-align: center;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
}

.yacht-product-info .product-info-description {
    text-align: center;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

