﻿.loading-ring,
html .ajax-loading-block-window,
html .nopAjaxCartPanelAjaxBusy,
html .productPanelAjaxBusy,
.k-loading-mask .k-loading-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../img/loading.gif) center no-repeat;
  background-color: rgba(255,255,255,.75);
  display: block;
}

html .ajax-loading-block-window,
html .nopAjaxCartPanelAjaxBusy,
html .productPanelAjaxBusy {
  position: fixed;
}

/*Remove default pavilion theme loader*/
.ajax-loading-block-window:after,
.nopAjaxCartPanelAjaxBusy:after,
.productPanelAjaxBusy:after,
.ajax-loading-block-window:before,
.nopAjaxCartPanelAjaxBusy:before,
.productPanelAjaxBusy:before {
  content: none !important;
}
