﻿/* delka bloku s napovedou v detailu produktu */
#w .product-explanation-list .product-explanation-item {
    display: block;
}

/* tabulka se vzorniky v detailu produktu */
#w .vzorniky-list {
    width: 100%;
}

    #w .vzorniky-list .vzorniky-item {
        float: left;
        width: 16%;
        overflow: hidden;
        text-align: center;
    }

@media screen and (max-width: 1200px) {
    #w .vzorniky-list .vzorniky-item {
        width: 20%;
    }
}

@media screen and (max-width: 1000px) {
    #w .vzorniky-list .vzorniky-item {
        width: 25%;
    }
}

@media screen and (max-width: 900px) {
    #w .vzorniky-list .vzorniky-item {
        width: 33%;
    }
}

@media screen and (max-width: 400px) {
    #w .vzorniky-list .vzorniky-item {
        width: 50%;
    }
}

#w .vzorniky-list .vzorniky-item-obsah {
    margin: 10px;
    text-align: left;
}

#w .vzorniky-list .vzorniky-item img {
    margin: 1em 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#w .product-explanation-list .product-explanation-item img {
    margin: 1em 0;
}

#w .product-explanation-list .product-explanation-item div:nth-child(n+3) img {
    margin: 1em 0;
}

/* rozcestniky v popisu u kategorii */
#w .katrozc-list {
    width: 100%;
}

    #w .katrozc-list .katrozc-item {
        float: left;
        width: 25%;
        overflow: hidden;
        text-align: left;
    }

@media screen and (max-width: 1200px) {
    #w .katrozc-list .katrozc-item {
        width: 33%;
        font-size: 90%;
    }
}

@media screen and (max-width: 900px) {
    #w .katrozc-list .katrozc-item {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    #w .katrozc-list .katrozc-item {
        width: 33%;
    }
}

@media screen and (max-width: 600px) {
    #w .katrozc-list .katrozc-item {
        width: 50%;
    }
}

#w .katrozc-list .katrozc-item-obsah {
    margin: 10px;
    text-align: left;
}

    #w .katrozc-list .katrozc-item-obsah a {
        text-decoration: underline;
        color: #17417c;
    }

        #w .katrozc-list .katrozc-item-obsah a:hover {
            text-decoration: none;
            color: #000000;
        }

#w .katrozc-list .katrozc-item img {
    margin: 1em 0;
    display: block;
}

/* galerie kategorii */
#w .katgalerie img {
    padding: 15px;
}

/* vysvetlivky v detailu produktu */
#w .product-explanation-list .product-explanation-item .vysvetlivky {
    margin-top: 5px;
}

    #w .product-explanation-list .product-explanation-item .vysvetlivky img {
        margin: 0em 0;
    }

    #w .product-explanation-list .product-explanation-item .vysvetlivky:nth-child(n+3) img {
        margin: 0em 0;
    }

#w .vysvetlivky img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* responzivita u fotek v popisu serii a v detailu produktu */
#w > main .content .series-title-box img {
    max-width: 100%;
    height: auto;
}

#w > main .content #product-tabs .details .description .container img {
    max-width: 100%;
    height: auto;
}

/* ostatni */
img.foto-sirka {
    max-width: 100%;
    height: auto;
}

#w a.odkaz {
    color: #17417c;
    text-decoration: underline;
}

    #w a.odkaz:hover {
        text-decoration: none;
    }
