/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_Customoption
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#mpcustomoption_marketplace_custom_option {
    border: none;
    clear: both;
    color: #303030;
    cursor: pointer;
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: .025em;
    padding: 0.3rem 2.8rem 0.9rem 0;
    position: relative;
    text-decoration: none;
    transition: color .15s linear;
    margin-top: 16px;
}

#row_mpcustomoption_marketplace_custom_option_author > .label{
    display: none;
}

label[for=mpcustomoption_marketplace_custom_option_author] {
    display: none !important;
}

.wk-customoption-info{
    font-weight: bolder;
    padding: 0 0 0 24px;
}
.wk-customoption-info p{
    padding: 0 0 5px 0;
}