/*
Theme Name: PLM micro
Theme URI:  
Author: NIXO
Author URI:  
Description:  
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plm
*/

/* CSS Micro Reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}

body, html { 
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1, h2, h3, h4, h5, h6 { font-weight: normal }

li{
list-style-position: inside;
margin-bottom: 0.7em;
}

table
{
 border-collapse: collapse;
 border-spacing: 0
}

th, td
{
 text-align: left;
 vertical-align: top
}

img, iframe { border: 0 }

/* ungrid.css (97 bytes minified) */
@media (min-width: 30em) {
    .rowt { width: 100%; display: table; table-layout: fixed; }
    .col { display: table-cell; }
    .half { width: 50%; }
      .third { width: 33.33%; }
      .fourth { width: 25%; }
}


/** align wide for gutenberg **/
@media (min-width: 920px) {
  .alignwide,
  .alignfull {
      margin: 0 calc(50% - 50vw);
      /**fix for floating left menu**/
      margin-left:  calc(50% - 50vw);
      max-width: 100vw;
      width: 100vw;
  }
}

@media (max-width: 920px) {
  .alignwide {
      margin: 0 calc((767px - 920px) / 2);
      max-width: 920px;
      width: 920px;
  }
  
}

 
.alignwide, .alignfull {
    position: relative !important;
    z-index: 0;
}

.row [class^="col-"], .row [class*=" col-"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}
.custom-logo{
  max-height: 50px;
  width: auto;
}
.nomargin{
  margin: 0;
} 
/*

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}

.col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .row::after {
    content: "";
    display: table;
    clear: both;
  }
*/
.pl-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-id-139 .woocommerce form .form-row {
  text-align: left;
}

/* main */
.wp-block-image{
  margin: 0;
}
.wp-block-plmblocks-fullsection .flexh{
  -ms-flex-pack: initial;
  justify-content: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.wp-block-plmblocks-fullsection p{
  margin: .5em 0;
}
.btn__content{
  overflow: hidden;
}
#page{
  margin: 0 auto;
  max-width: 1200px;
}
.site-branding, .site-slogan{
  display: inline-block;
}
.text-center{
  text-align: center;
}
img{
  max-width: 100%;
  height: auto;
}

body {
  font-size: 1.1rem;
}

header {
  padding: 1em 2em;
  height: 82px;
}
 
.inner{
  padding: 0 2em 2em 2em;
}
.home .inner{
  padding: 0 2em;
}
.woocommerce .inner{
  padding: 2em;
}
.single .inner{
  padding: 0 2em 2em 2em;
}

.logged-in.woocommerce-account .inner{
  padding: 0 2em 2em 0;
}
/*
section{
  padding: 1px 0 0 0;
  margin: -1px auto 0 auto;
}*/
section:after {
    clear: both;
    content: '';
    display: block;
}
footer{
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  opacity: .9;
}
.site-title{
  padding: 0;
  margin: 0;
}

/* NAV STYLES*/
nav {
  margin: 0;
  padding: 0;
}
 

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.header-bar ul.main-menu{
  width: 100%;
}
.header-bar ul.main-menu .pll-parent-menu-item {
  float: right;
}

.header-bar nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  font-weight: bold;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}

nav ul li ul li:hover { opacity: .8; }

nav a:hover {  opacity: .8; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  max-width: 250px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

nav li > a:after { content: ' +'; }

nav li > a:only-child:after { content: ''; }

li.current{
  font-weight: bold;
  border: 1px dashed rgba(255,255,255,.7);
}


/* Media Queries
--------------------------------------------- */
@media all and (max-width : 768px) and (orientation:portrait){
  .wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100vw !important;
    height: auto !important;
  }
}
@media all and (max-width : 768px) {
  .plm_form_get{
    margin-left: 1em;
    margin-bottom: .5em;
  }
  .flexpos {
    position: relative;
    z-index: 3;
  }
 #coupon_code, button[name='apply_coupon']{
   width: 100% !important;
 } 
