/*--  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: 1.75rem;
    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;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding-right: 1rem;
}

.multi-select {
    line-height: 1.75rem;
    margin-left: 2.0625rem;
}

.multi-select .txt {
    display: inline-block;
    height: 1.75rem;
    line-height: 1.75rem;
    vertical-align: top;
}

.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;
}

.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: block;
    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;
}

.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;
}

.filter_text,
.singlechoice_text,
.projFolder_userPicInput_res {
    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;
}

.filter_line.act .filter_box,
.singlechoice.act .filter_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);
}

.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) {
    /* 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);
    }
}

@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;
    }

    .mcf-close .ico {
        width: 1rem;
        height: 1rem;
    }

    .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;
        justify-content: flex-start;
        flex-direction: row;
        border-radius: 0;
        padding-right: 0;
        padding-left: 0.625rem;
    }

    .mc-multi {
        display: none;
    }

    .multi-select {
        line-height: 1.75rem;
        margin-left: initial;
        margin-right: 2.0625rem;
    }

    .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;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-ct {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 21;
        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: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding-right: 1rem;
    }

    .mc-multi {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding-right: 0;
        padding-left: 0.625rem;
        border-radius: 0;
    }

    .multi-select {
        line-height: 1.75rem;
        margin-left: initial;
        margin-right: 2.0625rem;
    }

    .mc-main {
        height: 100%;
    }

    .mcTextures.isMulti .mc-main {
        height: calc(100% - 1.75rem);
    }

    .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;
    }
}