/*
 Webkul Software.

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

/* Apply a 20px red border to base blocks on the homepage */
.cms-index-index .page-main .block,
.cms-home .page-main .block,
.homepage .page-main .block {
    border: 20px solid red !important;
}
