/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v15-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v15-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v15-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jost-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jost-v15-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v15-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/jost-v15-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/jost-v15-latin-italic.svg#Jost') format('svg'); /* Legacy iOS */
}
/* amiri-quran-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amiri Quran';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amiri-quran-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/amiri-quran-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amiri-quran-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/amiri-quran-v14-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/amiri-quran-v14-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/amiri-quran-v14-latin-regular.svg#AmiriQuran') format('svg'); /* Legacy iOS */
}

  .qx-navbar-nav>li>a{
    font-family: 'Amiri Quran';
    font-size: 19px;
    text-transform: none;
    position: relative;
  } 
              
  
  .qx-navbar-nav>li>a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #EC2B22; 
    transform-origin: top left;
    transition: transform 0.25s ease;
  }
  
  .qx-navbar-nav>li>a:hover::after,
  .qx-navbar-nav>li.qx-active>a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


  
  body{
    font-family: 'Jost';
  }

  h1, h2, h3, h4{
    font-family: 'Amiri Quran';
  }

  h6{
    font-family: 'Jost';
  }

  .footer a, .footer a:hover{
    color: black;
    text-decoration: none;
  }


  a{
    text-decoration: none;
  }
 
  .hoffmann a, .hoffmann a:hover{
    text-decoration: underline;
  }


  ul#j2store-product-detail-tab{
    margin-top: 50px;
  }

  table {
    border: none;
    height: auto !important;
    width: auto !important;
  }

.j2store-remove {
    color: white !important;
}

.j2store input[type=text] {
    padding: 15px;
    width: 100%;
}

.j2store-cart-modules {
    display: none;
}

.j2store-cart-button.btn.btn-primary {
  white-space: wrap;
}

#j2store-checkout-content a {
  color: red;
  font-weight: bold;
}

.btn.btn-secondary.w-100.plg_system_webauthn_login_button {
  display: none !important;
}