:root {
  --klevu-green: #97C73E;
  --klevu-green-hover: #CAE894;
  --klevu-blue: #0a4563;
  --klevu-blue-hover: #276E92;
  --klevu-blue-link: #1A73E8;
  --klevu-black: #0a4563;
  --klevu-gray: #58595B;
  --klevu-text: #1D1714;
  --klevu-text-sub: #58595B;
  --klevu-radio: #176CB5;

  /* These styles need to be replaced with the branding colors above */
  --primary-on: #84da89;
  --primary-off: #aeaaae;
  --secondary-container: #3a4b39;
  --primary-background: #313033;
}

/* Utility Styles */
.kuHidden {
  display: none;
}
.kuOverflowY-auto {
  overflow-y: auto;
}
.font-bold {
  font-weight: bold;
}

body,
html {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 0 !important;
  font-family: Poppins, sans-serif;
}

body .kuFilters[data-position="top"] .kuFilterBox .kuFilterNames {
  z-index: 1000;
}
.kuThemeDemoPage .main {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

.kuThemeDemoPage .container-full {
  width: 100%;
}

.kuThemeDemoPage .container {
  width: 85%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}

.kuThemeDemoPage .btn {
  background: #0c4465;
  padding: 5px 15px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  height: 36px;
}

.kuThemeDemoPage .row {
  position: relative;
  margin: 0;
  padding: 15px 0;
}

.kuThemeDemoPage .row:after {
  content: '';
  display: block;
  clear: both;
}

.kuThemeDemoPage .kuTopbar {
  background: #0c4465 none repeat scroll 0 0;
  padding: 12px 15px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10000;
  vertical-align: middle;
  box-sizing: border-box;
  background: linear-gradient(269.86deg, #97c73e -19.03%, #0a4563 49.82%, #97c73e 120.91%);
}

.kuThemeDemoPage .kuLabel {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 768px) {
  .kuThemeDemoPage .kuLabel {
    display: none;
  }
}

@media (max-width: 1024px) {
  .kuThemeDemoPage .row.headerRow1 {
    display: none;
  }
}

.kuThemeDemoPage .klevuLogo {
  padding-top: 3px;
  width: 150px;
  display: inline-block;
}

.kuThemeDemoPage .col {
  margin: 0;
  float: left;
  display: inline-block;
}

.kuThemeDemoPage .colFull {
  width: 100%;
  position: relative;
}

.kuThemeDemoPage .colLeft {
  width: 50%;
  position: relative;
}

.kuThemeDemoPage .colRight {
  width: 50%;
  position: relative;
}

.kuThemeDemoPage .searchfield-block {
  width: 100%;
  position: relative;
}

.kuThemeDemoPage .row.headerRow1 {
  background: #f0f2ee;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}

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

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

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

.kuThemeDemoPage .demo-block {
  float: left;
  text-align: left;
  width: 55%;
}

.kuThemeDemoPage .demo-block h3 {
  display: inline-block;
  font-size: 15.21px;
}

.kuThemeDemoPage .search-block {
  float: right;
  text-align: right;
  width: 45%;
}

.kuThemeDemoPage .getDemoDetailsForm input {
  vertical-align: middle;
  margin: 5px 10px;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 280px;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kuThemeDemoPage input[type=search] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kuThemeDemoPage .searchField {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  height: 42px;
  padding: 0 10px;
  width: 380px;
  max-width: 100%;
}

.kuThemeDemoPage #search_mini_form .search-button {
  background: #0c4465 url(https://klevu.com/klevu-logo/search-icon.png) no-repeat scroll center center / 28px auto;
  border: 0 none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  height: 42px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 42px;
  cursor: pointer;
  top: 0;
}

.kuThemeDemoPage .getDemoDetailsWrap {
  padding: 10px;
}

.kuThemeDemoPage .clearfix {
  clear: both;
}

.kuThemeDemoPage .hiddenFormField {
  display: none;
  visibility: hidden;
}

.kuThemeDemoPage #kuThemeContentContainer.hide {
  display: none;
  visibility: hidden;
}

.kuThemeDemoPage .kuStoreInfoLabel {
  color: gray;
  text-transform: uppercase;
  font-size: 12px;
}

.kuThemeDemoPage .kuStoreInfoBtnLabel {
  cursor: pointer;
}

.header-bar__search-input {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  height: 42px;
  padding: 0 10px;
  max-width: 100%;
}

/* CODE EDITOR */
.container-code {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f2ee;
  z-index: 10010;
  transform: translateX(125%);
  transition: .7s ease-in-out all;
  width: 80%;
  box-shadow: 0 0 0 black;
}

body.show-code .container-code {
  transform: translateX(0);
  left: 20%;
  box-shadow: 7px 0 17px black;
}

body.show-code {
  overflow: hidden;
}

#kuCodeTrigger {
  position: absolute;
  height: 40px;
  width: 100px;
  background: #0c4465;
  color: white;
  font-weight: 900;
  display: none;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg) translateX(50%);
  top: 50%;
  left: -70px;
  cursor: pointer;
}
#kuCodeTrigger.show {
  display: flex;
}

