/* CSS Micro Reset */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0
}

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

[class*="wp-block"] h1,
[class*="wp-block"] h2,
[class*="wp-block"] h3,
[class*="wp-block"] h4 {
  margin: 0;
}

li {
  list-style-position: outside;
}

.main-section li {
  list-style-position: outside;
}

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

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

img,
iframe {
  border: 0
}
.hidden, .ukryj{
  display: none !important;
}
.h100{
  height: 100%;
}
.vmiddle{
  vertical-align: middle;
}
.vbottom{
  vertical-align: bottom;
}

/*radio*/
/* grid */
.rowt::before{
  display: table;
  content: "";
}
@media (min-width: 30em) {
  .rowtr {
    width: 100%;
    display: flex; 
    margin-bottom: 30px; 
  }
  .rowt {
    width: 100%;
    display: table;  
    table-layout: fixed;
  }
  
  .col {
    display: table-cell;
  }

  .half {
    width: 50%;
  }

  .third {
    width: 33.33%;
  }

  .fourth {
    width: 25%;
  }
}

/* main */

#page,
.container {
  margin: 0 auto;
  max-width: 1200px;
}

.header-bar {
  background: #03A6A6;
  color: #fff;
  position: relative;
  z-index: 1;
}
.single-product .product-ext {
  margin-top: 2em;
}
.bottom-bar {
  background: #026873;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 12;
  height: 49px;
}

.current-progress {
  padding: .2em;
  margin: .5em;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  display: inline-block;
}

.bottom-bar .current-progress {
  margin-bottom: -10px;
  margin-top: -10px;
}

.current-progress .bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.22);
  z-index: 0;
}

.current-progress .number {
  position: relative;
  z-index: 1;
}

header .site-header-widget .fa {
  font-size: 2.2em;
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 40px;
  color: #27435d;
}

.site-header-widget {
  display: inline-block;
  margin-top: 6px;
}

body {
  /*background: #f7f7f7;*/
  font-size: 1.1rem;
}

header {
  padding: .6em 2em;
}

.inner {
  padding: 0 2em 2em 2em;
}

.inner:before {
  content: "\a0";
  color: transparent;
  position: absolute;
}

section:after {
  clear: both;
  content: '';
  display: block;
}

footer {
  padding-top: 2em;
  text-align: center;
}

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;
}

.text-bold {
  font-weight: bold;
}

.relative {
  position: relative;
}
.hide{
  display: none;
}
.show{
  display: initial;
}
/* mobile menu */
.chevron-left,
.chevron-right {
  position: absolute;
  padding: 10px 10px;
  line-height: .85em;
  font-weight: bold;
  top: -10px;
  z-index: 5;
}

.chevron-right {
  right: 0;
}

.chevron-left span,
.chevron-right span {
  display: inline-block;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 14px;
  height: 14px;
  position: relative;
  z-index: -1;
}

.chevron-left span {
  transform: rotate(-225deg);
}

.chevron-right span {
  transform: rotate(-45deg);
}
.text-normal{
  font-weight: normal;
}
.lh-small {
  line-height: .8em;
}
.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.is-style-noradius .wp-block-button__link{
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: 2px solid;
}

.menuburger {
  width: 50px;
  float: left;
  margin-top: 2%;
  height: 45px;
  margin-right: 15px;
}

.menuburger .menuburger-inner {
  line-height: 10px;
  display: block;
}

.menuburger span {
  background: #fff;
  height: 3px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.menuburger .menuburger-inner:hover span {
  width: 100%;
}

.menuburger span:nth-child(1) {
  width: 100%;
}

.menuburger span:nth-child(2) {
  width: 80%;
}

.menuburger span:nth-child(3) {
  width: 60%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 40px;
  transition: .5s;
}

.sidenav ul {
  margin: 0;
  padding: 0;
  width: 280px;
  list-style: none;
}

.sidenav ul li {
  width: 100%;
  margin: 0;
}

.sidenav ul li a,
.sidenav ul li>span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  width: 100%;
}
.sidenav ul li div:not(:empty){
  padding: 4px 20px;
  font-size: 13px;
  background: rgba(50, 50, 50, .05);
}

