#wcta-panel-closer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: -9999;
}

.wcta-toggle #wcta-panel-closer {
  display: block;
  visibility: visible;
  z-index: 998;
}

#wcta-panel {
  height: 100%;
  background: black;
  z-index: 999;
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.admin-bar #wcta-panel {
  padding-top: 38px;
}

#wcta-themes-container {
  z-index: 20;
  background: black;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#wcta-themes-container::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.cta-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white !important;
}
.cta-title a {
  color: white !important;
}

.wcta-itle-title {
  opacity: 0.88;
  font-size: 12px;
  color: white !important;
}

#wcta-themes-inner {
  padding: 20px 35px;
}

.wcta-item {
  text-align: center;
  margin-bottom: 14px;
}
.wcta-item img {
  margin-bottom: 5px;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wcta-item:hover img {
  opacity: 0.8;
}

.wcta-button {
  line-height: 1;
  height: 43px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-family: sans-serif;
  position: absolute;
  top: 35%;
  padding: 15px 20px;
  outline: 0;
  width: 160px;
  left: -160px;
  font-size: 12px;
  text-align: center;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  padding-left: 43px;
  z-index: -1;
}

/* .wvc-background-color-accent {
  background-color: #3bc3d3;
} */

.wcta-button:not(.wvc-background-color-accent) {
  background-color: black;
}

#wcta-buy-button {
  top: calc(35% - 50px);
}

.wcta-toggle #wcta-panel {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.wcta .wcta-button {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.wcta-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 43px;
  height: 100%;
}
.wcta-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.wcta-btn-min .wcta-button {
  -webkit-transform: translateX(calc(100% - 43px));
  -ms-transform: translateX(calc(100% - 43px));
  transform: translateX(calc(100% - 43px));
}

body.aku #wcta-buy-button {
  background-color: #ecad81;
}

body.decibel #wcta-buy-button {
  background-color: #c74735;
}

body.tattoopro #wcta-buy-button {
  background-color: #c74735;
}

body.motoblog #wcta-buy-button {
  background-color: #f57c00;
}

body.speaker #wcta-buy-button {
  background-color: #86b775;
}

.mobile-screen #wcta-panel,
.mobile-screen #wcta-panel-closer {
  display: none;
}
