﻿.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-sidebar .subgroups {
        border-top: 1px solid #ccae8a;
        border-right: 1px solid #ccae8a;
        border-bottom: 1px solid #ccae8a;
        background: #fff;
    }

        .group-sidebar .subgroups .group-menu-list-active a {
            color: #41b6b2;
        }

.group-products {
    width: 80%;
    text-align: left;
    padding-bottom: 40px;
}

    .group-products .pListBottom {
        text-align: center;
    }

.group-sidebar .subgroups ul {
    list-style-type: none;
    padding-left: 45px;
    max-width: 80%;
}

    .group-sidebar .subgroups ul a {
        text-transform: uppercase;
        color: #394648;
        font-weight: bold;
        font-size: 0.9em;
        padding-top: 7px;
        padding-bottom: 7px;
        text-decoration: none;
        display: block;
    }

    .group-sidebar .subgroups ul li.subgroup {
        margin-left: 15px;
    }

        .group-sidebar .subgroups ul li.subgroup a {
            font-size: 0.8em;
            padding-top: 7px;
            padding-bottom: 7px;
        }


.group-panels .sorter {
    border-bottom: 1px solid #394648;
    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;
            }

.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 {
    max-width: 650px;
    font-size: 0.95em;
    color: #394648;
    margin: 10px auto 50px auto;
    padding: 0px 15px;
    text-align: left;
}

    .group-description p {
        text-align: left;
    }

.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-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 {
    margin-bottom: 40px;
}

    .group-tiles a {
        width: 200px;
        display: inline-block;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
        float: left;
        margin-bottom: 20px;
    }

        .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;
}

@media screen and (max-width: 880px) {

    .group-panels-tiles {
        max-width: 660px;
    }
}

@media screen and (max-width: 660px) {

    .group-panels-tiles {
        max-width: 440px;
    }
}

@media screen and (max-width: 440px) {

    .group-panels-tiles {
        max-width: 220px;
    }
}

@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 (max-width: 1024px) {

    .group-panel-sperky {
        display: none;
    }

    .subgroups-mobile {
        margin-left: 45px;
        margin-right: 45px;
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
        margin-bottom: 15px;
    }

    .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-mobile span {
        float: right;
        display: inline-block;
        margin-top: 1px;
    }

    .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 .subgroups,
    .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-panels .subgroups .icon-close-delete-exit-x,
    .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;
    }
}

@media screen and (max-width: 768px) {

    .group-content .breadcrumb,
    .group-content > h1 {
        padding-left: 20px;
    }

    .subgroups-mobile {
        margin-left: 20px;
        margin-right: 20px;
        cursor: pointer;
    }

    .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 {
        overflow: scroll;
        white-space: nowrap;
    }
}

.group-filter .place-holder {
    padding-bottom: 100px;
}