#kuCodeTrigger.edit #kuCodeTriggerCode {
  display: none;
}
#kuCodeTriggerSave {
  display: none;
}
#kuCodeTrigger.edit #kuCodeTriggerSave {
  display: block;
}

#kuCodeTrigger .kuToggleIndicator {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition-duration: .5s;
  margin-right: 8px;
  cursor: pointer;
}

#kuCodeTrigger .bars {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 4px;
}

#kuCodeTrigger #bar2 {
  transition-duration: .8s;
}

#kuCodeTrigger #bar1, #kuCodeTrigger #bar3 {
  width: 70%;
}

body.show-code .kuToggleIndicator .bars {
  position: absolute;
  transition-duration: .5s;
}

body.show-code .kuToggleIndicator #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

body.show-code .kuToggleIndicator #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

body.show-code .kuToggleIndicator #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

body.show-code .kuToggleIndicator {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.code-editor-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.code-editor-wrapper #code-tabs {
  height: 50px;
  display: flex;
  align-items: end;
  margin: 0 0 0 24%;
}
.code-editor-wrapper #code-tabs li {
  list-style: none;
  padding: 0 15px;
  min-width: 100px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #5a5a5a;
  font-size: 12px;
  box-sizing: border-box;
}
.code-editor-wrapper #code-tabs li.active {
  background-color: white;
  border-bottom: 2px solid var(--primary-on);
  color: var(--primary-on);
  font-weight: 900;
}
/* .kuThemeSandboxPage .code-editor-wrapper #code-tabs li[data-type] {
  cursor: not-allowed;
  color: lightgray;
}
.kuThemeSandboxPage .code-editor-wrapper #code-tabs li:not([data-type="composeEditor"]) {
  cursor: pointer;
} */

.kuThemeSandboxPage:not(.sandboxCompose) #sandbox-compose-toggle {
  background-color: lightgray;
  color: white;
  cursor: not-allowed;
}
.kuThemeSandboxPage .code-editor-wrapper #code-tabs li[data-type="composeEditor"] {
  cursor: not-allowed;
  color: lightgray;
}
.kuThemeSandboxPage.sandboxCompose .code-editor-wrapper #code-tabs li[data-type="composeEditor"] {
  cursor: pointer;
  color: var(--primary-on);
}
.kuThemeSandboxPage.sandboxCompose .code-editor-wrapper #code-tabs li:not([data-type="composeEditor"]) {
  cursor: not-allowed;
  color: lightgray;
}
.kuThemeSandboxPage:not(.sandboxCompose) #code-editor-compose label, .kuThemeSandboxPage:not(.sandboxCompose) #code-editor-compose {
  color: lightgray;
}
.code-editor-wrapper #code-editors {
  height: calc(100vh - 50px);
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
.code-wrapper {
  width: 96%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  margin: 0 auto;
  position: absolute;
  box-sizing: border-box;
  padding: 0 20px;
}
.code-wrapper.active {
  left: 2%;
}

