/* Сброс */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html {
    scrollbar-gutter: stable;
}

html, body {
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

/* Настройка основной типографии */
body { word-wrap: break-word; }
body, select, input, textarea, button {
    font: normal 15px/1.5 system-ui, Helvetica, sans-serif;
    font-weight: 400;
    color: #2a2b2d;
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    background: #FBFBFD;
    min-height: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: scroll;
}
a, .a {
    outline: none;
    color: #166fe5;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .a:hover { text-decoration: underline; }

a img { border: 0 none; }
a > img { vertical-align: middle; }

img { max-width: 100%; }

img.blurry-load {
    width: 100%;
    height: 100%;
    background: url(../svg/loader.svg) center center no-repeat;
}

ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    display: block;
    margin-bottom: 2rem;
    line-height: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 2rem;}
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.2rem; }
h4, .h4 { font-size: 1.1rem; }
h5, .h5 { font-size: 1rem; }

.fs-20 {
    font-size: 20px;
}

.marg {
    margin-right: 2%;
    margin-left: 2%;
}

p {
    margin-bottom: 12px;
}

.red {color: red;}
.green {color: green;}

/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.left { float: left; }
.right { float: right; }
fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
fieldset legend { font-weight: 500; }
.wide {width: 100%!important; max-width: 100%!important;}
.upc { text-transform: uppercase; }
.box { padding: 30px; background: #fff; border: 1px solid rgba(0,0,0,.1); }

.flex {
    display: flex;
}
.js-center {
    justify-content: center;
}
.js-between {
    justify-content: space-between;
}
.al-center {
    align-items: center;
}

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.berrors {
    width: 100%;
    background: #ffe6dd;
    border: 1px solid #f0c4b5;
    color: #553c33;
    padding: 20px 25px;
    margin: 25px 0;
    min-height: 1%;
    border-radius: 2px;
    box-sizing: border-box;
}

.berrors .info {
    margin-top: 10px;
}

/* Настройка других элементов */
ul, ol {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 1em;
    margin-bottom: 1em;
}
ol { list-style: decimal; }

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .8em; }

hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: table; }



/* template */
/*.portfolio-overlay-open,
.portfolio-overlay-open body,
.overlay-open,
.overlay-open body,*/
.menu_open body {
    overflow: hidden;
}
.desktop.portfolio-overlay-open body,
.desktop.overlay-open body {
    overflow: hidden;
}
.page {
    flex-grow: 1;
}
.zeel {
    padding: 0 30px;
    margin: 0 auto;
}
.zeel.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zeel.title-flex > h1 {
    margin-bottom: 0;
}
#header {
    position: relative;
    height: 160px;
    background: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
#content {
    padding: 30px 0;
    max-width: 1920px;
    margin: 0 auto;
}
.relative {
    position: relative;
}
#main #content,
#about-us #content {
    padding: 0;
}
#zeel-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.flex-content > div {
    padding: 0 1%;
    display: grid;
    grid-template-columns: repeat(5, 19.35%);
    grid-gap: 30px 0.8125%;
}
.flex-content > div.low_count {
    grid-template-columns: repeat(4, 24.33%);
    grid-gap: 30px 0.893%;
}
#userinfo .flex-content > div.low_count {
    padding: 0;
}

.midside {
    max-width: 1024px;
    margin: 0 auto;
}
.midside.big {
    max-width: 1536px;
    margin: 0 auto;
}
.midside.small {
    max-width: 640px;
    margin: 0 auto;
}

#header > .main_header_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Change language */
#header > .main_header_top > .languages {
    position: relative;
}
#header > .main_header_top > .languages > .curentlang {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #313131;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > .main_header_top > .languages > .curentlang:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid #222;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-right: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .1s ease-in-out;
}
#header > .main_header_top > .languages.open > .curentlang:after {
    transform: rotate(225deg);
    top: 2px;
}
#header > .main_header_top > .languages > .otherlangs {
    position: absolute;
    top: 20px;
    min-width: 100px;
    left: 50%;
    transform: translate(-50%);
    background: #2a2b2d;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
}
#header > .main_header_top > .languages > .otherlangs:before {
    content: '';
    display: block;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -9px;
    left: calc(50% - 9px);
    transform: rotate(45deg);
    background: #2a2b2d;
    z-index: -1;
}
#header > .main_header_top > .languages.open > .otherlangs {
    visibility: visible;
    opacity: 1;
    top: 44px;
    z-index: 1002;
}
#header > .main_header_top > .languages > .otherlangs > a {
    display: block;
    color: inherit;
    padding: 8px 14px;
    cursor: pointer;
    color: #fff;
}
#header > .main_header_top > .languages > .otherlangs > a.active {
    opacity: .8;
}
#header > .main_header_top > .languages > .otherlangs > a:hover {
    text-decoration: none;
    background: #707070;
}
#header > .main_header_top > .languages > .otherlangs > a:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#header > .main_header_top > .languages > .otherlangs > a:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Change currency */
#header > .main_header_top > .currencies {
    position: relative;
}
#header > .main_header_top > .currencies > .curentcurrency {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #313131;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > .main_header_top > .currencies > .curentcurrency:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid #222;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-right: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .1s ease-in-out;
}
#header > .main_header_top > .currencies.open > .curentcurrency:after {
    transform: rotate(225deg);
    top: 2px;
}
#header > .main_header_top > .currencies > .othercurrencies {
    position: absolute;
    top: 20px;
    min-width: 100px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 6px #ccc;
}
#header > .main_header_top > .currencies > .othercurrencies:before {
    content: '';
    display: block;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -9px;
    left: calc(50% - 9px);
    transform: rotate(45deg);
    background: #ffffff;
    z-index: -1;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}
#header > .main_header_top > .currencies.open > .othercurrencies {
    visibility: visible;
    opacity: 1;
    top: 44px;
    z-index: 1002;
}
#header > .main_header_top > .currencies > .othercurrencies > span {
    display: block;
    color: inherit;
    padding: 8px 14px;
    cursor: pointer;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
}
#header > .main_header_top > .currencies > .othercurrencies > span:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#header > .main_header_top > .currencies > .othercurrencies > span:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#header > .main_header_top > .currencies > .othercurrencies > span:hover {
    text-decoration: none;
    background: #e1e1e1;
}

/* Change country */
#header > .main_header_top > .countries {
    position: relative;
}
#header > .main_header_top > .countries > .curentcountry {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a0a0a;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header > .main_header_top > .countries > .curentcountry > img {
    display: block;
    height: 16px;
    width: 16px;
}
#header > .main_header_top > .countries > .curentcountry:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: solid #222;
    border-width: 0 1px 1px 0;
    padding: 2.5px;
    margin-right: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .1s ease-in-out;
}
#header > .main_header_top > .countries.open > .curentcountry:after {
    transform: rotate(225deg);
    top: 2px;
}
.changecountry #zeelpopup > .country_select > .select_box {
    margin-bottom: 26px;
}
.changecountry #zeelpopup > .country_select > .btns {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}



#header > .main_header {
    position: relative;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 2;
}
.scrolled #header > .main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.scrolled.scroll_down #header > .main_header,
.smartphone #header > .main_header {
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
}
#header > .main_header > .logo {
    display: block;
}
#header > .main_header > .logo > img {
    display: block;
    height: 32px;
}

#header > .main_header > .zeel_search {
    flex: 1;
    display: block;
}
#header > .main_header > .zeel_search > .in {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    align-items: normal;
    background: #fbfbfd;
    border: 1px solid #cbccce;
    border-radius: 30px;
}
#header > .main_header > .zeel_search > .in > .search_button {
    border: none;
    background: transparent;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
#header > .main_header > .zeel_search > .in > .search_button > img {
    opacity: 0.4;
}
#header > .main_header > .zeel_search > .in > .search_select {
    position: relative;
    cursor: pointer;
    height: 40px;
    padding: 8px 0;
    align-items: center;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_type {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-right: 10px;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_type > .search_selected_item {
    text-wrap: nowrap;
    line-height: 24px;
    font-size: 13px;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_type > .search_items_arrow {
    cursor: pointer;
    transition: 0.3s;
    width: 14px;
    height: 14px;
    background: url(../svg/chevron-down-solid.svg) center center no-repeat;
    background-size: 12px;
}
#header > .main_header > .zeel_search > .in > .search_select.open > .search_type > .search_items_arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_items_menu {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    color: black;
    min-width: 120px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
}
#header > .main_header > .zeel_search > .in > .search_select.open > .search_items_menu {
    opacity: 1;
    visibility: visible;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_items_menu > .search_opt {
    cursor: pointer;
    border-bottom: 1px solid #cbccce;
    font-size: 13px;
    padding: 4px 8px;
}
#header > .main_header > .zeel_search > .in > .search_select > .search_items_menu > .search_opt:hover {
    background-color: black;
    color: white;
}
#header > .main_header > .zeel_search > .in > .search_input {
    flex: 1;
    border: none;
}

@media only screen and (min-width: 1361px) {
    #header > .menu {
        position: relative;
        display: flex;
        align-items: center;
        background: #fff;
    }
    .scrolled #header > .menu {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 998;
        box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
    }
    .scrolled.scroll_down #header > .menu {
        display: none;
    }
    #header > .menu > .toggle_menu_close {
        display: none;
    }
    #header > .menu > ul {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 28px;
    }
    #header > .menu > ul > li {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 30px;
        padding-bottom: 10px;
    }
    #header > .menu > ul > li.drop_menu:after {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: solid #222;
        border-width: 0 1px 1px 0;
        padding: 3px;
        margin-left: 10px;
        margin-right: 2px;
        top: -2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all .1s ease-in-out;
    }
    #header > .menu > ul > li.drop_menu:hover:after {
        top: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #header > .menu > ul > li > a {
        display: block;
    }
    #header > .menu > ul > li > a:hover {
        text-decoration: none;
    }
    #header > .menu > ul > li > a > span {
        display: block;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #313131;
    }
    #header > .menu > ul > li > a.active > span {
        font-weight: 500;
    }
    #header > .menu > ul > li.drop_menu > ul.cats {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        min-height: 300px;
        list-style: none;
        margin: 0;
        padding: 10px 0 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
        z-index: 1;
    }
    #header > .menu > ul > li.drop_menu:hover > ul.cats {
        display: block;
    }
    #header > .menu > ul > li.drop_menu > ul.cats:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.6);
        background: #f7f7f7;
        box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(15px);
        z-index: -1;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > .mname {
        display: block;
        padding: 0 0 5px 25px;
        font-weight: 600;
        font-size: 18px;
        width: 220px;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li {
        z-index: 2;
        width: 220px;
    }
    #header > .menu > ul > li > ul.cats a {
        color: #000;
    }
    #header > .menu > ul > li > ul.cats > li > a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        padding: 7px 25px;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > a {
        padding: 5px 20px 5px 25px;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li:hover > a:after {
        margin: 0 0 0 15px;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > *:nth-child(2) > a {
        background: #eaeaea;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li:hover > a {
        background: #eaeaea!important;
    }
    #header > .menu > ul > li.drop_menu > ul.cats:has(li:hover) li > a {
        background: transparent;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > a:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 10px;
        background: url(../svg/chevron-right.svg) no-repeat;
        background-size: 10px;
        transition: all .2s;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats {
        visibility: hidden;
        opacity: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        margin: 0;
        padding: 46px 20px 20px;
        width: calc(100% - 220px);
        left: 220px;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background: #eaeaea;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > *:nth-child(2) > ul.cats {
        visibility: visible;
        opacity: 1;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li:hover > ul.cats {
        visibility: visible;
        opacity: 1;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > .mname {
        display: block;
        position: absolute;
        top: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > li {
        padding-left: 10px;
        margin: 0;
        width: 50%;
    }
    #header > .menu > ul > li.drop_menu > ul.cats > li > ul.cats > li > a {
        display: block;
        padding: 2px 0;
        white-space: normal;
    }
    
    .header_menu_overlay.open {
        display: none;
    }
    .header_menu_overlay.open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10, 10, 10, .6);
        pointer-events: none;
        z-index: 998;
    }
}