.sidenav ul li a:hover {
  background-color: rgba(255, 255, 255, .4);
}
.sidenav-close {
  right: 0;
  position: absolute;
  opacity: 0;
  transition: all .3s linear;
}
.sidenav.open .sidenav-close {
  position: fixed;
  top: 12px;
  line-height: 10px;
  left: 245px;
  font-size: 45px;
  cursor: pointer;
  z-index: 5;
  opacity: 1;
}

.sidenav.open {
  width: 280px;
}
.dlayer{
  position: absolute;
} 
.plm_loggedin .in-hide{
 display: none;
}

.plm_loggedout .out-hide{
  display: none;
}
/* woocommerce products override */

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product .star-rating:before{
  color: #d6d6d6;
}
.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product .star-rating span:before{
  color: #fbdc22;
}

.plm_product_grid .wc-block-grid__product-rating{
  margin-bottom: 0;
}

.plx_boxshadow{ 
  background: #FFFFFF;
  box-shadow: 0px 0px 55px rgba(62, 62, 62, 0.25);
  height: 100%;
  margin: 15px;
  transition: box-shadow .7s ease-in-out;
}
.plx_boxshadow:hover{
  box-shadow: 0px 0px 45px rgba(62, 62, 62, 0.55);
}
.plm_product_grid h3{ 
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.wc-block-grid__product-rating, .plm_product_grid h3, .plx_boxshadow .woocommerce-loop-product__title{
  text-align: left;
  margin-left: 10%;
  padding-left: 0;
}
.plm_product_grid  .wc-block-grid__product-image img, .plm_product_grid  .size-woocommerce_thumbnail{
  width: 100%;
}
.plm_product_grid .p_desc, .plm_product_grid .kurs_list{ 
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
.plm_product_grid .p_desc, .plm_product_grid .kurs_list p{ 
  max-width: 80%;
  margin: 0 auto;
}
 
.plm_product_grid .wp-block-button{
  float: left;
}
.plm_product_grid .wp-block-button .wp-block-button__link, .woocommerce .plx_boxshadow .ajax_add_to_cart{
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  background: #00ffa8;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
  margin-bottom: 10px;
}
.woocommerce .plx_boxshadow .ajax_add_to_cart{
  float: left;
  padding: 12px 24px;
}
.woocommerce .plx_boxshadow .star-rating{
  float: none;
  margin: 10px 0 0 10%;
}
.woocommerce table.shop_table td{
  vertical-align: top;
}
.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: none;
}
.woocommerce-checkout h3{
  font-size: 1.8em;
  font-weight: normal;
}
.woocommerce .cart_item ins {
  text-decoration: none;
}
.plm_product_grid .wp-block-button .wp-block-button__link:before, .plx_boxshadow .ajax_add_to_cart:before{
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 30px;
  border-color: transparent transparent transparent #00ffaa;
  right: -30px;
  top: -6px;
}
.plm_product_grid .added_to_cart.wc-forward {
  display: block;
  clear: both;
  margin-left: 10px;

}
.archive .plm_product_grid .added_to_cart.wc-forward {
  float: left;
}
.plmheader{
  font-weight: initial;
}

.wc-block-grid__product-price, .price {
  font-size: 1.8em;
  float: right;
  margin-right: 8px;
  text-decoration: none;
}
.wc-block-grid__product-price > del, .price del{
  display: block;
  font-size: .5em;
}
.wc-block-grid__product-price > ins, .price > ins{
  display: block;
  text-decoration: none;
}
.wc-block-grid__product .plx_boxshadow{
  position: relative;
}
.wc-block-grid__product-onsale {
  top: 0;
  left: 0;
  margin: 0;
  background-color: #70f0a8;
  position: absolute;
  border: none;
  color: white;
  border-radius: 0;
}
/* Woocommerce my account */
.woocommerce-order-received .woocommerce-customer-details, .woocommerce-order-received .woocommerce-thankyou-order-details{
  display: none;
}


.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
li.woocommerce-MyAccount-navigation-link {
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul{
  text-align: center;
  float: none;
  border-bottom: solid 3px rgba(31, 115, 190, 0.85);
}
nav.woocommerce-MyAccount-navigation ul li, nav.woocommerce-MyAccount-navigation {
  background-color: transparent;
}
nav.woocommerce-MyAccount-navigation a{
  color: inherit;
}
li.woocommerce-MyAccount-navigation-link{
  margin-bottom: 0;
}

li.woocommerce-MyAccount-navigation-link a:before {
  font-family: FontAwesome;
  position: relative;
  left: -5px;
  top: 1px;
  color: white;
    background: #1f73be;
    border-radius: 25px;
    padding: 3px;
    
}
.woocommerce-MyAccount-content header{
  padding: 0;
}
li.woocommerce-MyAccount-navigation-link--edit-address{
  display: none !important;
}

li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f303";
}
li.woocommerce-MyAccount-navigation-link--edit-address a:before {
   content: "\f27c";
 }
 li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2fc";
}
li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f26d";
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f332";
}


