/*--  CATALOG --*/

.mod-ct {
    display: none;
    background-color: #DCDCDC;
    position: absolute;
    width: 65rem;
    height: calc(100% - 4rem);
    top: 4rem;
    z-index: 10;
}

.mod-ct.open,
.mcPlate.open {
    display: block;
}

.mcClose {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 2rem;
    top: 1.2rem;
    z-index: 1;
    cursor: pointer;
}

.mcClose .ico {
    width: 1rem;
    height: 1rem;
}

.mcPlate {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.mcTitle {
    height: 3.125rem;
    width: 40%;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.mcTitle .txt {
    text-align: left;
    font: normal normal normal 1.5rem/3.125rem Verdana;
    letter-spacing: 0rem;
    color: #505050;
    opacity: 1;
    height: 3.125rem;
    margin-left: 1rem;
}

.mcFilter {
    width: calc(40% - 1rem);
    height: calc(100% - 3.125rem);
    position: absolute;
    top: 3.125rem;
    overflow: auto;
}

.mcTextures {
    position: absolute;
    left: 40%;
    top: 3.125rem;
    background-color: #FFF;
    width: 60%;
    border-radius: 1.5rem 0 0 0;
    height: 100%;
}

.mc-multi {
    display: none;
    height: 3.5rem;
    background-color: var(--az-color);
    border-radius: 1.5rem 0 0 0;
}

.mcTextures.isMulti .mc-main {
    height: calc(100% - 4.875rem);
}

.mcTextures.isMulti .mc-multi {
    display: flex;
    padding-right: 1rem;
}

.multi-select {
    line-height: 1.75rem;
    height: 3.5rem;
    width: max-content;
    min-width: 8.375rem;
    cursor: pointer;
}

.multi-select:first-child {
    border-radius: 1.4rem 0 0 0;
}

.multi-select.active {
    background-color: var(--af-color);
}

.multi-select.active .txt {
    color: var(--az-color);
}

.multi-select .txt {
    display: flex;
    line-height: 1.75rem;
    align-items: center;
    justify-content: center;
    max-height: 3.5rem;
    height: 100%;
    font-size: 1rem;
}

.multi-select .tag {
    display: inline-block;
}

.multi-select .tag input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: top;
    margin-top: 0.4375rem;
    cursor: pointer;
}

.mc-main {
    height: calc(100% - 3.125rem);
    overflow-y: overlay;
}

.mcInfo {
    position: relative;
    background-color: #DCDCDC;
    top: 0rem;
    left: 40%;
    height: 3.125rem;
    width: 54%;
}

.mcCount {
    text-align: left;
    font: normal normal normal 0.75rem/0.75rem Verdana;
    letter-spacing: 0rem;
    color: #505050;
    display: inline-block;
    position: absolute;
    bottom: 0.5625rem;
    left: 1rem;
}

.mcReset {
    position: absolute;
    left: 8.875rem;
    bottom: 0.3125rem;
    cursor: pointer;
}

.mcReset .ico {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.3125rem;
    background-size: 0.5rem;
}

.mcReset .txt {
    display: inline-block;
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 0.75rem/0.75rem Helvetica;
    letter-spacing: 0.24px;
    color: #505050;
    opacity: 1;
}

.mcFandeck {
    display: none !important;
    position: absolute;
    right: 6.4375rem;
    bottom: 0.3125rem;
    cursor: pointer;
}

.mcFandeck .ico {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: green;
}

.mcFandeck .txt {
    display: inline-block;
    text-align: left;
    font: normal normal normal 0.75rem/0.75rem Helvetica;
    letter-spacing: 0.24px;
    color: #505050;
    opacity: 1;
}

.mcSizes {
    position: absolute;
    left: 30.125rem;
    bottom: 0.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}

.mcSize {
    display: inline-block;
    width: 1.4375rem;
    height: 1.4375rem;
    vertical-align: top;
    margin-right: 0.625rem;
}

.mcSize .ico {
    width: 1.4375rem;
    height: 1.4375rem;
}

/* chip */
.mcTextures[size="l"] .mcChip {
    width: calc((100% - 4rem) / 2);
}

.mcTextures[size="l"] .mcChip .frame,
.mcTextures[size="l"] .mcChip .frame-color {
    height: 13.125rem;
}


.mcTextures[size="m"] .mcChip {
    width: calc((100% - 5rem) / 3);
}

.mcTextures[size="m"] .mcChip .frame,
.mcTextures[size="m"] .mcChip .frame-color {
    height: 8.5rem;
}

.mcChip {
    display: inline-block;
    margin: 1rem 0rem 0rem 1rem;
    position: relative;
    vertical-align: top;
}

.mcChip .frame {
    cursor: pointer;
    position: relative;
}

.mcChip .icons {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
}

.mcChip .icons .btt {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: top;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.mcChip .btt.info {
    text-align: center;
    line-height: 1.8125rem;
}

.mcChip .btt.fav {
    text-align: center;
    line-height: 2rem;

}

.mcChip .info svg {
    width: 0.9375rem;
}

.mcChip .frame-image {
    width: 100%;
    height: 100%;
}

.mcAct {
    display: none;
}

.mcChip.act .mcAct {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0.2rem solid var(--az-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mcChipDemo_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.7);
    color: #aaa;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.mcChipDemo_text {
    text-align: center !important;
    position: relative;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}

.isDemo .frame {
    cursor: unset;
}

.mcAct .ico {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
}

.infs-line {
    text-align: left;
    font: normal normal normal 0.75rem/1rem Verdana;
    height: 1rem;
    letter-spacing: -0.29px;
    color: #515152;
    margin-top: 0.3125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mcTextures .chips_more div {
    display: inline-block;
    color: #fff;
    background-color: var(--az-color);
    padding: 0.5rem 0.8rem;
    cursor: pointer;
    height: 0.9375rem;
    line-height: 0.9375rem;
    border-radius: 1rem;
}

.mcf-mcount {
    color: #fff;
    background-color: var(--az-color);
    width: 10.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 1.5rem;
    position: fixed;
    bottom: 4.75rem;
    left: calc(50% - 6.125rem);
    text-align: center;
    display: none;
}

/* HA Chip*/

/*chip*/

.haChip {
    display: inline-block;
    margin: 0rem 0rem 1rem 0rem;
    position: relative;
    vertical-align: top;
    width: calc(100% - 3rem);
}

.haChip .frame {
    cursor: pointer;
    position: relative;
}

.haChip .icons {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
}

.haChip .icons .btt {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: top;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.haChip .btt.info {
    text-align: center;
    line-height: 1.8125rem;
}

.haChip .btt.fav {
    text-align: center;
    line-height: 2rem;
}

.haChip .frame-image {
    width: 100%;
}

.haChip .frame-color {
    height: 0;
    padding-bottom: 75%;
}

/* HA Chip end*/

/* FILTER */

.searchtext {
    height: 2.375rem;
    margin: 0 0 2rem 0;
    border: 0.0625rem solid #505050;
    display: flex;
    background-color: #fff;
    margin-left: 1rem;
}

.searchtext_form {
    height: 2.375rem;
    width: calc(100% - 3.6875rem);
    display: inline-block;
    vertical-align: top;
    border: none;
}

.searchtext_input {
    height: 2.25rem;
    width: calc(100% - 0.5rem);
    border: none;
    padding-left: 0.5rem;
    padding-bottom: 0.0625rem;
    padding-top: 0.0625rem;
    padding-right: 0rem;
    margin: 0rem;
}

.searchtext_icon {
    height: 2.375rem;
    width: 3.6875rem;
    cursor: pointer;
    background: none;
    display: inline-block;
    border: none;
}

.searchtext_icon .ico {
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.searchtext_icon svg {
    width: 1.3125rem;
    height: 1.3125rem;
    margin-top: 0.5rem;
}

.searchcolors {
    margin: 0rem;
    width: calc(100% - 1rem);
    margin-left: 1rem;
}

.searchcolors .colors_border {
    width: calc(100% - 0.125rem);
    height: 6.375rem;
    border: 0.0625rem solid #707070;
    line-height: 0rem;
    margin-bottom: 1.5rem;
}

.searchcolors .btt_color {
    display: inline-block;
    height: 3.1875rem;
    margin: 0;
    width: calc(100%/6);
    cursor: pointer;
    padding: 0rem;
    transition: opacity 0.2s;
    float: left;
}

.searchcolors .btt_color.act,
.searchcolors .btt_color:hover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.6875rem;
}

.searchpatternsbox {
    display: flex;
    margin-left: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.btt_pattern {
    width: 2.8125rem;
    height: 2.8125rem;
    display: inline-block;
    cursor: pointer;
}

.btt_pattern .ico {
    width: 2.8125rem;
    height: 2.8125rem;
}


.mcFilter .searchbrightnessbox {
    width: calc(100% - 1rem);
    margin: 0rem;
    height: 2.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.mcFilter .btt_brightness {
    display: inline-block;
    width: 20%;
    height: 2.5rem;
    margin: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    float: left;
}

.mcFilter .btt_brightness.act,
.mcFilter .btt_brightness:hover {
    width: calc(20% - 0.25rem);
    height: 2.25rem;
    border: 0.125rem solid #333;
}


.textline {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    height: 1.1875rem;
    line-height: 1.1875rem;
}

.aoacc {
    background-color: #fff;
    margin-bottom: 1rem;
}

.aoacc_front {
    height: 2.5rem;
    line-height: 2.5rem;
    width: auto;
    cursor: pointer;
    position: relative;
    display: flex;
}

.filter_box,
.singlechoice_box {
    height: 1.125rem;
    width: 1.125rem;
    background-color: #DCDCDC;
    display: inline-block;
    float: left;
}

.filter_text,
.singlechoice_text {
    font-size: 0.75rem;
    display: inline-block;
    line-height: 1.125rem;
    vertical-align: top;
    margin-left: 0.625rem;
    color: #505050;
    width: calc(100% - 1.75rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.filter_line.act .filter_box,
.singlechoice.act .singlechoice_box {
    background-color: var(--az-color);
}

.filter_line,
.singlechoice {
    cursor: pointer;
    transition: opacity 0.2s;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: calc((1rem/16)*6);
    float: left;
}

.mcShowFilter {
    display: none;
}

.mcf-head,
.mcf-bottom {
    display: none;
}

.mcMSearch {
    display: none;
}

.mcCountM {
    display: none;
}

/* FILTER END */

/* Harmony*/

.mcWrapper {
    height: 100%
}

.mc-ha {
    display: none;
}

.mcPlate.open-ha .mc-ha {
    width: 17.5rem;
    display: inline-block;
    height: calc(100% - 4.875rem);
    vertical-align: top;
    position: absolute;
    top: 1.75rem;
    background-color: var(--dg-color);
    padding-left: 1rem;
}

.mcPlate.open-ha .mc-main {
    display: inline-block;
    width: 20.5rem;
}

.mcPlate.open-ha .mcTextures[size="l"] .mcChip {
    width: calc((100% - 3rem) / 1);
}

.mcPlate.open-ha .mcTextures[size="m"] .mcChip {
    width: calc((100% - 3rem) / 2);
}

.mcPlate.open-ha .mcTextures[size="m"] .mc-ha {
    width: 12.375rem;
}

.mcPlate.open-ha .mcTextures[size="m"] .mc-main {
    width: 25.625rem;
}

.ha-head {
    height: 2.625rem;
    line-height: 3rem;
    position: relative;
}

.ha-head .txt {
    height: 2.625rem;
}

.ha-main {
    width: 100%;
    height: calc(100% - 2.625rem);
    overflow-y: overlay;
}

.ha-bttClose {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 0.8125rem;
    cursor: pointer;
}

/* Filter farbe*/

/* Filter end*/


.mcPlate .searchtext_input::placeholder {
    text-align: left;
    font-family: Verdana;
    font-size: 0.875rem;
    letter-spacing: 0rem;
    color: #DCDCDC;
    opacity: 1;
}

.searchtext_input:focus {
    outline: none !important;
}

.aoacc_front:hover .aoacc_front_text {
    color: var(--az-color);
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */

    .mod-ct {
        width: 100%;
    }

    .mcTitle {
        height: 3.125rem;
        width: 37%;
        position: absolute;
        top: 0rem;
        left: 0rem;
    }

    .mcFilter {
        width: calc(37% - 1rem);
        height: calc(100% - 3.125rem);
        position: absolute;
        top: 3.125rem;
        overflow: auto;
    }

    .mcInfo {
        position: relative;
        top: 0rem;
        left: 37%;
        height: 3.125rem;
        width: 63%;
    }

    .mcTextures {
        position: absolute;
        left: 37%;
        top: 3.125rem;
        background-color: #FFF;
        width: 63%;
        border-radius: 1.5rem 0 0 0;
        height: 100%;
    }

    .mcClose {
        width: 1rem;
        height: 1rem;
        position: absolute;
        right: 1rem;
        top: 1.2rem;
        z-index: 1;
        cursor: pointer;
    }

    .mcSizes {
        position: absolute;
        left: initial;
        bottom: 0.6875rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        cursor: pointer;
        right: 3.75rem;
    }

    .mcReset {
        position: absolute;
        left: 8.125rem;
        bottom: 0.3125rem;
        cursor: pointer;
    }

    .mcPlate.open-ha .mc-ha {
        width: calc(100%*(16.45/38));
        display: inline-block;
        height: calc(100% - 4.875rem);
        vertical-align: top;
        position: absolute;
        top: 1.75rem;
        background-color: var(--dg-color);
        padding-left: 1rem;
    }

    .mcPlate.open-ha .mc-main {
        display: inline-block;
        width: calc(100%*(20.5/38));
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mc-main {
        width: calc(100%*(442/646));
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mc-ha {
        width: calc(100%*(186/646));
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mcChip {
        width: calc((100% - 4rem) / 2);
    }

    /* min mode*/

    .mod-ct.min-mode {
        border-radius: 24px 24px 0px 0px;
    }

    .mod-ct.min-mode .mct-mib {
        height: 33px;
        background-color: #fff;
        border-radius: 24px 24px 0px 0px;
        cursor: pointer;
    }

    .mod-ct.min-mode .mcPlate {
        height: calc(100% - 33px);
    }

    .mod-ct.min-mode .mcClose {
        top: 13px;
    }

    .mod-ct.min-mode .mct-mib .ico {
        height: 10px;
        width: 41px;
        position: absolute;
        left: calc(50% - 20.5px);
        top: 8.5px;
    }


    /*minmin*/

    .mod-ct.min-mode.min {}

    .mod-ct.min-mode.min {
        height: 174px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        top: initial;
        border-radius: 24px 24px 0px 0px;
    }

    .mod-ct.min-mode.min .mcTitle,
    .mod-ct.min-mode.min .mcFilter {
        display: none;
    }

    /*--*/
    .mod-ct.min-mode.min .multi-select.active,
    .mod-ct.min-mode.min .multi-select {
        height: fit-content;
        width: fit-content;
        border-radius: 24px;
        border: 1px solid #707070;
        min-width: auto;
        margin-left: 8px;
    }

    .mod-ct.min-mode.min .multi-select {
        background-color: var(--az-color);
    }

    .mod-ct.min-mode.min .multi-select .txt {
        color: #fff;
    }

    .mod-ct.min-mode.min .multi-select.active {
        background-color: #fff;
    }

    .mod-ct.min-mode.min .multi-select.active .txt {
        color: #505050;
    }


    .mod-ct.min-mode.min .multi-select .txt {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        margin: 7px 11px 7px 11px;
    }

    /*--*/
    .mod-ct.min-mode.min .mcTextures {
        height: 74px;
        top: 47px;
        left: 0px;
        width: 100%;
        border-radius: 0rem;
    }

    .mod-ct.min-mode.min .mc-multi {
        position: absolute;
        height: 31px;
        top: -47px;
        left: 12px;
        background-color: transparent;
    }

    .mod-ct.min-mode.min .mcTextures .mc-main {
        height: 100%;
        white-space: nowrap;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip {
        width: 112px;
        height: 74px;
        margin: 0 0 0 1rem;
    }


    .mod-ct.min-mode.min .mcTextures .mcChip .icons,
    .mod-ct.min-mode.min .mcTextures .mcChip .infs {
        display: none;
    }


    .mod-ct.min-mode.min .mcTextures .mcChip .frame,
    .mod-ct.min-mode.min .mcTextures .mcChip .frame-color {
        height: 74px;
        width: 112px;
    }

    .mod-ct.min-mode.min .chips_more {
        display: inline-block;
    }

    .mod-ct.min-mode.min .mcPlate {
        height: 146px;
        position: absolute;
        top: 28px;
    }

    .mod-ct.min-mode.min .mcChipDemo_text {
        font-size: 12px;
    }



    .mod-ct.min-mode.min .mcShowFilter {
        display: block;
        position: absolute;
        right: 1rem;
        top: 15px;
        z-index: 1;
        /* font-size: 12px; */
        text-decoration: underline;
        /* font: normal normal normal 12px / 15px Verdana;
        letter-spacing: 0px;
        color: #505050; */
    }

    .mod-ct.min-mode.min .mcShowFilter .txt {
        text-align: left;
        text-decoration: underline;
        font: normal normal normal 0.75rem/0.75rem Helvetica;
        letter-spacing: 0.24px;
        color: #505050;
    }

    .mod-ct.min-mode.min .mcInfo {
        height: auto;
        background-color: transparent;
    }

    .mod-ct.min-mode.min .mcInfo .mcCount,
    .mod-ct.min-mode.min .mcInfo .mcReset,
    .mod-ct.min-mode.min .mcInfo .mcSizes {
        display: none;
    }


    /* - - - -*/
    .mod-ct.min-mode.min .mcTextures .mcChip.act {
        width: 240px;
        border: 2px var(--az-color) solid;
        height: 70px;
    }

    .mod-ct.min-mode.min .mcChip.act .mcAct {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs {
        display: block;
        position: absolute;
        top: 30px;
        left: 121px;
        width: 119px;
    }

    .mod-ct.min-mode.min .mcChip.act .infs .infs-line {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs .infs-line:nth-child(-n + 2) {
        display: block;
        font-size: 10px;
        margin-top: 0px;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip.act .frame,
    .mod-ct.min-mode.min .mcTextures .mcChip.act .frame-color {
        height: 68px;
        margin-top: 1px;
        margin-left: 1px;
    }


    .mod-ct.min-mode.min .mcTextures .mcChip.act .icons {
        display: block;
        left: 108px;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip.act .icons .btt.ha {
        display: none;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-ct {
        width: 100%;
        position: absolute;
        height: calc(100% - 6.3rem);
        top: 3.3rem;
        z-index: 3;
    }

    .mcFilter {
        display: none;
        z-index: 1;
        width: 100%;
        background-color: #DCDCDC;
        top: 0rem;
        height: 100%;
    }

    .mcPlate.openFilter .mcFilter {
        display: block;
    }

    .mcTextures {
        left: 0rem;
        width: 100%;
        border-radius: 0rem;
        top: 9.75rem;
        height: calc(100% - 9.75rem);
    }

    .mc-main {
        height: calc(100% - 2.625rem);
    }

    .mcTextures.isMulti .mc-main {
        height: calc(100% - 4.375rem);
    }

    .mcClose {
        top: 1rem;
        right: 0.75rem;
    }

    .mcInfo {
        width: 100%;
        left: 0;
        top: 6.3125rem;
        height: 3.4375rem;
    }

    .mcChip {
        margin: 0rem 0rem 0.8rem 0.625rem;
    }

    .mcCountM {
        display: none;
    }

    .mcCount {
        height: 1rem;
        width: calc(100% - 0.5rem);
        background-color: #fff;
        left: 0;
        padding-left: 0.5rem;
        line-height: 1rem;
        top: 3.4375rem;
        padding-top: 0.5rem;
    }

    .mcMSearch {
        display: block;
        position: absolute;
        width: 100%;
        height: 2.5rem;
        top: 2rem;
        top: 3.8125rem;
    }

    .mcShowFilter {
        display: inline-block;
        height: 3.4375rem;
        line-height: 3.4375rem;
        vertical-align: top;
        margin-left: 0.625rem;
    }

    .mcShowFilter .txt {
        text-align: left;
        text-decoration: underline;
        font: normal normal normal 0.75rem/3.4375rem Helvetica;
        letter-spacing: 0.24px;
        color: #505050;
    }

    .mcReset {
        height: 3.4375rem;
        line-height: 3.4375rem;
        bottom: 0;
        left: initial;
        right: 6rem;
    }

    .mcSizes {
        right: 0rem;
        left: initial;
        bottom: 1rem;
    }

    .mcTextures[size="l"] .mcChip .frame,
    .mcTextures[size="l"] .mcChip .frame-color {
        height: 17.375rem;
    }

    .mcTextures[size="l"] .mcChip .frame {
        height: 17.375rem;
    }

    .mcTextures[size="l"] .mcChip {
        width: calc(100% - 1.25rem);
    }

    .mcTextures[size="m"] .mcChip {
        width: calc((100% - 1.875rem) / 2);
    }

    .mcTextures[size="m"] .mcChip .frame-color {
        height: 8.5rem;
    }

    .mcf-main .searchtext {
        margin-left: 0.625rem;
        width: calc(100% - 1.25rem);
    }

    .mcf-head .txt {
        text-align: left;
        font: normal normal normal 1.5rem/1.8125rem Verdana;
        letter-spacing: 0rem;
        color: #505050;
        opacity: 1;
        margin-left: 0.625rem;
        height: 1.8125rem;
        margin-top: 0.8125rem;
        margin-bottom: 0.6875rem;
        display: inline-block;
    }

    .textline {
        margin-left: 0.625rem;
    }

    .mcf-close {
        top: 1rem;
        right: 0.75rem;
        width: 1rem;
        height: 1rem;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        height: 24px;
        width: 30px;
    }

    .mcf-close .ico {
        width: 1rem;
        height: 1rem;
        height: 24px;
        width: 30px;
    }

    .aoacc_front_text {
        margin-left: 0.625rem;
    }

    .aoacc_back {
        margin-left: 0.625rem;
    }

    .mcf-head,
    .mcf-bottom {
        display: block;
    }

    .mcMSearch .searchtext {
        margin: 0 0.625rem;
    }

    .mcTextures.isMulti .mc-multi {
        display: flex;
        border-radius: 0;
        padding-right: 0;
    }

    .mc-multi {
        display: none;
    }

    .multi-select:first-child {
        border-radius: 0;
    }

    .multi-select {
        line-height: 1.75rem;
        margin-left: initial;
    }

    .mcCountM {
        display: block;
        height: 2.625rem;
        color: #505050;
        margin-left: 0.625rem;
        line-height: 2.625rem;
    }

    .mcCount {
        display: none;
    }

    .ha-bttClose {
        right: 0.625rem;
        top: 0.5rem;
    }

    .ha-head {
        height: 2.375rem;
        line-height: 2.25rem;
        position: relative;
    }

    .ha-head .txt {
        height: 2.375rem;
    }

    .ha-main {
        height: calc(100% - 2.375rem);
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mc-main,
    .mcPlate.open-ha .mcTextures[size="l"] .mc-main {
        width: calc(50% + 0.3125rem);
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mc-ha,
    .mcPlate.open-ha .mcTextures[size="l"] .mc-ha {
        width: calc(50% - 1.3125rem);
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mcChip,
    .mcPlate.open-ha .mcTextures[size="l"] .mcChip {
        width: calc((100% - 1.25rem) / 1);
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mcChip .frame,
    .mcPlate.open-ha .mcTextures[size="m"] .mcChip .frame-color,
    .mcPlate.open-ha .mcTextures[size="l"] .mcChip .frame,
    .mcPlate.open-ha .mcTextures[size="l"] .mcChip .frame-color {
        height: 8.5rem;
    }

    .mcPlate.open-ha .mc-ha {
        height: calc(100% - 1.75rem);
    }

    .searchcolors {
        margin: 0rem;
        width: calc(100% - 1.25rem);
        margin-left: 0.625rem;
    }

    .searchpatternsbox {
        display: flex;
        margin-left: 0.625rem;
        justify-content: space-between;
        margin-bottom: 2rem;
        width: calc(100% - 1.25rem);
    }

    .mcFilter .searchbrightnessbox {
        width: calc(100% - 1.375rem);
        margin: 0rem;
        height: 2.5rem;
        margin-bottom: 1.5rem;
        margin-left: 0.625rem;
    }

    .mcPlate.openFilter .mcf-mcount {
        display: block;
    }

    /* minMode */

    .mod-ct.min-mode {
        border-radius: 24px 24px 0 0;
    }

    .mod-ct.min-mode .mct-mib {
        height: 36px;
        background-color: #fff;
        border-radius: 24px 24px 0 0;
    }

    .mod-ct.min-mode .mcClose {
        top: 0.75rem;
        right: 0.75rem;
    }

    .mod-ct.min-mode .mct-mib .ico {
        height: 10px;
        width: 41px;
        position: absolute;
        left: calc(50% - 20.5px);
        top: 8.5px;
        cursor: pointer;
    }

    /*   */

    .mod-ct.min-mode.min .mct-mib {
        height: 28px;
    }

    .mod-ct.min-mode.min {
        height: 177px;
        bottom: 3rem;
        top: auto;
    }

    .mod-ct.min-mode.min .mcTitle,
    .mod-ct.min-mode.min .mcMSearch {
        display: none;
    }

    .mod-ct.min-mode.min .mcPlate {
        height: calc(100% - 28px);
    }

    .mod-ct.min-mode.min .mcInfo {
        top: 0rem;
        position: absolute;
        height: 15px;
        right: 0;
        width: 100px;
        left: auto;
    }

    .mod-ct.min-mode.min .mcInfo .mcShowFilter {
        position: absolute;
        right: 11px;
        height: 15px;
        line-height: 15px;
        z-index: 1;
        top: 16px;
        width: max-content;
    }

    .mod-ct.min-mode.min .mcInfo .mcShowFilter .txt {
        font: normal normal normal 0.75rem / 15px Helvetica;
    }

    .mod-ct.min-mode.min .mcTextures {
        top: 0;
        height: calc(100% - 0px);
    }

    .mod-ct.min-mode.min .mcCountM,
    .mod-ct.min-mode.min .mcInfo .mcReset,
    .mod-ct.min-mode.min .mcInfo .mcSizes {
        display: none;
    }

    .mod-ct.min-mode.min .mc-main {
        height: 74px;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .mod-ct.min-mode.min .mcChip .icons,
    .mod-ct.min-mode.min .mcChip .infs {
        display: none;
    }


    .mod-ct.min-mode.min .mcTextures .mcChip .frame,
    .mod-ct.min-mode.min .mcTextures .mcChip .frame-color {
        width: 112px;
        height: 74px;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip {
        width: 112px;
        height: 74px;
        margin-bottom: 0px;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip.act {
        width: 240px;
        border: 2px var(--az-color) solid;
        height: 70px;
    }

    .mod-ct.min-mode.min .mcChip.act .mcAct {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs {
        display: block;
        position: absolute;
        top: 30px;
        left: 121px;
        width: 119px;
    }

    .mod-ct.min-mode.min .mcChip.act .infs .infs-line {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs .infs-line:nth-child(-n + 2) {
        display: block;
        font-size: 10px;
        margin-top: 0px;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip.act .frame,
    .mod-ct.min-mode.min .mcTextures .mcChip.act .frame-color {
        height: 68px;
        margin-top: 1px;
        margin-left: 1px;
    }


    .mod-ct.min-mode.min .mcTextures .mcChip.act .icons {
        display: block;
        left: 108px;
    }

    .mod-ct.min-mode.min .mcChip.act .icons .btt.ha {
        display: none;
    }


    .mod-ct.min-mode.min .mcChip .frame-image {
        width: 100%;
        height: auto;
    }

    .mod-ct.min-mode.min .mcChipDemo_text {
        font-size: 0.75rem;
    }

    .mod-ct.min-mode.min .multi-select.active,
    .mod-ct.min-mode.min .multi-select {
        height: fit-content;
        width: fit-content;
        border-radius: 24px;
        border: 1px solid #707070;
        min-width: auto;
        margin-left: 8px;
    }

    .mod-ct.min-mode.min .multi-select {
        background-color: var(--az-color);
    }

    .mod-ct.min-mode.min .multi-select .txt {
        color: #fff;
    }

    .mod-ct.min-mode.min .multi-select.active {
        background-color: #fff;
    }

    .mod-ct.min-mode.min .multi-select.active .txt {
        color: #505050;
    }


    .mod-ct.min-mode.min .multi-select .txt {
        font-size: 12px;
        height: 15px;
        line-height: 15px;
        margin: 7px 11px 7px 11px;
    }



    .mod-ct.min-mode.min .mc-multi {
        height: 31px;
        background-color: #fff;
        width: fit-content;
        max-width: 66%;
        overflow: auto;
        display: flex;
    }

    .mod-ct.min-mode.min .chips_more {
        display: inline-block;
    }

    .mod-ct.min-mode.min .mcWrapper {
        margin-top: 14px;
        height: fit-content;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-ct {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 22;
        width: calc(100% - 3.375rem);
    }

    .mcFilter {
        display: none;
        z-index: 1;
        width: 100%;
        background-color: #DCDCDC;
        top: 0rem;
        height: 100%;
    }

    .mcPlate.openFilter .mcFilter {
        display: block;
    }

    .mcTextures {
        width: calc(100% - 12rem);
        left: 12rem;
        border-radius: 0rem;
        top: 3.125rem;
        height: calc(100% - 3.125rem);
    }

    .mcClose {
        top: 1rem;
        right: 0.75rem;
    }

    .mcInfo {
        width: calc(100% - 14.625rem);
        left: 12rem;
        height: 3.125rem;
        top: 0rem;
        right: 0.875rem;
        position: absolute;
    }

    .mcChip {
        margin: 0.8rem 0rem 0.8rem 0.625rem;
    }

    .mcCount {
        height: 3.125rem;
        line-height: 3.125rem;
        top: 0;
        padding-top: 0;
    }

    .mcMSearch {
        display: block;
        position: absolute;
        width: 12rem;
        height: 2.5rem;
        top: 3.9375rem;
    }

    .mcShowFilter {
        display: inline-block;
        vertical-align: top;
        position: fixed;
        top: 10rem;
        width: 10.75rem;
        left: 0.625rem;
        text-align: right;
        height: 1rem;
        line-height: 1rem;
        margin-left: 0;
    }

    .mcShowFilter .txt {
        text-align: right;
        text-decoration: underline;
        font: normal normal normal 0.75rem/1rem Helvetica;
        letter-spacing: 0.24px;
        color: #505050;
    }

    .mcReset {
        bottom: 0;
        position: fixed;
        top: 7.75rem;
        width: 10.75rem;
        left: 0.625rem;
        text-align: right;
        height: 1rem;
        text-align: top;
        vertical-align: top;
        line-height: 1rem;
    }

    .mcSizes {
        right: 0rem;
        left: initial;
        bottom: 1rem;
    }

    .mcTextures[size="l"] .mcChip {
        width: calc((100% - 2.625rem)/2);

    }

    .mcTextures[size="l"] .mcChip .frame {
        height: auto;
    }

    .mcTextures[size="m"] .mcChip .frame {
        height: auto;
    }

    .mcTextures[size="m"] .mcChip {
        width: calc((100% - 3.25rem) / 3);
    }

    .mcTextures[size="m"] .mcChip .frame-color {
        height: 0rem;
        padding-bottom: 75%;
    }

    .mcf-main .searchpatternsbox {
        margin-left: 0.625rem;
    }

    .mcf-main .searchtext {
        margin-left: 0.625rem;
    }

    .mcf-main .searchcolors {
        margin-left: 0.625rem;
        width: calc(100% - 0.625rem);
    }

    .mcf-head .txt {
        text-align: left;
        font: normal normal normal 1.5rem/1.8125rem Verdana;
        letter-spacing: 0rem;
        color: #505050;
        opacity: 1;
        margin-left: 0.625rem;
        height: 1.8125rem;
        margin-top: 0.8125rem;
        margin-bottom: 0.6875rem;
        display: inline-block;
    }

    .textline {
        margin-left: 0.625rem;
    }

    .mcf-close {
        top: 1rem;
        right: 0.75rem;
        width: 1rem;
        height: 1rem;
        position: absolute;
        z-index: 1;
        cursor: pointer;
    }

    .mcf-close .ico {
        width: 1rem;
        height: 1rem;
    }

    .aoacc_front_text {
        margin-left: 0.625rem;
    }

    .aoacc_back {
        margin-left: 0.625rem;
    }


    .mcf-head {
        height: 3.125rem;
    }

    .mcf-head,
    .mcf-bottom {
        display: block;
    }

    .mcMSearch .searchtext {
        margin: 0 0.625rem;
    }

    .mcReset .ico {
        vertical-align: top;
        margin-top: 0.125rem;
    }

    .mcReset .txt {
        vertical-align: top;
    }

    .mcf-main {
        height: calc(100% - 3.125rem);
    }

    .m-area-r,
    .m-area-l {
        display: inline-block;
    }

    .m-area-l {
        display: inline-block;
        width: calc(41.8% - 0.625rem);
        padding: 0 0.625rem 0 0;
        padding-top: 0.8125rem;
        height: calc(100% - 0.8125rem);
    }

    .m-area-r {
        display: inline-block;
        vertical-align: top;
        width: 55.6%;
        height: 100%;
    }


    .mcTextures .mc-multi {
        display: none;
    }

    .mcTextures.isMulti .mc-multi {
        display: inline-block;
        vertical-align: top;
        position: fixed;
        width: 12rem;
        left: 0;
        text-align: right;
        line-height: 1rem;
        bottom: 0;
        margin-left: 0;
        height: 7rem;
        padding-right: 0;
    }

    .multi-select:first-child {
        border-radius: 0;
    }

    .mc-multi {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding-right: 0;
        padding-left: 0;
        border-radius: 0;
    }

    .multi-select {
        line-height: 1.75rem;
        margin-left: initial;
        margin-right: 2.0625rem;
        min-width: 12rem;
    }

    .mc-main {
        height: 100%;
    }

    .multi-select .txt {
        display: flex;
        line-height: 1.75rem;
        align-items: center;
        justify-content: unset;
        max-height: 3.5rem;
        height: 100%;
        font-size: 1rem;
        padding-left: 0.625rem;
    }

    .mcTextures.isMulti .mc-main {
        height: 100%;
    }

    .mcCount {
        left: 0.625rem;
    }

    .ha-bttClose {
        right: 1.5rem;
        top: 0.5rem;
    }

    .ha-head {
        height: 2.375rem;
        line-height: 2.125rem;
    }

    .mcPlate.open-ha .mcTextures[size="l"] .mc-main {
        display: inline-block;
        width: 50%;
    }

    .mcPlate.open-ha .mcTextures[size="l"] .mc-ha {
        width: calc(50% - 1rem);
    }

    .mcPlate.open-ha .mc-ha {
        height: 100%;
        top: 0rem;
    }

    .mcPlate.open-ha .mcTextures[size="l"] .mcChip {
        width: calc((100% - 1.25rem) / 1);
    }


    .mcPlate.open-ha .mcTextures[size="m"] .mc-main {
        width: calc(100%*(426/646));
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mc-ha {
        width: calc(100%*(204/646));
    }

    .mcPlate.open-ha .mcTextures[size="m"] .mcChip {
        width: calc((100% - 1.875rem) / 2);
    }

    .searchcolors .btt_color {
        height: 2.34375rem;
        width: calc(100%/6);
    }

    .searchcolors .colors_border {
        height: 4.6875rem;
    }

    .btt_pattern {
        width: 2.125rem;
        height: 2.125rem;
    }

    .btt_pattern .ico {
        width: 2.125rem;
        height: 2.125rem;
        background-size: 100%;
    }

    .mcFilter .searchbrightnessbox {
        width: calc(100% - 0.625rem);
        margin: 0rem;
        height: 2.5rem;
        margin-bottom: 1.5rem;
        margin-left: 0.625rem;
    }

    .mcPlate.openFilter .mcf-mcount {
        display: block;
        left: calc(((41.8% - 0.625rem)/2) - 6.125rem);
        bottom: 0.5rem;
    }


    /*   */
    .mod-ct.min-mode .mct-mib {
        width: 38px;
        height: 100%;
        display: inline-block;
        background-color: #fff;
        position: absolute;
        border-radius: 24px 0px 0px 24px;
    }

    .mod-ct.min-mode .mcPlate {
        width: calc(100% - 38px);
        margin-left: 38px;
    }

    .mod-ct.min-mode {
        border-radius: 24px 0px 0px 24px;
    }

    .mod-ct.min-mode .mct-mib .ico {
        width: 41px;
        height: 10px;
        position: absolute;
        left: -8.5px;
        top: calc(50%);
        cursor: pointer;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
    }

    .mod-ct.min-mode .mcTextures.isMulti .mc-multi {
        margin-left: 38px;
    }

    /*min min*/

    .mod-ct.min-mode.min {
        width: 226px;
        right: 3.375rem;
    }

    .mod-ct.min-mode.min .mcTitle,
    .mod-ct.min-mode.min .mcMSearch,
    .mod-ct.min-mode.min .mcCount,
    .mod-ct.min-mode.min .mcReset,
    .mod-ct.min-mode.min .mcSizes {
        display: none;
    }

    .mod-ct.min-mode.min .mcTextures {
        left: 0px;
        width: 188px;
        top: 0px;
        height: 100%;
    }

    .mod-ct.min-mode.min .mcWrapper {
        position: absolute;
        left: 0px;
        width: 100%;
        height: calc(100% - 94px);
        top: 94px;
    }

    .mod-ct.min-mode.min .mcChip {
        width: 166px;
        margin: 0 0 1rem 0;
    }

    .mod-ct.min-mode.min .infs,
    .mod-ct.min-mode.min .icons {
        display: none;
    }

    .mod-ct.min-mode.min .mcTextures.isMulti .mc-multi {
        margin-left: 0;
        position: absolute;
        top: 1rem;
        height: 31px;
        width: calc(100% - 2rem);
        background-color: #fff;
        text-align: left;
        white-space: nowrap;
    }

    .mod-ct.min-mode.min .mcTextures.isMulti .mc-multi .multi-select {
        border: 1px solid #707070;
        width: fit-content;
        height: fit-content;
        display: inline-block;
        margin: 0px;
        min-width: auto;
        background-color: var(--az-color);
        border-radius: 24px;
    }

    .mod-ct.min-mode.min .mcTextures.isMulti .mc-multi .multi-select.active {
        background-color: #fff;
        color: #505050;
    }

    .mod-ct.min-mode.min .mcTextures.isMulti .mc-multi .txt {
        height: 15px;
        line-height: 15px;
        display: block;
        font-size: 12px;
        width: fit-content;
        margin: 7px 12px 7px 12px;
        padding: 0px;
    }

    .mod-ct.min-mode.min .mcTextures.isMulti .mc-main {
        height: 100%;
    }

    .mod-ct.min-mode.min .mcClose {
        top: 24px;
        right: 14px;
    }

    .mod-ct.min-mode.min .mcInfo {
        width: 165px;
        height: 15px;
        z-index: 1;
        right: 22px;
        left: auto;
        top: 63px;
        background-color: #fff;
    }

    .mod-ct.min-mode.min .mcShowFilter {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: fit-content;
    }

    /**/

    .mod-ct.min-mode.min .mcChip.act .mcAct {
        display: none;
    }

    .mod-ct.min-mode.min .mcTextures .mcChip.act {
        border: 2px var(--az-color) solid;
        height: 184px;
        width: 164px;
    }

    .mod-ct.min-mode.min .mcChip.act .frame {
        margin-top: 1px;
        margin-left: 1px;
        width: calc(100% - 2px);
    }

    .mod-ct.min-mode.min .mcChip.act .icons {
        display: block;
        left: 0px;
        top: 126px;
    }

    .mod-ct.min-mode.min .mcChip.act .icons .btt.ha {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs {
        display: block;
        position: absolute;
        top: 151px;
        width: calc(100% - 5px);
        height: 33px;
        left: 5px;
    }

    .mod-ct.min-mode.min .mcChip.act .infs-line {
        display: none;
    }

    .mod-ct.min-mode.min .mcChip.act .infs .infs-line:nth-child(-n + 2) {
        display: block;
        font-size: 10px;
        margin-top: 0px;
    }




}