@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap";

:root {
    --gray: #444;
    --grey: var(--gray);
    --orange: #ff8a00;
    --orange50: rgba(255, 138, 0, 0.5);
    --yellow: #ffc600;
    --yellow50: rgba(255, 198, 0, 0.5);
    --yellow5: rgba(255, 198, 0, 0.05);
}

.large-12.medium-12.small-12.m22-wrap-1 {
    display: none !important;
}

/* Font change: */

/* .external-fonts-loaded * {
    font-family: 'Source Sans Pro', sans-serif !important;
} */

/* Navigation color changes: */

/* .categories .topic:hover,
.categories .topic:hover a,
.categories .topic a:hover {
    background-color: var(--yellow) !important;
} */

/* Return to top arrow: */

#return-to-top {
    z-index: 99999999;
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
    opacity: .6;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top i {
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 3px);
    transition: all 0.3s ease;
    height: 16px;
    width: 16px;
    border: 0 solid #fff;
    border-width: 3px 3px 0 0;
    display: block;
    transform: rotate(-45deg);
}

/* Grid changes: */

/* .small-block-grid-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
} */

/* .small-block-grid-1 > li:nth-of-type(n+1) {
  clear: none;
} */

/* .small-block-grid-1 > li {
    --size: 50%;

    display: flex;
    align-items: stretch;
    width: var(--size, 50%);
    flex: 0 0 var(--size, 50%);
    min-width: var(--size, 50%);
    max-width: var(--size, 50%);
    padding-bottom: .5em !important;
}

.small-block-grid-1 > li .columns {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
}

#category-top10 .small-block-grid-1 > li {
    --size: calc(100% / 3);
}

@media (max-width: 40em) {
    #category-top10 .small-block-grid-1 > li {
        --size: calc(50% - 5px);
    }

    #category-top10 .small-block-grid-1 > li:nth-child(3) {
        display: none;
    }
}

.small-block-grid-1 > li .columns .p-info {
    margin-top: auto;
}

.products::before {
    display: none !important;
}

@media (min-width: 40.00001em) {
    .products .product:nth-of-type(3n + 2),
    .products .product:nth-of-type(3n) {
        border-left: 1px solid #e0e0e0;
    }
}

@media (max-width: 40em) {
    .products .product:nth-of-type(2n) {
        border-left: 1px solid #e0e0e0;
    }
}

.products .product {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding: 5px !important;
    clear: none !important;
}

.product > .columns {
    border-bottom-color: transparent;
} */

/* Product card on small screens: */

/* @media (max-width: 800px) {
    .product-cart-detail .row {
        display: flex;
        flex-wrap: wrap;
    }

    .product-cart-detail .row > * {
        flex: 0 0 100%;
    }

    .p-cart-button {
        margin-top: 1em;
    }
} */

/* Removal of uppercasings: */

* {
    text-transform: none !important;
}

/* Remove navigation top bar on desktop: */

/* @media (min-width: 40.00001em) {
    #menu {
        display: none;
    }
} */

/* Navigation style changes: */

/* #categories .topic a {
    font-weight: bold;
}

.categories {
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--yellow50);
}

.categories .topic a {
    position: relative;
    background: none !important;
    color: var(--gray);
}

.categories.cat-active a {
    color: var(--orange);
}

.categories .topic {
    background-color: var(--yellow5) !important;
}

.categories .topic:hover,
.categories .topic:hover a,
.categories .topic a:hover {
    background-color: var(--orange50) !important;
    color: #fff;
}

.categories.expandable .topic,
.categories.expandable.expanded .topic {
    background-image: none;
}

.categories.expandable .topic a:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    text-align: center;
    opacity: .5;
    transform: translateY(-50%);
    display: block;
}

.categories .topic a {
    width: 100% !important;
    padding-left: 40px;
    margin-left: auto;
} */

/* Subcategories style changes: */

/* .subcategories .subcategories-single a {
    border: 1px solid var(--orange50);
    color: var(--gray) !important;
    padding: 10px;
}

.subcategories .subcategories-single .image {
    height: 60px !important;
}

.subcategories .subcategories-single img {
    mix-blend-mode: multiply;
    max-height: 60px !important;
}

.subcategories .subcategories-single:hover a {
    background: var(--yellow5);
    color: var(--orange) !important;
} */