.woocommerce .page-title{
  margin-left: 20px;
}
/* woocommerce checkout */
.checkout-main{
  width: 67%;
  padding: 0 1.5em;
  -webkit-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.6);
}
.checkout-side{
  padding: 1.5em;
}

/* Woocommeerce fix button */
.woocommerce .col-1, .woocommerce .col-2{
  width: auto;
}
@media (max-width: 768px){

  .woocommerce ul.products li.product .button, .woocommerce button.button {
      font-size: initial;
      padding: .658em 1em .550em 1em;
  }
  nav ul li.woocommerce-MyAccount-navigation-link  {
    display: inline-block;
    width: 49%;
    text-align: left;
    margin-bottom: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0 5%;
  }
}
.woocommerce table.shop_table {
  margin: 0 auto;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  height: auto;
  letter-spacing: initial;
}

.woocommerce-info a {
  border-bottom: 1px dashed;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 14px;
  margin-bottom: -5px;
  font-weight: normal;
}

.woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart-form__contents .product-subtotal,
#order_review .cart-subtotal {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  padding-top: 20px;
}

.woocommerce-notices-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.woocommerce-notices-wrapper:empty{
  display: none;
}

.woocommerce-thankyou-order-received {
  font-size: 1.4em;
  padding-bottom: 1em;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-size: 1em;
  line-height: initial;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::before {
  line-height: 1;
  line-height: initial;
}
.woocommerce table.shop_table{
  border: none;
}
 
.woocommerce .kurs_list ul > li{
  list-style-type: initial;
   
}
.woocommerce-checkout .coupon{
  text-align: center;
}
.woocommerce-checkout #coupon_code{
  max-width: 360px;
  position: relative;
    top: -2px;
}
.added_to_cart.wc-forward{
  color: #2b2b2b;
  font-weight: bold;
}
 
.woo-single-notice ul{
  margin: 0;
}
/*
.gender-field > label{
  color: transparent;
}*/

.woocommerce form  .gender-field input{
  margin-left: 15px;
}
.woocommerce-account .woocommerce-orders-table__header-order-actions{
  display: none;
}

.woocommerce-checkout #billing_company_field, .woocommerce-checkout  #billing_city_field,.woocommerce-checkout  #billing_address_1_field,.woocommerce-checkout  #billing_postcode_field,.woocommerce-checkout  #nip_field{
  display: none;
}


