/* General styles */
.woocommerce-notices-wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Archive description */
.elementor-widget-woocommerce-archive-description img {
    width: 100%;
}

.archive-header-image {

}

/* Product loop item */
.woocommerce div.product .wtsf-product-loop-item-price p.price del,
.woocommerce div.product .wtsf-product-loop-item-price span.price del {
    color: var(--color-primary);
}

.wtsf-loop-item-holder {
    position: relative;
}

.wtsf-loop-item-holder.e-con-boxed.e-con {
    transition: none !important;
}

.wtsf-product-loop-item-price .woocommerce-price-suffix {
    display:none;
}

.wtsf-loop-item-image {
    overflow: hidden;
}

.wtsf-loop-item-title {
    min-height: 68px;
}

.hranazapse-list-item-price.elementor-element .elementor-widget-container .price {
    font-size: 2rem !important;
    font-weight: bold !important;
    line-height: 1em;
    color: var(--color-secondary) !important;
}

.hranazapse-list-item-price.elementor-element .elementor-widget-container p.price {
    margin-bottom: 0;
}

.hranazapse-list-item-price.elementor-element .elementor-widget-container .price del {
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    color: var(--color-black) !important;
}

.hranazapse-icon-add-cart .elementor-icon-wrapper {
    line-height: 0;
}

/*** Categories header menu ***/
.hranazapse-categories-links-holder {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
}

.hranazapse-category-link {
    width: 50%;
    padding: 0 10px 10px 0;
    border-radius: 6px;
    background-color: rgba(244, 244, 244, 0.5);
    z-index: 3;
}

.hranazapse-categories-links-holder .hranazapse-category-link p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 600;
}

.hranazapse-archive-title {
    min-height: 127px;
}

/* Shop gallery carousel */
.hranazapse-shops-carousel .elementor-image-carousel-wrapper.swiper {
    overflow: visible;
}

.hranazapse-shops-carousel .elementor-swiper-button.elementor-swiper-button-prev,
.hranazapse-shops-carousel .elementor-swiper-button.elementor-swiper-button-next {
    padding: 12px;
    border-radius: 4px;
    background-color: var(--color-primary);
}

.hranazapse-shops-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: -21px !important;
}

.hranazapse-shops-carousel .elementor-swiper-button.elementor-swiper-button-next {
    right: -21px !important;
}

/*** Badges / tag ***/
.wtsf-badges-container {
    /*position: absolute !important;
    z-index: 3;
    top: 10px;
    right: unset;
    left: 10px;
    height: fit-content !important;
    width: fit-content !important;*/
}

.elementor-element.wtsf-badges-container .e-con-inner {
    flex-direction: row !important;
    gap: 5px;
}

/* NEW tag */
.wtsf-new-tag {
    width: fit-content !important;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 1;
    z-index: 3;
}

.wtsf-new-tag .elementor-widget-container {
    border-radius: 3px;
}

.webtim-product--new-product-label {
    position: relative;
    min-width: auto;
    max-width: fit-content;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    text-align: center;
    background-color: var(--color-secondary);
}

.webtim-product--new-product-label::after {
    content: url("../../images/trikotnik-orange.png");
    position: absolute;
    bottom: -9px;
    left: 6px;
}

.webtim-product--new-product-label span {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: lowercase;
    color: var(--color-white);
}

.single-product .webtim-product--new-product-label span {
    font-size: 1.6rem;
    text-transform: lowercase;
    color: var(--color-white);
}

/* On sale tag */
.elementor-element.wtsf-sale-badge.elementor-widget.elementor-widget-webtim-product-sale-badge {
    margin-bottom: 0;
}

.wtsf-sale-loop-item {

}

.wtsf-sale-badge span.onsale.hrana-sale::before {
    content: "-";
}

.woocommerce span.onsale {
    position: relative;
    height: auto;
    width: fit-content;
    min-height: auto;
    min-width: auto;
    top: 0;
    right: 0;
    left: unset;
    padding: 6px 12px !important;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-white);
    background-color: var(--color-primary);
    z-index: 3;
}

span.onsale.percentage {
    position: relative;
    padding: 3px 9px;
}

span.onsale.percentage::after {
    content: url("../../images/trikotnik-violet.png");
    position: absolute;
    bottom: -11px;
    left: 6px;
}

/* Add to cart */
.webtim-add-to-cart-button-holder a {
    display: block;
    width: fit-content;
    padding: 8px 20px;
    background-color: var( --color-primary);
}

.webtim-add-to-cart-button-holder a:hover {
    background-color: var( --color-secondary);
}

/* Wishlist */
table.wishlist_table {
    font-size: 100%;
}

