﻿.group-content .breadcrumb,
.group-content > h1 {
    padding-left: 45px;
    text-transform: uppercase;
}

.group-content .breadcrumb {
    color: #BFBDC1;
    font-size: 0.8em;
    padding-top: 25px;
}

    .group-content .breadcrumb a {
        color: #BFBDC1;
        text-decoration: none;
    }

.group-content > h1 {
    color: #394648;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.group-panels {
    display: flex;
}

.group-sidebar {
    width: 20%;
    background: #f7f0f5;
}

.group-products {
    width: 80%;
    text-align: left;
    padding-bottom: 40px;
}

    .group-products .pListBottom {
        text-align: center;
    }

.group-panels .sorter {
    display: flex;
    border-bottom: 1px solid #bfbdc1;
    margin-bottom: 30px;
    text-align: left;
}

    .group-panels .sorter ul {
        list-style-type: none;
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .group-panels .sorter ul li {
            display: inline-block;
            padding-right: 12px;
            font-size: 0.9em;
        }

            .group-panels .sorter ul li a {
                display: inline-block;
                color: #394648;
                text-decoration: none;
            }

            .group-panels .sorter ul li.active a {
                color: #D6B4CB;
            }

            .group-panels .sorter ul li a:hover {
                text-decoration: underline;
            }

.group-sort-info {
    display: block;
    margin-top: 13px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 0.9em;
    color: #BFBDC1;
}

.page-module-group .pager {
    font-size: 1em;
}

    .page-module-group .pager a {
        color: #41b6b2;
        text-decoration: none;
        font-size: 1.25em;
    }

        .page-module-group .pager a:hover {
            text-decoration: underline;
        }

.group-description-wrapper {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-right: 40px;
}

.group-description {
    max-width: 900px;
    transition: all 2s ease;
    max-height: 100em;
    line-height: 1.5em;
    color: #394648;
    text-align: left;
}

    .group-description p {
        text-align: left;
    }

    .group-description p:first-of-type {
        margin-top: 0;
    }

.group-description-wrapper .expand
{
    cursor: pointer;
    text-decoration: underline;
    margin-top: 5px;
}

.group-description a {
    color: #cbac88;
    text-decoration: none;
}

.group-description a:hover {
    text-decoration: underline;
}

.group-description.expanded {
    max-height: 100em;
    white-space: normal;
}

.group-recent {
    color: #394648;
    text-transform: uppercase;
    text-align: left;
    padding-left: 35px;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.group-panels .group-recent-prods .wareList-item-container {
    width: calc(100% / 8);
}

.filter-header {
    padding: 15px 0 15px 45px;
    color: #D6B4CB;
}

    .filter-header span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

        .filter-header span:last-of-type {
            text-transform: uppercase;
            font-size: 0.8em;
            font-weight: bold;
        }

.filter-param {
    padding-left: 45px;
    padding-top: 12px;
    overflow: hidden;
}

    .filter-param label:nth-of-type(1n+4) {
        display: none !important;
    }

.group-filter > .place-holder > .filter-param > label:nth-of-type(1n+4) {
    display: block !important;
}

.filter-param label.unhide,
.filter-param.opened label {
    display: block !important;
}

.filter-param a {
    background-image: url(/img/layout/filter_nselected.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 34px;
    display: block;
    font-size: small;
    margin-bottom: 8px;
    height: 19px;
    text-decoration: none;
    font-size: 1em;
    padding-top: 2px;
    color: #394648;
}

    .filter-param a.checked {
        background-image: url(/img/layout/filter_selected.png);
    }

.param-box {
    border-top: 1px solid #bfbdc1;
    padding-top: 15px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

    .param-box .title {
        color: #394648;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8em;
        padding-left: 25px;
    }

    .param-box .filter-param {
        padding-left: 25px;
    }

    .param-box .param-toggler,
    .param-box .param-toggler-1 {
        color: #bfbdc1;
        text-decoration: underline;
        font-weight: bold;
        font-size: 0.7em;
        padding-left: 25px;
        cursor: pointer;
        margin-left: 35px;
    }

    .param-box .param-toggler-1 {
        display: none;
    }

.filtr-sel-count {
    background: #41b6b2;
    color: #fff;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
    margin-top: -4px;
    margin-left: 15px;
    display: inline-block;
}

.group-empty {
    text-align: center;
}

.group-panel-sperky {
    background: #f7f0f5;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin-bottom: 45px;
    color: #3f4b4d;
    line-height: 200%;
}

    .group-panel-sperky a {
        color: #3f4b4d;
        margin-bottom: 20px;
    }

    .group-panel-sperky .text .label {
        text-transform: uppercase;
        color: #ccad8a;
        font-weight: bold;
        margin-bottom: 20px;
    }

.group-panel-vanoce {
    width: 100%;
    text-align: center;
}

.group-panel-vanoce img {
    width: 100%;
    max-width: 697px;
}

.group-panels-tiles {
    max-width: 880px;
    margin: auto;
    margin-bottom: 45px;
}

.group-panel-sperky .text {
    padding: 35px;
    box-sizing: border-box;
    max-width: calc(100% - 248px);
}

.group-panel-sperky .text,
.group-panel-sperky img {
    float: left;
}

.group-tiles {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    max-width: 900px;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
    justify-content: center;
    /*gap: 40px 20px;*/
}

    .group-tiles a {
        width: 200px;
        display: inline-block;
        text-decoration: none;
        margin: 10px;
    }

        .group-tiles a div {
            padding: 12px;
            text-transform: uppercase;
            color: #ccad8a;
            font-weight: bold;
            text-align: center;
        }

.group-title-panels {
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 35px !important;
    padding-left: 0 !important;
}

.subgroups {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
    text-align: center;
}

    .subgroups a {
        display: inline-block;
        height: 70px;
        overflow: hidden;
        box-shadow: 0px 0px 15px #ddd;
        width: 23%;
        float: left;
        box-sizing: border-box;
        margin: 7px;
        color: #2b2b2b;
        text-decoration: none;
        transition: box-shadow 200ms ease;
        transition: top 200ms ease;
        position: relative;
        top: 0;
        min-width: 250px;
        text-align: left;
    }

        .subgroups a:hover {
            box-shadow: 0px 0px 15px #bbb;
            top: -2px;
        }

.subgroups a .helper {
    width:0;
    height:100%;
    display: inline-block;
}

.subgroups a > * {
    vertical-align: middle;
}

.subgroups a img {
    max-height: 80%;
    margin-left: 15px;
    margin-right: 15px;
}

        .subgroups a span {
            max-width: calc(100% - 95px);
            display: inline-block;
        }

.breadcrumb-arrow
{
    display: none;
}

.group-avatar
{
    height: 0px !important;
}

@media screen and (max-width: 1250px) {
    .group-panels .wareList-item-container {
        width: calc(100% / 6);
    }
}

@media screen and (min-width: 1367px) {

    .group-panels .wareList-item-container {
        width: calc(100% / 8);
    }
}

@media screen and (min-width: 1024px) {
    .group-description {
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 12em;
    }
}

    @media screen and (max-width: 1024px) {

        .subgroups a {
            float: none;
        }

        .group-panel-sperky {
            display: none;
        }

        .subgroups-filter {
            padding: 9px 55px 9px 45px;
            text-align: left;
            margin-bottom: 15px;
            background: #f7f0f5;
            color: #d6b4cb;
            font-weight: bold;
            font-size: 0.8em;
            text-transform: uppercase;
        }

        .subgroups-filter span:first-of-type {
            margin-right: 15px;
            display: inline-block;
            padding-top: 2px;
        }

        .subgroups-filter span:last-of-type {
            float: right;
            display: inline-block;
            padding-top: 2px;
        }

        .group-panels {
            display: block;
        }

        .group-products {
            width: auto;
        }

        .group-panels .group-filter {
            display: none;
            position: absolute;
            top: 0;
            width: 90%;
            z-index: 11000;
            border-top: none;
            border-bottom: none;
            border-right-width: 3px;
            height: 100%;
            overflow: scroll;
        }

        .group-panels .group-filter {
            width: 100%;
            background: #fff;
            position: fixed;
        }

        .group-panels .sorter ul {
            padding-left: 45px;
        }

        .group-panels .wareList-item-container {
            width: calc(100% / 4);
        }

        .group-panels .group-recent-prods .wareList-item-container {
            width: calc(100% / 5.5);
        }

        .group-panels .group-recent-prods {
            overflow: scroll;
            white-space: nowrap;
        }

        .group-filter .filter-header .icon-close-delete-exit-x {
            font-size: 1.4em;
            float: right;
            display: block;
            margin-top: 15px;
            margin-right: 15px;
            color: #BFBDC1;
        }

        .group-filter .filter-header .icon-close-delete-exit-x {
            margin-top: 0px;
        }

        .filtr-sel-count {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .group-filter .filter-header .icon-filter-settings-sliders,
        .group-filter .filter-header .filtr-sel-count {
            display: none;
        }

        .group-filter .filter-header,
        .group-filter .filter-header span {
            color: #535f60;
            font-weight: normal;
            text-align: center;
            font-size: 1em;
        }

        .group-filter .filter-header {
            border-bottom: 1px solid #cbac88;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .filter-param {
            padding-left: 20px;
        }

        .param-box .title,
        .param-box .filter-param,
        .param-box .param-toggler,
        .param-box .param-toggler-1 {
            padding-left: 0;
        }

        .filter-show-products {
            font-weight: bold;
            color: #fff;
            background: #41b6b2;
            padding: 10px 35px 10px 35px;
            display: inline-block;
            text-transform: uppercase;
            margin: 30px auto 30px auto;
        }

        .filter-clear {
            border-top: 1px solid #cbac88;
            color: #465254;
            text-decoration: underline;
            text-align: center;
            padding-top: 15px;
            padding-bottom: 15px;
            cursor: pointer;
        }

        .filter-mobile-center {
            text-align: center;
        }

        .group-description {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-height: 1.5em;
            margin-bottom: 5px;
        }
    }

    @media screen and (max-width: 768px) {

        .breadcrumb-arrow {
            display: inline-block;
            top: -1px;
            position: relative;
        }

        .breadcrumb .separator {
            display: none;
        }

        .rotate-180 {
            filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .group-content .breadcrumb a {
            display: none;
        }

        .group-content .breadcrumb a:nth-last-of-type(2) {
            display: inline-block !important;
        }

        .group-content .breadcrumb,
        .group-content > h1 {
            padding-left: 20px;
        }

        .subgroups-filter {
            padding: 9px 30px 9px 20px;
            cursor: pointer;
        }

        .group-panels .sorter ul {
            padding-left: 20px;
        }

        .group-panels .wareList-item-container {
            width: calc(100% / 2);
        }

        .group-panels .group-recent-prods .wareList-item-container {
            width: calc(100% / 2.5);
        }

        .group-panels .sorter {
            display: block;
            overflow: scroll;
            white-space: nowrap;
        }

        .group-description-wrapper {
            margin-left: 20px;
            margin-right: 20px;
        }

        .group-sort-info {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    }

    .group-filter .place-holder {
        padding-bottom: 100px;
    }