.woocommerce-Address address{
  line-height: 1.5em;
    background: #f6f6f6;
    padding: 1em;
    margin-top: 10px;
}
.woocommerce-checkout #payment ul.payment_methods{
  padding: 0;
  border-collapse:separate;
  border-spacing:5px;
}
.woocommerce-checkout #payment ul.payment_methods li{
  border: solid 1px #ddd;
  position: relative;
  padding-bottom: 100px;
  transition: all .4s ease-out;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
  background: aliceblue;
}

/*
.woocommerce-checkout #payment ul.payment_methods li div.payment_box{
  display: none !important;
}
*/
 
.woocommerce-checkout #payment ul.payment_methods li label{
  margin-top: 0;
  display: block;
  padding: 0 25px;
  text-align: center;
  line-height: 1.2rem;

  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  padding-top: 50px;
}
input[type="radio"]:checked+label { 
  font-weight: bold; 
 /* background: aliceblue; */
}


.woocommerce-checkout #payment ul.payment_methods li img{
  max-width: 100%;
  margin: 0;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background: transparent;
}

.login-hi{
    background: white;
    font-size: 12px;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    bottom: 10px;
}
.lc-block{
  margin: 0 auto;
}
.lc-block:before {
  content: "";
  clear: both;
  display: table;
}

.sidenav ul li ul, .sidenav ul li ul li ul {
  display: none;
}

.sidenav ul li.open > ul {
  display: initial;
}

.sidenav ul li ul li {
  background-color: rgba(255, 255, 255, .1);
}

label span.optional {
  display: none;
}

.dzial-tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dzial-tree ul {
  list-style: none;
}

.child-dzial>a:before {
  content: " ⌞ ";
  position: relative;
  top: -5px;
}

.mobile_only{
  display: none;
}

/* 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) {
  
  .container_90{
    max-width: 95%;
    margin: 0 auto;
  }

}

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

@media (max-width: 768px) {
  .mobile_only{
    display: initial;
  }
  .desktop_only{
    display: none;
  }
  .wp-block-column > p, .wp-block-column > h1, .wp-block-column > h2, .wp-block-column > h3, .wp-block-column > h4{
    padding-left: 10%;
    padding-right: 10%;
  }
  .login-hi{
    display: none;
  }
  .site-header-widget {
    position: absolute;
    right: 19px;
    top: 3px;
  }

  .right-sidebar-container,
  .left-sidebar-container {
    display: none;
  }

  .page-section.right-sidebar#page,
  .page-section.left-sidebar#page {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .cart-dropdown-elements,
  .cart-dropdown .widget_shopping_cart_content {
    right: 0;
    left: auto;
  }

  img {
    height: auto;
  }
  .wp-block-plmblocks-fullsection{
    position: relative;
  }
}


@supports(mix-blend-mode: multiply) {

  .page-header__image::before {
    background: #B3945D;
    opacity: .8;
    mix-blend-mode: multiply;

    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

/* FORMS */

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='datetime'],
input[type='datetime-local'],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #eeeeee;
  border-radius: 0;
  box-shadow: none;
  box-sizing: inherit;
  height: 2.35rem;
  padding: .6rem 1.0rem;
  width: 100%;
  font-size: 1em;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #00beab;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
  background-position: right;
  background-repeat: no-repeat;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300beab" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button,
.plm-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  height: 3.5em;
  letter-spacing: 0.25em;
  line-height: 3.5em;
  padding: 0 1.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-dark{
  color: #05b7ab;
}

.text-left{
  text-align: left;
  display: inline-block;
}
.text-right{
  text-align: right;
}

input[type="radio"] {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
}
 /*stupid has for stupid safari :/ */
 @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {  
  input[type="radio"], input[type="radio"] {
    transform: scale(1);
    transform: initial;
  }
}
/* :P */


body .select2-container--default .select2-selection--single {
  height: 3.5em;
  line-height: 3.5em;
  border: 0.1rem solid #eeeeee;
  border-radius: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.5em;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

/*
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 #9bf1ff;
    color: #9bf1ff;
}
*/
/* =WordPress Core
  -------------------------------------------------------------- */
.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. */
}

