@font-face {
  font-family: "floating-menu-icons";
  src: url("../fonts/floating-menu-icons.eot?7sktn");
  src: url("../fonts/floating-menu-icons.eot?7sktn#iefix") format("embedded-opentype"), url("../fonts/floating-menu-icons.ttf?7sktn") format("truetype"), url("../fonts/floating-menu-icons.woff?7sktn") format("woff"), url("../fonts/floating-menu-icons.svg?7sktn#floating-menu-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.stm_theme_demos {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 0;
  margin: 20px 15px;
  border-radius: 4px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  z-index: 999999;
}
.stm_theme_demos [class^=fmi-], .stm_theme_demos [class*=" fmi-"] {
  font-family: "floating-menu-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stm_theme_demos .fmi-qr:before {
  content: "\e905";
}
.stm_theme_demos .fmi-cart:before {
  content: "\e900";
}
.stm_theme_demos .fmi-mobile:before {
  content: "\e901";
}
.stm_theme_demos .fmi-settings:before {
  content: "\e902";
}
.stm_theme_demos .fmi-docs:before {
  content: "\e903";
}
.stm_theme_demos .fmi-demos:before {
  content: "\e904";
}
.stm_theme_demos h3 {
  margin-bottom: 50px;
}
.stm_theme_demos__icon {
  display: block;
  position: relative;
  width: 38px;
  height: 0;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  backface-visibility: hidden;
  transition: height 0.3s ease 0.1s, padding-top 0.3s ease 0.1s;
}
.stm_theme_demos__icon:first-child {
  border-radius: 4px 4px 0 0;
}
.stm_theme_demos__icon--toggle {
  background: #000;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stm_theme_demos__icon--toggle:before {
  content: "";
  display: block;
  border-bottom: 4px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0.2s;
}
.stm_theme_demos__icon--toggle i {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 16px;
}
.stm_theme_demos__icon--toggle i:before, .stm_theme_demos__icon--toggle i:after {
  content: " ";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.3s ease 0.1s;
}
.stm_theme_demos__icon--toggle i span {
  display: block;
  height: 2px;
  width: 16px;
  position: relative;
}
.stm_theme_demos__icon--toggle i span:before, .stm_theme_demos__icon--toggle i span:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0.1s;
}
.stm_theme_demos__icon svg {
  display: inline-block;
  vertical-align: middle;
}
.stm_theme_demos__icon svg path {
  transition: 0.3s ease;
}
.stm_theme_demos__icon svg .cls-1,
.stm_theme_demos__icon svg .cls-3 {
  fill: #303441;
  fill-rule: evenodd;
}
.stm_theme_demos__icon > span {
  display: block;
  position: absolute;
  right: 100%;
  top: 20px;
  padding: 0 15px;
  margin-right: 6px;
  background-color: #000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  transform: translateY(-50%) translateX(-5px);
  transition: 0.3s ease 0.1s;
}
.stm_theme_demos__icon > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 5px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}
.stm_theme_demos__icon:first-child > span {
  top: auto;
  bottom: 20px;
  transform: translateY(50%) translateX(-5px);
}
.stm_theme_demos__icon .thicon {
  font-size: 23px !important;
}
.stm_theme_demos__icon .thicon.thicon-mobile {
  font-size: 24px !important;
}
.stm_theme_demos__icon .fmi {
  font-size: 22px;
  color: #000;
}
.stm_theme_demos__icon .fmi.fmi-demos {
  font-size: 24px;
}
.stm_theme_demos__icon .fmi.fmi-mobile {
  font-size: 24px;
}
.stm_theme_demos__icon:hover {
  cursor: pointer;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.stm_theme_demos__icon:hover svg path {
  fill: #0048a8 !important;
}
.stm_theme_demos__icon:hover > span {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.stm_theme_demos__icon:hover .thicon {
  color: #fff !important;
}
.stm_theme_demos__icon:hover .fmi {
  color: #fff;
}
.stm_theme_demos__icon:first-child:hover > span {
  transform: translateY(50%) translateX(0);
}
.stm_theme_demos.expand .stm_theme_demos__icon {
  height: 40px;
}
.stm_theme_demos.expand .stm_theme_demos__icon:first-child {
  height: 45px;
  padding-top: 5px;
}
.stm_theme_demos.expand .stm_theme_demos__icon.last-clickable {
  height: 45px;
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
  height: 36px;
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle:before {
  opacity: 1;
  transform: translateX(-50%) translateY(-100%);
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle i:before, .stm_theme_demos.expand .stm_theme_demos__icon--toggle i:after {
  opacity: 0;
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:before {
  width: 125%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-radius: 2px;
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:after {
  width: 125%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  border-radius: 2px;
}
.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
  border-radius: 0 0 4px 4px;
}
.stm_theme_demos__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f8f8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: 0.3s ease;
  z-index: 11;
}
.stm_theme_demos__popup.opened {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1);
}
.stm_theme_demos__close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  z-index: 9999;
  opacity: 0.7;
  transition: 0.3s ease;
  cursor: pointer;
}
.stm_theme_demos__close:hover {
  opacity: 1;
}
.stm_theme_demos__close:after, .stm_theme_demos__close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -3px;
  width: 30px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #000;
}
.stm_theme_demos__close:after {
  transform: rotate(-45deg);
}
.stm_theme_demos__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 20px;
  overflow-y: auto;
}
.stm_theme_demos__inner::-webkit-scrollbar {
  display: none;
}
.stm_theme_demos__inner_container {
  max-width: 1130px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.stm_theme_demos__inner_container p {
  max-width: 720px;
  margin: 0 auto 50px;
  color: #303441;
}
.stm_theme_demos .demos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stm_theme_demos .demos-list .comming-soon,
.stm_theme_demos .demos-list > div {
  display: block;
  width: 33.333%;
  text-decoration: none !important;
}
.stm_theme_demos .demos-list .comming-soon .demo,
.stm_theme_demos .demos-list > div .demo {
  padding: 0 15px 20px;
}
.stm_theme_demos .demos-list .comming-soon .demo h4,
.stm_theme_demos .demos-list > div .demo h4 {
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  font-size: 13px;
  color: #303441;
  transition: all 0.3s ease;
}
.stm_theme_demos .demos-list .comming-soon .demo .img,
.stm_theme_demos .demos-list > div .demo .img {
  position: relative;
  padding-bottom: 79%;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  overflow: hidden;
  transition: 0.3s ease;
}
.stm_theme_demos .demos-list .comming-soon .demo .img img,
.stm_theme_demos .demos-list > div .demo .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.stm_theme_demos .demos-list .comming-soon .demo .img img.lazyloaded,
.stm_theme_demos .demos-list > div .demo .img img.lazyloaded {
  opacity: 1;
}
.stm_theme_demos .demos-list .comming-soon:hover h4,
.stm_theme_demos .demos-list > div:hover h4 {
  text-decoration: none;
}
.stm_theme_demos .demos-list .comming-soon:hover .img,
.stm_theme_demos .demos-list > div:hover .img {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.stm_theme_demos .demos-list a {
  text-decoration: none;
}

.envato-preview-visible .envato-preview {
  z-index: 9999999;
}
.envato-preview-visible .stm_theme_demos {
  padding-bottom: 11px;
}
.envato-preview-visible .header-position_fixed {
  top: 54px;
}

.typography-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 50%;
  left: auto;
  right: -50px;
  height: 260px;
  margin-top: -130px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 11;
}
.typography-box .typography-inner-box {
  flex: 0 0 100%;
  border-radius: 5px;
  max-width: 220px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.typography-box .typography-inner-box .close-typography-box {
  position: absolute;
  top: 18px;
  right: 30px;
  transition: all 0.3s;
  font-size: 13px;
  color: #e3e3e3;
  cursor: pointer;
}
.typography-box .typography-inner-box .close-typography-box:hover {
  color: rgba(0, 0, 0, 0.7);
}
.typography-box .typography-inner-box h3 {
  padding: 5px 20px 0;
  text-shadow: none;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
}
.typography-box .typography-inner-box .color-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  padding: 25px 17px 33px;
  border-radius: 0 0 5px 5px;
}
.typography-box .typography-inner-box .color-list-item {
  flex: 50%;
  max-width: 110px;
}
.typography-box .typography-inner-box .color-list-item .color-button {
  display: block;
  margin: 5px 3px;
  border-radius: 18px;
  padding: 3px 14px 5px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  text-shadow: none;
  text-align: center;
  font-size: 13px;
  color: #777777;
  cursor: pointer;
}
.typography-box .typography-inner-box .color-list-item .color-button.active {
  color: #ffffff !important;
}
.typography-box.opened {
  right: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

#homepress-customization {
  position: fixed;
  bottom: 25px;
  right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}
#homepress-customization svg {
  position: absolute;
  top: 12px;
  right: 14px;
  transition: all 0.1s;
  transition-delay: 0.1s;
}
#homepress-customization span {
  position: relative;
  top: auto;
  right: auto;
  min-width: auto;
  padding: 0;
  margin-top: 7px;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  background-color: transparent;
  line-height: 16px;
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
}
#homepress-customization span:after {
  display: none;
}
#homepress-customization:hover {
  width: 162px;
  border-radius: 200px;
}
#homepress-customization:hover i,
#homepress-customization:hover svg {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
#homepress-customization:hover span {
  transition: all 0.1s;
  transition-delay: 0.3s;
  visibility: visible;
  opacity: 1;
}

.fancy-lock {
  overflow: hidden;
}

#homepress-buy .homepress-buy-icon {
  background: #81b441;
  position: relative;
  z-index: 10;
}
#homepress-buy:hover svg path {
  fill: #ffffff !important;
}
#homepress-buy svg path {
  fill: #ffffff;
}

#qr-codes span {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .stm_theme_demos {
    top: auto;
    right: 30px;
    margin-top: 0;
    bottom: 30px;
    padding: 0;
    border-radius: 50%;
  }
  .stm_theme_demos .stm_theme_demos__icon {
    display: none;
  }

  .stm_theme_demos__popup {
    display: none !important;
  }
}