@media (max-width: 768px) {
    .wishlist_table.mobile li .item-details table.item-details-table td {
        font-size: 1.8rem !important;
    }

    ul.wishlist_table.mobile  {
        padding-left: 0;
    }

    ul.wishlist_table.mobile li {
        padding: 10px;
        border: 1px solid var(--color-light-gray);
    }

    .additional-info-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

/* WPB accordion menu */
.wpb_category_n_menu_accordion > ul > li:not(:last-child) > a {
    border-bottom: var(--color-white) !important;
}

.wpb_category_n_menu_accordion > ul > li > a {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 14px 22px;
    background: var(--color-secondary);
    color: var(--color-white) !important;
}

/* Woocommerce pagination */
.wtsf-webtim-woocommerce-catalog .webtim-catalog-normal-pagination {
    flex: 1;
}

.wtsf-webtim-woocommerce-catalog .pagination .nav-links {
    text-align: right;
}

.wtsf-webtim-woocommerce-catalog .pagination .nav-links .page-numbers,
.wtsf-webtim-woocommerce-catalog .pagination .nav-links a.page-numbers {
    padding: 6px 11px;
    margin-right: -5px;
    border: 1px solid var(--color-light-gray);
    font-size: 14px;
    text-decoration: none;
    color: var(--color-primary);
}

.wtsf-webtim-woocommerce-catalog .pagination .nav-links .next.page-numbers {
    margin-right: 0;
}

.wtsf-webtim-woocommerce-catalog .pagination .nav-links a:hover.page-numbers {
    color: var(--color-white);
    background-color: var(--color-secondary);
}

.wtsf-webtim-woocommerce-catalog .pagination .nav-links .page-numbers.current {
    color: var(--color-white);
    background-color: var(--color-secondary);
}

.webtim-catalog-wrap .webtim-catalog-products.webtim-grid {
    padding-bottom: 45px;
    margin-bottom: 10px;
}

.woocommerce .webtim-catalog-menu .webtim-catalog-menu-display {
    display: none !important;
}

/*** Woof filter ***/
.wt-woof .woof_container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.wt-woof .woof_container_inner h4 {
    padding: 12px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1em;
    background-color: var(--color-primary);
    color: var(--color-white);
    text-transform: uppercase;
}

.wt-woof-toogle-button {
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .wt-woof {
        display: none;
        margin-top: 15px;
    }

    .wt-woof-toogle-button {
        display: block;
    }
}

a.woof_front_toggle {
    font-size: 24px;
    line-height: 8px;
    color: white !important;
}

/* Woof Price bar */
.woof_price3_search_container.woof_container.woof_price_filter.woof_fs_by_price {
    margin-bottom: 30px;
}

.woof_block_html_items.woof_closed_block.woof_closed_block {
    padding: 10px 20px;
    background-color: var(--color-light-gray);
}

.wt-woof .irs--round .irs-bar {
    background-color: var(--color-secondary);
}

.wt-woof .irs--round .irs-handle {
    top: 32px;
    width: 12px;
    height: 12px;
    border: 4px solid var(--color-secondary);
}

.wt-woof .irs--round .irs-from,
.wt-woof .irs--round .irs-to,
.wt-woof .irs--round .irs-single {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    border-radius: 3px;
}

.wt-woof .irs--round .irs-from:before,
.wt-woof .irs--round .irs-to:before,
.wt-woof .irs--round .irs-single:before {
    border-top-color: var(--color-secondary);
}

/* Login CTA */
.hranazapse-login-cta-holder {
    max-width: 360px;
    padding: 15px 25px;
    margin-bottom: 40px;
    border: 1px dashed var(--color-black);
    font-size: 1.4rem;
    line-height: 1.3;
    background-color: var(--color-gray);
    text-align: center;
}

.hranazapse-login-cta-holder a {
    color: var(--color-black);
}

/* Reward show info */
.hranazapse-reward-holder {
    max-width: 360px;
    padding: 15px 25px;
    margin-bottom: 40px;
    margin-right: 25px;
    border: 1px dashed var(--color-black);
    font-size: 1.4rem;
    line-height: 1.3;
    background-color: var(--color-light-gray);
    text-align: left;
}

.hranazapse-reward-holder a {
    color: var(--color-black);
}

@media (max-width: 768px) {
    .hranazapse-reward-holder {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.wps_wpr_slide_toggle .wps_wpr_points_view table th {
    font-size: 1.8rem;
    text-align: left;
}

.wps_wpr_common_table thead th {
    padding: 0 20px 0 0;
}

table.wps_wpr_total_points {
    margin-top: 40px;
}

/* Footer woocommerce parts */
