body {overflow:visible;}

.si {
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  text-align: center;
  stroke-width: 0;
  overflow: visible;
}

.d-none {display:none}
.w-100 {width:100%}
.h-auto {width:100%}

@media(min-width:992px) {
    .d-md-block {
        display: block;
    }
    .d-md-none {
        display: none;
    }
}

#mega-menu-wrap-sidebar #mega-menu-sidebar > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-sidebar #mega-menu-sidebar > li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 500;
}
.zass-search-cart-holder {
    height: 100% !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}
.zass-search-cart-holder::before {
    content: none;
}
.zass-search-cart-holder #search {
    display: flex;
    align-items: center;
    position: relative;
}
.zass-search-cart-holder #search > .si {
    left: 8px;
}
.zass-search-cart-holder #search > span {
    height: 100% !important;
    line-height: 1 !important;
    min-height: auto !important;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.zass-search-cart-holder #search span::after {
    content: none;
}
.zass-search-cart-holder #search.active .si {
    opacity: 0;
}
.site-header .zass-wishlist-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .zass-wishlist-counter a {
    height: 100% !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .site-header-cart {
    position: relative;
}
.site-header .site-header-cart li {
    line-height: 1 !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .site-header-cart li a::before {
    opacity: 0;
}
.site-header .site-header-cart .count {
    z-index: 2;
}
.site-header .site-header-cart .site-header-cart-icon-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart-module div.widget.woocommerce.widget_shopping_cart {
    right: 0;
    padding: 10px;
}

/* sidebar menu start */
.app-sidebar-menu,
.slinky-menu-level,
.menu-item-has-children {
    background-color: #ffffff;
}

#app-sidebar-menu {
    width:280px;
    max-width:90%;
    left: -200px;
    opacity: 0;
    z-index:101;
    pointer-events: none;
    transition: all 300ms;
}
#app-sidebar-menu-overlay {
    left: 0;
    bottom: 0;
    position: fixed;
    pointer-events: none;
}
#app-sidebar-menu-input:checked + div #app-sidebar-menu {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
#app-sidebar-menu-input:checked + div #app-sidebar-menu-overlay {
    top: 0;
    right: 0;
    z-index: 101;
    display: block;
    pointer-events: auto;
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,0.3);
}

.slinky-menu-level,
.menu-item-has-children {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 300ms ease-in-out;
}
.slinky-menu-level-checkbox:checked + .slinky-menu-level,
.slinky-menu-level-checkbox:checked + .menu-item-has-children {
    transform: translate3d(0px, 0px, 0px);
}
/* sidebar menu end */


/* marquee start */
.app-marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.app-marquee-content {
    display: flex;
    gap: 45px;
    background-color: #212121;
    animation-name: app_marquee;
    animation-duration: 35s;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.app-marquee-content:hover {
    animation-play-state: paused;
}
@keyframes app_marquee {
    0% {transform:translateX(0)}
    100% {transform:translate(-50%)}
}
.app-marquee-item {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.app-marquee-item:hover {
    color: #ffffff;
    text-decoration: none;
}
/* marquee end */


#home-banner-slider-pagination {
    --swiper-theme-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: rgba(255,255,255,0.25);
    --swiper-pagination-bullet-size: 0.8rem;
    --swiper-pagination-bullet-inactive-opacity: 1;
}
#home-banner-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}



.my-product-slider-nav .swiper-button-prev,
.my-product-slider-nav .swiper-button-next {
    border: 1px solid #212121;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 4rem;
    background-color: #ffffff;
    color: #212121;
}
.my-product-slider-nav .swiper-button-prev:hover,
.my-product-slider-nav .swiper-button-next:hover {
    color: #ffffff;
    background-color: #212121;
}
.my-product-slider-nav .swiper-button-prev::after,
.my-product-slider-nav .swiper-button-next::after {
    font-size: 1.5rem;
}