.code-description {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
  margin-left: -20px;
}
.code-description h3 {
  margin-top: 0;
}
.code-description p {
  color: #696969;
  font-size: 13px;
  font-size: 15px;
  margin: 30px 0;
}
.code-description.kuFull {
  width: 80%;
  margin: 30px auto;
}
.code-editor-section-wrapper {
  display: inline-block;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  border: none;
}  

.code-editor {
  display: inline-block;
  width: 100%;
  height: 90%;
  margin: 0;
  border: none;
}  

/* COPY BUTTON */
/* tooltip settings 👇 */

.copy-btn {
  /* button */
  --button-bg: #353434;
  --button-hover-bg: #464646;
  --button-text-color: #CCCCCC;
  --button-hover-text-color: #8bb9fe;
  --button-border-radius: 10px;
  --button-diameter: 36px;
  --button-outline-width: 1px;
  --button-outline-color: rgb(141, 141, 141);
  /* tooltip */
  --tooltip-bg: #f4f3f3;
  --toolptip-border-radius: 4px;
  --tooltip-font-family: Menlo, Roboto Mono, monospace;
  /* 👆 this field should not be empty */
  --tooltip-font-size: 12px;
  /* 👆 this field should not be empty */
  --tootip-text-color: rgb(50, 50, 50);
  --tooltip-padding-x: 7px;
  --tooltip-padding-y: 7px;
  --tooltip-offset: 8px;
  /* --tooltip-transition-duration: 0.3s; */
  /* 👆 if you need a transition, 
  just remove the comment,
  but I didn't like the transition :| */
}

.copy-btn {
  position: absolute;
  right: -17px;
  top: 70px;
  box-sizing: border-box;
  width: var(--button-diameter);
  height: var(--button-diameter);
  border-radius: var(--button-border-radius);
  background-color: var(--button-bg);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  outline: none;
  display: none;
}
.copy-btn.show {
  display: block;
}

.copy-btn .tooltip {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: 0;
  top: 0;
  left: 0;
  transform: translateX(-80%);
  white-space: nowrap;
  font: var(--tooltip-font-size) var(--tooltip-font-family);
  color: var(--tootip-text-color);
  background: var(--tooltip-bg);
  padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
  border-radius: var(--toolptip-border-radius);
  pointer-events: none;
  box-shadow: 0 0 5px lightgray;
  transition: all var(--tooltip-transition-duration) cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.copy-btn .tooltip::before {
  content: attr(data-text-initial);
}

.copy-btn .tooltip::after {
  content: "";
  position: absolute;
  bottom: calc(var(--tooltip-padding-y) / 2 * -1);
  width: var(--tooltip-padding-y);
  height: var(--tooltip-padding-y);
  background: inherit;
  left: 90%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -999;
  pointer-events: none;
  box-shadow: 1px 2px 3px lightgray;
}

.copy-btn .copy-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copy-btn .checkmark {
  display: none;
  width: 24px;
}

/* actions */

.copy-btn:hover .tooltip,
.copy-btn:focus:not(:focus-visible) .tooltip {
  opacity: 1;
  visibility: visible;
  top: calc((100% + var(--tooltip-offset)) * -1);
}

.copy-btn:focus:not(:focus-visible) .tooltip::before {
  content: attr(data-text-end);
}

.copy-btn:focus:not(:focus-visible) .clipboard {
  display: none;
}

.copy-btn:focus:not(:focus-visible) .checkmark {
  display: block;
}

.copy-btn:hover, .copy-btn:focus {
  background-color: var(--button-hover-bg);
}

.copy-btn:active {
  outline: var(--button-outline-width) solid var(--button-outline-color);
}

.copy-btn:hover svg {
  color: var(--button-hover-text-color);
}

step {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  padding: 2px;
  margin-right: 8px;
  border-radius: 16px;
  font-size: 14px;
  height: 16px;
  width: 16px;
  line-height: 1px;
}
.active step {
  background: var(--primary-on);
}
@media (max-width: 1100px) {
  .kuThemeDemoPage .container {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .kuThemeDemoPage .demo-block {
    display: none;
  }
  .kuThemeDemoPage .search-block {  
    display: block;
    width: 60%;
    margin: 5px auto 20px;
    text-align: left!important;
    float: none;
    position: relative;
  }
  .kuThemeDemoPage .searchField {
    padding: 0;
    width: 100%;
  }

}

@media (max-width: 768px) {
  .kuThemeDemoPage .container {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
  }
}

@media (max-width: 700px) {
  .kuThemeDemoPage .headerLeftWrap {
    float: none;
    text-align: center;
    width: 100%;
  }

  .kuThemeDemoPage .client-logo {
    display: block;
    margin: 20px auto;
    width: 110px;
  }

  .kuThemeDemoPage .colRight {
    float: none;
    position: relative;
    width: 90%;
  }

  .kuThemeDemoPage .getDemoDetailsForm input {
    width: 100%;
    margin: 10px auto;
  }

  .kuThemeDemoPage .demo-block, .kuThemeDemoPage .search-block {  
    width: 90%;
  }
}

.kuThemeDemoPage .kuLandingAddToCartBtn{
  margin-right: 0px;
}

/* TOGGLE */
.fancy-switch {

}
.fancy-switch .switch-label {
  font-size: initial;
}

.fancy-switch .switch {
  font-size: 10px;
  position: relative;
  display: inline-flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 1.8em;
}
 
.fancy-switch .switch input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}
 
.fancy-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background-color: var(--primary-background);
  transition: .2s;
  border-radius: 30px;
}
 