@media only screen and (min-width: 1361px) {
    
    #header .sup_and_comp.open .cus_sup {
        visibility: visible;
        opacity: 1;
        top: 44px;
        z-index: 1002;

    }
    #header .sup_and_comp .cus_sup p {
        margin: 0;
        color: white;
        font-size: 14px;
    }
    #header .cus_sup:before {
        content: '';
        display: block;
        position: absolute;
        height: 18px;
        width: 18px;
        top: -9px;
        left: calc(50% - 9px);
        transform: rotate(45deg);
        background: #2a2b2d;
        z-index: -1;
    }
    #header > .menu > .quick_links.open > .links {
        visibility: visible;
        opacity: 1;
        top: 44px;
        z-index: 1002;
    }
    #header > .menu > .quick_links > .links > a {
        display: block;
        padding: 8px 20px;
        border-radius: 10px;
        line-height: 20px;
        color: #fff;
    }
    #header > .menu > .quick_links > .links > a:hover {
        text-decoration: none;
        background: #707070;
    }
    #header > .main_header #search_link {
        width: 26px;
        height: 26px;
        min-height: 26px;
        min-width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        margin-right: 10px;
        background: #fff;
    }
    #header > .main_header #search_link > img {
        height: 16px;
        min-height: 16px;
        min-width: 16px;
        width: 16px;
    }
}

#header > .main_header > .toggle_menu {
    display: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 12px 10px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 11;
}
#header > .toggle_menu_backdrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    transition: all .3s ease-in-out;
    z-index: 2;
}
.menu_open #header > .toggle_menu_backdrop {
    visibility: visible;
    opacity: 1;
}
#header > .main_header > .toggle_menu > i {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #2a2b2d;
}
#header > .main_header > .toggle_menu > .to_1 {
    margin-top: 0px;
    transition: all .2s ease-out;
}
#header > .main_header > .toggle_menu > .to_2 {
    margin-top: 4px;
}
#header > .main_header > .toggle_menu > .to_3 {
    margin-top: 4px;
    transition: all .2s ease-out;
}
.menu_open #header > .main_header > .toggle_menu > .to_2 {
    display: none;
}
.menu_open #header > .main_header > .toggle_menu > .to_1 {
    transform: rotate(45deg);
    margin-top: 6px;
}
.menu_open #header > .main_header > .toggle_menu > .to_3 {
    transform: rotate(-45deg);
    margin-top: -2px;
}

#fullsearch .brand_search_icon {
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
    margin-bottom: 40px;
}
#fullsearch .brand_search_icon a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60%;
    background-color: #eeeff1;
}
#fullsearch .brand_search_icon a img {
    max-width: 80%;
    max-height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fullsearch #searchtable {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
#fullsearch #searchtable #searchinput {
    width: 100%;
    padding-right: 50px;
}
#fullsearch #searchtable #dosearch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 0;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" class="bi bi-search" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border: none;
    border-left: 1px solid #ccc;
    outline: none;
    background-color: transparent;
}



#header #question-mark {
    margin-left: 20px;
}
#header .question-mark {
    height: 26px;
    width: 26px;
    background: url(../svg/question-mark.svg) center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
}
#header #carts {
    position: relative;
    margin-left: 20px;
}
#header #carts > .carts_icon  {
    position: relative;
    width: 26px;
    height: 26px;
    background: url(../svg/cart3860.svg) no-repeat;
    background-position: center 0;
    background-size: 26px;
    cursor: pointer;
}
#header #carts > .carts_icon > .carts_num {
    position: absolute;
    top: -6px;
    right: -4px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    font-size: 10px;
    color: #fff;
    background-color: #F36AA4;
    cursor: pointer;
}
#header #updates {
    position: relative;
}
#header #updates .updates-icon {
    position: relative;
    width: 26px;
    height: 26px;
    background: url(../svg/rings30f4.svg) no-repeat;
    background-position: center 0;
    background-size: 22px;
    cursor: pointer;
}
#header #updates.open .updates-icon {
    background-position: center -26px;
}
#header #updates .updates-icon .new_notes {
    position: absolute;
    top: -6px;
    right: -4px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    font-size: 10px;
    color: #fff;
    background-color: #F36AA4;
    cursor: pointer;
}

#header #updates #loader {
    text-align: center;
    margin-top: 20px;
}
#header #updates #loader .loader {
    display: inline-block;
    border: 4px solid #dedede;
    border-radius: 50%;
    border-top: 4px solid #676767;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#header .sup_and_comp {
    position: relative;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    gap: 14px;
    margin-left: 20px;
}
#header .sup_and_comp > .sup_and_comp_icon {
    cursor:pointer;
    border-radius: 50%;
    background: #ffa6a6;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .sup_and_comp > .cus_sup {
    z-index: 1002;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    max-width: 270px;
    background: #2a2b2d;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    padding: 10px 15px;
}
#header .sup_and_comp > .cus_sup > p {
    display: flex;
    justify-content: space-between;
}

#question-mark {
    position: relative;
}
#question-mark .dropdown-form {
    position: absolute;
    width: 280px;
    right: 0;
    top: 40px;
    background-color: rgb(255 255 255 / 0.97);
    box-shadow: 0 3px 10px 0 rgb(187 187 187 / 80%);
    padding: 25px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    z-index: 10001;
}
#question-mark.open .dropdown-form {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
#question-mark .dropdown-form:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: -13px 0 0 -11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.97);
    box-shadow: 0 -3px 3px 0 rgb(187 187 187 / 68%);
}
#question-mark ul li {

}
#question-mark ul li a {
    display: block;
    color: inherit;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all .1s ease-in-out;
}
#question-mark ul li a:hover {
    text-decoration: none;
    background: #f1f1f1;
}

/* notifications */
#update-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 0;
    height: 650px;
    max-height: 70vh;
    width: 480px;
    background: #F6F6F6;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .1s;
    z-index: 1002;
}
#updates.open #update-menu {
    top: 44px;
    visibility: visible;
    opacity: 1;
}
#update-menu .update-header {
    position: relative;
    background: #eaeaea;
    z-index: 2;
}
#update-menu .update-header h4 {
    margin: 0;
    padding: 20px;
    line-height: 20px;
}
#update-menu .nots {
    padding: 0 0 20px 0;
    position: relative;
    height: 100%;
    overflow-y: auto;
}
#update-menu .nots::-webkit-scrollbar {
    width: 4px;
}
#update-menu .nots::-webkit-scrollbar-track {
    display: none;
    background: #efefef;
}
#update-menu .nots::-webkit-scrollbar-thumb {
    display: none;
    background: #777;
}
#update-menu .nots::-webkit-scrollbar-track,
#update-menu:hover .nots::-webkit-scrollbar-thumb {
    display: block;
}
#update-menu .nots::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#update-menu .nots .note {
    display: flex;
    padding: 14px 16px;
    transition: all .2s;
    font-size: 14px;
    line-height: 18px;
}
#update-menu .nots .note.fixed {
    background: #d1e7f1;
}
#update-menu .nots .note:hover {
    background-color: #f2f2f2;
}
#update-menu .nots .note .avatar {
    position: relative;
    margin-right: 16px;
    height: 76px;
    width: 76px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    border-radius: 50%;
    transition: all .2s;
}
#update-menu .nots .note .avatar.svg {
    padding: 14px;
}
#update-menu .nots .note:hover .avatar {
    background-color: #fff;
}
#update-menu .nots .note .avatar.svg > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 50px;
    max-height: 40px;
    object-fit: contain;
}
#update-menu .nots .note .avatar.not_svg > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#update-menu .nots .note .info {
    flex: 1;
}
#update-menu .nots .note .info > div {
    margin-bottom: 2px;
}
#update-menu .nots .note .info > div:last-child {
    margin-bottom: 0;
}
#update-menu .nots .note .info > .note_date {
    color: #777;
    font-size: 12px;
}
.notification-edit {}
.notification-edit > .edit-label {
    display: block;
    margin-bottom: 10px;
}
.notification-edit > .notification-author {
    margin-bottom: 20px;
}
#update-menu .nots .note .info .note_edit {
    cursor: pointer;
    text-decoration: underline;
}
#update-menu .nots .note .info .publisher_name {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
#update-menu .nots .note .info .newpost_link {
    color: inherit;
    text-decoration: underline;
}

#update-menu .nots .note .nots_picture {
    height: 76px;
    margin-left: 16px;
}
#update-menu .nots .note .nots_picture > .in {
    height: 76px;
    width: 76px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
}
#update-menu .nots .note .nots_picture .in > img {
    display: block;
    height: 100%;
}

#update-menu .no_notes {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#update-menu .nots_icon {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
    background: url('../svg/ring-gray.svg') center center no-repeat;
    background-size: contain;
    filter: grayscale(80%);
}

/* login */
#login {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#login > .sign_in {
    color: inherit;
    padding: 5px 20px;
    line-height: 21px;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    background: #fff;
    transition: all .1s ease-in-out;
}
#login > .sign_in:hover {
    text-decoration: none;
    background: #f1f1f1;
}
#login #login-block {
    display: none;
}
#login .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    color: #999;
    margin-left: 20px;
}
#login .profile > img {
    width: fit-content;
}
#login .profile.svg {
    width: 32px;
    height: 32px;
    padding: 5px;
    border: 1px solid #b7b7b7;
    background: #f5f5f5;
}

