h1, .h1 {
  font-size: 74px; }

h2, .h2 {
  font-size: 40px; }
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 1; } }

h3, .h3 {
  font-size: 32px; }
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 1; } }

@media (max-width: 1139px) {
  .show-desktop-xl {
    display: none !important; } }

@media (max-width: 991px) {
  .show-desktop-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .show-desktop {
    display: none; } }

.show-mobile {
  display: none; }
@media (max-width: 767px) {
  .show-mobile {
    display: block; } }

.show-mobile-lg {
  display: none; }
@media (max-width: 991px) {
  .show-mobile-lg {
    display: block; } }

.slick-slider {
  padding: 0 30px; }
.slick-slider .slick-arrow {
  border: none;
  background-color: transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 19px;
  width: 14px;
  padding: 0;
  z-index: 2; }
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 14px auto; } }
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/arrow-left-grey.svg); }
.slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/arrow-right-grey.svg); }
.slick-slider .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0; }
.slick-slider .slick-dots li button {
  border: none;
  background-color: #C9C9C9;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
  margin: 0 8px;
  border-radius: 50%;
  padding: 0; }
@media (max-width: 991px) {
  .slick-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    margin: 0 4px; } }
.slick-slider .slick-dots li.slick-active button {
  background-color: #F15C2A; }

.relative {
  position: relative; }

.flex-row {
  display: flex; }
.flex-row.justify-center {
  justify-content: center; }
.flex-row.justify-space-between {
  justify-content: space-between; }
.flex-row.justify-end {
  justify-content: flex-end; }
.flex-row.align-items-center {
  align-items: center; }
.flex-row.align-start {
  align-items: flex-start; }

.flex-column {
  display: flex;
  flex-direction: column; }
.flex-column > div {
  width: 100%; }

.checkbox {
  position: absolute;
  opacity: 0;
  z-index: 999;
  width: 28px;
  height: 28px;
  cursor: pointer; }
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 1; }
.checkbox + label:before {
  content: '';
  margin-right: 10px;
  vertical-align: text-top;
  width: 28px;
  height: 28px;
  background: #c7c7c7;
  min-width: 28px; }
.checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 20px;
  height: 16px;
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat; }

body.popup {
  overflow: hidden; }
body.popup #fullpage {
  z-index: 999;
  overflow: hidden; }
body.popup .elementor-location-header header {
  z-index: 1 !important; }

div.elementor-location-header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0; }

.popup-membership, .popup-main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out; }
@media (max-width: 991px) {
  .popup-membership, .popup-main {
    padding: 20px; } }
.popup-membership.active, .popup-main.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }
.popup-membership .popup-content, .popup-main .popup-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 940px;
  background: #fff;
  text-align: center;
  padding: 35px 40px 10px;
  border-radius: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
@media (max-width: 767px) {
  .popup-membership .popup-content, .popup-main .popup-content {
    padding: 40px 20px 10px; } }
.popup-membership .popup-content .popup-close, .popup-membership .popup-content .close-main, .popup-main .popup-content .popup-close, .popup-main .popup-content .close-main {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
@media (max-width: 767px) {
  .popup-membership .popup-content .popup-close, .popup-membership .popup-content .close-main, .popup-main .popup-content .popup-close, .popup-main .popup-content .close-main {
    top: 15px;
    right: 15px; } }
.popup-membership .popup-content h2, .popup-main .popup-content h2 {
  color: #3D3D3D;
  margin: 0; }
.popup-membership .popup-content h4, .popup-main .popup-content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px; }

.relative-div {
  position: relative; }
.relative-div.popup-video {
  z-index: 99; }
.relative-div > section, .relative-div > div {
  position: sticky; }
.relative-div > section:first-child, .relative-div > div:first-child {
  top: 0; }

.minheight {
  min-height: 100vh;
  display: flex;
  align-items: center; }

div .lazy-hidden, div .entry img.lazy-hidden, div img.thumbnail.lazy-hidden {
  opacity: initial;
  background-color: transparent; }

.addtocart-btn svg {
  margin-left: 10px; }

