.star-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 + .actions-secondary {
    display: table-cell;
    padding-left: 5px;
    width: 30%;
}
.product-item-actions .hideprice {
    display: table-cell;
    margin-top: 20px;
}
.star-hideprice .product-item-actions {
    margin-top:45px;
}
.star-hideprice .action.primary {
    padding: 7px 14px;
    border-radius: 0px;
}
.fancybox-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.35);
    z-index: 9000;
}