* {
  margin: 0;
}

.site-header.site-header--opening {
  transform: translateZ(0) !important;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.site-header--stuck {
  position: sticky;
  left: 0;
  right: 0;
  top: 50px;
  transform: translate3d(0, -100%, 0);
  transition: none;
  z-index: 20;
}
.site-header > .page-width{
  max-width: 100%!important;
}
@media screen and (max-width:471px) {
  .site-header .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.template-blog {

  #page-header {
    z-index: 5;

    .page-width {
      background-color: #fff;
    }
  }

  .section-header--with-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    .blog__subheader-topics {
      .icon {
        width: 10px;
        height: 10px;
        transition: all .3s ease;
      }

      &.active {
        .icon {
          transform: rotate(180deg);
        }
      }
    }

    .blog__subheader-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .blog__subheader-search {
      .input-group__field {
        min-height: 41px;
        margin-bottom: 0;
      }

      .btn--square {
        min-height: 41px;
      }
    }
  }

  .blog__subheader-dropdown {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;

    &.active {
      visibility: visible;
      top: 100%;
      opacity: 1;
      transition: all .3s ease-in-out;
    }

    .title {
      display: block;
      margin-bottom: 10px;
    }

    .list__item {
      display: block;
      margin-bottom: 5px;
    }
  }
}