.fancy-switch .slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.2em;
  bottom: 0.2em;
  background-color: var(--primary-off);
  transition: .4s;
}
 
.fancy-switch input:checked + .slider::before {
  background-color: var(--primary-on);
}
 
.fancy-switch input:checked + .slider {
  background-color: var(--secondary-container);
}
 
.fancy-switch input:focus + .slider {
  box-shadow: 0 0 1px var(--secondary-container);
}
 
.fancy-switch input:checked + .slider:before {
  transform: translateX(1.15em);
}

#switch-mode {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  text-align: center;
}
#switch-mode .switch-label {
  color: gray;
  font-size: 12px;
  font-weight: 400;  
}
#switch-mode input:checked ~ .switch-label {
  color: white;
}

.code-editor-settings .fancy-switch .switch {
  justify-content: start;
}
.code-editor-settings .fancy-switch .switch-label {
  margin-left: 40px;
}

/* settings checkboxes */
.code-editor-settings {

}

.code-editor-settings label {
  display: flex;
  justify-content: start;
  align-items: center;
}

.code-editor-settings .check {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  appearance: none;
  background-color: var(--primary-background);
  margin-right: 17px;
  transition: all .3s;
}
 
.code-editor-settings .check::before {
  content: '';
  position: absolute;
  border: solid var(--primary-background);
  display: block;
  width: .3em;
  height: .6em;
  border-width: 0 .2em .2em 0;
  z-index: 1;
  opacity: 0;
  right: calc(50% - .3em);
  top: calc(50% - .6em);
  transform: rotate(0deg);
  transition: all .3s;
  transform-origin: center center;
}
 
.code-editor-settings .check:checked {
  animation: a .3s ease-in forwards;
  background-color: var(--primary-on);
}
 
.code-editor-settings .check:checked::before {
  opacity: 1;
  transform: rotate(405deg);
}
 
@keyframes a {
  0% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
 
  50% {
    opacity: 0;
    transform: scale(.8) rotateY(180deg);
  }
 
  100% {
    opacity: 1;
    transform: scale(1) rotateY(360deg);
  }
}


/* Compose Settings */
.kuThemeSandboxPage .btn {
  cursor: pointer;
}
#code-editor-compose {
  border: 1px solid rgba(0,0,0,0.02);
  overflow-y: auto;
}
.compose-setting {
  margin-left: 30px;
}
.compose-setting ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.compose-setting ul li {
  margin: 0 0 10px;
  padding: 0 10px;
  display: flex;
}
.compose-setting ul li label {
  white-space: nowrap;
}
