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

#mp-wk-block {
    display: none!important;
}
.box-tocart > .fieldset > .actions {
    display: inline-block;
    width: 100%;
}
.product-info-main .product-info-price {
    border-bottom: none!important;
    margin-bottom: 0!important;
}
#product_addtocart_form .box-tocart .action.tocart {
    width: 48%!important;
    float: left;
}
#product_addtocart_form .qty {
    display: none!important;
}
.product-info-main .product-add-form {
    padding-top: 0px!important;
}
.wk-rental-design .price-box {
    margin: 10px 0 10px!important;
    display: inline-block!important;
}

.product-item-actions .actions-primary {
    display: table-cell;
}
.product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
}