.login-block .ui-dialog-title .logo {
    text-align: center;
}
.login-block .ui-dialog-title .logo img {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}
/*.login-block  .ui-dialog-titlebar-close {
    display: none;
}*/
.login-block-title {
    text-align: center;
}
.login-block-title span {
    display: block;
    font-size: 1rem;
}
.login-block-title span:first-child {
    font-weight: 100;
}
.login-block-title span:second-child {
    font-weight: 500;
}
#login-block .conter {
    max-width: 350px;
    margin: 0 auto;
}
#login-block .soc-links {
}
#login-block .soc-links .log-or {
    text-align: center;
    margin: 10px 0;
}
#login-block .soc-links a {
    display: block;
    margin-bottom: 10px;
}
#login-block .soc-links a svg {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -3px;
    margin-right: 10px;
    margin: -4px 8px -4px -10px;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
}
#login-block .soc-icon {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: -2px 10px 0 -10px;
}
#login-block .soc-icon img {
    height: 100%;
    width: 100%;
}

#login-block .login_form {
    list-style: none;
    margin: 0;
    padding: 0;
}
#login-block .login_form li {
    margin-bottom: 20px;
}
#login-block .login_form li:first-child {
    margin-bottom: 12px;
}
#login-block .login_form li:last-child {
    margin-bottom: 0;
}
#login-block .login_form li button {
    font-size: 1rem;
}
#login-block .login_form li .forgot-password {
    margin-bottom: 0;
    text-align: right;
    margin-top: 10px;
}
#login-block .login_form li .forgot-password a {
    display: inline-block;
    font-size: .9rem;
    text-decoration: underline;
    color: inherit;
}
#login-block .login-foot {
    margin-top: 20px;
}
#login-block .login-foot .sign-up {
    display: block;
    text-align: center;
    color: inherit;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

/* speedbar */
.speedbar {
    margin-bottom: 30px;
    color: #555;
}
.speedbar > .over {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.speedbar a {
    color: inherit;
    color: #555;
}
.speedbar a:hover {
    text-decoration: none;
    color: #222;
}

/* profile menu */
#profile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    right: -360px;
    width: 360px;
    max-width: 100%;
    padding: 50px 20px 20px;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1002;
}
#profile-menu .profile-menu-close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}
#profile-menu .profile-menu-close:hover,
#update-menu .update-menu-close:hover {
    opacity: 1;
}
#profile-menu .profile-menu-close:before,
#profile-menu .profile-menu-close:after,
#update-menu .update-menu-close:before,
#update-menu .update-menu-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 19px;
    width: 2px;
    background-color: #333;
}
#profile-menu .profile-menu-close:before,
#update-menu .update-menu-close:before {
    transform: rotate(45deg);
}
#profile-menu .profile-menu-close:after,
#update-menu .update-menu-close:after {
    transform: rotate(-45deg);
}

#profile-menu .account-data {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#profile-menu .profile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    margin-right: 15px;
    border-radius: 24px;
    overflow: hidden;
    color: #999;
}
#profile-menu .profile-link.svg {
    height: 44px;
    width: 44px;
    padding: 10px;
    border: 1px solid #b7b7b7;
    background: #f5f5f5;
}
#profile-menu .profile-link > img {
    width: fit-content;
}
#profile-menu .profile-name {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
}
#profile-menu .profile-name span:nth-child(1) {
}
#profile-menu .profile-name span:nth-child(2) {
    color: #888;
}