/* Products in 3-column on Desktop: */

/* @media (min-width: 40.00001em) {
    .products {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .products > li {
        flex: 0 0 calc(100% / 3);
        min-width: 0;
        max-width: 33%;
    }
} */

/* Removal of header contacts bar on mobile: */

/* @media (max-width: 40em) {
    .header-contacts {
        display: none;
    }
} */

/* Removal of Home page from mobile nav: */

/* #menu-helper-box .first-line {
    display: none;
} */

/* Un-hide Footer on mobile */

/* .footer-row-element,
.footer-row-element .hide-for-small {
    display: block !important;
}

.footer-row-element {
    --size: 100% !important;
} */

/* Restyle headlines */

/* h1 {
    font-size: 2rem;
}

@media (max-width: 40em) {
    h1 {
        font-size: 1.5rem;
    }
} */

/* Related and alternative products: */

#content #content-in {
    min-width: 75% !important;
}

#tab-content #description {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#description #related,
#description .navigation-menu-product-detail-wrap {
    order: -1;
}

#description #related {
    padding-top: 0;
    padding-bottom: 2em;
}

#description .navigation-menu-product-detail-wrap {
    padding-top: 1em;
    margin-bottom: -2em !important;
    border-bottom: 0;
}

#description #related,
#description #related h3 {
    display: block !important;
}

#description #related h3 {
    padding-left: 1em;
    padding-right: 1em;
}

#description #alternative,
#description #related .clear,
#description .navigation-menu-product-detail {
    display: none !important;
}

@media (min-width: 40.00001em) {
    #description #related .product {
        flex: 0 0 calc((100% / 4) - 5px);
        max-width: calc((100% / 4) - 5px);
        border-left: 1px solid #e0e0e0;
    }

    #description #related .product:first-child,
    #description #related .product:nth-of-type(5) {
        border-left-color: transparent;
    }
}

.dkLabVisitedProducts .product .columns {
    flex-direction: row;
}

.dkLabVisitedProducts .p-image {
    flex: 0 0 90px;
}

.dkLabVisitedProducts .p-image a {
    display: block;
    padding-right: 10px;
}

.dkLabVisitedProducts .p-image img {
    position: static !important;
}

.dkLabVisitedProducts .p-info {
    flex: 1 0 0;
}

/* Strazny pes */

#tr-links .p-watch-price {
    vertical-align: middle;
    padding-left: 0;
    white-space: nowrap;
}

#tr-links .p-watch-price::before {
    display: none;
}

#tr-links .p-watch-price svg {
    vertical-align: middle;
    width: 1.5rem;
    height: 1.25rem;
    fill: #c6c6c6;
    margin-right: .25em;
}

#tr-links .p-watch-price:hover svg,
#tr-links .p-watch-price:active svg {
    fill: currentColor;
}

/* Hide footer's bottom bar: */

#footer #copyright {
    display: none;
}

/* Sale badge: */

.price-highlight {
    position: absolute;
    right: 10px;
    top: calc(50% - 30px);
    display: none;
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    background: #97D132; /* previously #e94b4b */
    border-radius: 1000px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .9;
}

.price-highlight.jquery-magic-applied {
    display: flex;
}

.price-highlight > span {
    display: none !important;
}

.p-det-discount {
    order: 1;
}

/* Font weight change for product name */

.product-detail-name h1,
.p-name {
    font-weight: bold;
    color: #666;
}

/* Fixed toast message style */

.fixed-message {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 30px;
    width: 50%;
    min-width: 200px;
    max-width: 400px;
}

/* Oblubene produkty */

#dklabFavContainer h2.dklabFavHead {
    margin-top: 10px !important;
}

.m22-wrap-1 {
    background-color: #fff3e5
}

.m22-wrap-2 {
    background-color: #ffffff;
    text-align: right;
    padding-top: 0.9375em;
    padding-right: 0.9375em
}

.liked-products {
    text-decoration: none;
    font-size: 0.875rem;
}

@media (min-width: 0px) and (max-width: 480px) {
    .m22-wrap-2 {
        text-align: left;
        padding-left: 0.9375em
    }
}

.products-block > div .p .p-bottom > div .prices {
    min-height: 50px;
    align-items: flex-start;
}