.custom-logo-link{
  max-width: 60%;
  float: right;
  height: auto;
}
.custom-logo-link img{
  max-width: 100%;
  height: auto;
}
.site-slogan{
  display: none;
}
#page-top header{
  padding: .5em;
  height: 68px;
}
.site-branding .menuburger{
  margin-top:1%;
}

.mejs-video {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-inner .mejs-controls {
  z-index: 1;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li  {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { 
  position: static;
}
}

@media all and (max-width : 330px) {

nav ul li{
  display: block;
  width: 94%;
}

}
/* Mobile first queries */

/* Larger than portrait mobile 30em */
@media (min-width: 480px) {}

/* Larger than mobile 36em */
@media (min-width: 576px) {}

/* Larger than tablet 48em */
@media (min-width: 768px) {}

/* Larger than desktop 62em */
@media (min-width: 992px) {}

/* Larger than Desktop HD 75em */
@media (min-width: 1200px) {}


/* =WordPress Core
-------------------------------------------------------------- */
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
header .widget_shopping_cart_content{
  background: #fff;
  -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.4);
}

.woo-cart{
  float: right;
  text-align: center;
}
.cart-dropdown{
  position: relative;
  max-width: 240px;
  background: #f9f9f9;
}
.cart-dropdown-header{
  padding: 18px;
}
.cart-dropdown-elements, .cart-dropdown .widget_shopping_cart_content{
  visibility: hidden;
  opacity: 0;
  position: absolute; 
  right: 0;
  transition: all .2s ease-in-out;
}
.cart-dropdown:hover .cart-dropdown-elements,   .cart-dropdown:hover .widget_shopping_cart_content{
  display: inline-block; 
  background: #fff;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  padding: .4em;
  min-width: 240px;
}
.cart-dropdown .woocommerce-mini-cart{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-dropdown .woocommerce-mini-cart img{
  width: 50px;
  height: auto;
  float: right;
} 
.cart-dropdown .woocommerce-mini-cart li:before {
  content: '';
  display: table;
}
.select_time{
  text-align: right;
}

.select_time label{
  margin: 0;
}
.plm-info {
  margin: .5em 0;
  background: #b73cae;
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  padding: 5px 8px;
  margin-left: 110px;
}
.minicart_price{
  display: block;
}
.cart-dropdown .woocommerce-mini-cart-item a.remove, .remove_this {
  display: inline-block;
  color: white !important;
  background: #c5c5c5;
  padding: 2px 8px;
  font-weight: normal;
  font-size: smaller;
  border-radius: 0;
  height: auto; 
  width: auto;
  margin-top: 5px;
/*  position: absolute;
  left: -21px;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red;
  text-decoration: none;
  font-weight: 700;
  border: 0;*/
}
.woo-cart .cart-dropdown .woocommerce-mini-cart a.remove:hover {
  color: #fff!important;
  background: red; 
}
.woo-cart  ul.product_list_widget li a {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.cart-dropdown .woocommerce-mini-cart .mini_cart_item{
  padding: 10px;
  min-height: 70px;
  position: relative;
  border-bottom: solid 1px #ddd;
  text-align: center;
  min-width: 250px;
 
}
.cart-dropdown .woocommerce-mini-cart .mini_cart_item ins{
  text-decoration: none;
  color: #545454;
}
.cart-dropdown .woocommerce-mini-cart .mini_cart_item del{
  color: #aaa;
}
.cart-dropdown .woocommerce-mini-cart .quantity{
  display: inline-block;
  font-size: smaller;
}
.cart-dropdown .button, .cart-dropdown .plm-button {
  width: 100%;
  color: #05b7ab;
  border: solid 2px #05b7ab;
}
.cart-dropdown .button, .cart-dropdown .plm-button.btn-inverted {
  color: white;
  background-color: #05b7ab;
}
.cart-dropdown .woocommerce-mini-cart__buttons{
  margin-bottom: 0;
}
.cart-dropdown .wcppec-cart-widget-spb{
  margin-top: 0;
}
.cart-dropdown .fa{
  font-size: 1.2em;
}

.wp-block-button.is-style-outline {
  color: inherit;
}
#page .button-primary, input[type=submit].button-primary{
  border-radius: 25px;
  border: solid 2px white;
  color: white;
  background: transparent;
}
#page .button-primary:hover{
  opacity: .7;
}

.plm-button, 
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #05b7ab;
  color: #FFF;
}
.plm-button:hover, 
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #028077;
  color: #FFF;
}
.woocommerce-ordering{
  display: none;
}
.button.wc-forward:not(.checkout){
  display: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  font-size: 1em;
}
#coupon_code{
  min-width: 150px;
}

