/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
:root {
  --font-family-base: 'Brandon', sans-serif;
  --font-family-megamenu: 'Brandon', sans-serif;
  --font-family-slider: 'Brandon', sans-serif;
  --font-family-heading: 'Brandon', sans-serif;
  --font-family-senary: 'Noticia Text', serif;
  --font-family-septenary: 'Kaushan Script', cursive;
  --theme-color-default: #b34a4a;
  --headings-color: #000;
  --link-color: #373a3c;
  --link-color-hover: var(--theme-color-default);
  --text-color: #666666;
  --price-color: #000;
  --btn-bg: #222;
  --btn-bg-hover: var(--theme-color-default);
  --btn-color: #fff;
  --btn-color-hover: #fff;
  --product-background: transparent;
  --product-name-color: #000;
  --product-name-color-hover: var(--theme-color-default);
  --product-price-color: #373a3c;
  --product-regular-price-color: #999;
  --product-button-bg: #222;
  --product-button-color: #fff;
  --product-button-bg-hover: var(--theme-color-default);
  --product-button-color-hover: #fff;
  --on-sale-badge-background: #f39d72;
  --on-sale-badge-color: #fff;
  --new-badge-background: #24b9d7;
  --new-badge-color: #fff;
  --sale-badge-background: red;
  --sale-badge-color: #fff;
  --online-only-background: #24b9d7;
  --online-only-color: #fff;
  --pack-badge-background: #000;
  --pack-badge-color: #fff;
  --block-background: #fff;
  --block-inner-background: transparent;
  --block-heading-bg: none;
  --block-heading-color: #000;
  --block-text: var(--text-color);
  --block-link-color: var(--text-color);
  --block-link-color-hover: var(--theme-color-default); }

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#iview {
  display: block;
  min-width: 300px;
  position: relative;
  overflow: hidden; }

#iview .iviewSlider {
  display: block;
  overflow: hidden;
  background: transparent; }

.iview-preloader {
  border: #666 1px solid;
  width: 150px div;
    width-background: #666; }

.iview-timer {
  border-radius: 10px;
  position: absolute; }
  .iview-timer div {
    border-radius: 10px; }

.iview .iview-tooltip {
  display: none;
  position: absolute;
  background: url("../../../../../img/modules/leoslideshow/img/iView/tooltip.png") no-repeat; }
  .iview .iview-tooltip div.holder {
    display: block;
    width: 124px;
    height: 84px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .iview .iview-tooltip div.holder div.container {
      display: block;
      width: 4000px; }
      .iview .iview-tooltip div.holder div.container div {
        float: left;
        display: block;
        overflow: hidden;
        width: 124px;
        height: 84px;
        left: -50%;
        text-align: center; }
        .rtl .iview .iview-tooltip div.holder div.container div {
          float: right; }
        .iview .iview-tooltip div.holder div.container div img {
          height: 84px;
          margin: 0 auto;
          max-width: 100%; }

/*# sourceMappingURL=style.css.map */
