.woocommerce-breadcrumb {
    /*margin-top: 2rem;*/
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.site-header {
    padding-top: 1.25em;
}
.wc-mini-cart-hidden {
  display: none;
}

#customer_login.single::before {
    display: none;
}

.site-header.header-v1 .secondary-navigation {
    display: block !important;
}

.site-header .site-logo-anchor svg, .site-header .site-logo-link svg, .site-header .custom-logo-link svg {
    min-width: auto;
}

@media (max-width: 1024px) {
    .site-header .site-logo-anchor svg, .site-header .site-logo-link svg, .site-header .custom-logo-link svg {
        max-width: 100px !important;
        min-width: auto;
    }
}

#masthead .techmarket-sticky-wrap > div {
    justify-content: space-between;
}

.techmarket-sticky-wrap #secondary-navigation {
    flex: auto !important;
    display: flex !important;
    max-width: 100%;
    justify-content: flex-end;
}

.techmarket-sticky-wrap #sticky-header-cart {
    display: none;
    margin-right: 1.5rem;
}

.techmarket-sticky-wrap.stuck #sticky-header-cart {
    display: block;
}

.techmarket-sticky-wrap #sticky-header-cart {
    text-align: left;
}

.site-content .home-v5-slider .slider-1 img {
    right: 0;
}

.site-content .homev5-slider-with-banners .banner-bg .caption {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem 2rem;
}

.prechod-do-ztracena {
    mask-image: linear-gradient(to right, transparent 0%, black 30%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
}

.shop-control-bar-bottom .woocommerce-pagination {
    justify-content: center;
}