button[name="update_cart"]{
  display: none !important;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active, .button:hover, .button:active{
  box-shadow: inset 0 0 0 2px #05b7ab;
  color: #05b7ab;
}
.button-underline{
  color: inherit;
  font-weight: bolder;
  border-bottom : solid 2px;
}

.has-white-color {
  color: #ffffff !important;
}


::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #0d5f65;
}
::-webkit-scrollbar-track {
  background: #ececec;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #e7e7e7;
}
::-webkit-scrollbar-track:active {
  background: #e2e2e2;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#cccccc;border-radius:5px}
::-webkit-scrollbar-thumb{background:#6f6f6f;border-radius:5px} 
*/



.main-section .wp-block-plmblocks-fullsection, .main-section .flexpos {
   min-height:  calc(100vh - 117px);   
 /* min-height: calc(100vh - 157px); */
  
}
.site-id-1 .main-section .wp-block-plmblocks-fullsection, .main-section .flexpos {
  min-height:  calc(100vh - 131px);
/* min-height: calc(100vh - 157px); */
 
}

.main-section .wp-block-plmblocks-fullsection{
  height: calc(100vh - 157px);
  overflow-y: auto;
}
 
 
.page-section.left-sidebar .main-section .wp-block-plmblocks-fullsection, .page-section.right-sidebar .main-section .wp-block-plmblocks-fullsection{
    max-width: 100%;
    margin-left: 0;
}
.page-section.left-sidebar#page{
    float: right;
    max-width: 78%;
}
.page-section.right-sidebar#page{
  float: right;
  max-width: 78%;
}
.left-sidebar-container{
  float: left;
  max-width: 22%;
  width: 100%;
  min-height: calc(100vh - 131px);
}
.right-sidebar-container{
  float: right;
  max-width: 22%;
  width: 100%;
  min-height: calc(100vh - 131px);
}
.sidebar-container .menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-container{
  padding: 1em 1.5em;
}
.minh-100{
  height: 100%;
}
.bottom-bar .c-block, .header-bar.c-block{
  overflow-y: auto;
}
.container-fx .c-block {
    width: 100%;
}

section.plm_loginForm:before, .woocommerce-order:before {
  content: ".";
  color: transparent;
}
.login-submit input{
  background-color: #27435c !important;
}
@media (max-width: 768px) {
  .bottom-center{
    padding-bottom: 52px;
  }
  .single-kurs .main-section{
    margin-bottom: 49px;
  }
  .woocommerce ul.products li.product .button, .woocommerce button.button {
    font-size: .7rem;
  }
  nav .main-menu{
    display: none;
  }
  .home .inner, .inner, .logged-in.woocommerce-account .inner {
    padding: 0;
  }
  .flip-card{
    margin: 0 auto;
  }
  .wp-block-plmblocks-fullsection .wp-block-plmblocks-dblock{
    position: initial !important;
  }
  .c-block{
    max-width: 100% !important;
    width: 100%;
  }
  .alignwide{
    margin: initial;
    max-width: 100%;
    width: 100%;
  }
  .b-fullheight .c-block{
    position: initial;
  }
}



/*** PLM FORMS ****/
/*  inputs
----------------------------------------------------------------------*/
label{
  position: relative;
}
button:not([class]),
button {
  cursor: pointer;
  color: #667799;
  display: inline-block;
  padding: 1.4rem 2rem;
  background: #fff;
  border: 1px solid #667799;
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 0 1rem 1rem 0;
  -webkit-appearance: none;
}
 
