/*
 * 
 * @author David Mrózek
 * @contact <admin@valasinec.cz>
 * @since 2015
 * @copyright Copyright (c) 2015 - 2023 David Mrózek
 *
 * @link https://prestashop.valasinec.cz/content/2-obchodni-podminky
 * @license https://prestashop.valasinec.cz/content/3-licencni-podminky
 *
 * Tento kód je chráněn autorským právem a nesmí být šířen bez předchozího písemného souhlasu autora.
 * V rámci licenčních podmínek můžete tento kód používat a upravovat pouze pro vlastní potřeby.
 * Pro jakékoli dotazy nebo další informace nás kontaktujte.
 *
 */

/* PRODUCT-LIST */
.dm_label_pl_all_left {
    display: inline;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 9;
    font-size: .6rem;
}

.dm_label_pl_all_right {
    display: inline-grid;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;
    font-size: .6rem;
    text-align: right;
}

li.dm_label_pl {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    z-index: 2;
    margin-bottom: 0.6rem;
    display: table;
}

/* PRODUCT */
.dm_label_p_all_left {
    display: inline;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 9;
    font-size: .9rem;
}

.dm_label_p_all_right {
    display: inline-grid;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;
    font-size: .9rem;
    text-align: right;
}

li.dm_label_p {
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 0.9rem;
}

/* BARVY */
.dm_color span {
    box-shadow: #adadad 4px 6px 20px;
    padding: 0.3rem 0.4rem;
}

/* Nové štítky */

[class~="dm_color"][class~="light"] {
    background: #fafafa !important;
    color: #000 !important;
}

[class~="dm_color"][class~="dark"] {
    background: #484848 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="red"] {
    background: #ef5350 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="pink"] {
    background: #ec407a !important;
    color: #fff !important;
}

[class~="dm_color"][class~="purple"] {
    background: #ab47bc !important;
    color: #fff !important;
}

[class~="dm_color"][class~="deeppurple"] {
    background: #7e57c2 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="indigo"] {
    background: #5c6bc0 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="blue"] {
    background: #42a5f5 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="lightblue"] {
    background: #29b6f6 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="cyan"] {
    background: #26c6da !important;
    color: #000 !important;
}

[class~="dm_color"][class~="teal"] {
    background: #26a69a !important;
    color: #fff !important;
}

[class~="dm_color"][class~="green"] {
    background: #66bb6a !important;
    color: #000 !important;
}

[class~="dm_color"][class~="lightgreen"] {
    background: #9ccc65 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="lime"] {
    background: #d4e157 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="yellow"] {
    background: #ffee58 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="amber"] {
    background: #ffca28 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="orange"] {
    background: #ffa726 !important;
    color: #000 !important;
}

[class~="dm_color"][class~="deeporange"] {
    background: #ff7043 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="brown"] {
    background: #8d6e63 !important;
    color: #fff !important;
}

[class~="dm_color"][class~="grey"] {
    background: #bdbdbd !important;
    color: #000 !important;
}

[class~="dm_color"][class~="bluegrey"] {
    background: #78909c !important;
    color: #fff !important;
}
