@font-face {
  font-family: 'AcuminPro';
  src: url("../fonts/FontsFree-Net-Acumin-Pro-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'AcuminPro';
  src: url("../fonts/FontsFree-Net-Acumin-Pro-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Oooh Baby';
  src: url("../fonts/OoohBaby-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html body .container {
  padding: 0 20px; }
  @media (min-width: 576px) {
    html body .container {
      padding: 0;
      max-width: 540px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    html body .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    html body .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    html body .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    html body .container {
      max-width: 1320px; } }

.header__relative_custom {
  position: relative;
  cursor: pointer;
  display: flex;
  width: fit-content; }
  .header__relative_custom .remove_from_cart_button {
    position: absolute;
    color: #f0a850;
    font-size: 30px;
    line-height: 19px;
    bottom: 8px;
    right: 10px;
    font-weight: 700;
    border: 1px solid #FBB03B;
    border-radius: 50%; }
    @media (min-width: 767px) {
      .header__relative_custom .remove_from_cart_button {
        font-size: 40px;
        line-height: 25px; } }

.woocommerce-mini-cart-item {
  position: relative; }

.cart_count {
  position: absolute;
  top: -2px;
  right: -12px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #F15A25;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center; }
  @media (min-width: 767px) {
    .cart_count {
      width: 24px;
      height: 24px;
      font-size: 17px;
      line-height: 23px;
      top: 2px;
      right: -15px; } }

body.lesson-locked .stm_lms_locked_lesson__popup h3 {
  color: #000000; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  background: inherit;
  color: #000;
  letter-spacing: normal;
  font-family: "Montserrat", "Trebuchet MS", sans-serif;
  overflow-x: hidden; }

.woocommerce {
  text-align: center; }
  .woocommerce a {
    font-weight: 700;
    color: #f0a850; }

.header-menu__item-main a {
  border-radius: 18px;
  color: #27262b;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 6.58px;
  display: block;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none; }
  .header-menu__item-main a:hover {
    color: #FFFFFF;
    background: #FBB03B; }

body {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  overflow: hidden; }

main {
  display: block;
  width: 100vw; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  margin: 0;
  padding: 0;
  line-height: 130%; }

.checkout_coupon {
  margin: 23px 20px 20px;
  padding: 0 29px; }
  .checkout_coupon button {
    border-radius: 6px;
    background-color: #f0a850 !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 49px; }

.stm-lms-user_message_btn__counter {
  display: none !important; }

.woocommerce-form-coupon-toggle {
  background-color: #f4f1eb; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  color: #000;
  text-decoration: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b {
  font-weight: bolder; }

strong {
  font-weight: bolder; }

code {
  font-family: monospace, monospace;
  font-size: 1em; }

kbd {
  font-family: monospace, monospace;
  font-size: 1em; }

samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

img {
  border-style: none;
  display: block;
  max-width: 100%; }

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button; }
  button::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring {
    outline: 1px dotted ButtonText; }
  button:active {
    outline: none; }
  button:hover {
    outline: none; }

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible; }
  input:active {
    outline: none; }
  input:focus {
    outline: none; }
  input:hover {
    outline: none; }

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none; }

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto; }

[type="button"] {
  -webkit-appearance: button; }
  [type="button"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="button"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type="reset"] {
  -webkit-appearance: button; }
  [type="reset"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="reset"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type="submit"] {
  -webkit-appearance: button; }
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button {
  height: auto; }
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

.stm-lms-wrapper__login .stm_lms_login_wrapper {
  background-color: #eef1f7; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

h2 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

h3 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

h4 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

h5 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

h6 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

ul {
  margin: 0;
  padding: 0;
  line-height: 130%;
  list-style-type: none; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

section {
  overflow: hidden;
  position: relative; }

html.fixed {
  overflow: hidden; }

.text-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #455762; }

.link-hover {
  transition: color 0.5s ease-out; }
  .link-hover:hover {
    color: #84CDFF; }

.header {
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0; }
  .header__wrapper {
    margin: 20px auto;
    width: 100%;
    display: grid;
    grid-template: auto/1fr auto auto auto;
    column-gap: 25px; }
    @media (min-width: 767px) {
      .header__wrapper {
        margin: 31px auto; } }
    @media (min-width: 991px) {
      .header__wrapper {
        grid-template: auto/auto 1fr auto auto; } }
    .header__wrapper .stm_lms_account_dropdown .dropdown button i {
      top: 4px;
      position: relative;
      color: #404040; }
      @media (min-width: 767px) {
        .header__wrapper .stm_lms_account_dropdown .dropdown button i {
          top: -2px; } }
    .header__wrapper .stm_lms_account_dropdown .dropdown.open .dropdown-menu {
      top: 160%;
      background-color: #ffffff;
      transition: none;
      padding: 39px 22px;
      min-width: fit-content; }
      .header__wrapper .stm_lms_account_dropdown .dropdown.open .dropdown-menu li a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        position: relative;
        padding: 7px 25px; }
        .header__wrapper .stm_lms_account_dropdown .dropdown.open .dropdown-menu li a img {
          position: absolute;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
  .header-logo {
    width: 100%; }
    .header-logo__link {
      justify-self: self-start;
      align-items: end;
      display: flex;
      height: 100%; }
      .header-logo__link img {
        height: 24px;
        width: auto;
        margin-right: 5px; }
        @media (min-width: 767px) {
          .header-logo__link img {
            height: 47px; } }
        @media (max-width: 360px) {
          .header-logo__link img {
            height: 20px; } }
    .header-logo__text {
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      color: #404040; }
      @media (min-width: 767px) {
        .header-logo__text {
          font-size: 18px;
          line-height: 1.3; } }
      @media (max-width: 360px) {
        .header-logo__text {
          font-size: 9px; } }
      .header-logo__text p {
        margin: 0; }
      .header-logo__text .thing {
        font-weight: 100;
        letter-spacing: -0.3px; }
        @media (min-width: 767px) {
          .header-logo__text .thing {
            letter-spacing: -0.6px; } }
  .header .lnr-user:before {
    font-size: 20px; }
    @media (min-width: 767px) {
      .header .lnr-user:before {
        font-size: 30px; } }
  .header .dropdown-menu {
    left: auto;
    right: 0; }
  .header-cart {
    margin-top: 2px; }
    @media (min-width: 767px) {
      .header-cart {
        height: 30px;
        width: auto;
        aspect-ratio: 1/1;
        align-self: center; } }
  .header-hamburger {
    justify-self: self-end;
    list-style: none;
    width: 21px;
    height: 17px;
    opacity: 0.8;
    display: grid;
    grid-template: repeat(3, 2px)/auto;
    gap: 7px;
    position: relative;
    top: 6px;
    left: 1px; }
    @media (min-width: 767px) {
      .header-hamburger {
        width: 34px;
        height: 30px;
        gap: 12px; } }
    @media (min-width: 991px) {
      .header-hamburger {
        display: none; } }
    .header-hamburger__part {
      display: block;
      border: 1px solid #000000; }
  .header-menu {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(251, 176, 59, 0.8);
    transition: left 800ms; }
    @media (min-width: 991px) {
      .header-menu {
        position: static;
        width: inherit;
        height: fit-content;
        background-color: inherit;
        justify-self: center;
        align-self: center; } }
    .header-menu__close {
      position: absolute;
      top: 25%;
      right: 40px;
      height: 17px;
      width: 17px; }
      @media (min-width: 991px) {
        .header-menu__close {
          display: none; } }
      .header-menu__close::after {
        content: '';
        display: block;
        height: 4px;
        width: 25px;
        position: absolute;
        top: 9px;
        left: -4px;
        background-color: #f0a850;
        transform: rotate(45deg); }
      .header-menu__close::before {
        content: '';
        display: block;
        height: 4px;
        width: 25px;
        position: absolute;
        top: 9px;
        right: -4px;
        background-color: #f0a850;
        transform: rotate(-45deg); }
    .header-menu__container {
      background-color: white;
      width: 70%;
      height: 100%;
      position: absolute;
      right: 0%;
      display: flex;
      flex-direction: column; }
      @media (min-width: 991px) {
        .header-menu__container {
          width: 100%;
          height: fit-content;
          position: static;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          gap: 6%; } }
      .header-menu__container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 439/88;
        background: url("../img/icons/menuBgTop.svg") no-repeat;
        background-size: cover; }
        @media (min-width: 991px) {
          .header-menu__container:before {
            display: none; } }
      .header-menu__container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 439/88;
        background: url("../img/icons/menuBgBot.svg") no-repeat;
        background-size: cover; }
        @media (min-width: 991px) {
          .header-menu__container:after {
            display: none; } }
    .header-menu__main {
      list-style-type: none;
      margin: auto 40px auto 0;
      display: flex;
      flex-direction: column;
      gap: 30px; }
      @media (min-width: 767px) {
        .header-menu__main {
          flex-direction: column;
          gap: 30px; } }
      @media (min-width: 991px) {
        .header-menu__main {
          flex-direction: row;
          margin: 0;
          gap: 6%;
          width: inherit;
          justify-content: center; } }
      .header-menu__main li {
        display: flex;
        justify-content: end; }
        .header-menu__main li a {
          font-weight: 700;
          font-size: 14px;
          line-height: 17px;
          padding: 10px 15px; }
          .header-menu__main li a:hover {
            background-color: #f0a850;
            color: #ffffff;
            border-radius: 18px; }
          @media (min-width: 767px) {
            .header-menu__main li a {
              font-size: 25px;
              line-height: 30px; } }
          @media (min-width: 991px) {
            .header-menu__main li a {
              font-size: 20px;
              line-height: 29px;
              padding: 4px 20px; } }
          @media (min-width: 1400px) {
            .header-menu__main li a {
              font-size: 24px;
              line-height: 29px;
              padding: 4px 20px; } }
  .header__cart {
    display: none;
    background-color: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 45px;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 150px; }
    .header__cart_header {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 15px 9px; }
    .header__cart_item {
      background: #FFFFFF;
      border: 1px solid #FBB03B;
      border-radius: 10px;
      padding: 7px 9px;
      display: flex; }
    .header__cart_img img {
      max-width: inherit;
      height: 79px;
      width: auto; }
      @media (min-width: 767px) {
        .header__cart_img img {
          height: 90px;
          margin-top: 5px; } }
    .header__cart_description {
      width: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .header__cart_description .quantity {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #404040;
        padding-right: 30px;
        display: flex;
        justify-content: space-between; }
        @media (min-width: 767px) {
          .header__cart_description .quantity {
            font-size: 24px;
            line-height: 27px;
            padding-right: 40px; } }
        .header__cart_description .quantity .amount {
          font-weight: 700;
          font-size: 16px;
          line-height: 20px; }
          @media (min-width: 767px) {
            .header__cart_description .quantity .amount {
              font-size: 24px;
              line-height: 27px; } }
    .header__cart_name {
      color: #404040;
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      width: 150px; }
      @media (min-width: 767px) {
        .header__cart_name {
          width: 201px;
          font-size: 20px;
          line-height: 27px;
          padding-top: 10px; } }
    .header__cart_price {
      color: #222222;
      font-size: 14px;
      font-weight: 400; }
      .header__cart_price span {
        font-weight: 600;
        margin-left: 5px; }
    .header__cart_bottom {
      padding: 0 9px 15px; }
  .header__btn {
    height: 46px;
    width: 100%;
    border-radius: 10px;
    background: #F15A25;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase; }
    @media (min-width: 767px) {
      .header__btn {
        font-size: 24px;
        line-height: 27px;
        height: 65px; } }

.stm-lms-modal-login .modal-dialog .modal-body {
  padding: 0; }
.stm-lms-modal-login #stm-lms-login-modal {
  margin: 0; }
.stm-lms-modal-login #stm-lms-register {
  margin: 0; }

.stm_lms_user_float_menu.__collapsed .stm_lms_login_wrapper {
  margin: 0; }

.stm_lms_account_dropdown {
  grid-column: 2/3;
  grid-row: 1/2; }
  @media (min-width: 991px) {
    .stm_lms_account_dropdown {
      grid-column: 3/4;
      grid-row: 1/2; } }

footer {
  background-color: #ffffff; }
  footer .footer__wrapper {
    padding: 25px 0 50px 0;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    position: relative; }
    @media (min-width: 767px) {
      footer .footer__wrapper {
        padding: 60px 0 100px 0;
        grid-template-rows: auto auto auto; } }
    @media (min-width: 991px) {
      footer .footer__wrapper {
        padding: 65px 0 100px 0;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto; } }
    footer .footer__wrapper:before {
      content: "";
      position: absolute;
      width: 257px;
      height: 5px;
      background: #F15A25;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 5px; }
      @media (min-width: 767px) {
        footer .footer__wrapper:before {
          width: 50%;
          height: 9px; } }
  footer .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    grid-column: 1/3;
    grid-row: 1/2; }
    @media (min-width: 767px) {
      footer .footer__logo {
        grid-column: 1/2;
        margin-bottom: 40px;
        justify-content: start; } }
    @media (min-width: 991px) {
      footer .footer__logo {
        margin-bottom: 0; } }
    footer .footer__logo img {
      padding-right: 10px; }
      @media (min-width: 767px) {
        footer .footer__logo img {
          height: 60px;
          width: auto; } }
      @media (min-width: 991px) {
        footer .footer__logo img {
          height: 45px; } }
      @media (min-width: 1400px) {
        footer .footer__logo img {
          height: 60px; } }
    footer .footer__logo span {
      font-family: "AcuminPro";
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 17px;
      text-transform: uppercase; }
      @media (min-width: 767px) {
        footer .footer__logo span {
          font-size: 25px;
          line-height: 1;
          padding-top: 5px; } }
      @media (min-width: 991px) {
        footer .footer__logo span {
          font-size: 19px;
          line-height: 1;
          padding-top: 5px; } }
      @media (min-width: 1400px) {
        footer .footer__logo span {
          font-size: 25px;
          line-height: 1;
          padding-top: 5px; } }
      footer .footer__logo span.thing {
        font-weight: 100;
        letter-spacing: -0.1px; }
        @media (min-width: 767px) {
          footer .footer__logo span.thing {
            letter-spacing: -0.3px; } }
        @media (min-width: 991px) {
          footer .footer__logo span.thing {
            letter-spacing: -0.2px; } }
        @media (min-width: 1400px) {
          footer .footer__logo span.thing {
            letter-spacing: -0.3px; } }
  footer .footer__nav {
    display: flex;
    justify-content: space-between;
    grid-column: 1/3;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      footer .footer__nav {
        margin-bottom: 36px; } }
    @media (min-width: 991px) {
      footer .footer__nav {
        grid-column: 2/3;
        grid-row: 1/2;
        justify-content: space-around;
        margin-top: 10px; } }
    footer .footer__nav li a {
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      color: #404040; }
      @media (min-width: 767px) {
        footer .footer__nav li a {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 991px) {
        footer .footer__nav li a {
          font-size: 16px;
          line-height: 25px; } }
      @media (min-width: 1400px) {
        footer .footer__nav li a {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 370px) {
        footer .footer__nav li a {
          font-size: 12px; } }
  footer .footer__feedback {
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      footer .footer__feedback {
        grid-column: 2/3;
        grid-row: 3/4;
        justify-self: end;
        gap: 0;
        margin-bottom: 0;
        text-align: right; } }
    @media (min-width: 991px) {
      footer .footer__feedback {
        grid-column: 3/4;
        grid-row: 2/3;
        align-self: self-end;
        gap: 10px; } }
    footer .footer__feedback li, footer .footer__feedback li a {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #404040; }
      @media (min-width: 767px) {
        footer .footer__feedback li, footer .footer__feedback li a {
          font-size: 16px;
          line-height: 27px; } }
      @media (min-width: 991px) {
        footer .footer__feedback li, footer .footer__feedback li a {
          font-size: 12px;
          line-height: 20px; } }
      @media (min-width: 1400px) {
        footer .footer__feedback li, footer .footer__feedback li a {
          font-size: 16px;
          line-height: 27px; } }
    footer .footer__feedback p {
      margin: 0; }
  footer .footer__social {
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 10px; }
    @media (min-width: 767px) {
      footer .footer__social {
        gap: 35px;
        grid-row: 1/2;
        flex-direction: row;
        justify-self: end;
        align-items: start;
        padding-top: 5px; } }
    @media (min-width: 991px) {
      footer .footer__social {
        grid-column: 3/4;
        grid-row: 1/2; } }
    footer .footer__social img {
      width: 30px;
      aspect-ratio: 1/1;
      height: auto; }
      @media (min-width: 767px) {
        footer .footer__social img {
          width: 55px; } }
  footer .footer__branding {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #404040;
    grid-column: 1/3;
    display: flex;
    flex-direction: column;
    gap: 1em; }
    @media (min-width: 767px) {
      footer .footer__branding {
        grid-column: 1/2;
        grid-row: 3/4;
        font-size: 16px;
        line-height: 27px; } }
    @media (min-width: 991px) {
      footer .footer__branding {
        grid-row: 2/3;
        font-size: 12px;
        line-height: 20px; } }
    @media (min-width: 1400px) {
      footer .footer__branding {
        grid-row: 2/3;
        font-size: 16px;
        line-height: 27px; } }
    footer .footer__branding p {
      margin: 0; }
    footer .footer__branding a {
      font-weight: 400;
      color: #404040; }

.active__cart {
  display: block; }

@media (min-width: 767px) {
  .checkout_coupon {
    margin: 45px 55px 20px;
    padding: 0 29px; }
    .checkout_coupon button {
      border-radius: 6px;
      background-color: #f0a850 !important;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      width: 100%;
      height: 60px; }

  .header__cart {
    padding-top: 20px;
    top: 59px; }

  .header-menu__item-main {
    font-size: 20px; }

  .header-hamburger1 {
    gap: 6px; } }
@media (min-width: 991px) {
  .checkout_coupon {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px; }
    .checkout_coupon button {
      border-radius: 6px;
      background-color: #f0a850 !important;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      width: 100%;
      height: 60px; } }
.modal-open .modal {
  background: rgba(251, 176, 59, 0.8); }
  @media (min-width: 991px) {
    .modal-open .modal .modal-dialog {
      width: 812px; } }
.modal-open .nav.nav-tabs > li.active a {
  font-family: 'Montserrat';
  background: #FFFFFF;
  font-weight: 900;
  font-size: 18px;
  line-height: 29px;
  color: #404040; }
  @media (min-width: 767px) {
    .modal-open .nav.nav-tabs > li.active a {
      font-size: 24px;
      line-height: 29px; } }
.modal-open .nav.nav-tabs > li a {
  font-family: 'Montserrat';
  background: #F15A25;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 18px;
  line-height: 29px; }
  @media (min-width: 767px) {
    .modal-open .nav.nav-tabs > li a {
      font-size: 24px;
      line-height: 29px; } }
.modal-open .stm_lms_login_wrapper, .modal-open .stm_lms_register_wrapper {
  background: #FFFFFF !important;
  border-radius: 15px; }
.modal-open .stm_lms_login_wrapper .form-group label {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #404040; }
  @media (min-width: 767px) {
    .modal-open .stm_lms_login_wrapper .form-group label {
      font-size: 16px;
      line-height: 20px; } }
.modal-open input[type="text"], .modal-open input[type="email"], .modal-open input[type="url"], .modal-open input[type="password"], .modal-open input[type="search"], .modal-open input[type="number"], .modal-open input[type="tel"], .modal-open input[type="range"], .modal-open input[type="date"], .modal-open input[type="month"], .modal-open input[type="week"], .modal-open input[type="time"], .modal-open input[type="datetime"], .modal-open input[type="datetime-local"], .modal-open input[type="color"], .modal-open textarea {
  background: #FFFFFF;
  border: 1px solid #404040;
  border-radius: 10px;
  padding: 12px 16px; }
.modal-open .stm_lms_login_wrapper__actions {
  display: grid;
  grid-template: auto auto/ auto auto;
  justify-content: space-between; }
  .modal-open .stm_lms_login_wrapper__actions .lostpassword {
    grid-row: 2/3;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #969696 !important; }
  .modal-open .stm_lms_login_wrapper__actions .stm_lms_remember_me span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #404040; }
    @media (min-width: 767px) {
      .modal-open .stm_lms_login_wrapper__actions .stm_lms_remember_me span {
        font-size: 20px;
        line-height: 27px; } }
  .modal-open .stm_lms_login_wrapper__actions .btn.btn-default {
    grid-row: 1/3;
    background: #F15A25 !important;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 767px) {
      .modal-open .stm_lms_login_wrapper__actions .btn.btn-default {
        width: 100%;
        height: 80px;
        font-size: 24px;
        line-height: 29px; } }
    @media (min-width: 991px) {
      .modal-open .stm_lms_login_wrapper__actions .btn.btn-default {
        width: 350px; } }
.modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form {
  flex-direction: column;
  align-items: end; }
  @media (min-width: 991px) {
    .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form {
      flex-direction: row; } }
  .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form .form-group {
    margin-right: 0;
    width: 100%; }
    @media (min-width: 991px) {
      .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form .form-group {
        width: auto;
        margin-right: 28px; } }
  .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default {
    background: #F15A25 !important;
    border-radius: 15px;
    width: 45%;
    height: 54px;
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto; }
    @media (min-width: 767px) {
      .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default {
        width: 40%;
        height: 80px;
        font-size: 24px;
        line-height: 29px; } }
    @media (min-width: 991px) {
      .modal-open .stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default {
        width: 350px; } }
.modal-open .stm_lms_register_wrapper .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }
.modal-open .btn.btn-default {
  background: #F15A25 !important;
  border-radius: 7px;
  width: 159px;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 767px) {
    .modal-open .btn.btn-default {
      border-radius: 15px;
      width: 350px;
      height: 80px;
      font-size: 24px;
      line-height: 29px; } }
  @media (min-width: 991px) {
    .modal-open .btn.btn-default {
      margin: 0 0 0 auto; } }

@media (min-width: 991px) {
  .one-price {
    padding-bottom: 40px; } }

/*# sourceMappingURL=main.css.map */
