/** Shopify CDN: Minification failed

Line 476:1 Unexpected ";"
Line 481:25 Unexpected ";"

**/
/*! Beyondesign Development
-------
-------
-------
-------
-------
-------
---- */

/* general 
---
-------
-------
-------
-------
-------
--------*/

:root {
  --color-full-black:#000000;
  --color-dim-black:#222222;
  --color-light-black:#3B3B3B;
  --color-White:#FCFBFA;
  --bg-black:#222222;
  --bg-green:#ACD56B;
  --bg-white:#F0EFEB; 
  --bg-half-white:#FCFBFA;
  --max-width: 82rem;
}

/* Main classes */

.heading-xlg {
  font-weight: 400;
  font-size: 2rem;
  line-height: 112.00000000000001%;
  font-family: var(--font-heading) !important;
   letter-spacing: -0.05rem; 
}
.heading-lg {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.16;
  letter-spacing: -0.05rem; 
  font-family: var(--font-heading) !important;
  font-variant-numeric: lining-nums;
}
.heading-md {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.12;
    letter-spacing: -0.05rem; 
    font-family: var(--font-heading) !important;
    font-variant-numeric: lining-nums;
}
.heading-sm {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.05rem; 
    font-family: var(--font-heading) !important;
    font-variant-numeric: lining-nums;
}
.p-lg {
    font-family:var(--font-body);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem; 
    line-height: 1.24;
    letter-spacing: -0.02rem;
}
.p-md {
    font-family:var(--font-body);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.20;
    letter-spacing: -0.0175rem;
}
.p-sm {
    font-family:var(--font-body);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.015rem;
}

/* Helper classes */

.hide-mobile {
  display: none !important;
}

.hide-desktop {
  display: block !important;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.display {
  visibility: visible;
  opacity: 1;
}

.hidden {
  display: none !important;
}

.underline-link {
  text-decoration: underline;
}
.page-width {
  max-width: var(--max-width);
  padding: 0 1.125rem;
  margin: 0 auto;
  width: 100%;
}
.arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  padding: 0.25rem;
  gap: 0.625rem;
  cursor: pointer;
  border-radius: 6.25rem;
  transition: .2s all ease-in-out;
  border: 1px dashed var(--color-dim-black);
}
.arrow-btn:active,
.arrow-btn:hover:after,
.arrow-btn:hover {
  border: 1px solid var(--bg-green);
  background: var(--bg-green) !important;
}
.arrow-btn-med {
  width: 2.75rem;
  height: 2.75rem;
}
.arrow-btn-large {
  width: 2.8125rem;
  height: 2.8125rem;
}
.arrow-btn svg {
  display: block;
  width: 0.75rem !important;
  height: 0.75rem !important;
  transition: .2s all ease-in-out;
}
.arrow-btn.swiper-button-disabled {
  opacity: .4;
  pointer-events: none;
}
/* 
.arrow-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      black 0 14deg,
       transparent 10deg 20deg
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1px), var(--color-dim-black) 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 1px), var(--color-dim-black) 0);
} */

.product-item .displayed-discount {
  display: none;
}
.bd-product-tag {
  border-radius: 0.9375rem;
  background: var( --bg-white );
  padding: 0.25rem 0.4375rem;
  letter-spacing: -0.015rem;    
  display: block;
  /* text-transform: capitalize; */
  max-width: fit-content;
}
.bd-main-product-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
/* product reviews  */
.ruk_rating_snippet {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 0.125rem !important;
  /* gap: 0.0625rem !important; */
}
.ruk_rating_snippet i {
  font-size: 0.625rem !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  color:  #E45E5E !important;
}
.ruk_rating_snippet .ruk-rating-snippet-count {
  color: var(--color-dim-black) !important;
  font-family:var(--font-body) !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015rem !important;
  margin-right: 0.25rem !important;
  /* margin-right: 0.5rem !important; */
  bottom: 0px !important;
  display: flex !important;
  order: -1;
}
/* product reviews end */
/* Media queries 
---------------------------------------------- */