#profile-menu .profile-links {
    list-style: none;
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
#profile-menu .profile-links li {
    padding: 9px 0;
    min-height: 30px;
}
#profile-menu .profile-links li a {
    display: flex;
    align-items: center;
    color: inherit;
}
#profile-menu .profile-links li a:hover {
    text-decoration: none;
    opacity: .8;
}
#profile-menu .profile-links li a span {
    display: block;
    font-size: 1rem;
}
#profile-menu .profile-links li a:before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 16px;
}
#profile-menu .profile-links li a.m_tariff > .plan {
    display: flex;
    align-items: center;
    flex: 1;
}
#profile-menu .profile-links li a.m_tariff > .plan > .dots {
    flex: 1;
    margin: 0 14px;
    height: 14px;
    border-bottom: 1px dotted;
}
#profile-menu .profile-links li a.m_tariff > .plan > .tariff {
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}
#profile-menu .profile-links li a.m_tariff > .plan.free > .tariff {
    border: 1px solid #ffa7a7;
    background-color: #ffdbdb;
    color: #b70000;
}
#profile-menu .profile-links li a.m_tariff > .plan.pro > .tariff {
    border: 1px solid #56df00;
    background-color: #d7f7c2;
    color: #006908;
}
#profile-menu .profile-links li a.m_accaunt:before {
    background: url('../svg/m_accaunt.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_tariff:before {
    background: url('../svg/m_tariff.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_statistics:before {
    background: url('../svg/m_stats.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_settings:before {
    background: url('../svg/m_settings.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_admin_p:before {
    background: url('../svg/m_admin_p.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_collections:before {
    background: url('../svg/m_collections.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_moodboards:before {
    background: url('../svg/mood-g.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_likes:before {
    background: url('../svg/m_likes.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_downloads:before {
    background: url('../svg/m_downloads.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_stats:before {
    background: url('../svg/m_stats.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_finance:before {
    background: url('../svg/m_finance.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_countryfilter:before {
    background: url('../svg/m_countryfilter.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_userlist:before {
    background: url('../svg/m_userlist.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_promocode:before {
    background: url('../svg/m_promocode.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_translation:before {
    background: url('../svg/m_translation.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_complaints:before {
    background: url('../svg/m_complaints.svg') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_dialogues:before {
    background: url('../png/mess_uu_b.png') center center no-repeat;
    background-size: contain;
}
#profile-menu .profile-links li a.m_addnews:before {
    background: url('../svg/m_addnews.svg') center center no-repeat;
    background-size: contain;
}




/* brands */
.brands_overflow {
    overflow-x: hidden;
}

#profile_filter form {
    width: 100%;
    display: flex;
}
#profile_filter form label {
    width: 25%;
    max-width: 300px;
    margin-right: 20px;
}
#profile_filter form label#search_by_name input.search_by_name {
    padding-right: 50px;
}
#profile_filter form label#search_by_name .submit_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding: 0;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" class="bi bi-search" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-left: 1px solid #ccc;
    background-color: transparent;
    cursor: pointer;
}

.admfunc {
    display: flex;
    align-items: center;
}
.admfunc .refresh {
    display: block;
    width: 20px;
    height: 16px;
    margin-left: 16px;
    cursor: pointer;
    background: url(../svg/refresh.svg) no-repeat;
    background-size: contain;
}
#brands #zeel-content .brands,
#artists #zeel-content .brands,
#artists #design-studios .brands {
    margin: 40px 0;
}
.brands .type {
    text-align: center;
    margin-bottom: 20px;
}
.brands .type label {
    padding: 4px 20px;
    cursor: pointer;
}
.brands .alphabet {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.brands .alphabet label {
    display: inline-block;
    line-height: 1;
    padding: 4px 10px;
    cursor: pointer;
}
.brands input[type="radio"] {
    display: none;
}
.brands input[type="radio"]:checked+label {
    color: #FF9A84;
    font-weight: 500;
}

#adduser {
    display: none;
}
#adduser input {
    width: 100%;
    max-width: 100%;
}
#adduser input.empty {
    border-color: red!important;
}
#adduser ul li {
    margin-bottom: 30px;
}
#adduser ul li:last-child {
    margin-bottom: 0;
}

.brands > .brand_list > .artist_list > .logo > img {
    display: block;
}
.brands .brand_list {
    display: grid;
    grid-template-columns: repeat(5, 18.5%);
    grid-gap: 30px 1.875%;
}
.brand_list > .item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #F2F3F7;
    transition: all .2s ease-out;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.brand_list > .item:hover {
    text-decoration: none;
    background: #e5e7ef;
}
/*.brand_list > .item.pro {
    border: 2px solid gold;
    background: linear-gradient(135deg, #fff, #fdf6d9);
}
.brand_list > .item.pro:hover {
    background: linear-gradient(135deg, #fffefb, #fff1b9);
}
.brand_list > .item.pro > .pro_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(31deg, #ffef9b, gold);
    color: #000;
    border-bottom-left-radius: 15px;
    padding: 2px 14px;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 2;
}*/
.brand_list > .item > .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 8% 30%;
    position: relative;
}
.brand_list > .item > .logo.artist_logo {
    height: 150px;
}
.brand_list > .item > .logo > img.img {
    max-width: 100%;
    max-height: 100%;
}
.brand_list > .item > .logo.artist_logo > img.img {
    border-radius: 50%;
}
.brand_list > .item > .logo > .edit_svg_icon,
.brand_list > .item > .logo > .edit_png_icon {
    position: absolute;
    display: none;
    height: 30px;
    width: 30px;
    background-color: #cecece;
    border-radius: 15px;
    cursor: pointer;
    z-index: 2;
}
.brand_list > .item > .logo > .edit_svg_icon {
    left: 10px;
    top: 10px;
}
.brand_list > .item > .logo > .edit_png_icon {
    left: 10px;
    top: 10px;
}
.brand_list > .item > .logo:hover > .edit_svg_icon,
.brand_list > .item > .logo:hover > .edit_png_icon {
    display: block;
}

.brand_list > .item > .previews {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.brand_list > .item > .previews > .item {
    flex-basis: calc(50% - 6px);
    width: calc(50% - 6px);
}
.brand_list > .item > .previews > .item:nth-child(1) {
    margin: 0 6px 6px 0;
}
.brand_list > .item > .previews > .item:nth-child(2) {
    margin: 0 0 6px 6px;
}
.brand_list > .item > .previews > .item:nth-child(3) {
    margin: 6px 6px 0 0;
}
.brand_list > .item > .previews > .item:nth-child(4) {
    margin: 6px 0 0 6px;
}
.brand_list > .item > .previews > .item > .in {
    position: relative;
    width: 100%;
    padding-top: 89.56%;
    overflow: hidden;
}
.brand_list > .item > .previews > .item > .in > .prev {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.brand_list > .item > .previews > .item > .in > .edit_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    height: 30px;
    width: 30px;
    background-color: #cecece;
    border-radius: 15px;
    cursor: pointer;
    z-index: 2;
}
.desktop .brand_list > .item > .previews > .item > .in:hover > .edit_icon {
    display: block;
}
.brand_list > .item > h2 {
    margin: 0;
    padding: 30px 20px 20px;
    font-size: 1.2rem;
    color: #0a0a0a;
    text-align: center;
}

.brand_list > .item > .coming-soon,
.brand_list > .artist > .coming-soon {
    position: absolute;
    padding: 8px 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(92 94 102 / 50%);
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    z-index: 1;
}

.brand_list > .item.present_brand {
    color: #fff;
    background: #2A2B2D;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.brand_list > .item.present_brand > span {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 50px;
    background: url('../svg/plus.svg') top center no-repeat;
    background-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
/* .brand_list > .artist {
    position: relative;
    display: block;
    max-width: 320px;
    width: auto;
    margin: 1%;
    background: #F2F3F7;
    transition: all .2s ease-out;
    overflow: hidden;
    border-radius: 10px;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.2)) drop-shadow(-8px -8px 10px rgba(250, 250, 250, 1));
}*/






/* lostpassword */
.lostpassword {
    list-style: none;
    width: 300px;
    margin: 0 auto;
    padding: 0;
}
.lostpassword li {
    margin-bottom: 20px;
}
.lostpassword li:last-child {
    margin-bottom: 0;
}

/* registration */
.register,
.register body {
    background: #fbfcff;
}
.register #zeel-content {
    background: url(../png/register.png) center center no-repeat;
    background-size: contain;
}
#registration {
}
.registration {
    width: 340px;
    margin: 0 10% 0 auto;
}
.registration ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.registration ul li {
    margin-bottom: 15px;
}
.registration ul li #result-registration {
    font-size: 12px;
    margin-top: 10px;
}
.registration ul li .g-recaptcha > div {
    margin: 0 auto;
}
.registration ul.soc-links a span {
    display: inline-block;
    vertical-align: top;
}
.registration ul.soc-links a .soc-icon {
    width: 26px;
    height: 26px;
    margin: -2px 10px 0 -10px;
}
.registration ul.soc-links a .soc-icon img {
    height: 100%;
    width: 100%;
}
.registration-foot {
    margin-top: 40px;
}
.registration .reg-title {
}
.registration .reg-title .logo {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    margin-bottom: 15px;
}
.registration .reg-title h1 {
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 10px;
}
.registration .reg-title h1 span {
    display: block;
    margin-bottom: 8px;
    text-align: center;
}


/* filter */


.filter {
    margin: 40px 0 50px;
}
.filter  .filter_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    height: 40px;
    line-height: 30px;
    padding: 0 12px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    /*box-shadow: 4px 4px 5px rgba(62, 68, 77, 0.16);*/
    transition: all .1s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter  .filter_btn .final-score-fil {
    display: flex;
    align-items: center;
    height:20px;
    margin-right: 5px;
    background: rgba(25,188,201,0.2);
    border:1px solid rgba(30,39,50,0.12);
    padding: 0 2px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}
.filter .category,
.filter .material,
.filter .style {
    max-width: 325px;
    min-width: 200px;
}
.filter_form li.dropdown > .categories > ul,
.filter_form li.dropdown > .styles > ul,
.filter_form li.dropdown > .materials > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter  .filter_btn:hover {
    text-decoration: none;
}
.filter  .filter_btn.black {
    background-color: #2A2B2D;
    border: 1px solid #555;
    color: #fff;
}
.filter  .filter_btn.black:hover {
    background-color: #585a5f;
}
.filter  .filter_btn.grey {
    background-color: #999ba0;
    border: 1px solid #999ba0;
    color: #fff;
}
.filter  .filter_btn.grey:hover {
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
}


.filter_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter_form input[type=checkbox] {
    display: none;
}
.filter_form span.chekblock {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #757575;
    background-color: #fff;
    margin-right: 5px;
}
.filter_form input[type=checkbox]:checked+span.chekblock {
    background-color: #f36aa4;
    border-color: #f36aa4;
}
.textures .filter_form .disabled label,
.textures .filter_form .disabled .filter_btn {
    cursor: no-drop;
    color: #adadad;
}
.textures .filter_form .disabled span.chekblock {
    background-color: #ccc!important;
    border-color: #ccc!important;
}

.filter_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter_form > .item_1 > ul {
    display: flex;
    align-items: center;
}
.filter_form > .item_1 > ul > li {
    margin-right: 10px;
}
.filter_form > .item_1 > ul > li:last-child {
    margin-right: 0;
}
.filter_form li.dropdown > .filter_btn .chevron {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background: url(../svg/chevron-down-solid-2.svg) center center no-repeat;
    background-size: contain;
    transition: all .05s ease-in-out;
}
.filter_form li.dropdown.open > .filter_btn .chevron {
    transform: rotate(180deg);
}

.filter_form li.dropdown > .categories {
    max-height: 400px;
    height: auto;
    min-width: 160px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .categories {
    display: flex;
}
.filter_form li.dropdown > .categories > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter_form li.dropdown > .categories > ul > li {
    margin-bottom: 10px;
}
.filter_form li.dropdown > .categories > ul > li.prnt_cat {
    display: block;
    font-weight: 700;
    padding: 4px 18px;
    margin-bottom: 0;
}
.filter_form li.dropdown > .categories > ul > li > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 24px;
    cursor: pointer;
}
.filter_form li.dropdown > .categories > ul > li > ul > li > label:hover {
    background-color: #dadada;
}

.filter_form li.dropdown > .styles {
    max-height: 400px;
    min-width: 200px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar {
    width: 12px; /* ширина вертикальной полосы */
    height: 12px; /* высота горизонтальной полосы */
}

/* Стилизация "ползунка" (собственно скроллбар) */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-thumb,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-thumb,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-thumb {
    background-color: #888; /* цвет ползунка */
    border-radius: 6px; /* закругленные углы */
    border: 3px solid #fff; /* добавление границы вокруг ползунка */
}

/* Стилизация области, по которой ползунок двигается */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-track,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-track,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* цвет фона трека */
    border-radius: 6px;
}

/* Стилизация при наведении на ползунок */
.filter_form li.dropdown > .materials > ul::-webkit-scrollbar-thumb:hover,
.filter_form li.dropdown > .styles > ul::-webkit-scrollbar-thumb:hover,
.filter_form li.dropdown > .categories > ul::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* цвет ползунка при наведении */
}

.category_del:hover .del_hov {
    display: flex;
}

.del_hov {
    display: none;
    position: absolute;
    background: black;
    width: 100%;
    color: white;
    height: 20px;
    align-items: center;
    border-radius: 4px;
    left: 0;
    border: 1px;
    justify-content: center;
    padding: 0 2px;
}

.category_del {
    min-width: 55px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    background: rgba(25, 188, 201, 0.2);
    border: 1px solid rgba(30, 39, 50, 0.12);
    padding: 0 2px;
    border-radius: 5px;
    position: relative;
    justify-content: center;
}
.filter_form li.dropdown.open > .styles {
    display: flex;
}
.filter_form li.dropdown > .styles > ul {
    overflow-y: scroll;
    padding: 20px 0;
}
.filter_form li.dropdown > .styles > ul > li {
    margin-bottom: 10px;
}
.filter_form li.dropdown > .styles > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    cursor: pointer;
}
.filter_form li.dropdown > .styles > ul > li > label:hover {
    background-color: #dadada;
}


.filter_form li.style > ul {
    display: flex;
    align-items: center;
}

.filter_form li.opened > ul {
    display: flex;
    align-items: center;
}
.filter_form li.opened > ul li {
    margin-right: 15px;
}
.filter_form li.opened > ul li:last-child {
    margin-right: 0;
}

.filter_form .filter_btn #chosed_color {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 50%;
}
.filter_form li.dropdown > .color {
    width: 162px;
    padding: 12px;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .color {
    display: block;
}
.filter_form .color li.colorset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter_form li.colorset input {
    display: none;
}
.filter_form li.colorset label {
    height: 26px;
    width: 26px;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.filter_form li.colorset input[type="radio"]:checked+label {
    background-image: url('../svg/check-white.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.filter_form li.colorset input[type="radio"]:checked+label.color_1 {
    background-image: url('../svg/check-black.svg');
}
.filter_form .color_0 {
    background: rgb(255,255,255) url('../svg/color-circle.svg');
    background-size: cover;
}
.filter_form .color_1   {background-color: rgb(255,255,255); border: 1px solid #555;}
.filter_form .color_2   {background-color: rgb(230,210,190)}
.filter_form .color_3   {background-color: rgb(128,128,128)}
.filter_form .color_4   {background-color: rgb(0,0,0)}
.filter_form .color_5   {background-color: rgb(250,210,50)}
.filter_form .color_6   {background-color: rgb(250,140,40)}
.filter_form .color_7   {background-color: rgb(190,10,20)}
.filter_form .color_8   {background-color: rgb(120,60,10)}
.filter_form .color_9   {background-color: rgb(60,210,200)}
.filter_form .color_10  {background-color: rgb(100,190,250)}
.filter_form .color_11  {background-color: rgb(40,80,220)}
.filter_form .color_12  {background-color: rgb(90,20,150)}
.filter_form .color_13  {background-color: rgb(130,230,50)}
.filter_form .color_14  {background-color: rgb(50,100,10)}
.filter_form .color_15  {background-color: rgb(250,200,220)}
.filter_form .color_16  {background-color: rgb(200,20,170)}

.filter_form .color_reset {
    margin-top: 10px;
}
.filter_form .color_reset span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../svg/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form > .item_2 {
    display: flex;
    margin-left: 10px;
}
.filter_form > .item_2 .clear .clr {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../svg/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form > .item_3 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.filter_form > .item_3 > select {
    width: auto;
}


.selected_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.selected_list li {
    margin-right: 10px;
    margin-top: 10px;
}
.selected_list li:last-child {
    margin-right: 0;
}
.selected_list li span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../svg/close_white.svg) center center no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.filter_form li.dropdown > .materials {
    max-height: 400px;
    min-width: 200px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
.filter_form li.dropdown.open > .materials {
    display: flex;
}
.filter_form li.dropdown > .materials > ul > li > label {
    display: flex;
    align-items: center;
    padding: 4px 24px;
    cursor: pointer;
}
.filter_form li.dropdown > .materials > ul > li > label:hover {
    background-color: #dadada;
}
.filter_form .filter_btn.materials_apply {
    border-radius: 0;
}


/* shortstory */
.short {
}
.short > .in {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.desktop .short > .in:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /*transform: translate(0, -4px);*/
    z-index: 10;
}
.short > .in .credit_info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.short > .in .credit_info > .item {
    border-bottom-right-radius: 15px;
    padding: 2px 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: -1px 1px 4px rgb(0 0 0 / 40%);
}
.short > .in .credit_info > .down_credit {
    background: #dbdbdb;
    color: #222;
}
.short > .in .credit_info > .texture_icon {
    background: #dbdbdb;
    color: #555;
}
.short > .in .fixate {
    position: absolute;
    left: 8px;
    top: 30px;
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 2;
}
.short:hover > .in .fixate {
    opacity: 1;
    visibility: visible;
}
.short > .in .fixate:hover {
}
.short > .in .fixate.fixed {
    border-color: #00b46d;
}
.short > .in .fixate .in {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #cfcfcf;
}
.short > .in .fixate.fixed .in {
    background: #00b46d;
}

.short > .in a {
    display: block;
    position: relative;
    color: inherit;
}
.short > .in a:hover {
    text-decoration: none;
}
.short > .in a .p_title {
    margin: 0;
    font-weight: 500;
    font-size: 1em;
    padding: 10px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.short > .in img.second {
    opacity: 0;
    position: absolute;
    left: 0;
}
.short > .in.hover img.first {
    opacity: 0;
}
.short > .in.hover img.second {
    opacity: 1;
}
.short > .in .image_block {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.short > .in .image_block > img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.short > .in .image_block .adlt_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.short > .in .image_block .adlt_content > .in {
    flex: 1;
    z-index: 2;
}
.short > .in .image_block .adlt_content > .in > .icon {
    display: block;
    margin: 0 auto 16px;
    height: 24px;
    width: 24px;
    background: url('../svg/eye-slash-fill.svg') center center no-repeat;
    background-size: contain;
}
.short > .in .image_block .adlt_content > .in > p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.short > .in .image_block .adlt_content > .in > .btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.short > .in .image_block .adlt_content > .in > .btns > span {
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 30px;
    color: #000;
    cursor: pointer;
    margin: 10px;
}
.short > .in .image_block .adlt_content > .in > .btns > span.gear {
    background: rgb(255 255 255 / 80%) url(../svg/gear.svg) center center no-repeat;
    background-size: 16px;
}
.short > .in .image_block .adlt_content > .in > .btns > span.eye {
    background: rgb(255 255 255 / 80%) url(../svg/eye_big.svg) center center no-repeat;
    background-size: 16px;
}
.short > .in .image_block .adlt_content > .in > .btns > span:hover {
    background-color: rgb(255 255 255 / 90%);
}

#zeelpopup .manage_adult_setting {
}
#zeelpopup .manage_adult_setting > .descr {
}
#zeelpopup .manage_adult_setting > .descr > p {
    margin-bottom: 20px;
}
#zeelpopup .manage_adult_setting > .descr > label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
#zeelpopup .manage_adult_setting > .descr > label > input {
    flex: 0 0 auto;
    margin: 5px 10px 0 0;
}
#zeelpopup .manage_adult_setting > .descr > label > .info {
    flex: 0 1 auto;
}
#zeelpopup .manage_adult_setting > .btns {
    margin-top: 20px;
}

.short > .in > .actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
}
.short:hover > .in > .actions {
    opacity: 1;
    visibility: visible;
}
.short > .in > .actions > .item > .action {
    display: flex;
    align-items: center;
    height: 40px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
    border-radius: 20px;
    cursor: pointer;
}
.short > .in > .actions > .item > .action > .icon {
    display: block;
    height: 40px;
    width: 40px;
}
.short > .in > .actions > .item > .action > .txt {
    display: none;
    margin-left: 14px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.short > .in > .actions > .item > .action:hover > .txt {
    display: block;
}
.short > .in > .actions > .item.save > .action.minus > .icon {
    background: url('../svg/heart.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.save > .action.plus > .icon {
    background: url('../svg/heart-o.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.collection > .action.add > .icon {
    background: url('../svg/bookmark.svg') center center no-repeat;
    background-size: 18px;
}
.short > .in > .actions > .item.collection > .action.del > .icon {
    background: url('../svg/bookmark-x.svg') center center no-repeat;
    background-size: 18px;
}

#toprightpopup > .add_to_save_popup {
    display: flex;
    gap: 10px;
    align-items: center;
	padding: 10px;
}
#toprightpopup > .add_to_save_popup:hover {
    text-decoration: none;
}
#toprightpopup > .add_to_save_popup > .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
#toprightpopup > .add_to_save_popup > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
#toprightpopup > .add_to_save_popup > .content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
#toprightpopup > .add_to_save_popup > .content > .saved_in {
    color: #999;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}
#toprightpopup > .add_to_save_popup > .content > .wishlist {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
#toprightpopup > .add_to_save_popup > .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: url('../svg/chevron-right-2.svg') center center no-repeat;
    background-size: 20px;
}

