@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

:root {
    --zetpy-theme: #FFFDDF;
    --zetpy-primary: #523628;
    --zetpy-secondary: #FCB426;
}

/* :root {
    --viewport-height: 100vh;
} */

/* html, body {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: calc(var(--viewport-height));
} */

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;
    /* font-family: "Fredoka", sans-serif; */
}

::-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;
}



a:focus {
    outline: none !important;
}

.footer {
    min-height: 55px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-fredoka {
    font-family: "Fredoka", sans-serif;
}

.zetpy-first-primary::first-letter {
    color: var(--zetpy-primary);
}

.zetpy-first-secondary::first-letter {
    color: var(--zetpy-secondary);
}

.btn-active-secondary.active {
    transition: all 0.2s ease;
    background-color: var(--zetpy-secondary);
    color: var(--zetpy-primary) !important;
    border-color: var(--zetpy-secondary) !important;
}

/*#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;
}

.zetpy-nav-category img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition-duration: 0.5s;
}

.zetpy-nav-category,
.zetpy-nav-category:hover {
    border-left: 5px solid #FFFFFF;
    transition: all 0.5s ease;
    color: rgba(0, 0, 0, 0.5) !important;
}

.zetpy-nav-category.active {
    border-left: 5px solid var(--zetpy-secondary);
    color: rgba(0, 0, 0, 1) !important;
}

.zetpy-nav-category.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;
}

.bg-zetpy-primary {
    background-color: var(--zetpy-primary) !important;
}

.bg-zetpy-secondary {
    background-color: var(--zetpy-secondary) !important;
}

.text-zetpy {
    color: var(--zetpy-theme) !important;
}

.text-zetpy-primary {
    color: var(--zetpy-primary) !important;
}

.text-zetpy-secondary {
    color: var(--zetpy-secondary) !important;
}

.border-zetpy {
    border-color: var(--zetpy-theme) !important;
}

.border-zetpy-primary {
    border-color: var(--zetpy-primary) !important;
}

.border-zetpy-secondary {
    border-color: var(--zetpy-secondary) !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;
}

.offcanvas-bottom.offcanvas-80,
.offcanvas-top.offcanvas-80 {
    height: 80% !important;
}

.offcanvas-bottom.offcanvas-90,
.offcanvas-top.offcanvas-90 {
    height: 90% !important;
}

.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 var(--zetpy-secondary) !important;
    font-weight: bolder;
    color: var(--zetpy-primary) !important;
}

.nav-line-tabs .nav-item .nav-link {
    border-bottom: 2px solid #eff2f5 !important;
    color: #181c32 !important;
    font-weight: normal;
}

.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;
}

.offcanvas-modal .offcanvas-backdrop {
    z-index: 1555 !important;
}

/*-- 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);
}

/* slider */
.tns-outer {
    position: relative;
}

.tns-nav {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    /* position: absolute;
    z-index: 1030;
    top: 5.75rem;
    left: 1.25rem; */
}

.tns-nav button {
    border: none;
    padding-inline: unset;
    padding-block: unset;
    border-radius: 6px;
    transition: all 0.2s ease, background-color 0.2s ease;
    background-color: #DCDCDC;
    margin: 0 2px;
    height: 7px;
    width: 7px;
}

.tns-nav button.tns-nav-active {
    width: 30px;
    background-color: var(--zetpy-secondary);
}



#ddwppwa-prompt-allow-button {
    padding: 5px 10px;
    border: 0;
    background-color: var(--zetpy-secondary) !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: var(--zetpy-primary);
    text-decoration: none;
    /*border-radius: 20px;*/
    border-radius: 50rem !important;
}

#ddwppwa-prompt-cancel-button {
    padding: 5px 10px;
    border: 0;
    background-color: #FFFFFF !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: var(--zetpy-primary);
    text-decoration: none;
    /* border: 1px solid var(--zetpy-primary); */
    border-radius: 50rem !important;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

/* remove animation from sweetalert2 */
.swal2-show,
.swal2-hide {
    animation: none !important;
}

.swal2-popup {
    padding: 3px !important;
}

.swal2-actions {
    width: 100% !important;
    padding: 0px 10px !important;
    justify-content: end !important;
}

/* for offcanvas backfrop on desktop */
.offcanvas-backdrop {
    width: 100% !important;
}