button.primary {
  border-color: #5a6987;
  background: #667799;
  color: #ffffff;
  font-weight: 700;
}
button.primary:not(:disabled):hover,
button.primary:not(:disabled):focus {
  background: #5a6987;
}
@media (max-width: 50rem) {
  button.m-full {
    width: 100%;
  }
}
button:disabled,
button.disabled {
  border-color: #e3e6e8;
  background: #e3e6e8;
  color: #abb5ba;
  cursor: default;
}
label:not([class]),
label {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem;
}
label:not([class]):first-child,
label:first-child {
  margin-top: 0;
}
input:not([type=radio]):not([type=checkbox]):not([type=button]):not([class]),
input:not([type=radio]):not([type=checkbox]):not([type=button]) {
  display: inline-block;
  background: rgba(238, 238, 238, 0.54);
  width: 100%;
  margin-bottom: 2rem;
  border: none;
  font-weight: 300;
  border-radius: 0;
}
.woocommerce input:not([type=radio]):not([type=checkbox]):not([type=button]) , .woocommerce textarea{
  border: none;
  border-bottom: solid 2px rgba(238, 238, 238, 0.74);
  background: none;
}
.woocommerce select{
  border: none;
  border-bottom: solid 2px rgba(238, 238, 238, 0.74);
}
.woocommerce form .form-row label{
  font-size: 11px;
}

input:not([type=radio]):not([type=checkbox]):not([type=button]):not([class]):focus,
input:not([type=radio]):not([type=checkbox]):not([type=button]):focus,
input:not([type=radio]):not([type=checkbox]):not([type=button]):not([class]):hover,
input:not([type=radio]):not([type=checkbox]):not([type=button]):hover {
  color: #667799;
  border-color: #667799;
  outline: 0;
}
textarea:not([class]),
textarea {
  display: inline-block;
  background: rgba(238, 238, 238, 0.74);
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.4rem;
  font-weight: 300;
  border-radius: 0;
  min-height: 8rem;
  border-right: 1px solid #d6d6d6;
  padding-right: 2rem;
}
textarea:not([class]):focus,
textarea:focus,
textarea:not([class]):hover,
textarea:hover {
  border-color: #c5c5c5;
  outline: 0;
}
select:not([class]),
select {
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
 /* background: #ffffff url('../icons/chevron-down.svg') no-repeat right 1rem center; */
  background-size: 2rem;
  border-radius: 2px;
  height: 4rem;
  font-weight: 300;
  text-indent: 0.5rem;
  margin: 0.5rem 0 2rem;
  appearance: none;
  cursor: pointer;
}
.pform_post input, .pform_post select, .pform_post textarea{
  font-size: 1.4rem;
}

select:not([class]):focus,
select:focus,
select:not([class]):hover,
select:hover {
  border-color: #c5c5c5;
  outline: 0;
}
.label1 .form-row label:not(.rlabel){
  display: none;
}
 
.frow-radio label{
  width: auto;
  display: inline-block;
}
.f-big{
  min-width: 900px;
}
.f-inline .radio-row{
  display: inline-block;
}

.plm_play_pause{
  cursor: pointer;
 }
 @media (max-width: 920px) {
 
  .f-big {
    min-width: initial;
  }
} 

/* CART OVERRIDE */
.woocommerce-checkout table.cart img{
  width: 240px;
}
.cart_pname{
  font-weight: bold;
}
.woocommerce-message {
  margin-top: 1em;
}

/**gforms***/
.gfresult{
  position: relative;
}
.gfover{
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.fit {
  display: inline-block;
  white-space: normal;
}
h1, h2, h3{
  transition: font-size .25s linear;
}
/**GLIDER***/
.glider{
  overflow: hidden;
}
.multiquiz-slide .glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
  }
/*
  button.glider-dot:before {
    content: attr(data-ind);
    color: white;
    position: absolute;
    top: -10px;
    left: 10px;
}*/
.glider-contain .glider-dot {
  color: rgb(255, 255, 255);
  background: rgb(77, 77, 77);
  width: 28px;
  height: 28px;
  position: relative;
}
.glider-contain .glider-dot.active {
  background: #10b361;
}