.short .info_block {
    padding: 0 16px 16px;
}
.short .info_block > .info_stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
    color: #666;
    line-height: 20px;
    font-size: 12px;
}
.short:hover .info_block > .info_stats {
    opacity: 1;
    visibility: visible;
}
.short .info_block > .info_stats > .date {
    padding-left: 16px;
    background: url('../svg/date.svg') center left no-repeat;
    background-size: 12px;
}
.short .info_block > .info_stats > .stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.short .info_block > .info_stats > .stats > .views {
    margin-right: 14px;
    padding-left: 20px;
    background: url('../svg/views.svg') center left no-repeat;
    background-size: 15px;
}
/* Downloads */
.short .info_block > .info_stats > .stats > .downloads {
    margin-right: 10px;
    padding-left: 20px;
    background: url('../svg/downloads.svg') center left no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.download-popup .data_content {
    min-height: 250px;
}
.download-popup .download_options {
    display: flex;
    gap: 10px;
}
.download-popup .download_options .download_option {
    display: block;
    margin-bottom: 10px;
}
.download-popup .download_options .download_option:last-child {
    margin-bottom: 0;
}
.download-popup .download_options .download_option.active_option {
    background: #2A2B2D;
    color: white;
    border: none;
}

.download-popup .drop_data {
    position: relative;
}
.download-popup .drop_data.open .drop_data_icon {
    background: #ccc;
}
.download-popup .drop_data .years {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    height: 185px;
    background: #fff;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.17);
    z-index: 1;
}
.download-popup .download_options.open .drop_data {
    overflow: visible;
}
.download-popup .download_options.open .drop_data .years {
    opacity: 1;
    visibility: visible;
}
.download-popup .drop_data .years .year {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
}
.download-popup .drop_data .year.current {
    display: block;
}
.download-popup .drop_data .year .y_title {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.download-popup .drop_data .year .y_title .next,
.download-popup .drop_data .year .y_title .prev {
    display: block;
    height: 20px;
    width: 30px;
    cursor: pointer;
}
.download-popup .drop_data .year .y_title .next {
    background: #fff url('../svg/arrow-right.svg') center center no-repeat;
    background-size: contain;
}
.download-popup .drop_data .year .y_title .prev {
    background: #fff url('../svg/arrow-left.svg') center center no-repeat;
    background-size: contain;
}
.download-popup .drop_data .year .y_title .next.disabled,
.download-popup .drop_data .year .y_title .prev.disabled {
    opacity: .5;
}

.drop_data .year .monts {
    display: flex;
    flex-wrap: wrap;
}
.drop_data .year .monts a,
.drop_data .year .monts span {
    flex-basis: 25%;
    text-align: center;
    padding: 6px;
    transition: all .1s ease-in-out;
}
.drop_data .year .monts a:hover {
    text-decoration: none;
}
.drop_data .year .monts a {
    color: #333;
}
.drop_data .year .monts span {
    color: #ccc;
}
.drop_data .year .monts a:hover,
.drop_data .year .monts a.current {
    background-color: rgba(96, 141, 255, 0.53);
}


.download-popup table {
    width: 100%;
}
.download-popup .data_total {
    display: block;
    margin: 10px 0;
    font-size: 20px;
}
.download-popup table tr:nth-child(even) {
    background-color: #f2f2f2;
    transition: .2s ease;
}
.download-popup table tr:hover {
    background-color: #ddd;
}
.download-popup thead {
    font-weight: bold;
}
.download-popup thead th {
    text-align: left;
    font-size: 18px;
}
.download-popup tbody a {
    color: #000;
}
.download-popup tbody > tr :is(td:first-child, a) {
    max-width: 150px;
    word-wrap: break-word;
}
.download-popup table :is(th, td) {
    /* border: 1px solid #ddd; */
    padding: 8px;
}
/* Downloads */
.short .info_block > .info_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.short .info_block > .info_foot > .brand_name {
    position: relative;
    font-weight: bold;
    color: #555;
    max-width: calc(100% - 60px);
}
.short .info_block > .info_foot > .brand_name > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.short .info_block > .info_foot > .brand_name > a:hover {
    color: #000;
}
.short .info_block > .info_foot > .brand_name > .logo {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 80px;
    height: 80px;
    padding: 4px;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 20%);
    transition: all .2s ease-in-out;
}
.short .info_block > .info_foot > .brand_name > .logo:before {
    content: '';
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 25%);
    z-index: 1;
}
.short .info_block > .info_foot > .brand_name > a:hover + .logo {
    opacity: 1;
    visibility: visible;
}
.short .info_block > .info_foot > .brand_name > .logo > .in {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(242 243 247);
    border-radius: 2px;
    z-index: 2;
}
.short .info_block > .info_foot > .brand_name > .logo > .in > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 75%;
    max-height: 70%;
    object-fit: contain;
}
.short .info_block > .info_foot > .price {
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #00b500;
}