@media screen and (max-width:767px) {
  .template-blog .section-header--with-link {
    display: block;
  }

  .template-blog .section-header--with-link .blog__subheader-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .template-blog .section-header--with-link .blog__subheader-content {
    display: block;
  }

  .template-blog .section-header--with-link .blog__subheader-search {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }

  .template-blog .section-header--with-link {
    display: block;
  }

  .template-blog .section-header--with-link .blog__subheader-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .template-blog .section-header--with-link .blog__subheader-content {
    display: block;
  }

  .template-blog .section-header--with-link .blog__subheader-search {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  .hero-content-items .video-content-icon {
    margin-right: 8px;
  }

  .custom_img_body {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 467px) {
  .quotes-note {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .video-text-block-section .video-content-section {
    padding-left: 10px;
  }
}

@media screen and (max-width: 360px) {
  .custom_shop_now_btn {
    border: 1px solid #000;
    padding: 10px 10px;
    font-size: 14px;
    background: #f5cf7a;
    border-radius: 5px;
    color: #000;
  }
}

.template-blog {
  .section-header--with-link {
    .blog__subheader-title {
      text-transform: uppercase;
      text-transform: uppercase;

      h5 {
        margin-bottom: 0;
        margin-bottom: 0;
      }
    }

    .blog__subheader-search {
      margin-right: 30px;
      margin-right: 30px;

      .input-group--underline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    }
  }
}

/*@media screen and (min-width:750px) {
  .feature-row__text--left {
    padding-left: 4em;
  }
}*/
.feature-row .rte ul {
  margin: 0 0 17.5px 22.5px;
}

@media screen and (max-width: 749px) {
  .video-text-block-section .video-content-section {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-heading {
    display: block;
  }
}

.grid.grid--flex {
  margin-top: 50px;
}

.wrap {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 100px auto;
}

div#shopify-section-163894549850ad8534 {
  h2 {
    &.custom-img-title {
      &.py-2 {
        margin-bottom: 40px;
        text-align: center;
      }
    }
  }
}

h1>p>strong,
h2>p>strong,
h3>p>strong,
h4>p>strong,
h5>p>strong {
  color: var(--color-btn-primary);
}

.custom_img {
  width: 100%;
}

.custom-btn_setting {
  text-align: center;
  width: 100%;
}

.custom_button {
  text-decoration: underline;
  font-size: 18px;
}

.custom-img-with-img {
  align-items: center;
}

.image-with-image .custom-heading {
  text-align: center;
}

.subheading {
  color: var(--color-btn-primary);
}

.custom-three-images {
  padding: 50px 0;
  display: flex;
  align-items: center;
  padding: 50px 0;

  .mid-heading {
    color: #16114f;
    font-size: 27px;
  }
}

.h2,
h2 {
  text-transform: unset;
  font-size: calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1.5em);
  letter-spacing: .2px;
}

.custom_button_rev {
  border: 1px solid #000;
  padding: 10px 34px;
  font-size: 14px;

  &:hover {
    border: 1px solid #000;
    padding: 10px 34px;
    font-size: 14px;
    background: #000;
    color: #fff;
  }
}

.custom-width-60 {
  width: 60%;
  padding: 40px 0;

  .grid__item {
    padding-left: 0 !important;
    padding-right: 20px !important;
    margin-top: 25px;
  }
}

.custom-width-40 {
  width: 40%;

  img {
    width: 100%;
  }
}

.section-four-col {

  .gridBlock {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  .custom-section-gap {
    padding: 67px;
  }

  .subheading-black {
    color: #313131;
  }

  .index-section--logo-list {
    &:after {
      content: '';
      position: relative;
      bottom: 86px;
      z-index: -1;
      height: 86px;
      display: inline-block;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(white));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, white 100%);
    }

    .logo-bar__item {
      max-width: 120px;
      margin: 0 27.5px 35px;
    }
  }

  .quotes-wrapper {
    .slick-dots {
      margin-top: 1rem;
    }

    .quotes-note {
      max-width: 100%!important;
    }
  }

  .feature-row__text--right {
    padding-right: 4em;
  }

  .text-center {
    text-align: center!important;
  }

  .text-right {
    text-align: right!important;
  }

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

  .text-uppercase {
    text-transform: uppercase!important;
  }

  .text-white {
    color: #FFFFFF!important;
  }

  .text-accent {
    color: var(--color-btn-primary)!important;
  }

  .faq {
    p {
      margin: 0;
    }

    h3 {
      margin-top: 16px;
      cursor: pointer;
      font-size: 15px;
    }

    li {
      &.a {
        color: #6bba70;
        background: #fff;
        display: none;
      }
    }
  }

  .ion-chevron-down {
    float: right;
    opacity: 0.7;
  }

  .logo-bar__item {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .portfolio-slides {
    display: flex;
    flex-wrap: wrap;

    img {
      width: 100%;
      height: 140px;
      object-fit: cover;
    }
  }

  .custom-payment-btn {
    .shopify-payment-button__button {
      background: 0 0 !important;
      border: 1px solid #000 !important;
      border-radius: 12px !important;
      width: 194px !important;
      margin-left: 14px;
    }
  }

  .product-slide {
    .slick-list {
      height: 410px;
    }

    h4 {
      margin-top: 12px;
      margin-bottom: 0;
    }

    .slick-next {
      right: -8px;
    }

    .slick-prev {
      &:before {
        content: "<";
        font-size: 32px;
        font-weight: 700;
        font-family: 'Open Sans';
        color: #b3b3b3;
        display: none;
      }
    }
  }

  .custom-dark-btn {
    background: #d6932c;
    color: #fff;
    width: 100% !important;

    .acc_list-block {
      .acc_list {
        margin-bottom: 20px;

        h5 {
          &.acc_title {
            margin-bottom: 0;
            font-size: 20px;
            cursor: pointer;

            &.active {
              i {
                transform: rotate(180deg);
                transition: 0.5s;
              }
            }
          }
        }

        .acc_desc {
          .rte {
            margin-top: 20px;
            font-size: 16px;
          }
        }
      }
    }

    .lh-0 {
      line-height: 0;
    }

    .quotes-slider {
      img {
        border-radius: 62px;
        width: 80px;
        height: 80px;
        object-fit: fill;
      }
    }

    .multiple-items {
      .slick-track {
        display: flex;
        align-items: center;
      }
    }

    .four-col-img-width {
      img {
        width: 230px;
      }
    }

    .slick-next {
      right: -3px;

      &:before {
        content: ">";
        color: #b3b3b3;
        font-size: 32px;
        font-weight: bold;
        font-family: 'Open Sans';
      }
    }

    .slick-prev {
      left: -13px;

      &:before {
        content: "<";
        font-size: 32px;
        font-weight: bold;
        font-family: 'Open Sans';
        color: #b3b3b3;
      }
    }

    .shopify-payment-button {
      .shopify-payment-button__more-options {
        margin: 0 0 0 0;
      }
    }

    .product-mobile-btn {
      width: 180px;
      position: relative;
      width: 315px;
      right: 169px;
      background: #d6932c;
      color: #fff;
    }

    .my-20 {
      margin: 20px 0;
    }

    .desktop-hide {
      display: none;
    }

    .hero-content-items {
      text-align: left;
      display: block;

      li {
        display: flex;
        line-height: 19px;
        align-items: center;
        height: 60px;

        span {
          color: #fff;
        }
      }
    }

    .hero2-content {
      li {
        span {
          line-height: 19px;
          color: #fff;
        }
      }
    }

    .custom-icon {
      li {
        height: 40px !important;
      }
    }

    .btn-pink {
      border-radius: 47px;
      background-image: linear-gradient(to right, #ec785b, #f19c75);
      color: #fff;
      font-size: 21px;
    }

    .justify-start {
      justify-content: flex-start !important;
    }

    .product-form {
      padding-top: 0;
    }

    .video-reviews-content {
      h3 {
        font-size: 28px;
      }
    }

    .product-heading {
      color: #3a3a3a !important;
    }

    .product-mobile-btn-by-now {
      position: relative;
      width: 315px;
      right: 169px;
    }

    .product-des {
      font-size: 21px;
    }

    .justify-start .text-left,
    .justify-start .text-right {
      text-align: right !important;
    }

    .mob-hide {
      display: none;
    }

    .hero--large {
      height: 608px;
    }

    .video-reviews-block {
      &.d-flex {
        margin: auto;
        justify-content: center;
      }
    }

    .mobile-page-width {
      padding-left: 22px;
      padding-right: 22px;
    }

    .title-video-reviews-block {
      .video-reviews-content {
        width: 40%;
        padding-left: 20px;
        margin-top: 20px;

        a {
          display: block;
          text-align: center;
          margin: auto;
        }

        h2 {
          font-weight: 500 !important;
          color: #c28c3b;
          font-size: 30px;
          position: relative;
          margin-bottom: 25px;
          padding-bottom: 25px;

          &:after {
            content: '';
            bottom: 0;
            left: 0;
            position: absolute;
            min-width: 250px;
            height: 3px;
            background-color: #f5cf7a;
          }
        }

        .rte {
          p {
            font-size: 16px;
            font-weight: 500;
            color: #000;
          }
        }
      }

      .video-reviews-block {
        width: 60%;
        padding-right: 20px;
      }
    }

    .video-wrapper {
      &.custom-video-wrapper {
        &.nw-content {
          width: 31%;
        }
      }
    }

    .nw-custom-image-container {
      width: 20%;
    }

    .nw-custom-title {
      align-items: center;
      margin: auto 0;
      text-align: left;

      h3 {
        font-size: 70%;
      }
    }

    .custom-img-text {
      text-align: left;
      padding: 0 15px;
      margin-top: 5px;

      p {
        font-size: 16px;
        color: #000 !important;
        letter-spacing: 1px;
      }
    }

    h3 {
      &.custom-img-title {
        &.py-2 {
          margin: auto 0px;
        }
      }
    }

    .grid__item {
      &.medium-up--one-whole {
        &.grid--no-gutters {
          &.nw-top-bottom-5 {
            margin: 10px 0;
          }
        }
      }
    }

    .page-width {
      &.grid {
        &.nw-page-width {
          padding: 0 16px;
        }
      }
    }

    .quotes-slide {
      width: 100% !important;
    }

    .custom_icon_with_heading {
      padding: 40px 0;
    }

    .custom_shop_now_btn {
      border: 1px solid #000;
      padding: 10px 34px;
      font-size: 14px;
      background: #f5cf7a;
      border-radius: 5px;
      color: #000;

      &:hover {
        border: 1px solid #000;
        padding: 10px 34px;
        font-size: 14px;
        background: #f5cf7a;
        border-radius: 5px;
        color: #000 !important;
      }
    }

    .technologly-custom {
      img {
        width: 47px;
      }
    }

    .custom-video-wrapper {
      width: 30%;
      padding-bottom: 0;
      margin: 3px;
      width: 48%;
      margin: 3px;
    }

    .d-flex {
      display: flex;
      flex-wrap: wrap;
    }

    .f-flow-row {
      flex-flow: row;
    }

    .p-mobile {
      padding: 0;
    }

    .mobile-product-view {
      h4 {
        display: none;
      }

      h2 {
        display: none;
      }

      p {
        display: none;
      }
    }

    .video-text-block-section .video-block-section,
    .video-text-block-section .video-content-section {
      width: 50%;
    }

    .video-text-block-section {
      .video-content-section {
        padding-left: 20px;

        .video-content-items {
          ul {
            li {
              display: flex;
              align-items: center;
              margin-bottom: 10px;

              &:last-child {
                margin-bottom: 0;
              }

              span {
                &.video-content-heading {
                  padding-left: 10px;
                }
              }
            }
          }
        }
      }

      .video-block-section {
        padding-right: 20px;
      }
    }

    .video-text-block-section .video-block-section,
    .video-text-block-section .video-content-section {
      width: 100%;
    }

    .title-video-reviews-block .video-reviews-block,
    .title-video-reviews-block .video-reviews-content {
      width: 100%;
    }

    .box-video {
      position: relative;
      width: 100%;
      margin: 0 auto 20px auto;
      cursor: pointer;
      overflow: hidden;

      .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 2;
      }

      .bt-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        display: inline-block;
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 50%;
        text-indent: -999em;
        cursor: pointer;
        z-index: 2;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;

        &:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          height: 0;
          width: 0;
          margin: -12px 0 0 -6px;
          border: solid transparent;
          border-left-color: #000;
          border-width: 12px 20px;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
        }
      }

      &:hover {
        .bt-play {
          transform: scale(1.1);
        }
      }

      &.open {
        .bg-video {
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all .6s .8s;
          transition: all .6s .8s;
        }

        .video-container {
          opacity: 1;
          -webkit-transition: all .6s .8s;
          transition: all .6s .8s;
        }
      }
    }

    .bg-video {
      &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 3;
      }
    }

    .video-container {
      position: relative;
      width: 100%;
      height: 0;
      margin: 0;
      z-index: 1;
      padding-bottom: 56.27198%;

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }

    .pb-0 {
      padding-bottom: 0;
    }

    .desktop-heading {
      display: none;
    }
  }
}

