/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_HidePrice
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.lof-hideprice > p > a {
	width: unset;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hideprice .formbuilder-form  {
	display: none;
}
.product-item-actions .hideprice {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 640px){
    .product-item-actions .hideprice {
        display: inline-block;
    }
}
.lof-hideprice .product-item-actions {
    margin-top:45px;
}
.lof-hideprice .action.primary {
    padding: 7px 14px;
    border-radius: 0px;
}