/* catalog content */
.catalog_content {
    display: grid;
    grid-template-columns: repeat(6, 14.5%);
    grid-gap: 30px 2.6%;
}
.catalog_content > .item {
    max-width: 222px;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.catalog_content > .item > .in {
}
.catalog_content > .item > .in > .catalog_img {
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    overflow: hidden;
}
.catalog_content > .item > .in > .catalog_img > img {
    display: block;
}
.catalog_content > .item > .in > .catalog_img > .download {
    position: absolute;
    display: block;
    color: inherit;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #313131;
    color: #fff;
    transition: all .2s ease-in-out;
}
.catalog_content > .item:hover > .in > .catalog_img > .download {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.catalog_content > .item:hover > .in > .catalog_img > .download:hover {
    text-decoration: none;
}
.catalog_content > .item:hover > .in > .catalog_img > .download > span {
    display: inline-block;
    max-width: 100%;
    padding-left: 24px;
    background: url('../svg/download-white.svg') left center no-repeat;
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_content > .item > .in > h3 {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.catalog_content > .item > .in > .catalog_icon {
    position: absolute;
    top: 14%;
    right: -14px;
    line-height: 1;
    font-size: 13px;
    padding: 8px 18px;
    color: #fff;
    background: #f55a5a;
    border-radius: 4px;
    z-index: 2;
}
.catalog_content > .item > .action_list {
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    right: 20px;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.catalog_content > .item:hover > .action_list {
    visibility: visible;
    opacity: 1;
}
.catalog_content > .item > .action_list > .action_btn {
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / 80%) url(../svg/list.svg) left center no-repeat;
    background-size: contain;
    border-radius: 2px;
}
.catalog_content > .item > .action_list > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #8898aa1a, 0 15px 35px #31315d1a, 0 5px 15px #00000014;
    transition: all .2s ease-in-out;
}
.catalog_content > .item > .action_list.open > ul {
    visibility: visible;
    opacity: 1;
}
.catalog_content > .item > .action_list > ul > li {
    white-space: nowrap;
    padding: 4px 10px;
    border-bottom: 1px solid #ebebeb;
}
.catalog_content > .item > .action_list > ul > li:hover {
    background: #f6f8fa;
}
.catalog_content > .item > .action_list > ul > li:last-child {
    border: none;
}

/* catalog content */
.dealer_content {
}
.dealer_content > .item {
    position: relative;
    padding: 9px;
    margin-bottom: 20px;
}
.dealer_content > .item > .in {
}
.dealer_content > .item > .in > .catalog_img {
    position: relative;
    border: 1px solid #eee;
    border-radius: 2px;
    overflow: hidden;
}
.dealer_content > .item > .in > .catalog_img > img {
    display: block;
}
.dealer_content > .item > .in > .catalog_img > .download {
    position: absolute;
    display: block;
    color: inherit;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #313131;
    color: #fff;
    transition: all .2s ease-in-out;
}
.dealer_content > .item:hover > .in > .catalog_img > .download {
    position: absolute;
    bottom: 0;
    color: #fff;
}
.dealer_content > .item:hover > .in > .catalog_img > .download:hover {
    text-decoration: none;
}
.dealer_content > .item:hover > .in > .catalog_img > .download > span {
    display: inline-block;
    max-width: 100%;
    padding-left: 24px;
    background: url('../svg/download-white.svg') left center no-repeat;
    background-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dealer_content > .item > .in > h3 {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}
.dealer_content > .item > .in > .catalog_icon {
    position: absolute;
    top: 14%;
    right: -3px;
    line-height: 1;
    font-size: 13px;
    padding: 8px 18px;
    color: #fff;
    background: #f55a5a;
    border-radius: 4px;
    z-index: 2;
}
.dealer_content > .item > .action_list {
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    top: 20px;
    right: 20px;
    transition: all .2s ease-in-out;
    z-index: 3;
}
.dealer_content > .item:hover > .action_list {
    visibility: visible;
    opacity: 1;
}
.dealer_content > .item > .action_list > .action_btn {
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / 80%) url(../svg/list.svg) left center no-repeat;
    background-size: contain;
    border-radius: 2px;
}
.dealer_content > .item > .action_list > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #8898aa1a, 0 15px 35px #31315d1a, 0 5px 15px #00000014;
    transition: all .2s ease-in-out;
}
.dealer_content > .item > .action_list.open > ul {
    visibility: visible;
    opacity: 1;
}
.dealer_content > .item > .action_list > ul > li {
    white-space: nowrap;
    padding: 4px 10px;
    border-bottom: 1px solid #ebebeb;
}
.dealer_content > .item > .action_list > ul > li:hover {
    background: #f6f8fa;
}
.dealer_content > .item > .action_list > ul > li:last-child {
    border: none;
}

/* collections popup */
.add_collection_popup .ui-dialog-titlebar {
    border-bottom: 1px solid #ccc;
}
.add_collection_popup .ui-dialog-content {
    padding: 0;
}
.add_collection_popup .coll-popup {
    display: flex;
    flex-direction: row;
}
.add_collection_popup .coll-popup .coll_img {
    padding: 20px;
    width: 100%;
    max-width: 260px;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_collection_popup .coll-popup .coll_img img {
}
.add_collection_popup .coll-popup .coll_attr {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.add_collection_popup .coll-popup .coll_attr > .coll_colls {
    flex: 1;
}
.add_collection_popup .coll-popup .coll_attr > .coll_add_new {
    border-top: 1px solid #ccc;
    background: #fbfbfb;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
.add_collection_popup .coll-popup .coll_attr .permissions {
}
.add_collection_popup .coll-popup .coll_attr .permissions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label {
    display: flex;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label > span {
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #000;
}
.add_collection_popup .coll-popup .coll_attr .permissions > label > input {
    margin: 0 4px 0 0;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 14px 20px 14px 60px;
    background: #fff url('../svg/folder.svg') 20px center no-repeat;
    background-size: 24px;
    cursor: pointer;
}
.add_collection_popup .coll-popup .coll_attr ul.coll_list li:hover {
    background-color: #f1f1f1;
}
.add_collection_popup .coll-popup .coll_attr label.cr_name_label {
    display: flex;
    height: 42px;
    padding: 0 0 0 25px;
    vertical-align: middle;
    border: 1px solid;
    border-color: #cbccce;
    border-radius: 4px;
    background: #fff url('../svg/plus-circle-fill.svg') 10px center no-repeat;
    background-size: 15px;
    overflow: hidden;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_label.error {
    border-color: red;
}
.add_collection_popup .coll-popup .coll_attr .cr_name {
    flex: 1;
    border: none;
    outline: none;
    margin: 0;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_btn {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 2px 14px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.add_collection_popup .coll-popup .coll_attr .cr_name_btn:hover {
    opacity: .9;
}

.edit_collection_popup .coll-popup .coll_attr .permissions {
    margin-bottom: 30px;
}
.edit_collection_popup .coll-popup .coll_attr .permissions > label {
    display: block;
    padding: 2px 0;
}


/* moodboard popup */
.add_moodboard_popup .coll-popup {
    display: flex;
    flex-direction: row;
}
.add_moodboard_popup .coll-popup .coll_img {
    margin-right: 30px;
    max-width: 220px;
}
.add_moodboard_popup .coll-popup .coll_img img {
    border-radius: 4px;
}
.add_moodboard_popup .coll-popup .coll_attr {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.add_moodboard_popup .coll-popup .coll_attr > div:first-child {
    flex: 1 0 auto;
}
.add_moodboard_popup .coll-popup .coll_attr > div:last-child {
    flex: 0 0 auto;
}
.add_moodboard_popup .coll-popup .coll_attr ul.coll_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.add_moodboard_popup .coll-popup .coll_attr .cr_ttl {
    margin-bottom: 10px;
    font-weight: 500;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions {
    margin-bottom: 20px;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label {
    display: block;
    padding: 2px 0;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions {
    display: flex;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label {
    display: flex;
    margin-right: 14px;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label:last-child {
    margin-right: 0;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label > span {
    display: block;
    font-size: 11px;
    color: #000;
}
.add_moodboard_popup .coll-popup .coll_attr .permissions > label > input {
    margin: 0 4px 0 0;
}
.add_moodboard_popup .coll-popup .coll_attr ul.coll_list li {
    font-size: 1.3em;
    font-weight: 500;
    margin: 2px 0;
    padding: 2px 0;
    cursor: pointer;
}
.add_moodboard_popup .coll-popup .coll_attr .cr_name {
    margin-bottom: 15px;
}
.add_moodboard_popup .coll-popup .coll_attr .creat-coll {
    text-align: right;
}


/* userinfo.tpl */
.userinfo .user_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}
.userinfo .user_header .item {
    flex-grow: 0;
    flex-shrink: 0;
}
.user_header .left_item {
    flex-basis: 30%;
    text-align: left;
}
.user_header .right_item {
    flex-basis: 30%;
    text-align: right;
}
.user_header .midle_item {
    text-align: center;
    flex-basis: 40%;
}
.user_header .midle_item .avatar {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    cursor: pointer;
}
.user_header .midle_item .avatar img {
    width: 100%;
}
.midle_item h1 {
    margin: 0 0 10px 0;
}

#avatar_edit {
    display: none;
    position: fixed;
    width: 400px;
    max-width: 95%;
    border-radius: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    background: #fff;
    z-index: 1002;
}
#avatar_edit.active {
    display: block;
}
#avatar_edit ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#avatar_edit ul li {
    border-top: 1px solid #dbdbdb;
}
#avatar_edit ul li label,
#avatar_edit ul li span {
    display: block;
    padding: 12px 10px;
    cursor: pointer;
}
#avatar_edit ul li label {
    font-weight: 500;
}
#avatar_edit ul li label:active,
#avatar_edit ul li span:active {
    background-color: rgba(0,0,0,.1);
}
#avatar_edit ul li:first-child {
    border-top: none;
}
#avatar_edit ul li:last-child {
    display: none;
}
#avatar_edit ul li h4 {
    margin: 0;
    padding: 25px 10px;
}
#avatar_edit ul li .delfoto {
    color: red;
}

.userinfo .user-menu {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
}
.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-menu ul li {
    margin-right: 40px;
}
.user-menu ul li:last-child {
    margin-right:  0;
}
.user-menu ul li a {
    display: flex;
    align-items: center;
    color: #666;
}
.user-menu ul li a:hover {
    text-decoration: none;
}
.user-menu ul li a .zbtn {
    margin-right: 10px;
}
.user-menu ul li.active a .zbtn,
.user-menu ul li a:hover .zbtn {
    background-color: #666A6D;
}

.user_content {
}
.user_content .emptybox {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.user_content .emptybox svg {
    padding: 14px;
    border: 2px solid;
    border-radius: 50px;
    overflow: inherit;
    margin-bottom: 15px;
}


.user_content .collections {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}
.collections > .user-coll {
    display: block;
    color: inherit;
    width: 23%;
    margin-bottom: 30px;
}
.collections > .user-coll:nth-child(4n) {
    margin-right: 0;
}
.collections > .user-coll:hover {
    text-decoration: none;
}
.collections > .user-coll .imgs {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}
.collections > .user-coll .image_1 {
    width: 67%;
    padding-top: 67%;
}
.collections > .user-coll .coll-right {
    width: 33%;
}
.collections > .user-coll .coll-right .image_2,
.collections > .user-coll .coll-right .image_3 {
    width: 100%;
    padding-top: 100%;
}
.collections > .user-coll .image_1,
.collections > .user-coll .coll-right .image_2,
.collections > .user-coll .coll-right .image_3 {
    background-color: #d2d2d2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}
.collections > .user-coll .imgs .edit {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
}

.collections > .user-coll:hover .edit {
    display: block;
}

.collections > .user-coll h4 {
    margin: 10px 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collections > .user-coll .params {
    display: flex;
    align-items: center;
}
.collections > .user-coll .params .coll-items {
    margin-right: 10px;
}
.collections > .user-coll .params .create-date {
    color: #777777;
    font-size: .8rem;
}

.user_content .collection-page {
    margin-top: 30px;
}

.user_content .settings {
    margin-bottom: 50px;
}
.user_content .settings ul.seting_page {
    display: none;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.user_content .settings > .in {
    display: flex;
}
.user_content .settings > .in > ul.setting_menu {
    flex: 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.user_content .settings > .in > ul.setting_menu > li {
}
.user_content .settings > .in > ul.setting_menu > li > a {
    display: block;
    color: inherit;
    padding: 12px 25px;
    border-left: 2px solid transparent;
}
.user_content .settings > .in > ul.setting_menu > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    border-left: 2px solid #ccc;
}
.user_content .settings > .in > ul.setting_menu > li.active > a {
    border-left: 2px solid #555;
    font-weight: bold;
}
.user_content .settings > .in > .setting_body {
    flex: 1;
    padding-left: 50px;
    border-left: 1px solid #d9d9d9;
}
.user_content .settings > .in > .setting_body > ul.seting_page.active {
    display: block;
}
.user_content .settings .in > .setting_body > ul.seting_page > li {
    margin-bottom: 20px;
}

.user_content .settings ul.lang_menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 -1px 0;
    z-index: 1;
}
.user_content .settings ul.lang_menu > li {
}
.user_content .settings ul.lang_menu > li > a {
    display: block;
    color: #000;
    padding: 2px 16px;
    border-bottom: 2px solid transparent;
}
.user_content .settings ul.lang_menu > li > a:hover {
    text-decoration: none;
}
.user_content .settings ul.lang_menu > li.active > a {
    border-bottom: 2px solid #497ee9;
}
.user_content .settings .info_item {
    display: none;
}
.user_content .settings .info_item.active {
    display: block;
}
.user_content .settings .info_item > textarea {
    height: 600px;
}

.user_content .settings .form_submit {
    margin-top: 40px;
}


/* brand info */
.brandinfo {
    position: relative;
}
.brandinfo .brand_bg {
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    min-height: 50px;
}
.brandinfo .brand_bg .cngpct {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.brandinfo .brand_bg:hover .cngpct {
    visibility: visible;
    opacity: 1;
}
.brandinfo .brand_bg .cngpct .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #cecece;
    border-radius: 30px;
    cursor: pointer;
}
.brandinfo .brand_bg .cngpct .item:hover {
    opacity: .8;
}
.brandinfo .brand_bg .cngpct img {
    display: block;
}

.email_settings_popup #zeelpopup .email_settings_form {
}
.email_settings_popup #zeelpopup .email_settings_form > .account_email {
    margin-bottom: 16px;
    font-size: 14px;
}
.email_settings_popup #zeelpopup .email_settings_form > .account_email > .eml {
    font-weight: 500;
}
.email_settings_popup #zeelpopup .email_settings_form > label {
    margin-top: 30px;
}
.email_settings_popup #zeelpopup .email_settings_form > .eml_btns {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.brandinfo .brand_bg img.wallimg,
.brandinfo .brand_bg video.wallvideo {
    width: 100%;
    display: block;
}

.brandinfo .brand_header {
    position: relative;
    min-height: 100px;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.brand_header .logo {
    height: 158px;
    width: 158px;
    position: absolute;
    transform: translate(0, -35%);
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.brand_header .logo.yo2 {
    background-color: #000000;
}
.brand_header .logo .change_avatar {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: rgb(204 204 204 / 70%) url(../svg/camera.svg) center center no-repeat;
    background-size: 20px;
    transition: all 0.2s ease;
}
.brand_header .logo:hover .change_avatar {
    display: block;
}

.brand_header .logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    overflow: hidden;
}
.brand_header .logo > a img {
    max-width: 70%;
    max-height: 50%;
}
.brand_header .logo > a img.artist {
    max-width: 100%;
    max-height: 100%;
}
.brand_header .logo.koob > a img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.brand_header .logo > a img.image_artists {
    max-width: 100%;
    max-height: 100%;
}
.brand_header .brand_params {
    padding-left: 180px;
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandinfo .brand_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandinfo .brand_foot a {
    color: inherit;
}
.pr_left ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.pr_left ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 4px;
    text-align: center;
    cursor: pointer;
}
.pr_left ul li:last-child {
    margin-bottom: 0;
}
.pr_left ul li > a {
    display: flex;
    text-align: center;
    color: inherit;
}
.pr_left ul li > a:hover {

}
.pr_left ul li .followers-count {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}
.pr_left ul li.brand_title > a {
    text-decoration: none;
}
.pr_left ul li.fol_info > a {
    font-size: 1rem;
    margin-right: 8px;
    color: #5c5c5c;
}
.pr_left ul li.fol_info > a:last-child {
    margin-right: 0;
}
.pr_left ul li.fol_info > a > span:first-child {
    margin-right: 4px;
}
.pr_left h1 {
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 1.5rem;
}
.pr_right .zbtn {
    margin-left: 10px;
}
.pr_right .zbtn:first-child {
    margin-left: 0;
}
.pr_right .site-link {
    background: url(../svg/link.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .about-us {
    background: url(../svg/info.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .message-br {
    background: url(../svg/envelope-open.svg) 14px center no-repeat;
    padding-left: 36px;
    background-size: 12px 12px;
}
.pr_right .share {
    height: 40px;
    width: 40px;
    background-image: url(../svg/share-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.brand_nav {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
}
.brand_nav::after {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    z-index: -1;
}
.brand_nav > .brand_nav_link {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease;
}
.brand_nav > .brand_nav_link:hover,
.brand_nav > .brand_nav_link.active {
    color: #2a2b2d;
    text-decoration: none;
}
.brand_nav > .brand_nav_link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background .2s ease;
}
.brand_nav > .brand_nav_link:hover::after,
.brand_nav > .brand_nav_link.active::after {
    background: #2a2b2d;
}
.brand_nav > .brand_nav_link.disabled {
    color: #b1b1b1;
}
.brand_nav > .brand_nav_link.disabled:hover::after {
    background: transparent;
}

.brand_content {
}
.brand_content .add_a_new_catalog,
.brand_content .add_a_new_dealer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.brand_content .about_us {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.brand_content .about_us h3 {
    margin-bottom: 10px;
}

.brand_content .brand_cat_menu {
    margin: 20px 0 30px;
}
.brand_content .brand_cat_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.brand_content .brand_cat_menu ul li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.brand_content .brand_cat_menu ul li:last-child {
    margin-right: 0;
}
.brand_content .brand_cat_menu ul li a {
    display: block;
    color: inherit;
    padding: 4px 14px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    box-shadow: 2px 3px 3px 0px rgb(0 0 0 / 18%);
    transition: all .2s ease-in-out;
}
.brand_content .brand_cat_menu ul li.active a,
.brand_content .brand_cat_menu ul li a:hover {
    text-decoration: none;
    background-color: #2A2B2D;
    border: 1px solid #2A2B2D;
    color: #fff;
}

#userinfo .about_us_text {
}
#userinfo .about_us_text h1, #userinfo .about_us_text h2, #userinfo .about_us_text h3, #userinfo .about_us_text h4, #userinfo .about_us_text h5, #userinfo .about_us_text h6 {
    margin: 0;
    margin-bottom: 0;
}


/* Navigation */
#navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
#navigation a,
#navigation span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
    line-height: 1rem;
    color: #666;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all .1s ease-in-out;
}
#navigation a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}
#navigation .arrow {
}
#navigation .arrow.page_prev {
    margin-right: 4px;
}
#navigation .arrow.page_prev > a,
#navigation .arrow.page_prev > span {
    display: block;
    background: url(../svg/arrow-left-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_next {
    margin-left: 4px;
}
#navigation .arrow.page_next > a,
#navigation .arrow.page_next > span {
    display: block;
    background: url(../svg/arrow-right-short.svg) center center no-repeat;
    background-size: 24px;
}
#navigation .arrow.page_prev > span,
#navigation .arrow.page_next > span {
    opacity: .6;
}
#navigation .pages {
    display: flex;
}
#navigation .pages > a,
#navigation .pages > span {
    margin: 0 4px;
}
#navigation .pages > span:not(.nav_ext) {
    border-color: #000;
    color: #000;
}
#navigation .pages > span.nav_ext {
    border: none;
    font-weight: bold;
    margin: 0;
    align-items: self-end;
    letter-spacing: 1px;
}

/* feedback */
#feedback #sendmail {
    width: 100%;
}
.feedback {
    max-width: 700px;
    margin: 0 auto;
}
.feedback ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.feedback ul li {
    margin-bottom: 20px;
}
.feedback ul li.combo {
    display: flex;
}
.feedback ul li.combo .combo_field {
    width: 50%;
}
.feedback ul li.combo .combo_field:first-child {
    padding-right: 10px;
}
.feedback ul li.combo .combo_field:last-child {
    padding-left: 10px;
}
.feedback ul li:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback .feedback_footer {
    display: flex;
    margin: 150px 0 50px;
}
.feedback .feedback_footer .item {
    display: flex;
    align-items: center;
}
.feedback .feedback_footer .item.email {
    margin-right: 30px;
}
.feedback .feedback_footer .item .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
    background: #F2F3F7;
    box-shadow: -8px -8px 10px #FFFFFF, 8px 8px 10px rgba(1, 11, 43, 0.1);
}
.feedback .feedback_footer .item.email .icon {
    background: url('../svg/email.svg') center center no-repeat;
    background-size: 30px;
}
.feedback .feedback_footer .item.phone .icon {
    background: url('../svg/phone.svg') center center no-repeat;
    background-size: 30px;
}