/* Media query tablet and landscape mode */
body {
  padding-right: 0 !important;
}
html:has(.bd-template-product) {
  scroll-padding-top: 12.5rem;
}
.pagination__item span:not(.icon),
.pagination__item .btn {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
  border: 0.05rem dashed #222;
  background: transparent;
}
.pagination__ellip span {
  border: 0.003875rem solid transparent;
  background-color: transparent;
}
.pagination__item--active span:not(.icon) {
  background-color: #222;
  border: 0.05rem solid #222;
}
.pagination__item .pagination__navigation-button {
  background-color: #ACD56B;
  border: 0.05rem solid #ACD56B;
}
.bd-kl-info-content {
  position: relative;
  cursor: pointer;
}
.bd-kl-info-content .bd-kl-info-text {
  padding: 6px 10px 8px;
  position: absolute;
  top: 115%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  background: var(--color-dim-black);
  color: var(--color-White);
  min-width: fit-content;
  box-shadow: 2px 4px 8px #0000000d;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.bd-kl-info-content:hover .bd-kl-info-text {
  opacity: 1;
  pointer-events: auto;
}
/* new */
.bd-customer-review .rating-card {
  display: none !important; 
}
.bd-customer-review .rating-card:has(.header__group.header__group--center .R-SliderIndicator-group) { 
  display: block !important;    
}
/* custom replated */
.ed-nav-user {
  display: none !important;
}
.bd-header .drawer-menu .drawer-menu__panel li.drawer-menu__item:has(.ed-nav-user) {
  display: none !important;
} 
.ed-logged-in .ed-nav-user {
  display: flex !important;
}  
.ed-logged-in .bd-header .drawer-menu .drawer-menu__panel li.drawer-menu__item:has(.ed-nav-user) { 
  display: block !important;
}
html,
body {
  touch-action: manipulation;
}
.bd-review-app {
  display: none !important;
}
.bd-review-app:has(.shopify-app-block .rio-withoutBranding .CarouselWidget-prefix) {
  display: block !important;
}
@media screen and (min-width: 45em) {
  .heading-xlg {
    font-size: 2.75rem;
    line-height: 112%;
    letter-spacing: -0.09rem; 
  }
  .bd-product-tag {
    padding: 0.34375rem 0.53125rem;
  }
  .heading-lg {
    font-size: 2.75rem;
    line-height: 116%;
    letter-spacing: -0.09rem; 
  }
  .heading-md {
      font-size: 2rem;
      line-height: 112%;
      letter-spacing: -0.09rem; 
  }
  .heading-sm {
      font-size: 1.5rem;
      line-height: 120%;
      letter-spacing: -0.09rem; 
  }
  .p-md {
      font-size: 1rem; 
      line-height: 1.24;
      letter-spacing: -0.02rem;
  }
  .p-sm {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: -0.0175rem;
  }
  .arrow-btn,
  .arrow-btn-med,
  .arrow-btn-large {
    width: 3.25rem;
    height: 3.25rem;
  }
  .hide-mobile {
    display: block !important;
  }
  .hide-desktop {
    display: none !important;
  }
  .bd-main-product-tag {
    top: 2rem;
    left: 2rem;
  }
  /* product reviews */
  .ruk_rating_snippet i {
    font-size: 0.8125rem !important;
    line-height: 1 !important;
  }
  .ruk_rating_snippet .ruk-rating-snippet-count {
    line-height: 1 !important;
    letter-spacing: -.015rem !important;
  }
  .ruk_rating_snippet {
    gap: 0 !important;
  }
  /* product reviews end */
}

/* ----- policy page --- */
 
.shopify-policy__container .shopify-policy__title {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
}
.shopify-policy__container h1{
    font-size: 2.125rem!important;
    font-weight: 100!important;
    line-height: 1.21!important;
    letter-spacing: -0.0625rem;
}
.shopify-policy__container .h2,
.shopify-policy__container .rte h2,
.shopify-policy__container .h3,
.shopify-policy__container .rte h3,
.shopify-policy__container .h4,
.shopify-policy__container .rte h4 {
    margin: 1rem 0;
    line-height: 1.0833333333;
    letter-spacing: -0.0625rem;
    font-size: 1.5rem!important;
    font-weight: 600!important;
    line-height: 1.14!important;
}
.shopify-policy__container p{
    font-size: 1rem!important;
    font-style: normal!important;
    font-weight: 300!important;
    line-height: 1.5rem!important;
}
.shopify-policy__container .rte p+p,
.shopify-policy__container .shopify-policy__body p+p {
    margin: 1.5rem 0 1rem 0;
}
.shopify-policy__container .rte ol,
.shopify-policy__container .rte ul,
.shopify-policy__container .shopify-policy__body ol,
.shopify-policy__container .shopify-policy__body ul {
    margin-left: 0.78125rem;
    margin-right: 0;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    padding: 0;
    list-style-type: square;
}
.shopify-policy__container .rte li,
.shopify-policy__container .shopify-policy__body li {
    margin-bottom: 0;
    padding: 0.125rem 0 0.125rem 0.3125rem;
}
.shopify-policy__container .rte a,
.shopify-policy__container .shopify-policy__body a {
    word-break: break-word;
}
 
@media screen and ( min-width:45em ) {
  .shopify-policy__container .shopify-policy__title {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }
  .shopify-policy__container h1{
      font-size: 2.625rem!important;
  }
  .shopify-policy__container .h2,
  .shopify-policy__container .rte h2,
  .shopify-policy__container .h3,
  .shopify-policy__container .rte h3,
  .shopify-policy__container .h4,
  .shopify-policy__container .rte h4 {
      margin: 3rem 0 1.5rem;
      font-size: 1.5rem!important;
  }
  .shopify-policy__container p{
      font-size: 1rem!important;
  }
  .shopify-policy__container .rte p+p,
  .shopify-policy__container .shopify-policy__body p+p {
      margin: 1.5rem 0 1rem 0;
  }
  .shopify-policy__container .rte li,
  .shopify-policy__container .shopify-policy__body li {
      padding: 0.25rem 0 0.25rem 0.3125rem;
  }
}

#tagsFilter li.active, #tagsFilter li:hover {
  background: #222222 !important;
  border-radius:100px !important;
  padding-right:20px !important;
  padding-left:20px !important;
};



.coursesActionsMark svg {
color:#222222 !important};

.infoWrapper .absoluteInfo button {
  color: #222222 !important;
  border-radius: 100px !important;
}

#lessonsListNav {display: none !important;}

#appendLesson, #appendLesson p, #appendLesson p span, #appendLesson span, #ypr, #counter, #treeView li span, .goBackLink {
  font-family: font-family: var(--font-body) !important;
}