.wp-block-plmblocks-fullsection h1,
.wp-block-plmblocks-fullsection h2,
.wp-block-plmblocks-fullsection h3,
.wp-block-plmblocks-fullsection p,
.wp-block-plmblocks-sections h1,
.wp-block-plmblocks-sections h2,
.wp-block-plmblocks-sections h3,
.wp-block-plmblocks-sections {
  color: inherit;
}

.wp-block-plmblocks-fullsection, .wp-block-plmblocks-modular {
  min-height: calc(100vh - 240px);
}

.wp-block-plmblocks-fullsection.fluid-height, .wp-block-plmblocks-modular.fluid-height, .wp-block-plmblocks-fullsection.fluid-height .flexpos, .wp-block-plmblocks-modular.fluid-height .flexpos {
  min-height: auto;
}
.wp-block-plmblocks-fullsection.is-style-autoh .c-block{
  overflow: initial;
}


div#mep_0 {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  overflow: hidden;
}
div#mep_0.mejs-audio{
  overflow: initial;
}
.mejs-controls .mejs-time-float-current{
  color: #27435d;
}

.wp-block-plmblocks-fullsection h1 {
  font-size: 250%;

}

.wp-block-plmblocks-fullsection h2 {
  font-size: 230%;
}


.mejs-video .mejs-controls { /*, .mejs-overlay-button*/
  opacity: 0!important;
  transition: opacity 0.5s ease;
}

.mejs-container:hover .mejs-controls, .mejs-container:hover .mejs-overlay-button{
  opacity: 1!important;
}

.wp-video.align-center{
  width: 100% !important;
}
.wp-video.align-center .center{
  margin: 0 auto;
}