/* Join us popup and page */
.ui-dialog.join_us_popup {
}
.ui-dialog.join_us_popup .ui-dialog-titlebar {
    padding: 0;
    height: 0;
}
#join_us_popup {
    display: none;
    padding: 30px;
}
.join_us_block .in {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.join_us_block .in > a.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 23%;
    width: 23%;
    padding: 18px 20px 32px;
    color: inherit;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all .1s ease-in-out;
}
.join_us_block .in > a.item:hover {
    border-color: #5A637B;
    color: #fff;
    background-color: #5A637B;
    box-shadow: inset 10px 10px 15px rgba(1, 4, 14, 0.26);
    border-radius: 15px;
}
.join_us_block .in > a.item:hover {
    text-decoration: none;
}
.join_us_block .in > a.item > span {
    display: block;
    width: 100%;
}
.join_us_block .in > a.item > span:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%;
    transition: all .1s ease-in-out;
}
.join_us_block .in > a.item.join_as_brand > span:after {
    background: url('../svg/brand5e1f.svg') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_artist > span:after {
    background: url('../svg/artist3860.svg') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_studio > span:after {
    background: url('../svg/design-studio3860.svg') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item.join_as_designer > span:after {
    background: url('../svg/designer3860.svg') center center no-repeat;
    background-size: 50% 60%;
}
.join_us_block .in > a.item:hover > span:after {
    filter: brightness(10);
}
.join_us_block .in > a.item .text {
    text-align: center;
}
.join_us_block .in > a.item .text > h4 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.join_us_block .in > a.item .text > p {
    margin-bottom: 0;
    opacity: .8;
    font-size: 12px;
}
.join_us_block .text_in {
    text-align: center;
}

/* Share links */
#share_links {
}
#share_links > .in {
    align-items: center;
    justify-content: space-between;
}
#share_links > .in > .item {
    display: flex;
    align-items: center;
    color: inherit;
    padding: 20px;
    width: 100%;
    border-top: 1px solid #ccc;
    transition: all .1s ease-in-out;
    cursor: pointer;
}
#share_links > .in > .item:last-child {
    border-bottom: 1px solid #ccc;
}
#share_links > .in > .item:hover {
    text-decoration: none;
    background-color: #eee;
}
#share_links > .in > .item:before {
    content: '';
    display: block;
    height: 20px;
    width: 18px;
    margin-right: 20px;
    opacity: .6;
    transition: all .1s ease-in-out;
}
#share_links > .in > .item:hover:before {
    opacity: 1;
}
#share_links .linkedin_share:before {
    background: url('../svg/linkedin-2.svg') center center no-repeat;
    background-size: contain;
}
#share_links .facebook_share:before {
    background: url('../svg/facebook-2.svg') center center no-repeat;
    background-size: contain;
}
#share_links .twitter_share:before {
    background: url('../svg/twitter-2.svg') center center no-repeat;
    background-size: contain;
}
#share_links .telegram_share:before {
    background: url('../svg/telegram.svg') center center no-repeat;
    background-size: contain;
}
#share_links .pinterest_share:before {
    background: url('../svg/pinterest-2.svg') center center no-repeat;
    background-size: contain;
}
#share_links .whatsapp_share:before {
    background: url('../svg/whatsapp.svg') center center no-repeat;
    background-size: contain;
}


