:root {
  --zetpy-theme: #8ec73a;
}

html, body {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    /*max-width:1024px;
    margin: auto;*/
    overscroll-behavior-x: none !important;
}

a:focus {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px none;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

::-webkit-scrollbar-thumb:active {
    background: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.footer {
    min-height: 55px;
}

/*#kt_body {
    display: none;
}*/

#zetpy-body {
    display: none;
    /*padding-bottom: 65px;*/
}   

#zetpy-body-start {
    padding-bottom: 82px;
}

#zetpy-product {
    display: none;
}

#zetpy-desc {
    overflow-wrap: break-word;
}

#zetpy-desc iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

#zetpy-product-cat a {
    /* border-bottom: solid 2px #f5f8fa; */
    opacity: 0.7;
    transition-duration: 0.5s;
}

#zetpy-product-cat a.active {
    /* border-bottom: solid 2px var(--zetpy-theme); */
    opacity: 1;
    background-color: #FFFFFF;
    color: var(--zetpy-theme) !important;
}

#zetpy-product-cat a img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition-duration: 0.5s;
}

#zetpy-product-cat a.active img {
    filter: grayscale(0%);
    opacity: 1;
}

/* a:active {
    background-color: rgba(255,255,255,0.3) !important;
} */

.ripple {
  background-position: center;
  transition: background 0.5s;
}
.ripple:hover {
  color: #000000;
  background: transparent radial-gradient(circle, #eaeaea 1%, transparent 1%) center/15000%;
}
.ripple:active {
  background-color: transparent;
  background-size: 100%;
  transition: background 0s;
}

.offcanvas,
#offcanvasPrimary,
#offcanvasIframe,
#offcanvasIframeWhite,
#offcanvasIframeCard,
#offcanvasAddCoupon,
#offcanvasQR,
.offcanvasQR,
#offcanvasFilter,
#offcanvasOA,
#offcanvasShopcategory {
    z-index: 1052 !important;
}
/* color default #25247b */
.bg-zetpy {
    background-color: var(--zetpy-theme) !important;
}

.text-zetpy {
    color: var(--zetpy-theme) !important;
}

.border-zetpy {
    border-color: var(--zetpy-theme) !important;
}

.svg-icon.svg-icon-zetpy svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: var(--zetpy-theme);
}

.n2-ss-margin {
    margin: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hscrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hscrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrollpost > :first-child {
    margin-left: 15px;
}

.scrollpost {
    margin: 0 -15px;
    overflow: auto;
    white-space: nowrap;
}

.scroll-post {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    vertical-align: top;
    white-space: normal;
}

.offcanvas-end {
    /* width: 100% !important; */
    width: 800px;
}


.offcanvas-bottom.offcanvas-full, .offcanvas-top.offcanvas-full {
  height: 100vh !important;
}

.offcanvas-bottom.offcanvas-auto, .offcanvas-top.offcanvas-auto {
  height: auto !important;
}

.offcanvas-bottom.offcanvas-half, .offcanvas-top.offcanvas-half {
  height: 50% !important;
}


.stepper.stepper-pills .stepper-item.current .stepper-icon {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #009EF7;
    width: 40px;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #009EF7;
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #DCDCDC;
}
.stepper.stepper-pills .stepper-item .stepper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background-color 0.2s ease;
    width: 10px;
    height: 10px;
    border-radius: 0.475rem;
    background-color: #DCDCDC;
    margin-right: 0;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 2px solid #f1416c;
}
.nav-line-tabs .nav-item .nav-link {
    border-bottom: 2px solid #FFFFFF;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 2px !important;
}

div#qr-reader video {
    width: 100% !important;
}

/**/
.wopb-compare-btn,
.wopb-wishlist-add {
    display: none !important;
}


.modal.modaliframe.fade:not(.show) {
    opacity: 1;
}
.modal.modaliframe .modal-dialog {
    transition: transform .3s ease-in-out;
}
.modal.modaliframe .modal-dialog.modal-dialog-end {
    transform: translateY(125%);
}

.modal.modaliframe.fade.show .modal-dialog.modal-dialog-end {
    transform: none;
}

/*-- zetpy --*/
.menu-state-title-zetpy .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease,background-color .2s ease;
    background: var(--zetpy-theme);
}

.menu-state-title-zetpy .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #000000;
}

.menu-state-icon-zetpy .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-icon-zetpy .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #000000;
}

@media screen and (orientation:landscape) {
    /*body {
        background-image: url("../media/mobile-rotate-small.jpg");
        background-repeat: no-repeat;
        background-position: center center;
    }
    #zetpy-body,
    #-zetpy-body,
    #menu-bottom {
        display: none !important;
    }*/
}

.zetpy-glightbox-container .ginner-container {
  width: 80% !important;
}

.glightbox-mobile .zetpy-glightbox-container .goverlay {
  background: rgba(0, 0, 0, 0.8);
}

.zetpy-glightbox-container img {
  border-radius: 10px;
}

.zetpy-glightbox-container.glightbox-clean .gclose {
  background: #ff0000;
  border: 3px solid #ffffff;
  border-radius: 50%;
  /* top: calc(100% - 50px); */
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 50px;
  right: calc(50% - 25px);
}

/*for Zetpy dashboard*/

.menu-state-bg .menu-item .menu-link.active {
    background-color: var(--zetpy-theme);
  }
  
  .menu-state-bg .menu-item .menu-link.active a {
    color: #FFFFFF !important;
  }
  
  .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
      transition: color .2s ease, background-color .2s ease;
      background-color: var(--zetpy-theme);
  }
  
  .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) a {
    color: #FFFFFF !important;
  }
  
  /*remove increment button*/
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  
  .menu-state-title-primary
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-title,
  .menu-state-title-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: var(--zetpy-theme);
  }

@media (max-width: 330px) {
  body {
    zoom: 0.9; /* Shrinks the view to 90% */
  }
}