.success-wrap {
  display: none;
  text-align: center; }
@media (min-width: 768px) {
  .success-wrap {
    margin-top: -50px;
    padding: 0 30px 50px; } }
@media (max-width: 767px) {
  .success-wrap {
    margin-top: -10px;
    padding: 0 20px 30px; } }
@media (max-width: 767px) {
  .success-wrap svg {
    width: 100px;
    height: auto; } }
.success-wrap .btn {
  min-width: 233px;
  margin-top: 30px; }
.success-wrap h2 {
  line-height: 1.2;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .mobile-popup .success-wrap {
    padding: 30px 20px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 12px; }
  .mobile-popup .success-wrap h2 {
    color: #000; } }

@media (min-width: 1140px) {
  .header-menu {
    margin-left: 35px;
    margin-top: -8px; } }
.header-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
.header-menu ul li {
  position: relative;
  margin-right: 40px; }
.header-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 14px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px; }
@media (max-width: 1399px) {
  .header-menu ul li a {
    padding: 14px 12px; } }
.header-menu ul li:after {
  content: "";
  width: 67px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out; }
.header-menu ul li:hover:after, .header-menu ul li.current-menu-item:after {
  background-color: #F15C2A; }

.cart-icon {
  position: relative;
  margin-left: 36px; }
@media (max-width: 767px) {
  .cart-icon {
    margin-left: 15px; } }
.cart-icon .cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 12px;
  background-color: #F15C2A;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  top: -6px;
  left: -7px;
  line-height: 1.4;
  font-weight: 800; }
@media (max-width: 767px) {
  .cart-icon svg {
    height: 28px;
    width: auto; } }

.account-icon {
  margin-left: 23px; }

.header__info {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.header__info .header-btn-wrap {
  display: flex; }

.main-navigation li {
  margin: 10px 0; }
.main-navigation a {
  display: block;
  font-weight: 600; }
.main-navigation .btn-wrap {
  margin-top: 40px; }
.main-navigation .btn-wrap .btn {
  width: 100%; }

@media (max-width: 767px) {
  .menu-header-menu-container {
    margin-top: 40px; } }

.fullpage-wrapper {
  -webkit-transform: translate3d(0, 0, 0); }

body:not(.popup) .section, body:not(.popup) .fp-tableCell, body:not(.popup) .slide-sidebar {
  -webkit-transform: translate3d(0, 0, 0); }

@media (max-width: 767px) {
  .site-footer {
    text-align: center; }
  .site-footer .footer__logo {
    width: 100%;
    justify-content: center; }
  .site-footer .footer__logo .custom-logo-link {
    float: none;
    padding-right: 0; } }
@media (min-width: 768px) {
  .site-footer .footer__logo, .site-footer .right {
    width: auto; } }
.site-footer .footer-below {
  margin-top: 25px; }
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .site-footer .footer-below {
    flex-wrap: inherit;
    align-items: flex-start; }
  .site-footer .footer-below .menu {
    text-align: left; }
  .site-footer .footer-below .copyright {
    display: inline-block;
    width: 50%;
    text-align: right;
    margin-top: 0; } }
.site-footer .footer-below ul {
  margin: 0; }
@media (max-width: 767px) {
  .site-footer .footer-below .bottom-nav {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .site-footer .footer-below .menu {
    text-align: left; } }
@media (max-width: 767px) {
  .site-footer #footer-main {
    margin-top: 27px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3); } }
@media (min-width: 768px) {
  .site-footer #footer-main li {
    margin-left: 64px; } }
@media (max-width: 767px) {
  .site-footer #footer-main li {
    display: block;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    width: 100%;
    margin-left: 0; } }
.site-footer #footer-main li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px; }
@media (max-width: 767px) {
  .site-footer #footer-main li a {
    display: block;
    padding: 15px;
    text-align: center; } }
.site-footer #footer-main li:last-child a {
  color: #F15C2A; }
@media (min-width: 768px) {
  .site-footer .bottom-nav {
    padding-right: 20px; } }
.site-footer .copyright {
  min-width: 300px; }

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