.multiquiz-slide .glider-prev,   .multiquiz-slide .glider-next{
  position: fixed;
}
.multiquiz-slide .glider-dot:focus, .multiquiz-slide .glider-dot:hover {
  background: rgb(57, 57, 57);
}
@media (max-width: 768px){
     .wp-block-plmblocks-modular  .lc-block{
        max-width: 100% !important;
     }
     .wp-block-plmblocks-dlayer{
        position: initial !important;
   }
   .wc-block-grid.has-3-columns .wc-block-grid__product .plx_boxshadow{
     min-height: 370px;
     display: inline-block;
   }
 }
@media (max-width: 480px){
  
    body.page-id-2 .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: flex;
  }
  .site-id-1 header .menuburger {
     width: 33px;
     margin-right: 5px;
    }
    .cart-dropdown{
       z-index: 3;
    }
    section .inner {
      padding: 0 1em 1em 1em;
  }
  .single.woocommerce section .inner{
    padding: 0;
  }
  .single.woocommerce section .inner ul{
    margin-right: 20px;
  }

  .post-type-archive-product.woocommerce .inner{
    padding: 1em 0;
  }
  .plm_myaccount_block .plx_boxshadow{
    margin-left: 0;
    margin-right: 0;
  }
  .plm_logout_ico{
    display: none;
  }
  .custom-logo-link {
    max-width: 45%;
    float: left;
    margin-top: 5px;
  } 
}
/**fixy dla kursów pod mobile**/
@media(max-width:1000px) {
  .single .mejs-container.wp-audio-shortcode{
    margin-top: 40px !important;
  }
  .wp-block-spacer{
    height: 10px !important;
  }
  .wp-block-spacer.is-style-responsive-large {
       height: 100px !important;
  }
  .wp-block-spacer.is-style-responsive-medium {
       height: 60px !important;
  }
  .wp-block-spacer.is-style-responsive-small {
       height: 30px !important;
  } 
}

@media(max-width:600px) {

  .wp-block-spacer.is-style-responsive-large {
       height: 60px !important;
  }
  .wp-block-spacer.is-style-responsive-medium {
       height: 40px !important;
  }
  .wp-block-spacer.is-style-responsive-small {
       height: 20px !important;
  } 

}

@media (max-width: 768px){
  footer{
    height: 46px;
  }
  .form-row {
    text-align: center;
  }
  .form-row input{
    max-width: 90%;
  }
  .wc-block-grid {
    overflow-x: hidden;
  }
  .plm-modal{
    width: 90%;
  } 
    .mobile50, .is-style-mobile50{
        width: 50% !important;
        float:right;
    }
    .mobile75, .is-style-mobile75{
        width: 75% !important;
        float:right;
  }
  .is-style-mobile50left{
        width: 50% !important;
        float:left;
  }
  .is-style-mobile75left{
        width: 75% !important;
        float:left;
  }
  .is-style-mobilehide{
    display: none;
  }
  /*
    .wp-block-spacer{
        display: none;
    }*/
    .rozpychacz {
    min-width: initial;
    }
  .is-style-mov_white, .is-style-mov_dark, .is-style-mov_inherit {
        position: relative;
        margin-bottom:6px;
    }
    .is-style-mov_white:after {
        content: "";
        position: absolute;
        left: 0; right: 0;
        top: 0; bottom: 0;
        background: rgba(255,255,255,.85);
  }
  .is-style-mov_dark:after{
    content: "";
        position: absolute;
        left: 0; right: 0;
        top: 0; bottom: 0;
        background: rgba(0,0,0,.75);
  }
  .single .is-style-mov_white:after, .single .is-style-mov_dark:after, .single .is-style-mov_inherit:after{
    position: fixed;
  }
.relativepos {
       position: relative;
    z-index: 1;
    }
    .wp-block-plmblocks-modular .lc-block, .wp-block-plmblocks-fullsection .c-block {
        padding: 0 !important;
    }
  .wp-block-plmblocks-modular .lc-block p, .wp-block-plmblocks-fullsection .c-block p,
  .wp-block-plmblocks-modular .lc-block h1, .wp-block-plmblocks-fullsection .c-block h1,
  .wp-block-plmblocks-modular .lc-block h2, .wp-block-plmblocks-fullsection .c-block h2,
  .wp-block-plmblocks-modular .lc-block h3, .wp-block-plmblocks-fullsection .c-block h3{
        padding: 4%;
  }

  /*
  .site-id-1.logged-in .plm_myaccount_ico{
    position: fixed;
    bottom: 20px;
    background: #1f73be;
    z-index: 5;
    padding: 5px;
    right: 0;
    color: white;
    display: inline-grid;
  }
  .site-id-1.logged-in .plm_myaccount_ico:after {
    content: "Moje konto";
    font-size: 10px;
    max-width: 10px;
    font-weight: 500;
  }
  */
  .flexpos ul{
    margin-right: 5%;
  }
}

