.right-canvas {
  background: #fff;
  width: 350px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -350px;
  z-index: 100;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right-canvas.show {
  right: 0;
  -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.right-canvas .tp_demo {
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
  float: left;
  width: 165px;
}
.right-canvas .tp_demo a {
  display: block;
  background: no-repeat;
  width: 100%;
  height: 134px;
}
.right-canvas .tp_demo:first-child {
  width: 330px !important;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.right-canvas .tp_demo:first-child a {
  width: 100%;
  height: 224px;
}
.right-canvas .tp_demo img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.right-canvas .tp_demo.active,
.right-canvas .tp_demo:hover {
  border-color: #82b440;
}
.right-canvas .tp_style_selector_container::-webkit-scrollbar {
  display: none;
}
.right-canvas .tp_style_selector_container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.right-canvas .tp_style_selector_container {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  width: 100%;
  overflow-x: hidden;
}
.right-canvas .tp-title {
  text-align: center;
  font-weight: 600;
}
.right-canvas .tp-description {
  text-align: center;
  font-size: 0.8em;
  padding: 10px 10px 20px;
  margin-bottom: 0;
}
.right-canvas .tp-chameleon-demos-wrapper {
  padding-bottom: 0;
}
.tp-preview-images {
  position: fixed;
  right: 350px !important;
  display: none;
  z-index: 9999999;
}
.tp-preview-images img {
  max-height: 300px;
  width: auto;
}
.admin-bar .right-canvas {
  top: 32px;
}
.tp-buy-theme {
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
.tp-buy-theme a {
  max-width: 230px;
  margin: auto;
}
.tp-buy-theme .tp-description {
  margin-top: 5px;
}
.tp-buy-theme .tp-description .old-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #f36329;
  font-weight: 700;
}
.tp-buy-theme .tp-description .current-price {
  font-size: 20px;
  color: #82b440;
  font-weight: 700;
}
.tp-chameleon-btn-buy {
  display: none;
  position: fixed;
  bottom: -100px;
  right: 50px;
  z-index: 99;
}
.tp-chameleon-btn-buy:hover .number {
  background-color: #729c29;
}
@media all and (min-width: 768px) {
  .tp-chameleon-btn-buy {
    display: block;
  }
}
.tp-chameleon-btn-buy .logo-envato {
  height: 40px;
  width: 40px;
  position: relative;
  top: 20px;
  left: 40px;
  z-index: 99;
  background-color: #82b440;
}
.tp-chameleon-btn-buy .logo-envato svg {
  height: 40px;
  width: 40px;
  padding: 12px;
}
.tp-chameleon-btn-buy .number {
  color: #fff;
  line-height: 70px;
  min-width: 70px;
  min-height: 70px;
  text-align: center;
  font-size: 30px;
  display: block;
  position: relative;
  background-color: #82b440;
  transition: all 0.2s ease-out;
}
.tp-chameleon-btn-buy .number span {
  position: relative;
  display: block;
  left: 2px;
}
.tp-chameleon-btn-buy .number:before {
  content: attr(data-currency);
  font-size: 12px;
  top: -10px;
  left: 14px;
  position: absolute;
}
.tp-chameleon-btn-buy > * {
  box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.tp-buy-theme a.link-buy {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #82b440;
  padding: 10px;
  min-width: 200px;
  display: block;
}
.tp-buy-theme .link-end {
  text-decoration: underline;
  color: #333;
}
.input-box .tp-btn,
.input-box .tp-btn:hover {
  text-decoration: none;
}
.box-title {
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.input-box {
  text-align: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
.input-box .input select {
  padding: 5px 10px;
  max-width: 200px;
}
.input-box .tp-btn {
  color: #333;
  font-size: 15px;
  border: 1px solid #eee;
  padding: 7px 32px;
  display: inline-block;
  min-width: 100px;
  outline: 0;
  text-transform: none;
}
.input-box .tp-btn.layout-wide {
  margin-right: 10px;
}
.input-box .tp-change-layout.active {
  background-color: #eee;
}
html[dir="rtl"] #tp_style_selector .style-toggle:before {
  left: -20px;
  position: relative;
}
#tp_style_selector .images {
  padding: 0 25px 15px;
  margin-top: 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1000000;
}
#tp_style_selector .images a,
#tp_style_selector .images img,
.primary_color a {
  width: 25px;
  height: 24px;
  margin-bottom: 7px;
  margin-right: 7px;
}
#tp_style_selector .images img {
  z-index: 1000;
}
#tp_style_selector .images img.active {
  border: 0 solid #ccc;
  opacity: 0.5;
}
#tp_style_selector .images a {
  background: url(../images/Nmho70FL2nIJ.png) top left no-repeat;
  display: inline-block;
}
.primary_color a {
  display: inline-block;
}
.primary_color {
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.clear_style_selector {
  color: #bababa;
  padding-bottom: 5px;
  display: inline-block;
}
.boxed-mode,
.style-toggle.close {
  display: none;
}
.tp_background_pattern {
  background: fixed;
}
.tp_background_image {
  background: no-repeat fixed;
  background-size: cover;
}
.primary_color .active,
.tp_image.active,
.tp_pattern.active {
  border: 2px solid #333;
}
.images.patterns {
  text-align: center;
}
.tp_chameleon_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.tp_chameleon_progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  text-align: center;
}
.tp_chameleon_heading {
  color: #fff;
  font-size: 40px;
}
.tp_chameleon_demos {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.tp-buy-theme .link-buy,
.tp-buy-theme .view-more-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 240px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.tp-buy-theme .link-buy {
  box-shadow: 0 2px 0 #6f9a37;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #82b440;
  padding: 10px;
  min-width: 200px;
  display: block;
}
.tp-buy-theme .link-buy:hover {
  color: #fff;
  background-color: #7aa93c;
}
.tp-buy-theme .link-buy i {
  margin-right: 8px;
}
.item-title {
  width: 100%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}
#tp_style_selector .tp_demo:last-child span {
  width: 100% !important;
  height: 100%;
}
.tp-style-selector.content-popup {
  z-index: 1000000;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  height: 100vh;
  width: 0;
  transition: background-color 0.3s ease-in-out 0.3s, width 0s ease-in-out 0.6s,
    padding 0s ease-in-out 0.6s;
}
.tp-style-selector.content-popup .tp_style_selector_container {
  background: #fff;
  opacity: 0;
  overflow-y: auto;
  height: 100%;
  scrollbar-color: #616970 #fff;
  scrollbar-width: thin;
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  display: flex;
  font-weight: 400;
  border-radius: 3px;
}
.tp-style-selector.content-popup
  .tp_style_selector_container::-webkit-scrollbar {
  width: 6px;
}
.tp-style-selector.content-popup
  .tp_style_selector_container::-webkit-scrollbar-track {
  background: #fff;
}
.tp-style-selector.content-popup
  .tp_style_selector_container::-webkit-scrollbar-thumb {
  background: #616970;
}
.tp-style-selector.content-popup.show {
  padding: 3% 10%;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in-out, width 0s ease-in-out;
}
.tp-style-selector.content-popup.show .tp_style_selector_container {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1) 0.3s;
}
.tp-style-selector.content-popup .tp_sidebar {
  flex: 1 0 275px;
  grid-gap: 15px;
  padding: 30px;
}
.tp-style-selector.content-popup .tp-demos-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  padding: 15px 15px 0 0;
  flex: 1 1 calc(100% - 275px);
  display: -ms-grid;
  display: grid;
  align-content: start;
  justify-content: start;
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo a {
  display: inherit;
  overflow: hidden;
  position: relative;
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: scale(0);
  z-index: 1;
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.tp-style-selector.content-popup
  .tp-demos-wrapper
  .tp-demo
  a:hover
  .title-demo {
  transform: scale(1) translateY(-50%);
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo a:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo.demo-hidden {
  opacity: 0;
  transform: translateY(40px);
}
.tp-style-selector.content-popup .tp-demos-wrapper .tp-demo .title-demo {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  transform: scale(0) translateY(-50%);
}
.tp-style-selector.content-popup .btn-buy {
  background: linear-gradient(to left, #ff2929, #ffb800);
  display: inline-block;
  padding: 6px 15px;
  border-radius: 50px;
  width: 100%;
  max-width: 320px;
  color: #fff;
  transition: background-color 0.3s ease-in-out 0.3s, width 0s ease-in-out 0.6s,
    padding 0s ease-in-out 0.6s;
}
.tp-style-selector.content-popup .btn-buy:hover {
  background: linear-gradient(to right, #ff2929, #ffb800);
}
.tp-style-selector.content-popup .btn-link-account {
  margin-top: 35px;
  text-align: center;
}
.tp-style-selector.content-popup .btn-link-acount {
  padding: 7px 15px;
  border-radius: 50px;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  background: #dadadc;
  color: #333;
}
.tp-style-selector.content-popup .btn-link-acount svg {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tp-style-selector.content-popup .btn-link-acount:hover {
  background: #c8c8c8;
}
.tp-style-selector.content-popup p {
  text-align: center;
  margin-bottom: 20px;
}
.tp-style-selector.content-popup p .logo {
  max-width: 160px;
  display: inline-block;
}
.tp-style-selector.content-popup .social-icon {
  display: inline-block;
  margin: 0 10px;
}
.tp-style-selector.content-popup .social-icon:hover {
  opacity: 0.8;
}
.tp-style-selector.content-popup .tp-filters-wrapper h3 {
  margin-bottom: 25px;
  font-size: 1.4em;
}
.tp-style-selector.content-popup .tp-filters-cats {
  list-style: none;
  margin: 0;
}
.tp-style-selector.content-popup .tp-filters-cats li {
  margin: 0 0 6px;
  text-transform: capitalize;
}
.tp-style-selector.content-popup .tp-filters-cats li input {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  margin: -4px 8px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  border-radius: 0;
}
.tp-style-selector.content-popup .tp-filters-cats li input:checked:before {
  width: 16px;
  height: 16px;
  content: "" !important;
  margin: 0;
  float: left;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  background-color: var(--thim-body-primary-color, #ffb606) !important;
  -webkit-mask: url(../images/nOJ7OkVyLG2w.svg) no-repeat center center;
  mask: url(../images/nOJ7OkVyLG2w.svg) no-repeat center center;
}
.tp-style-selector.content-popup .tp-filters-cats li input:checked ~ span {
  color: var(--thim-body-primary-color, #ffb606);
}
.tp-style-selector.content-popup .tp-filters-cats label {
  font-weight: 400;
  cursor: pointer;
}
.tp-style-selector.content-popup .tp-filters-cats label:hover {
  color: var(--thim-body-primary-color, #ffb606);
}
@media (max-width: 768px) {
  .tp-style-selector.content-popup.show {
    padding: 15px;
    border-radius: 0;
  }
  .tp-style-selector.content-popup .tp_style_selector_container {
    display: block;
  }
  .tp-style-selector.content-popup .tp-demos-wrapper {
    padding-left: 15px;
  }
  .tp-style-selector.content-popup .tp-filters-cats li {
    display: inline-block;
    margin-right: 10px;
  }
  .tp-style-selector.content-popup .tp_sidebar {
    padding: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .tp-style-selector.content-popup.show {
    padding: 0;
  }
  .tp-style-selector.content-popup .tp-demos-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.clear_fix::after,
.clear_fix::before {
  clear: both;
  content: "";
  display: table;
}
#tp_style_selector .group-style-toggle {
  position: absolute;
  top: 25%;
  opacity: 1;
  z-index: 1;
  width: 54px;
}
#tp_style_selector .style-toggle {
  display: block;
  width: 100%;
  height: 54px;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  text-shadow: 0 0 0;
  font-weight: 400;
  color: #333;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.14);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 1px 0;
  margin-bottom: 5px;
  -webkit-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
#tp_style_selector .style-toggle:last-child {
  margin-bottom: 0;
}
#tp_style_selector .style-toggle a,
#tp_style_selector .style-toggle span {
  color: #333;
  display: block;
  letter-spacing: -0.3px;
  transition: unset;
}
#tp_style_selector .style-toggle a:before,
#tp_style_selector .style-toggle span:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: 6px auto;
  background-color: #36ccb1;
  -webkit-mask: url(../images/uV2cDIokjS1z.svg) no-repeat center center;
  mask: url(../images/farmer.png) no-repeat center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
#tp_style_selector .style-toggle:hover {
  background-color: #36ccb1;
  color: #fff;
}
#tp_style_selector .style-toggle:hover a,
#tp_style_selector .style-toggle:hover span {
  color: #fff;
}
#tp_style_selector .style-toggle:hover a:before,
#tp_style_selector .style-toggle:hover span:before {
  background-color: #fff !important;
}
#tp_style_selector .style-toggle.toggle-buynow a:before {
  background-color: #fdb03f;
  -webkit-mask: url(../images/qMNjPLtkEwpM.svg) no-repeat center center;
  mask: url(../images/qMNjPLtkEwpM.svg) no-repeat center center;
}
#tp_style_selector .style-toggle.toggle-buynow:hover {
  background-color: #fdb03f;
}
#tp_style_selector .style-toggle.toggle-support a:before {
  background-color: #4c94ff;
  -webkit-mask: url(../images/rjfjWoxY4rNi.svg) no-repeat center center;
  mask: url(../images/rjfjWoxY4rNi.svg) no-repeat center center;
}
#tp_style_selector .style-toggle.toggle-support:hover {
  background-color: #4c94ff;
}
#tp_style_selector.show .toggle-demo span:before {
  background-color: #000;
  -webkit-mask: url(../images/YaeiVFmVChur.svg) no-repeat center center;
  mask: url(../images/YaeiVFmVChur.svg) no-repeat center center;
}
#tp_style_selector.right-canvas .group-style-toggle {
  left: -54px;
}
#tp_style_selector.content-popup .group-style-toggle {
  right: 5px;
}