.image-with-image .grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.d-flex.align-item_center {
  align-items: center !important;
}

.d-flex.align-items_end {
  align-items: flex-end !important;
}
.br-image{
  border-radius: 20px!important;
}
.padding-10px{
  padding: 10px!important;
}
.padding-2p{
  padding: 5%;
}
.padding-5p{
  padding: 5%;
}
.padding-10{
  padding: 10px!important;
}
.pb-0 {
  padding-bottom: 0;
}

.pt-2 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 4rem;
}

.pb-2 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.m-center{
  margin-left: auto!important;
  margin-right: auto!important;
}
.m-0 {
  margin: 0;
}

.m-0-auto {
  margin: 0 auto;
}

.mt-half {
  margin-top: .5rem;
  margin-bottom: 0;
}

.mb-half {
  margin-bottom: .5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mt-20vh {
  margin-top: 20vh!important;
}
.mt-10vh {
  margin-top: 10vh!important;
}
.mb-10vh {
  margin-bottom: 10vh!important;
}
.mt-5vh {
  margin-top: 5vh!important;
}
.mb-20vh {
  margin-bottom: 20vh!important;
}
.mt-1 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 40px;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.p-20 {
  padding: 20px !important;
}
.p-50 {
  padding: 50px !important;
}
.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

@media screen and (max-width:471px) {
  .mt-40 {
    margin-top: 22px;
  }

  .pr-1,
  .pr-2,
  .pr-3,
  .pr-4 {
    padding-right: 0 !important;
  }

  .pl-1,
  .pl-2,
  .pl-3,
  .pl-4 {
    padding-left: 0 !important;
  }
}

.w-100 {
  width: 100% !important;
}

a.btn.hero__btn,
.btn.hero__btn {
  padding: 15px 25px 12px 25px;
}

.masterclass__btn {
  width: 100%;
}

.grid-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.v-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width:471px) {

  header:not(.site-header) .grid,
  footer:not(.footer) .grid,
  .d-flex,
  .grid-reverse {
    flex-direction: column;
  }
}

figure.image {
  text-align: center;
}



  .product-hero-content-items {
    text-align: left;
    display: block;

    li {
      display: flex;
      align-items: center;
      line-height: 2rem;

      span {
        color: #fff;

        img {
          width: 16px;
          margin-right: 5px;
        }
      }
    }

    li:empty {
      display: none;
    }
  }

  @media screen and (max-width:471px) {
    h2.mega-title {
      max-width: 100%;
    }

    .btn.hero__btn {
      width: 100%;
    }
  }
}

.tada {
  animation-name: tada;
}

@keyframes tada {
  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}