.niskipasek{min-height:initial!important; height:400px;}

.plm_price .woocommerce-Price-amount {font-size:2em; display:block; text-align:center; font-weight:bold;}

.plm_price ins{text-decoration:none; font-weight:bold; display:block;text-align:center; font-size:1.5em;}

.plm_price del{display:block;text-align:center; }

.biggerbullets {font-size:1.2em;
font-weight:500;}

h2.pname {font-weight:normal;}

figcaption {text-align:center; font-size:0.6em;}

.woocommerce button.button {border-radius:0;}

.woocommerce input[type='password'],
.woocommerce input[type='text'], .woocommerce input[type='email'], select#billing_gender.select{padding:0!important;}

.cart_pname{font-size:1.3em;}

.woocommerce table.shop_table tfoot th{font-size:1.3em;}

.woocommerce-Price-amount .amount{font-size:1.3em!important;}

.buyasgift {border:0;}

span.woocommerce-Price-amount amount{font-size:1.3em;}

.woocommerce .woo-cart .cart-dropdown .woocommerce-mini-cart a.remove, .remove_this{padding:0 6px!important}

.woocommerce table.shop_table td {text-align:right;}

.product-thumbnail{text-align:left!important;}

.buyasgift textarea{
    font-family:Lato;
    font-size:1.3em;
    padding-left:0;
}

a.showlogin{font-weight:bold;}

.buyasgift label{font-size:1.2em; font-weight:bold;}

.home .wp-block-plmblocks-fullsection.autoh, .wp-block-plmblocks-modular.autoh, .wp-block-plmblocks-fullsection.autoh .flexpos{
    min-height: initial !important;
}

.shop_table .plm-cart-price{
    text-align: left;
    position:absolute;
    font-weight: bold;
    margin-top: 30px;
    font-size: larger;
    color: #00beab;
  top: 48px;
  display: flex;
  flex-direction: column;
}
td.product-name{
    position: relative;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background:#05b7ab;
    border: none;
    color:white;
}
.nscreen{
    position: initial;
    visibility: visible;
}
.wc-block-grid__product .plx_boxshadow{
    min-height: 380px;
}
.custom-logo{
    max-width: 267px;
}



.plm-tooltip {
  position: relative;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: normal;
  margin-right: 5px;
  text-align: center;
}
.plm-tooltip > .ttrigger {
    border-bottom: 1px dotted;
}

.plm-tooltip .plm-tooltiptext {
  visibility: hidden;
  width: auto;
  max-width: 250px;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  border-radius: 12px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border: solid 1px #2b2b2b;
}
.plm-tooltip .plm-tooltiptext p{
    margin: 0;
}

.plm-tooltip .plm-tooltiptext::after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  /*margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
    */
  width: 10px;
  height: 10px;
  background: white;
  border-right: solid 1px #2b2b2b;
  border-bottom: solid 1px #2b2b2b;
  transform: rotate(45deg);
}

.plm-tooltip:hover .plm-tooltiptext {
  visibility: visible;
  opacity: 1;
}
