.ple-product-slider .swiper-pagination-bullets {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0;
    background-color: #d9d9d9;
    opacity: 1;
    transition: all .35s ease;
    position: relative;
    width: 100%;
    height: 1px;
    border-radius: 0;
}

.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    height: 2px;
    background-color: #000;
}

.ple-product-slider .swiper-pagination-bullets {
    position: relative !important;
    margin-top: 18px;
    bottom: 0 !important;
    height: 30px;
}

.ple-product-slider .yith-wcwl-add-button a {
    position: inherit !important;
}

.ple-product-slider .tcd-product-title a {
    color: #5A5A5A;
    font-size: 15px;
    text-decoration: none !important;
}

.ple-product-slider .tcd-product-title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.ple-product-slider .tcd-product-brand span+span {
    border-left: 1px solid #ddd;
    padding-left: 8px;
}

.ple-product-slider .price ins {
    color: #e71d34;
}

.tcd-woo-product-price.price del {
    color: #000;
    margin-right: 3px;
}

.tcd-woo-product-price.price {
    color: #242424;
    font-size: 18px;
}

.ple-product-slider .tcd-product-brand span {
    font-size: 17px;
    font-weight: normal;
    margin: 0 8px 10px 0;
    display: inline-block;
    line-height: 1;
    color: #000;
    font-size: 17px;
}

.ple-product-slider .c-product-grid__thumb-button {
    position: absolute;
}



/*
.ple-product-slider .swiper-pagination-bullets {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0;
    background-color: #d9d9d9;
    opacity: 1;
    transition: all .35s ease;
    position: relative;
    width: 100%;
    height: 1px;
    border-radius: 0;
}
.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active , .ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    height: 2px;
    background-color: #000;
}
.ple-product-slider .swiper-pagination-bullets {
    position: relative !important;
    margin-top: 18px;
    bottom: 0 !important;
    height: 30px;
}
.ple-product-slider .yith-wcwl-add-button a {
    position: inherit !important;
}
.ple-product-slider .tcd-product-title a {
    color: #5A5A5A;
    font-size: 15px;
    text-decoration: none !important;
}
.ple-product-slider .tcd-product-title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.ple-product-slider .tcd-product-brand span+span {
    border-left: 1px solid #ddd;
    padding-left: 8px;
}
.ple-product-slider .price ins {
    color: #e71d34;
}
.tcd-woo-product-price.price del {
    color: #000;
    margin-right: 3px;
}
.tcd-woo-product-price.price {
    color: #242424;
    font-size: 18px;
}
.ple-product-slider .tcd-product-brand span {
    font-size: 17px;
    font-weight: normal;
    margin: 0 8px 10px 0;
    display: inline-block;
    line-height: 1;
    color: #000;
    font-size: 17px;
}
.ple-product-slider .c-product-grid__thumb-button {
    position: absolute;
}
.ple-product-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    cursor: pointer;
}
.wzvt-slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.wzvt-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.wzvt-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
@media (min-width: 576px) {
    .wzvt-slide {
        flex: 0 0 50%;
    }
}
@media (min-width: 768px) {
    .wzvt-slide {
        flex: 0 0 33.333%;
    }
}
@media (min-width: 992px) {
    .wzvt-slide {
        flex: 0 0 25%;
    }
}
@media (min-width: 1200px) {
    .wzvt-slide {
        flex: 0 0 20%;
    }
}
.wzvt-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.wzvt-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 0px;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: gray;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: none;
}
.wzvt-nav-button.wzvt-prev {
    left: 10px;
}
.wzvt-nav-button.wzvt-next {
    right: 10px;
}
.wzvt-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    margin-top: 10px;
}
.wzvt-dot {
    flex: 1;
    height: 1px;
    background-color: lightgray;
    cursor: pointer;
    transition: background-color 0.3s;
}
.wzvt-dot:hover , .wzvt-dot.wzvt-active {
    background-color: #333;
    height: 2px;
}
.wzvt-shop-button .elementor-button-link {
	background: white;
	width: 100%;
	color: black;
}
*/
.c-top-menu__item.c-top-menu__item--has-children.js-menu-item {
    z-index: 9999;
}
.js-menu-item:hover .c-top-menu__submenu.c-top-menu__submenu--content {
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .ple-product-slider {
        margin-top: 15px !important;
    }
}
#wzvt-shop-button {
    width: 100%;
    background: white;
}
#wzvt-shop-button .elementor-button-text{
    color: black;
}
@media (max-width: 1189px) {
    .wzvt-header-view .c-header__outer.c-header__outer--desktop , .wzvt-header-view .c-header__outer.c-header__outer--desktop .js-header-desktop {
        display: block !important;
    }
}

.wzvt-header-view .c-top-menu__item.js-menu-item {
	list-style: none;
	font-size: 17px;
	line-height: 23px;
	padding: var(--device-padding);
	padding-left: 5%;
	color: var(--header-color-mobile);
    position: relative !important;
}
.wzvt-header-view #top-menu-desktop {
	padding-left: 0px !important;
}
.wzvt-header-view .c-top-menu__item:not(:last-of-type)::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: solid 1px currentColor;
	opacity: 0.1;
}
.wzvt-header-view {
    .c-top-menu__submenu  , .widget_shopping_cart_content , .c-header__top-row-item--login{
        display: none;
    }
    .c-header__buttons.c-header__buttons--header-type-1 {
        display: flex;
        justify-content: space-between;
        padding: 0px 7%;
    }
    .c-header__buttons .h-hide-desktop {
        font-size: 25px;
    }
    .c-header--desktop {
        border: none;
    }
    .wzvt-nav-items>a:before{
        content: var(--icon-submenu);
        font-family: var(--font-icons);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(var(--device-padding) * 2 + 5px);
        height: 100%;
        font-size: 7px;
    }
}