/*** Footer ***/
#footer {
    padding: 40px 30px 30px;
    background-color: #202b30;
    position: static !important;
}
#footer .footer_navigation {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#footer .footer_desc_container {
    color: #b0bec5;
    width: 35%;
    max-width: 470px;
    margin-right: 5%;
}
#footer .footer_logo {
    display: block;
    margin-bottom: 20px;
}
#footer .footer_logo .logo {
    height: 38px;
}
#footer .footer_desc {
    margin-bottom: 25px;
}
#footer .footer_social {
    display: flex;
}
#footer .footer_social .social_logo {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .7;
    transition: opacity .1s ease;
}
#footer .footer_social .social_logo:hover {
    opacity: 1;
}
#footer .footer_social .footer_social_link {
    margin-right: 8px;
}
#footer .footer_social .footer_social_link:last-child() {
    margin-left: 0;
}
#footer .footer_nav_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    flex-grow: 2;
}
#footer .footer_nav_title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
#footer .footer_nav_link {
    display: block;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #cdd3d7;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s;
}
#footer .footer_nav_link:hover {
    text-decoration: none;
    color: #ffffff;
}
#footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    font-size: 12px;
}
#footer .footer_info .footer_copyright {
    flex: 1;
    color: #fff;
    margin-bottom: 0;
}
#footer .footer_info .footer_copyright a {
    color: #8cd5f3;
}
#footer .footer_info .payment_method {
    display: flex;
    justify-content: flex-end;
    width: 240px;
    margin-left: 20px;
}
#footer .footer_info .payment_method img {
    width: 214px;
    height: 30px;
}

/* card icons */
.card_icon {
    display: block;
    height: 22px;
    width: 34px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
    /*border: 1px solid rgba(0,0,0,.05);*/
}
.card_icon.square {
    height: 36px;
    width: 36px;
}
.card_icon.stripe {
    background: url('../svg/stripe3860.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.stripe {
    background: url('../svg/stripe3860-2.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.yookassa {
    background: url('../svg/yookassa30f4.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.yookassa {
    background: url('../svg/yookassa30f4-2.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.balance {
    background: url('../svg/balance5e1f.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.square.balance {
    background: url('../svg/balance5e1f-2.svg') center center no-repeat;
    background-size: 100%;
}
.card_icon.default {
    background: url('../svg/default.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.default {
    background: url('../svg/default-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.visa {
    background: url('../svg/visa.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.visa {
    background: url('../svg/visa-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.mastercard {
    background: url('../svg/mastercard.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.mastercard {
    background: url('../svg/mastercard-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.amex,
.card_icon.americanexpress {
    background: url('../svg/amex.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.amex,
.card_icon.square.americanexpress {
    background: url('../svg/amex-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.discover {
    background: url('../svg/discover.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.discover {
    background: url('../svg/discover-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.diners,
.card_icon.dinnersclub {
    background: url('../svg/diners.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.diners,
.card_icon.square.dinnersclub {
    background: url('../svg/diners-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.jcb {
    background: url('../svg/jcb.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.jcb {
    background: url('../svg/jcb-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.unionpay {
    background: url('../svg/unionpay.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.unionpay {
    background: url('../svg/unionpay-2.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.mir {
    background: url('../svg/mir.svg') center center no-repeat;
    background-size: contain;
}
.card_icon.square.mir {
    background: url('../svg/mir-2.svg') center center no-repeat;
    background-size: contain;
}



/* buttons */
.zbtn {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 22px;
    padding: 8px 30px;
    background-color: #555555;
    color: #fff;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    overflow: hidden;
}
.zbtn-corner {
    border-radius: 20px;
}
.zbtn-circle {
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.zbtn-circle a,
.zbtn-circle span {
    height: 100%;
    width: 100%;
}

.zbtn-full {
    width: 100%;
    text-align: center;
}

.zbtn-black {
    background-color: #555555;
    color: #fff;
}
.zbtn-black:hover {
    background-color: #34343E;
}
.zbtn-darker {
    background-color: #2A2B2D;
    color: #fff;
}
.zbtn-darker:hover {
    background-color: #1f2020;
}

.zbtn-gray {
    background-color: #e3e5eb;
    color: #000;
}
.zbtn-gray:hover {
    background-color: #cdcfd7;
}

.zbtn-white {
    background-color: #fff;
    border: 1px solid #cbccce;
    color: #222;
}
.zbtn-white:hover  {
    background-color: #e8e8e8;
}

.zbtn-shadow  {
    background-color: #fff;
    color: inherit;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.zbtn-shadow:hover  {
    background-color: #f7f7f7;
}

.zbtn-red  {
    background-color: #f54336;
}
.zbtn-red:hover  {
    background-color: #da3928;
}

.zbtn-blue  {
    background-color: #0077bb;
}
.zbtn-blue:hover  {
    background-color: #005485;
}

.zbtn-yellow   {
    color: inherit;
    background-color: #FFCC00;
}
.zbtn-yellow:hover  {
    background-color: #f7b521;
}

.zbtn-green {
    background-color: #00c084;
}
.zbtn-green:hover  {
    background-color: #00b46d;
}

.zbtn-pink {
    background-color: #FF9A84;
}
.zbtn-pink:hover {
    background-color: #f37a60;
}

.zbtn-orange {
    background-color: #fca120;
}
.zbtn-orange:hover {
    background-color: #f69110;
}


.zbtn a,
.zbtn-circle span {
    color: inherit;
}
.zbtn a:hover {
    text-decoration: none;
}
.zbtn:disabled,
.zbtn.disabled {
    opacity: .7;
    cursor: no-drop;
}

.zbtn-brand {
    background: #f7f8fa;
    color: inherit;
    padding: 2px 12px;
    max-width: 130px;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.zbtn-brand:hover {
    background: #2a2b2d;
    color: #fff;
}

/* Blurry Image Load blurry.load.min.js */
@keyframes blurOut {
    0% {
        filter: blur(20px);
    }
    50% {
        filter: blur(10px);
    }
    100% {
        filter: blur(0px);
    }
}
.blur-out {
    animation: blurOut 0.2s ease-out;
}

/* first visit */
.ui-dialog.firstvisit {
    background: #F4F4F4;
    border-radius: 15px;
    border: none;
}
.ui-dialog.firstvisit .ui-dialog-titlebar {
    display: none;
}
.ui-dialog.firstvisit .ui-dialog-content {
    border: none;
    color: #ad5b86;
    text-align: center;
}
.ui-dialog.firstvisit .ui-dialog-content h1 {
    font-size: 20px;
    margin: 10px 0 20px;
}
.ui-dialog.firstvisit .ui-dialog-content .zbtn {
    background: #ad5b86;
    text-transform: uppercase;
}

#app .qr {
    max-width: 231px;
    max-height: 231px;
}

#work_fields {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}
#work_fields > .in {
    text-align: center;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
#work_fields > .in > h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
#work_fields > .in > h5 {
}
#work_fields > .in > form {
}
#work_fields > .in > form > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
#work_fields > .in > form > ul > li {
}
#work_fields > .in > form > ul > li > input {
    display: none;
}
#work_fields > .in > form > ul > li > label {
    display: block;
    padding: 5px 15px;
    margin: 4px 5px;
    border: 2px solid #919191;
    border-radius: 20px;
    cursor: pointer;
}
#work_fields > .in > form > ul > li > input:checked+label {
    color: #ffffff;
    border-color: #3394e6;
    background: #3394e6;
}

/* Cookie Dialog */
#acceptcookies {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    background: #2a2b2d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    z-index: 9999999;
}
#acceptcookies > .in {
    max-width: 1900px;
    margin: 0 auto;
}
#acceptcookies > .in > .fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#acceptcookies > .in > .fl > p {
    margin: 15px 0;
}
#acceptcookies > .in a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#acceptcookies > .in > .fl > .cookie_btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
#acceptcookies > .in > .fl > .cookie_btn > .c_btn {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 4px;
    background: #fff;
    color: #222;
    margin-left: 20px;
    border: 1px solid #fff;
    cursor: pointer;
}

/* User info popup */
.info-wrapper {
    border-radius: 4px;
    overflow: hidden;
}
.info-wrapper > .info-row {
    display: flex;
    align-items: center;
    padding: 6px;
}
.info-wrapper > .info-row:nth-child(odd) {
    background: #f5f5f5;
}
.info-wrapper > .info-row:nth-child(even) {
    background: #ebebeb;
}
.info-wrapper > .info-row:last-child {
    margin-bottom: 0;
}
.info-wrapper > .info-row > .info-name {
    flex-basis: 40%;
    padding-right: 10px;
}
.info-wrapper > .info-row > .info-value {
    flex-basis: 60%;
    max-width: 300px;
}
.user_info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 50%;
    color: #166fe5;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    background-color: #fbfbfb;
    border: 1px solid #166fe5;
    transition: all .2s ease;
    cursor: pointer;
}
.user_info_icon:hover {
    color: #fff;
    background-color: #0084e2;
}
/* User info popup */
.user_message #zeelpopup{
    height: auto !important;
}

/* SET PRICE */
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item {
    margin-bottom: 12px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item:last-child {
    margin-bottom: 0;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx {
    display: flex;
    border: 1px solid #cbccce;
    border-radius: 4px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > select {
    flex-shrink: 0;
    flex-basis: 94px;
    padding-right: 30px;
    background: #e5e5e5 url('../svg/chevron-down.svg') no-repeat;
    background-size: 14px;
    background-position: right 10px center;
    border: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: 1px solid #cbccce;
    font-size: 14px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > label {
    flex: 1;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.price .price_flx > label > input {
    border: none;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > label {
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > label.enable_sale {
    color: #000;
    font-weight: 500;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item > .error_text {
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: red;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries {
    margin-bottom: 30px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries > .chosen_wrp {
    min-height: 41px;
}
#zeelpopup > #descr_btn_body.set_price_modal > .descr > .item.countries > .chosen_wrp > #sales_countries {
    display: none;
}

#toprightpopup {
	position: fixed;
	top: 120px;
	right: -300px;
	width: 280px;
    background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	border-radius: 4px;
	z-index: 9999;
    opacity: 0;
}