@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller-webfont.eot');
    src:
        url('../fonts/aller-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aller-webfont.woff') format('woff'),
        url('../fonts/aller-webfont.ttf') format('truetype'),
        url('../fonts/aller-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial, Verdana';
    /*
  src: url('../fonts/aller_rg[data-group="price"] .price-value-webfont.eot');
  src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype'), url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
      */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alleritalic';
    src: url('../fonts/aller_it-webfont.eot');
    src:
        url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/aller_it-webfont.woff') format('woff'),
        url('../fonts/aller_it-webfont.ttf') format('truetype'),
        url('../fonts/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-SemiboldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-RegularItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'FoundersGrotesk';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/FoundersGrotesk-LightItalic.woff2') format('woff2');
}

@media screen and (min-width: 550px) {
    [data-role='content'][data-id='explorer'].shift {
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        background-color: #ffffff;
        width: 300px;
    }
    [data-role='content'][data-id='explorer'].shift aside {
        margin-left: 20px;
        height: -webkit-calc(100% - 5px);
        height: -moz-calc(100% - 5px);
        height: -o-calc(100% - 5px);
        height: calc(100% - 5px);
    }
}
@media screen and (max-width: 900px) {
    [data-role='content'][data-id='main'] > section[data-group='draw-area'] {
        top: 40px;
    }
}
[data-role='elements'][data-group='project'] > [data-role='element'] > img {
    margin-top: 5px;
    margin-bottom: 5px;
}
[data-role='checkbox'][data-group='mode-filter'][data-id='continue'],
.load-more {
    height: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/black/more.png);
    display: block;
}
[data-role='checkbox'][data-group='mode-filter'][data-id='continue']:hover,
.load-more:hover {
    box-shadow: 0 0 0;
    background-color: #ebebeb;
}
[data-role='overlayPanel'][data-group='explorer-items'] [data-group='explorer-modes'][data-role='group'] button.active {
    background-color: #ff8e00;
}
[data-group='price'] {
    margin-top: 2px;
    margin-bottom: 2px !important;
}
[data-group='price'] .price-value {
    color: #33a145;
}
[data-group='price'] .price-byMooble {
    margin: 5px;
}
[data-group='price'] .price-byMooble .label-price {
    float: left;
    font-weight: bold;
}
[data-group='price'] .price-byMooble .total-price {
    margin-bottom: 5px;
    float: right;
    font-weight: bold;
    color: #4cae4c;
}
[data-group='price'].best-price {
    background-color: #e2e2e2 !important;
}
[data-group='price'].best-price .price-value {
    font-weight: bold;
}
@media screen and (min-width: 550px) and (max-width: 900px) {
    [data-role='overlayPanel'][data-position='left'][data-group='explorer-items']
        [data-role='elements'][data-type='vertical']
        > [data-role='element'] {
        float: left;
        display: inline-block;
        width: 49%;
        width: -webkit-calc(45%);
        width: -moz-calc(45%);
        width: -o-calc(45%);
        width: calc(45%);
        margin-right: 5px;
    }
}
@media screen and (max-width: 550px) {
    [data-role='overlayPanel'][data-position='left'][data-group='explorer-items'] {
        right: 0;
    }
    [data-role='overlayPanel'][data-position='left'][data-group='explorer-items']
        [data-role='group'][data-type='horizontal'][data-group='explorer-modes']
        > * {
        width: 50% !important;
        border-bottom: 1px solid;
    }
    [data-role='overlayPanel'][data-position='left'][data-group='explorer-items']
        [data-role='group'][data-type='horizontal'][data-group='explorer-modes']
        > *:nth-child(2n) {
        border-right: 0;
    }
    [data-role='overlayPanel'][data-position='left'][data-group='explorer-items']
        [data-role='group'][data-type='horizontal'][data-group='explorer-modes']
        > *:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}
#menu [data-role='group'][data-type='horizontal'][data-group='explorer-modes'] > * {
    width: 50% !important;
    border-bottom: 1px solid;
}
#menu [data-role='group'][data-type='horizontal'][data-group='explorer-modes'] > *:nth-child(2n) {
    border-right: 0;
}
#menu [data-role='group'][data-type='horizontal'][data-group='explorer-modes'] > *:nth-last-child(-n + 2) {
    border-bottom: 0;
}
svg .selectable,
svg .selectableGradient {
    cursor: pointer;
}
[data-role='element'].draggable figure:after,
[data-role='overlayPanel'][data-group='color-detail'] figure:after {
    width: 16px;
    height: 16px;
    content: ' ';
    background-image: url(../images/undo.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    float: right;
}
[data-role='overlayPanel'][data-group='color-detail'] figure:after {
    margin-top: -64px;
}
[data-group='module-detail'][data-action='rotate'],
canvas {
    -ms-touch-action: none;
}
[data-group='module-dimension'].error span {
    line-height: 1.5em;
    vertical-align: middle;
}
@media screen and (max-width: 900px) {
    .selectListTags {
        width: 210px !important;
        margin-top: 71px !important;
    }
    .temporaryClass {
        width: 264px !important;
        margin-left: 10px !important;
        margin-top: 76px !important;
    }
    [data-showresponsive='true'].selectListTags {
        width: 264px !important;
        margin-top: 71px !important;
    }
}
#menuClose #menuOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 17;
}
#menuClose .deactive {
    display: none;
}
.fieldBrands {
    position: relative;
}
.btnFilter {
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}
#filterBrands {
    display: -webkit-box;
    border-bottom: 1px solid #d8d8d8;
}
.rotate90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.rotate180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.rotate270 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