/*mods*/ 
.contain-right{
  background-attachment: initial !important;
  background-position: right top !important;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.contain-left{
  background-attachment: initial !important;
  background-position: left top !important;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.home .wp-block-plmblocks-fullsection, .wp-block-plmblocks-modular, .home .wp-block-plmblocks-fullsection .flexpos{
  min-height: calc(100vh);
}
.home .wp-block-plmblocks-fullsection:first-child, .wp-block-plmblocks-modular:first-child, .home .wp-block-plmblocks-fullsection:first-child .flexpos{
  min-height: calc(100vh - 117px);
}
.fixedheight{
  height: calc(100vh - 146px);
  position: fixed;
    left: 0;
  
    overflow-y: auto;
}

.home.admin-bar .wp-block-plmblocks-fullsection:first-child, .home.admin-bar .wp-block-plmblocks-modular:first-child, .home .wp-block-plmblocks-fullsection:first-child .flexpos{
  min-height: calc(100vh - 176px);
}
 
.glider-contain .glider-next:hover, .glider-contain .glider-prev:hover{
  border: none;
  box-shadow: none;
}
.glider-contain .glider-next, .glider-contain .glider-prev{
  margin: 0;
  height: auto;
  background: transparent;
  color: white;
  opacity: 1;
  font-size: 3.5em;
    top: 40%;
  z-index: 0;  
}
.glider-contain .glider-next.disabled, .glider-contain .glider-prev.disabled{
  color: white;
}
.glider-contain .glider-next{
  right: 0;
}
.glider-contain .glider-prev{
  left: 0;
}
.glider .rowt, .plm_product_ui .rowt{
  max-width: 1200px;
  margin: 0 auto;
}
.glider .pname, .pname{
  font-size: 2.7rem;
    margin-bottom: 0;
}
.home .header-adm .container_90{
  margin: initial;
}
.home .header-adm header, .single-product .header-adm header{
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 100%;
  left: 0;
}
body.home .header-adm{
  background: transparent;
}
.glider.draggable .glider-slide img, .plm_product_ui img{
  max-height: 450px;
  margin-top: 10%;
  margin-bottom: -5px;
} 
.glider .added_to_cart.wc-forward{
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
}
.btn-yellow, .woocommerce a.button.btn-yellow{
  margin: .6em;
  font-size: 1.7em;
    background: #fbdc22;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0px;
    border-radius: 0;
    height: auto;
    padding: 8px 25px 6px 25px;
    position: relative;
    text-shadow: 0px 0px 5px #d4b505;
}
.btn-yellow.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .3em;
  right: -.5em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.btn-yellow.added:after {
  font-family: WooCommerce;
  content: "\e017";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .3em;
  right: -.5em;
}
.woocommerce-loop-product__title{
  padding: 12px;
  line-height: 1.2;
  font-size: 1em;
  text-transform: uppercase;
}

@media (min-width: 981px){
.glider-slide, .plm_product_ui .rowt {
  min-height: 600px;
  }
}
@media (max-width: 980px){
  
  .checkout-main, .checkout-side{
    width: 100%;
    display: block;
  }
  .glider .vbottom, .plm_product_ui .vbottom{
    margin-top: 60px;
  }
  .btn-yellow,  .woocommerce a.button.btn-yellow{
    font-size: 1.3em;
    line-height: 1.7em;
  }
  .glider .pname, .plm_product_ui .pname {
    font-size: 1.5em;
}
  .glider.draggable .glider-slide img, .plm_product_ui img{
    max-height: 250px;
  } 
  .container_90{
    width: 100%;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product{
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.plm_sdesc{
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.35em;
  max-width: 460px;
}
.plm_sdesc li{
  margin: 0;
  list-style-position: outside;
}

.plm_sprice{
  font-size: 4em;
  padding: .2em;
  letter-spacing: -3px;
}
.plm_sprice ins{
  text-decoration: none;
}
.plm_sprice del{
  font-size: 40%;
}
.site-id-1 .sidenav ul li a{
  font-size: 1.4em;
}
.site-id-1 .plm_video{
  margin-top: 2em;
}
.site-id-1 .plm_video > div{
  margin: 0 auto;
}
@media (max-width: 768px){
  .site-id-1 .custom-logo-link img {
      max-width: 50%;
      margin-top: 10px;
      height: auto;
  }
 
  .site-id-1  .header-adm .cart-dropdown .cart-contents,  .site-id-1  .header-adm .woo-cart > a > .fa {
    color: white;
    font-size: 1.4em;
  }
  .site-id-1 .header-adm .woo-cart {
    width: auto;
    margin-top: 10px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1;
    
  }
  nav.woocommerce-MyAccount-navigation a {
      font-size: .75em;
      line-height: 40px;
  }
}

.buyasgift{
  font-size: smaller;
  border-top: dashed 1px #e4e4e4;
}
.buyasgift i{
  color: crimson;
  font-size: 1.8em;
  position: relative;
  top: 3px;
}
.buyasgift textarea{
  font-size: smaller;;
  margin: 0;
  min-height: 3.5rem;
}
.buyasgift label{
  cursor: pointer;
  font-size: .9rem;
}

.header-adm .cart-dropdown{
  background: transparent;
  display: inline-block;
}
.header-adm .cart-dropdown .cart-contents, .header-adm .woo-cart > a > .fa, .header-adm .woo-cart > span > .fa{
    color: white;
    font-size: 2.4em;
    padding: 0;
 
}
.header-cart-count{
  font-size: .7em;
    top: -5px;
    left: -10px;
    position: relative;
}
@media (max-width: 768px){
  .wp-block-plmblocks-dlayer {
      max-width: 100% !important;
      overflow: hidden;
      width: 100%;
  }
  .single-kurs .container{
    width: 100%;
  }

  .header-adm .custom-logo-link {
    float: none;
  }
  .header-adm .woo-cart{
    width: 50px;
    margin-top: 10px;
  }
  .glider-contain .glider-next, .glider-contain .glider-prev{
    top: 38%;
  }
  .header-cart-count {
    left: auto;
    top: -4px;
    top: auto;
    right: 5px;
  }
  .home .header-adm header{
    z-index: 3;
  }
  .plm_sdesc {
    font-size: .9em;
    max-width: 90%;
    margin: 0 auto;
  }
  .plm_sprice {
    font-size: 2.5em;
  }
}

.adm-footer{
  background: #f3f3f3;
  margin-bottom: 0;
  text-align: initial;
  height: 100%;
}
.adm-footer .widget{
  font-size: 16px;
  line-height: 22px;
  color: #7B7B7B;
}
.adm-footer:after {
  content: "";
  display: table;
}
.plm_myaccount_block small{
  max-width: 80%;
  display: inline-block;
}
.course-badge  small{
  background: rgba(101, 214, 212, 0.64);
  padding: 2px 4px;
}
.course-badge{
  background: #00ffa8;
    color: white;
    min-width: 80%;
    font-weight: 800;
    display: inline-block;
    padding: 3% 5%;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #00b175;
}
.course-badge.notactive{
  background:#fbdc22;
  text-shadow: 1px 1px 3px #d2b300;
}
.spacer{
  height: 3em;
}
.double a{
  font-size: 2em;
}

/**BLOCKQUOTE**/
.wp-block-pullquote blockquote {
    font-weight: 100;
    font-size: 2.9rem;
  max-width: 70%;
  display: inline-block;
  text-align: right;
    line-height: 1.2;
  position: relative;
  font-style: italic;
    margin: 0;
    padding: .5rem;
}
.wp-block-pullquote blockquote p{
  margin-bottom: 0;
}
.wp-block-pullquote blockquote cite{
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-right: 30px;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    position: absolute;
    color: #fbdc22;
    font-size: 8rem;
    width: 4rem;
  height: 4rem;
  font-weight: 700;
}

.wp-block-pullquote blockquote:before {
    content: '“';
  left: -3rem;
  top: -.5rem;
}
.wp-block-pullquote blockquote:after {
    content: '”';
  right: -2rem;
  bottom: 2rem;
}
footer .withicon .widget_header, footer .withicon .textwidget{
  margin-left: 70px;
}

.textwidget{
  position: relative;
}
.textwidget .wicon{
  font-size: 4em;
  color: #fbdc22;
  position: absolute;
  left: -1em;
  top: -1em;
    font-weight: bolder;
}
@media (max-width: 980px){
  .wp-block-plmblocks-modular .dlayer{
    position: initial;
  }
}

.plm-has-video:after{
  content: '\f2bf';
  font-family: 'FontAwesome';;
  color: #fff;
  position: absolute;
  font-size: 4em;
  right: 30px;
  top: 10px;
}
.plm_video_pop{
    visibility: hidden;
    width: 350px;
    border: solid 10px white;
    position: absolute;
    left: -12px;
    z-index: 10;
    top: -1%;
    transition: all .8s ease-in-out;
    box-shadow: 12px 10px 66px -34px rgba(0,0,0,0.75);
  }
.plm_video_pop > div{
    position: relative;
  }  
.plm_video_pop > div:after{
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 105%;
  right: 20px;
  z-index: -1;
  box-shadow: 12px 10px 66px -34px rgba(0,0,0,0.75);
}
.plm_product_grid .image-wrap:hover .plm_video_pop{
    visibility: visible;
    -webkit-animation: fade-in .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.product-ui-col{
  padding: 3.5% 0;
}
@-webkit-keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.video-mod video{
  max-width: 100%;
  width: auto;
  height: auto;
}
.site-header-widget .top-nav {
    display: inline-block;
}
header .site-header-widget .fab {
    font-size: 2.2em;
    display: inline-block;
    padding: 5px;
    width: 40px;
    height: 40px;
    color: #27435d;
}

.site-header-widget.pull-right .textwidget.custom-html-widget {
    padding-right: 25px;
}
