/* Tento súbor zhromažďuje drobné globálne úpravy prenesené z online Shoptetu. */

/* Prenesené z online Shoptet head: vycentruje hlavný nadpis na úvodnej stránke. */
.welcome h1[data-testid="eshopHeader"],
.welcome .h1 {
    text-align: center !important;
}

/* Prenesené z online Shoptet head: opraví mriežku upsell bannerov. */
.up-banner-wrapper {
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

/* Prenesené z online Shoptet head: zmenší logo na desktope. */
@media (min-width: 992px) {
    .site-name img {
        transform: scale(0.7);
        transform-origin: center left;
    }

    #header .site-name a img {
        max-width: 65% !important;
    }
}

/* Prenesené z online Shoptet head: štýl a pozícia guličiek carouselu. */
#carousel .carousel-control {
    display: none !important;
}

#carousel {
    position: relative;
    margin-bottom: 45px !important;
}

#carousel .carousel-indicators {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 5;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#carousel .carousel-indicators li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

#carousel .carousel-indicators li.active {
    background-color: #016abb;
    border-color: #016abb;
}

body.navigation-window-visible #carousel .carousel-indicators,
body.user-action-visible #carousel .carousel-indicators,
body.cart-window-visible #carousel .carousel-indicators,
body.search-window-visible #carousel .carousel-indicators,
body.login-window-visible #carousel .carousel-indicators {
    display: none !important;
    opacity: 0 !important;
    z-index: -100 !important;
}

/* Prenesené z online Shoptet footer: layout a vzhľad newsletter textu. */
.newsletter-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter-header .topic {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.custom-newsletter-text {
    color: #ffffff;
    margin-left: 90px;
    font-size: 14px;
    font-weight: normal;
}

/* Prenesené z online Shoptet head: opravy carouselu a newsletteru na mobile. */
@media (max-width: 768px) {
    #carousel {
        margin-bottom: 35px !important;
    }

    #carousel .carousel-indicators {
        bottom: -25px;
        padding: 0 10px;
    }

    #carousel .carousel-indicators li,
    #carousel .carousel-indicators li.active {
        width: 9px;
        height: 9px;
        margin: 3px 4px;
    }

    .custom-newsletter-text {
        margin-left: 5px !important;
        margin-top: 5px;
    }
}

/* Prenesené z online Shoptet head: vizuálne opravy upsell addonov v košíku. */
@media (max-width: 767px) {
    .up-products-cart {
        border: none !important;
    }

    .up-products-cart .up-product {
        border: none !important;
    }

    .up-products-cart .up-cart-header-container {
        padding-top: 0;
    }

    .cart-table .up-products-cart td.up-addons-cell {
        padding-left: 10px !important;
        padding-bottom: 30px !important;
    }
}
