@charset "UTF-8";
body.lb-disable-scrolling {
    overflow: hidden
}

.blog-nav-menu-item:before {
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: none
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 100% 0 no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "в†ђ"
}

[dir=rtl] .slick-prev:before {
    content: "в†’"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "в†’"
}

[dir=rtl] .slick-next:before {
    content: "в†ђ"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "вЂў";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.asRange {
    width: 331px;
    height: 8px;
    background-color: #cfcdc7;
    border-radius: 8px
}

.asRange .asRange-pointer {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    border-radius: 9px
}

.asRange .asRange-pointer:before {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    content: "";
    background: #6ba1ad;
    border-radius: inherit
}

.asRange .asRange-pointer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #fff;
    border-radius: inherit
}

.asRange .asRange-pointer .asRange-tip {
    top: -33px;
    width: 36px;
    margin-left: -15px;
    border: 1px solid #5d5c58;
    background-color: #5d5c58;
    color: #fff;
    font-family: Bpreplay;
    font-size: 12px;
    text-align: center
}

.asRange .asRange-pointer .asRange-tip:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #5d5c58;
    transform: rotate(-45deg)
}

.asRange .asRange-selected {
    height: 8px;
    background-color: #7ebdcb
}

.asRange-scale .asRange-pointer {
    width: 8px;
    height: 8px;
    background-color: #fff
}

.asRange-scale .asRange-pointer:before {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    content: "";
    background: #6ba1ad;
    border-radius: inherit
}

.asRange-scale .asRange-pointer .asRange-tip {
    font-family: Bpreplay
}

.fi-slider--item--description, .fi-slider--item--description__action, .fi-slider--item--description__buy, .fi-slider--item--description__new {
    width: 360px;
    height: 100%;
    padding: 20px 50px;
    background: hsla(0, 0%, 100%, .75);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .2);
    text-align: center
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.ic-download {
    width: 1.1083984375em
}

.ic-dropdown_menu {
    width: 1.625em
}

.ic-dropdown_nav {
    width: 1.8828125em
}

.ic-login {
    width: 1.17578125em
}

.ic-newsletter_toggle_active, .ic-newsletter_toggle_inactive {
    width: 1.63671875em
}

.ic-pull_up_menu {
    width: 1.625em
}

.ic-registracija {
    width: 1.17578125em
}

.ic-strelica_back_hor {
    width: 1.1201171875em
}

.ic-strelica_back_ver {
    width: .892578125em
}

.ic-strelice_paginacija {
    width: 2.3330078125em
}

.ic-aktivni_link_glavni_meni, .ic-zuta_strelica_kategorije {
    width: 2em
}

.ic-bastenska_ganitura {
    width: .908203125em
}

.ic-chekirano {
    width: 1.25em
}

.ic-decje_sobe {
    width: 1.0048828125em
}

.ic-dodaci {
    width: .5654296875em
}

.ic-dostupno_za_online_kupovinu {
    width: 1.345703125em
}

.ic-dropdown_jezik {
    width: 2em
}

.ic-duseci {
    width: .6806640625em
}

.ic-garderoberi {
    width: 1.078125em
}

.ic-hamburger, .ic-hamburger_sticky_header {
    width: 1.76953125em
}

.ic-kancelarijski_namestaj {
    width: 1.5771484375em
}

.ic-klub_i_set_stolovi {
    width: .92578125em
}

.ic-komadni_nam_za_sedenje {
    width: 1.0595703125em
}

.ic-komode_fiokari_nocni_stocici {
    width: .7490234375em
}

.ic-korpica_ikonica, .ic-korpica_ikonica_sticky_header {
    width: 1.3984375em
}

.ic-kreveti {
    width: 1.033203125em
}

.ic-kuhinje {
    width: 1.005859375em
}

.ic-markica_snizenje {
    width: 1.556640625em
}

.ic-pin_dobavljaci, .ic-pin_forma_ideale {
    width: .7197265625em
}

.ic-play {
    width: .85546875em
}

.ic-pogledaj_korpu_dropdown {
    width: 2em
}

.ic-police {
    width: .8935546875em
}

.ic-predsoblja {
    width: .875em
}

.ic-search_ikonica, .ic-search_ikonica_sticky_header {
    width: 1.0068359375em
}

.ic-strelica_cta_bela, .ic-strelica_cta_plava {
    width: .59375em
}

.ic-tapacirani_nam_i_garniture {
    width: 1.55859375em
}

.ic-trpezarije {
    width: 1.287109375em
}

.ic-tv_police {
    width: 1.037109375em
}

.ic-uporedi_artikal_ikonica {
    width: 1.203125em
}

.ic-uslovi_kupovine {
    width: .77734375em
}

.ic-vitrine_i_regali {
    width: 1.0546875em
}

.ic-Forma-Ideale-Logo {
    width: 9.375em
}

.ic-Strelica_napred_product {
    width: .525390625em
}

.ic-Strelica_nazad_product {
    width: .5185546875em
}

.ic-Forma-Ideale-Logo-blue {
    width: 9.375em
}

.ic-strelica_back_hor_flip {
    width: 1.2177734375em
}

.combined-data-entry .dropdown-menu {
    position: absolute;
    z-index: 100;
    margin: 0
}

.combined-data-entry .dropdown-menu table {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 0
}

.combined-data-entry .dropdown-menu button {
    margin-left: 0
}

.combined-data-entry .dropdown-menu li {
    background: none;
    padding-left: 0
}

.combined-data-entry .dropdown-menu td, .combined-data-entry .dropdown-menu th {
    padding: 0;
    vertical-align: middle
}

.combined-data-entry .dropdown-menu {
    padding: 5px;
    border-radius: 3px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: transparent
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-group .btn, .formrow-wrap button.btn-success {
    background: #939393;
    color: #fff
}

.btn.active, .btn:active, .btn:focus, .btn:hover, .formrow-wrap button.btn-success:hover, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #004088;
    border-color: transparent
}

.text-muted {
    color: #777
}

.combined-data-entry .dropdown-menu button:disabled, .combined-data-entry .dropdown-menu button:disabled .text-muted, .combined-data-entry .dropdown-menu button:disabled .text-muted:hover, .combined-data-entry .dropdown-menu button:disabled:hover {
    color: #eaeaea !important;
    background-color: #fff !important
}

.glyphicon {
    display: none
}

.dropdown-menu thead button.pull-right {
    background: url(/assets/img/formaideale/sprites/sprite.png);
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: -568px -1721px;
    padding: 0
}

.dropdown-menu thead button.pull-left {
    float: right !important;
    background: url(/assets/img/formaideale/sprites/sprite.png);
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: -568px -1793px;
    padding: 0
}

.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: ""
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.small, small {
    font-size: 85%
}

.content-main {
    padding: 0;
    color: gray;
    font-family: Poppins, sans-serif;
    font-weight: 300
}

body.sidebar-open, body.sidebar-open-aside, body.sidebar-open-collection {
    overflow: hidden
}

* {
    box-sizing: border-box
}

:focus {
    outline: 0
}

.cl {
    display: block;
    clear: both
}

#toTop {
    display: none
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none
}

video {
    max-width: 100%
}

iframe[name=google_conversion_frame] {
    position: absolute;
    z-index: -10;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important
}

.margin-none-top {
    margin-top: 0
}

.margin-small-top {
    margin-top: 25px
}

.margin-middle-top {
    margin-top: 40px
}

.margin-large-top {
    margin-top: 60px
}

.margin-none-right {
    margin-right: 0
}

.margin-small-right {
    margin-right: 25px
}

.margin-middle-right {
    margin-right: 40px
}

.margin-large-right {
    margin-right: 60px
}

.margin-none-bottom {
    margin-bottom: 0
}

.margin-small-bottom {
    margin-bottom: 25px
}

.margin-middle-bottom {
    margin-bottom: 40px
}

.margin-large-bottom {
    margin-bottom: 60px
}

.margin-none-left {
    margin-left: 0 !important
}

.margin-small-left {
    margin-left: 25px
}

.margin-middle-left {
    margin-left: 40px
}

.margin-large-left {
    margin-left: 60px
}

.padding-none-top {
    padding-top: 0
}

.padding-small-top {
    padding-top: 25px
}

.padding-middle-top {
    padding-top: 40px
}

.padding-large-top {
    padding-top: 60px
}

.padding-none-right {
    padding-right: 0
}

.padding-small-right {
    padding-right: 25px
}

.padding-middle-right {
    padding-right: 40px
}

.padding-large-right {
    padding-right: 60px
}

.padding-none-bottom {
    padding-bottom: 0
}

.padding-small-bottom {
    padding-bottom: 25px
}

.padding-middle-bottom {
    padding-bottom: 40px
}

.padding-large-bottom {
    padding-bottom: 60px
}

.padding-none-left {
    padding-left: 0
}

.padding-small-left {
    padding-left: 25px
}

.padding-middle-left {
    padding-left: 40px
}

.padding-large-left {
    padding-left: 60px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.fi-slider--container, .grid-container, .homepage-ambients, .main-menu--submenu, .page--header, .store--bottom--content, .tab--content--container {
    max-width: 80rem;
    margin: 0 auto
}

.grid-container-padded {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-container-padded {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width: 80em) {
    .grid-container-padded {
        padding-left: 0;
        padding-right: 0
    }
}

.grid-x, .store--bottom--content--row {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    flex: 1 1 0px
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x > .auto, .grid-x > .shrink, .store--bottom--content--row > .auto, .store--bottom--content--row > .shrink {
    width: auto
}

.grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12, .grid-x > small-full, .grid-x > small-shrink, .store--bottom--content--row > small-1, .store--bottom--content--row > small-2, .store--bottom--content--row > small-3, .store--bottom--content--row > small-4, .store--bottom--content--row > small-5, .store--bottom--content--row > small-6, .store--bottom--content--row > small-7, .store--bottom--content--row > small-8, .store--bottom--content--row > small-9, .store--bottom--content--row > small-10, .store--bottom--content--row > small-11, .store--bottom--content--row > small-12, .store--bottom--content--row > small-full, .store--bottom--content--row > small-shrink {
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12, .grid-x > medium-full, .grid-x > medium-shrink, .store--bottom--content--row > medium-1, .store--bottom--content--row > medium-2, .store--bottom--content--row > medium-3, .store--bottom--content--row > medium-4, .store--bottom--content--row > medium-5, .store--bottom--content--row > medium-6, .store--bottom--content--row > medium-7, .store--bottom--content--row > medium-8, .store--bottom--content--row > medium-9, .store--bottom--content--row > medium-10, .store--bottom--content--row > medium-11, .store--bottom--content--row > medium-12, .store--bottom--content--row > medium-full, .store--bottom--content--row > medium-shrink {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 75em) {
    .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12, .grid-x > large-full, .grid-x > large-shrink, .store--bottom--content--row > large-1, .store--bottom--content--row > large-2, .store--bottom--content--row > large-3, .store--bottom--content--row > large-4, .store--bottom--content--row > large-5, .store--bottom--content--row > large-6, .store--bottom--content--row > large-7, .store--bottom--content--row > large-8, .store--bottom--content--row > large-9, .store--bottom--content--row > large-10, .store--bottom--content--row > large-11, .store--bottom--content--row > large-12, .store--bottom--content--row > large-full, .store--bottom--content--row > large-shrink {
        flex-basis: auto
    }
}

.grid-x > .small-1, .store--bottom--content--row > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2, .store--bottom--content--row > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3, .store--bottom--content--row > .small-3 {
    width: 25%
}

.grid-x > .small-4, .store--bottom--content--row > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5, .store--bottom--content--row > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6, .store--bottom--content--row > .small-6 {
    width: 50%
}

.grid-x > .small-7, .store--bottom--content--row > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8, .store--bottom--content--row > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9, .store--bottom--content--row > .small-9 {
    width: 75%
}

.grid-x > .small-10, .store--bottom--content--row > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11, .store--bottom--content--row > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12, .store--bottom--content--row > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto, .store--bottom--content--row > .medium-auto {
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-shrink, .store--bottom--content--row > .medium-shrink {
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .medium-1, .store--bottom--content--row > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2, .store--bottom--content--row > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3, .store--bottom--content--row > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4, .store--bottom--content--row > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5, .store--bottom--content--row > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6, .store--bottom--content--row > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7, .store--bottom--content--row > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8, .store--bottom--content--row > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9, .store--bottom--content--row > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10, .store--bottom--content--row > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11, .store--bottom--content--row > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12, .store--bottom--content--row > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-x > .large-auto, .store--bottom--content--row > .large-auto {
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-shrink, .store--bottom--content--row > .large-shrink {
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .large-1, .store--bottom--content--row > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2, .store--bottom--content--row > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3, .store--bottom--content--row > .large-3 {
        width: 25%
    }

    .grid-x > .large-4, .store--bottom--content--row > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5, .store--bottom--content--row > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6, .store--bottom--content--row > .large-6 {
        width: 50%
    }

    .grid-x > .large-7, .store--bottom--content--row > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8, .store--bottom--content--row > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9, .store--bottom--content--row > .large-9 {
        width: 75%
    }

    .grid-x > .large-10, .store--bottom--content--row > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11, .store--bottom--content--row > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12, .store--bottom--content--row > .large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x):not(.store--bottom--content--row) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 3.125rem);
    margin-left: 1.5625rem;
    margin-right: 1.5625rem
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 3.125rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 3.125rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 3.125rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 3.125rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 3.125rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 3.125rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 3.125rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 3.125rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 3.125rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 3.125rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 3.125rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 3.125rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 3.125rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 3.125rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 3.125rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 3.125rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 3.125rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 3.125rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 3.125rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 3.125rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 3.125rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 3.125rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 3.125rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 3.125rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x, .grid-padding-x .store--bottom--content--row, .store--bottom--content--row .grid-padding-x, .store--bottom--content--row .store--bottom--content--row {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x, .grid-padding-x .store--bottom--content--row, .store--bottom--content--row .grid-padding-x, .store--bottom--content--row .store--bottom--content--row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x > .cell, .store--bottom--content--row > .cell {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-padding-x > .cell, .store--bottom--content--row > .cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

@media screen and (min-width: 48em) {
    .small-up-1 > .cell {
        width: 100%
    }
}

.small-up-2 > .cell {
    width: 50%
}

@media screen and (min-width: 48em) {
    .small-up-2 > .cell {
        width: 50%
    }
}

.small-up-3 > .cell {
    width: 33.33333%
}

@media screen and (min-width: 48em) {
    .small-up-3 > .cell {
        width: 33.33333%
    }
}

.small-up-4 > .cell {
    width: 25%
}

@media screen and (min-width: 48em) {
    .small-up-4 > .cell {
        width: 25%
    }
}

.small-up-5 > .cell {
    width: 20%
}

@media screen and (min-width: 48em) {
    .small-up-5 > .cell {
        width: 20%
    }
}

.small-up-6 > .cell {
    width: 16.66667%
}

@media screen and (min-width: 48em) {
    .small-up-6 > .cell {
        width: 16.66667%
    }
}

.small-up-7 > .cell {
    width: 14.28571%
}

@media screen and (min-width: 48em) {
    .small-up-7 > .cell {
        width: 14.28571%
    }
}

.small-up-8 > .cell {
    width: 12.5%
}

@media screen and (min-width: 48em) {
    .small-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .medium-up-1 > .cell {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-2 > .cell {
        width: 50%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-2 > .cell {
        width: 50%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-3 > .cell {
        width: 33.33333%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-3 > .cell {
        width: 33.33333%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-4 > .cell {
        width: 25%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-4 > .cell {
        width: 25%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-5 > .cell {
        width: 20%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-5 > .cell {
        width: 20%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-6 > .cell {
        width: 16.66667%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-6 > .cell {
        width: 16.66667%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-7 > .cell {
        width: 14.28571%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-7 > .cell {
        width: 14.28571%
    }
}

@media print, screen and (min-width: 40em) {
    .small-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 75em) {
    .large-up-1 > .cell {
        width: 100%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .large-up-1 > .cell {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-2 > .cell {
        width: 50%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-2 > .cell {
        width: 50%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-3 > .cell {
        width: 33.33333%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-3 > .cell {
        width: 33.33333%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-4 > .cell {
        width: 25%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-4 > .cell {
        width: 25%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-5 > .cell {
        width: 20%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-5 > .cell {
        width: 20%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-6 > .cell {
        width: 16.66667%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-6 > .cell {
        width: 16.66667%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-7 > .cell {
        width: 14.28571%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-7 > .cell {
        width: 14.28571%
    }
}

@media print, screen and (min-width: 75em) {
    .small-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3.125rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 3.125rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 3.125rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse, .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 8.33333%
}

.small-margin-collapse > .small-2 {
    width: 16.66667%
}

.small-margin-collapse > .small-3 {
    width: 25%
}

.small-margin-collapse > .small-4 {
    width: 33.33333%
}

.small-margin-collapse > .small-5 {
    width: 41.66667%
}

.small-margin-collapse > .small-6 {
    width: 50%
}

.small-margin-collapse > .small-7 {
    width: 58.33333%
}

.small-margin-collapse > .small-8 {
    width: 66.66667%
}

.small-margin-collapse > .small-9 {
    width: 75%
}

.small-margin-collapse > .small-10 {
    width: 83.33333%
}

.small-margin-collapse > .small-11 {
    width: 91.66667%
}

.small-margin-collapse > .small-12 {
    width: 100%
}

.small-margin-collapse > .medium-1 {
    width: 8.33333%
}

.small-margin-collapse > .medium-2 {
    width: 16.66667%
}

.small-margin-collapse > .medium-3 {
    width: 25%
}

.small-margin-collapse > .medium-4 {
    width: 33.33333%
}

.small-margin-collapse > .medium-5 {
    width: 41.66667%
}

.small-margin-collapse > .medium-6 {
    width: 50%
}

.small-margin-collapse > .medium-7 {
    width: 58.33333%
}

.small-margin-collapse > .medium-8 {
    width: 66.66667%
}

.small-margin-collapse > .medium-9 {
    width: 75%
}

.small-margin-collapse > .medium-10 {
    width: 83.33333%
}

.small-margin-collapse > .medium-11 {
    width: 91.66667%
}

.small-margin-collapse > .medium-12 {
    width: 100%
}

.small-margin-collapse > .large-1 {
    width: 8.33333%
}

.small-margin-collapse > .large-2 {
    width: 16.66667%
}

.small-margin-collapse > .large-3 {
    width: 25%
}

.small-margin-collapse > .large-4 {
    width: 33.33333%
}

.small-margin-collapse > .large-5 {
    width: 41.66667%
}

.small-margin-collapse > .large-6 {
    width: 50%
}

.small-margin-collapse > .large-7 {
    width: 58.33333%
}

.small-margin-collapse > .large-8 {
    width: 66.66667%
}

.small-margin-collapse > .large-9 {
    width: 75%
}

.small-margin-collapse > .large-10 {
    width: 83.33333%
}

.small-margin-collapse > .large-11 {
    width: 91.66667%
}

.small-margin-collapse > .large-12 {
    width: 100%
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse, .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }

    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }

    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }

    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 75em) {
    .large-margin-collapse, .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }

    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }

    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }

    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

@media screen and (min-width: 48em) {
    .small-offset-0 {
        margin-left: 0
    }
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
}

.small-offset-1 {
    margin-left: 8.33333%
}

@media screen and (min-width: 48em) {
    .small-offset-1 {
        margin-left: 8.33333%
    }
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
}

.small-offset-2 {
    margin-left: 16.66667%
}

@media screen and (min-width: 48em) {
    .small-offset-2 {
        margin-left: 16.66667%
    }
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
}

.small-offset-3 {
    margin-left: 25%
}

@media screen and (min-width: 48em) {
    .small-offset-3 {
        margin-left: 25%
    }
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
}

.small-offset-4 {
    margin-left: 33.33333%
}

@media screen and (min-width: 48em) {
    .small-offset-4 {
        margin-left: 33.33333%
    }
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
}

.small-offset-5 {
    margin-left: 41.66667%
}

@media screen and (min-width: 48em) {
    .small-offset-5 {
        margin-left: 41.66667%
    }
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
}

.small-offset-6 {
    margin-left: 50%
}

@media screen and (min-width: 48em) {
    .small-offset-6 {
        margin-left: 50%
    }
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
}

.small-offset-7 {
    margin-left: 58.33333%
}

@media screen and (min-width: 48em) {
    .small-offset-7 {
        margin-left: 58.33333%
    }
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
}

.small-offset-8 {
    margin-left: 66.66667%
}

@media screen and (min-width: 48em) {
    .small-offset-8 {
        margin-left: 66.66667%
    }
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
}

.small-offset-9 {
    margin-left: 75%
}

@media screen and (min-width: 48em) {
    .small-offset-9 {
        margin-left: 75%
    }
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
}

.small-offset-10 {
    margin-left: 83.33333%
}

@media screen and (min-width: 48em) {
    .small-offset-10 {
        margin-left: 83.33333%
    }
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
}

.small-offset-11 {
    margin-left: 91.66667%
}

@media screen and (min-width: 48em) {
    .small-offset-11 {
        margin-left: 91.66667%
    }
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .medium-offset-0 {
        margin-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-1 {
        margin-left: 8.33333%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-1 {
        margin-left: 8.33333%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-2 {
        margin-left: 16.66667%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-2 {
        margin-left: 16.66667%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-3 {
        margin-left: 25%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-3 {
        margin-left: 25%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-4 {
        margin-left: 33.33333%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-4 {
        margin-left: 33.33333%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-5 {
        margin-left: 41.66667%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-5 {
        margin-left: 41.66667%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-6 {
        margin-left: 50%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-6 {
        margin-left: 50%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-7 {
        margin-left: 58.33333%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-7 {
        margin-left: 58.33333%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-8 {
        margin-left: 66.66667%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-8 {
        margin-left: 66.66667%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-9 {
        margin-left: 75%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-9 {
        margin-left: 75%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-10 {
        margin-left: 83.33333%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-10 {
        margin-left: 83.33333%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 40em) {
    .small-offset-11 {
        margin-left: 91.66667%
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .small-offset-11 {
        margin-left: 91.66667%
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .large-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .large-offset-0 {
        margin-left: 0
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-1 {
        margin-left: 8.33333%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-1 {
        margin-left: 8.33333%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-2 {
        margin-left: 16.66667%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-2 {
        margin-left: 16.66667%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-3 {
        margin-left: 25%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-3 {
        margin-left: 25%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-4 {
        margin-left: 33.33333%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-4 {
        margin-left: 33.33333%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-5 {
        margin-left: 41.66667%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-5 {
        margin-left: 41.66667%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-6 {
        margin-left: 50%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-6 {
        margin-left: 50%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-7 {
        margin-left: 58.33333%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-7 {
        margin-left: 58.33333%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-8 {
        margin-left: 66.66667%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-8 {
        margin-left: 66.66667%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-9 {
        margin-left: 75%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-9 {
        margin-left: 75%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-10 {
        margin-left: 83.33333%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-10 {
        margin-left: 83.33333%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .small-offset-11 {
        margin-left: 91.66667%
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .small-offset-11 {
        margin-left: 91.66667%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + 1.5625rem)
    }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
    .grid-margin-x > .small-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

.grid-y > .cell {
    width: auto
}

.grid-y > .auto, .grid-y > .shrink {
    height: auto
}

.grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12, .grid-y > small-full, .grid-y > small-shrink {
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12, .grid-y > medium-full, .grid-y > medium-shrink {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12, .grid-y > large-full, .grid-y > large-shrink {
        flex-basis: auto
    }
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-padding-y > .cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 3.125rem);
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 3.125rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 3.125rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 3.125rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 3.125rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 3.125rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 3.125rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 3.125rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 3.125rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 3.125rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 3.125rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 3.125rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 3.125rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 3.125rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 3.125rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 3.125rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 3.125rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 3.125rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 3.125rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 3.125rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 3.125rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 3.125rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 3.125rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 3.125rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 3.125rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block, .cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x, .cell-block-container > .store--bottom--content--row {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x, .medium-cell-block-container > .store--bottom--content--row {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 75em) {
    .large-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x, .large-cell-block-container > .store--bottom--content--row {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y.large-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.ambient--detail, .cart-validate-invoicedata--top, .cart-validation, .combined-data-entry, .contact--data, .edit-data-entry, .footer--bottom, .footer--top, .homepage-ambients--row, .inner-row, .inner-row__wide, .main-menu--submenu .category-menu-popup ul, .mini-cart--item, .news-item--row, .offset--header, .product-list--cart--item, .product-list--header, .product-list--wrapper, .product-list--wrapper__full, .product-list-single-lastminute-wrapper, .purchase--steps, .search-product-list-wrapper, .tutorial, .user-registration {
    display: flex;
    flex-flow: row wrap
}

.grid-container-padded .ambient--detail, .grid-container-padded .cart-validate-invoicedata--top, .grid-container-padded .cart-validation, .grid-container-padded .combined-data-entry, .grid-container-padded .contact--data, .grid-container-padded .edit-data-entry, .grid-container-padded .footer--bottom, .grid-container-padded .footer--top, .grid-container-padded .homepage-ambients--row, .grid-container-padded .inner-row, .grid-container-padded .inner-row__wide, .grid-container-padded .main-menu--submenu .category-menu-popup ul, .grid-container-padded .mini-cart--item, .grid-container-padded .news-item--row, .grid-container-padded .offset--header, .grid-container-padded .product-list--cart--item, .grid-container-padded .product-list--header, .grid-container-padded .product-list--wrapper, .grid-container-padded .product-list--wrapper__full, .grid-container-padded .product-list-single-lastminute-wrapper, .grid-container-padded .purchase--steps, .grid-container-padded .search-product-list-wrapper, .grid-container-padded .tutorial, .grid-container-padded .user-registration, .main-menu--submenu .category-menu-popup .grid-container-padded ul {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem
}

@media screen and (min-width: 48em) {
    .grid-container-padded .ambient--detail, .grid-container-padded .cart-validate-invoicedata--top, .grid-container-padded .cart-validation, .grid-container-padded .combined-data-entry, .grid-container-padded .contact--data, .grid-container-padded .edit-data-entry, .grid-container-padded .footer--bottom, .grid-container-padded .footer--top, .grid-container-padded .homepage-ambients--row, .grid-container-padded .inner-row, .grid-container-padded .inner-row__wide, .grid-container-padded .main-menu--submenu .category-menu-popup ul, .grid-container-padded .mini-cart--item, .grid-container-padded .news-item--row, .grid-container-padded .offset--header, .grid-container-padded .product-list--cart--item, .grid-container-padded .product-list--header, .grid-container-padded .product-list--wrapper, .grid-container-padded .product-list--wrapper__full, .grid-container-padded .product-list-single-lastminute-wrapper, .grid-container-padded .purchase--steps, .grid-container-padded .search-product-list-wrapper, .grid-container-padded .tutorial, .grid-container-padded .user-registration, .main-menu--submenu .category-menu-popup .grid-container-padded ul {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.contact--data, .inner-row__wide, .mini-cart--item, .product-list--cart--item, .product-list--wrapper, .purchase--steps, .search-product-list-wrapper {
    margin: 0 -15px
}

.ambient, .ambient--products, .c-1-1-inner, .fi-slider, .homepage-ambients--slider, .homepage-ambients--title, .homepage-ambients:after, .product-list--header__action, .tutorial > *, .user-registration h2 {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .ambient, .ambient--products, .c-1-1-inner, .fi-slider, .homepage-ambients--slider, .homepage-ambients--title, .homepage-ambients:after, .product-list--header__action, .tutorial > *, .user-registration h2 {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .ambient, .ambient--products, .c-1-1-inner, .fi-slider, .homepage-ambients--slider, .homepage-ambients--title, .homepage-ambients:after, .product-list--header__action, .tutorial > *, .user-registration h2 {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-2-1-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-2-1-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-2-1-inner {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-2-2-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-2-2-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-2-2-inner {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-3-1-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-3-1-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(33.33333% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-3-1-inner {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-3-2-inner, .footer--bottom--copyright {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-3-2-inner, .footer--bottom--copyright {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(33.33333% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-3-2-inner, .footer--bottom--copyright {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-3-3-inner, .footer--bottom--social {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-3-3-inner, .footer--bottom--social {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(33.33333% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-3-3-inner, .footer--bottom--social {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-4-1-inner, .product-list-single {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-4-1-inner, .product-list-single {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(25% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-4-1-inner, .product-list-single {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-4-2-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-4-2-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(25% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-4-2-inner {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-4-3-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-4-3-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(25% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-4-3-inner {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-4-4-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-4-4-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        width: calc(25% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-4-4-inner {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-5-1-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-5-1-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-5-1-inner {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-5-2-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-5-2-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-5-2-inner {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-5-3-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-5-3-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-5-3-inner {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-5-4-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-5-4-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-5-4-inner {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.c-5-5-inner {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .c-5-5-inner {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
    .c-5-5-inner {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .ambient--detail, .cart-validate-invoicedata--top, .cart-validation, .combined-data-entry, .contact--data, .edit-data-entry, .footer--bottom, .footer--top, .homepage-ambients--row, .inner-row, .inner-row__wide, .main-menu--submenu .category-menu-popup ul, .mini-cart--item, .news-item--row, .offset--header, .product-list--cart--item, .product-list--header, .product-list--wrapper, .product-list--wrapper__full, .product-list-single-lastminute-wrapper, .purchase--steps, .search-product-list-wrapper, .tutorial, .user-registration {
        margin: 0 -25px
    }
}

body {
    text-rendering: optimizeLegibility
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block
}

p {
    font-size: 15px
}

a, p {
    line-height: 1.5
}

a {
    color: #263c75;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

hr {
    display: block;
    height: 20px;
    border: 0;
    border-top: 1px solid #949599;
    margin: 0;
    padding: 0
}

h1, h3 {
    color: #263c75;
    text-transform: uppercase
}

h3 {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1
}

.homepage-content h3 {
    font-size: 32px;
    color: #4d4d4d;
    font-weight: 700
}

.header--top--links, .main-menu, .main-menu--right, .page--header--menu, .page--side-menu, h1, h2, h3 {
    font-family: PT Sans, sans-serif
}

h3.footer--inner-newsletter--text {
    font-family: MulishBold,Trebuchet,Geneva,Arial,sans-serif;
    text-transform: none;
}

figure {
    margin: 0 !important
}

input, textarea {
    font-family: Muli, sans-serif !important
}

.homepage-content h3 {
    text-align: center
}

.page--content__nobg ul, .page--content ul {
    padding: 0;
    list-style: none
}

.page--content__nobg li, .page--content li {
    line-height: 1.5
}

.page--content__nobg li:before, .page--content li:before {
    content: "вЂў";
    margin-left: -15px;
    padding-right: 10px;
    color: #fd0
}

.page--content__nobg li a, .page--content li a {
    color: #949599;
    text-decoration: none;
    line-height: 1.5
}

.page--content__nobg li a:hover, .page--content li a:hover {
    text-decoration: underline
}

.page--content__nobg a, .page--content a {
    text-decoration: none
}

.page--content__nobg a:hover, .page--content a:hover {
    text-decoration: underline
}

.page--content--aside2 li:before, .page--content--aside li:before {
    display: none
}

.page--content--aside2 .button--show-all__no-arrow--text, .page--content--aside .button--show-all__no-arrow--text {
    background-color: #f1f1f1
}

.page--content--main--offset h3 {
    margin: 0 0 40px;
    font-size: 22px;
    text-transform: none
}

@media screen and (max-width: 47.9375em) {
    .homepage-content h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 47.9375em) {
    .page--content__nobg {
        padding-bottom: 0 !important
    }

    .page--content--main--offset h3 {
        margin-bottom: 30px;
        font-size: 16px
    }
}

.asRange {
    position: relative;
    width: auto;
    height: 1px;
    margin-bottom: 45px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #263c75
}

.asRange .asRange-tip {
    position: absolute;
    top: auto;
    bottom: -40px;
    left: -7px;
    width: 95px;
    height: 20px;
    margin-left: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    transition: opacity .3s ease-in-out 0s;
    border-radius: 3px;
    font-family: Muli, sans-serif;
    color: #263c75;
    font-size: 14px;
    line-height: 32px
}

.asRange .asRange-tip:before {
    display: none
}

.asRange .asRange-tip--max {
    left: auto;
    right: -7px;
    text-align: right
}

.asRange .asRange-pointer {
    position: absolute;
    left: 30%;
    width: 18px;
    height: 18px;
    margin-left: -7px;
    margin-top: -9px;
    background-color: #263c75;
    z-index: 2;
    border-radius: 15px
}

.asRange .asRange-pointer:after, .asRange .asRange-pointer:before {
    display: none
}

.asRange .asRange-pointer.start {
    left: 0;
    margin-left: 4px
}

.asRange .asRange-pointer.stop {
    left: 100%;
    margin-left: -12px
}

.asRange .asRange-pointer .asRange-tip {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    width: 95px;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    text-align: left;
    transition: opacity .3s ease-in-out 0s;
    border-radius: 3px;
    font-family: Muli, sans-serif
}

.asRange .asRange-pointer .asRange-tip:before {
    display: none
}

.asRange-pointer-2 .asRange .asRange-pointer .asRange-tip {
    left: auto;
    right: 0
}

.asRange .asRange-selected {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 1px;
    background-color: #263c75;
    z-index: 1;
    border-radius: 9px
}

.asRange .asRange-scale {
    display: none
}

.asRange-scale {
    position: relative;
    width: 331px;
    height: 8px;
    background-color: #cfcdc7;
    border-radius: 8px
}

.asRange-scale .asRange-pointer {
    position: absolute;
    left: 30%;
    width: 15px;
    height: 15px;
    margin-left: -4px;
    background-color: #263c75;
    z-index: 2;
    border-radius: 9px
}

.asRange-scale .asRange-pointer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #fff;
    border-radius: inherit
}

.asRange-scale .asRange-pointer.start {
    left: 0;
    margin-left: 4px
}

.asRange-scale .asRange-pointer.stop {
    left: 100%;
    margin-left: -12px
}

.asRange-scale .asRange-pointer .asRange-tip {
    position: absolute;
    top: -33px;
    left: 0;
    width: 36px;
    height: 20px;
    line-height: 20px;
    margin-left: -15px;
    border: 1px solid #5d5c58;
    background-color: #5d5c58;
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: opacity .3s ease-in-out 0s;
    border-radius: 3px
}

.asRange-scale .asRange-pointer .asRange-tip:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #5d5c58;
    transform: rotate(-45deg)
}

.asRange-scale .asRange-selected {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 8px;
    background-color: #7ebdcb;
    z-index: 1;
    border-radius: 9px
}

.asRange-scale .asRange-scale {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../image/scale.png) no-repeat 0 transparent
}

.asRange-scale .asRange-scale li {
    position: absolute;
    top: 18px;
    width: 30px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    text-align: center
}

.asRange-scale .asRange-scale li:first-child {
    left: 0
}

.asRange-scale .asRange-scale li:nth-child(2) {
    left: 33.3%
}

.asRange-scale .asRange-scale li:nth-child(3) {
    left: 66.6%
}

.asRange-scale .asRange-scale li:last-child {
    left: 100%
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: absolute
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: 100%;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background-color: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxBottomLeft, #cboxBottomRight, #cboxTopLeft, #cboxTopRight {
    width: 21px;
    height: 21px
}

#cboxMiddleLeft, #cboxMiddleRight {
    width: 21px
}

#cboxBottomCenter, #cboxTopCenter {
    height: 21px
}

#cboxContent {
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px;
    overflow: hidden !important
}

#cboxTitle {
    display: none
}

#cboxCurrent {
    position: absolute;
    color: #fff;
    bottom: 4px;
    right: 0
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E);
    left: -40px
}

#cboxNext, #cboxPrevious {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-size: auto 35px
}

#cboxNext {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E);
    right: -40px
}

#cboxClose {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M32%201.333l-1.333-1.333-14.668%2014.666-14.666-14.666-1.333%201.333%2014.666%2014.666-14.666%2014.668%201.333%201.333%2014.666-14.668%2014.668%2014.668%201.333-1.333-14.668-14.668z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: auto 20px
}

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

_::-webkit-full-page-media {
    background: transparent
}

.lb-data .lb-close {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M32%201.333l-1.333-1.333-14.668%2014.666-14.666-14.666-1.333%201.333%2014.666%2014.666-14.666%2014.668%201.333%201.333%2014.666-14.668%2014.668%2014.668%201.333-1.333-14.668-14.668z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 35px;
    height: 20px
}

.lightbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.lb-nav a.lb-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E);
    left: -70px !important
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    opacity: 1 !important;
    background-size: auto 35px
}

.lb-nav a.lb-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E);
    right: -70px !important;
    background-position: 100%
}

.lb-details {
    float: right !important;
    text-align: right !important
}

.lb-caption {
    display: none !important
}

@media screen and (max-width: 74.9375em) {
    .lightbox a.lb-prev {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E);
        left: 0 !important
    }

    .lightbox a.lb-next, .lightbox a.lb-prev {
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .lightbox a.lb-next {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E);
        background-position: 100%;
        right: 0 !important
    }
}

.select2-container {
    display: block;
    width: 100% !important;
    max-width: 520px !important
}

.select2-container--default .select2-selection--single {
    padding: 0;
    border-radius: 0
}

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-size: auto 100%
}

.slick-arrow:before {
    display: none
}

.slick-prev {
    left: 15px
}

.slick-prev, .slick-prev:focus, .slick-prev:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.slick-next, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: auto 35px
}

.slick-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E);
    right: 15px
}

.slick-next:before {
    display: none
}

.slick-next:focus, .slick-next:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: auto 35px
}

.slick-track {
    margin: 0
}

.slick-dots li, .slick-dots li button {
    width: 14px;
    height: 14px
}

.slick-dots li button {
    padding: 0
}

.slick-dots li:before {
    display: none
}

.collection-item--slider .slick-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.collection-item--slider .slick-next, .collection-item--slider .slick-prev {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.collection-item--slider .slick-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.slick-prev.slick-disabled {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28230%2C230%2C230%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: unset
}

.slick-next.slick-disabled {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28230%2C230%2C230%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

@media screen and (max-width: 47.9375em) {
    .slick-arrow {
        display: none !important
    }

    .homepage-mainslider-container .slick-arrow {
        display: block !important;
        top: unset;
        bottom: 60px;
        background-size: 10px 16px !important;
        background-position: 14px !important
    }

    .homepage-mainslider-container .slick-prev {
        left: -10px;
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-active-l%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-23.000000%2C%200.000000%29%22%20fill%3D%22rgb%28122%2C122%2C122%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-active-l%22%3E%20%3Cpath%20d%3D%22M32.659343%2C8.84973446%20L26.0761776%2C15.6476101%20C25.6211647%2C16.1174633%2024.8853992%2C16.1174633%2024.4352269%2C15.6476101%20L23.3412597%2C14.5179631%20C22.8862468%2C14.04811%2022.8862468%2C13.2883474%2023.3412597%2C12.8234927%20L28.0075622%2C8.00499844%20L23.3412597%2C3.18650422%20C22.8862468%2C2.71665105%2022.8862468%2C1.95688847%2023.3412597%2C1.49203374%20L24.4303863%2C0.352389878%20C24.8853992%2C-0.117463293%2025.6211647%2C-0.117463293%2026.0713371%2C0.352389878%20L32.6545024%2C7.15026554%20C33.1143559%2C7.62011871%2033.1143559%2C8.37988129%2032.659343%2C8.84973446%20L32.659343%2C8.84973446%20Z%22%20transform%3D%22translate%2828.000000%2C%208.000000%29%20scale%28-1%2C%201%29%20translate%28-28.000000%2C%20-8.000000%29%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .homepage-mainslider-container .slick-prev.slick-disabled {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-inactive-l%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.5%22%3E%20%3Cg%20id%3D%22arrows-large%22%20fill%3D%22rgb%28178%2C178%2C178%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-inactive-l%22%3E%20%3Cpath%20d%3D%22M9.65934299%2C8.84973446%20L3.07617764%2C15.6476101%20C2.62116474%2C16.1174633%201.8853992%2C16.1174633%201.43522686%2C15.6476101%20L0.341259675%2C14.5179631%20C-0.113753225%2C14.04811%20-0.113753225%2C13.2883474%200.341259675%2C12.8234927%20L5.00756218%2C8.00499844%20L0.341259675%2C3.18650422%20C-0.113753225%2C2.71665105%20-0.113753225%2C1.95688847%200.341259675%2C1.49203374%20L1.4303863%2C0.352389878%20C1.8853992%2C-0.117463293%202.62116474%2C-0.117463293%203.07133707%2C0.352389878%20L9.65450243%2C7.15026554%20C10.1143559%2C7.62011871%2010.1143559%2C8.37988129%209.65934299%2C8.84973446%20L9.65934299%2C8.84973446%20Z%22%20transform%3D%22translate%285.000000%2C%208.000000%29%20scale%28-1%2C%201%29%20translate%28-5.000000%2C%20-8.000000%29%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .homepage-mainslider-container .slick-next {
        right: -10px;
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-active-r%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-371.000000%2C%200.000000%29%22%20fill%3D%22rgb%28122%2C122%2C122%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-active-r%22%3E%20%3Cpath%20d%3D%22M380.659343%2C8.84973446%20L374.076178%2C15.6476101%20C373.621165%2C16.1174633%20372.885399%2C16.1174633%20372.435227%2C15.6476101%20L371.34126%2C14.5179631%20C370.886247%2C14.04811%20370.886247%2C13.2883474%20371.34126%2C12.8234927%20L376.007562%2C8.00499844%20L371.34126%2C3.18650422%20C370.886247%2C2.71665105%20370.886247%2C1.95688847%20371.34126%2C1.49203374%20L372.430386%2C0.352389878%20C372.885399%2C-0.117463293%20373.621165%2C-0.117463293%20374.071337%2C0.352389878%20L380.654502%2C7.15026554%20C381.114356%2C7.62011871%20381.114356%2C8.37988129%20380.659343%2C8.84973446%20L380.659343%2C8.84973446%20Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .homepage-mainslider-container .slick-next.slick-disabled {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-inactive-r%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.5%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-391.000000%2C%200.000000%29%22%20fill%3D%22rgb%28178%2C178%2C178%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-inactive-r%22%3E%20%3Cpath%20d%3D%22M400.659343%2C8.84973446%20L394.076178%2C15.6476101%20C393.621165%2C16.1174633%20392.885399%2C16.1174633%20392.435227%2C15.6476101%20L391.34126%2C14.5179631%20C390.886247%2C14.04811%20390.886247%2C13.2883474%20391.34126%2C12.8234927%20L396.007562%2C8.00499844%20L391.34126%2C3.18650422%20C390.886247%2C2.71665105%20390.886247%2C1.95688847%20391.34126%2C1.49203374%20L392.430386%2C0.352389878%20C392.885399%2C-0.117463293%20393.621165%2C-0.117463293%20394.071337%2C0.352389878%20L400.654502%2C7.15026554%20C401.114356%2C7.62011871%20401.114356%2C8.37988129%20400.659343%2C8.84973446%20L400.659343%2C8.84973446%20Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .homepage-mainslider-container .slick-arrow {
        bottom: 110px
    }
}

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75
}

.button--texthover, .button--textprimary {
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    transform: translateX(-25%)
}

@media (max-width: 767px) {
    .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button:hover {
    text-decoration: none !important
}

.button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button:hover .button--textprimary {
    transform: translateX(100%)
}

.button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--more {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--more--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #e91308;
    background-color: #e91308;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--more--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--more--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #e91308;
    color: #fff
}

.button--more--texthover, .button--more--textprimary {
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--more--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #e91308;
    transform: translateX(-25%)
}

@media (max-width: 767px) {
    .button--more--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--more--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--more:hover {
    text-decoration: none !important
}

.button--more:hover .button--more--text {
    background-color: #fff;
    color: #e91308
}

.button--more:hover .button--more--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28233%2C19%2C8%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--more:hover .button--more--textprimary {
    transform: translateX(100%)
}

.button--more:hover .button--more--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--form {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--form--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--form--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--form--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff
}

.button--form--texthover, .button--form--textprimary {
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--form--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    transform: translateX(-25%)
}

@media (max-width: 767px) {
    .button--form--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--form--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--form:hover {
    text-decoration: none !important
}

.button--form:hover .button--form--text {
    background-color: #fff;
    color: #263c75
}

.button--form:hover .button--form--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--form:hover .button--form--textprimary {
    transform: translateX(100%)
}

.button--form:hover .button--form--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--form__no-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--form__no-arrow--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--form__no-arrow--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--form__no-arrow--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--form__no-arrow--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--form__no-arrow--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--form__no-arrow--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--form__no-arrow:hover {
    text-decoration: none !important
}

.button--form__no-arrow:hover .button--form__no-arrow--text {
    background-color: #fff;
    color: #263c75
}

.button--form__no-arrow:hover .button--form__no-arrow--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--form__no-arrow:hover .button--form__no-arrow--textprimary {
    transform: translateX(100%)
}

.button--form__no-arrow:hover .button--form__no-arrow--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--full {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--full--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--full--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--full--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff
}

.button--full--texthover, .button--full--textprimary {
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--full--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    transform: translateX(-25%)
}

@media (max-width: 767px) {
    .button--full--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--full--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--full:hover {
    text-decoration: none !important
}

.button--full:hover .button--full--text {
    background-color: #fff;
    color: #263c75
}

.button--full:hover .button--full--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--full:hover .button--full--textprimary {
    transform: translateX(100%)
}

.button--full:hover .button--full--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--small, .button--small__no-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--small--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--small--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--small--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--small--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--small--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--small--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--small:hover, .button--small__no-arrow:hover {
    text-decoration: none !important
}

.button--small:hover .button--small--text, .button--small__no-arrow:hover .button--small--text {
    background-color: #fff;
    color: #263c75
}

.button--small:hover .button--small--text:after, .button--small__no-arrow:hover .button--small--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--small:hover .button--small--textprimary, .button--small__no-arrow:hover .button--small--textprimary {
    transform: translateX(100%)
}

.button--small:hover .button--small--texthover, .button--small__no-arrow:hover .button--small--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--small__no-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--small__no-arrow--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--small__no-arrow--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--small__no-arrow--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--small__no-arrow--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--small__no-arrow--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--small__no-arrow--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--small__no-arrow:hover {
    text-decoration: none !important
}

.button--small__no-arrow:hover .button--small__no-arrow--text {
    background-color: #fff;
    color: #263c75
}

.button--small__no-arrow:hover .button--small__no-arrow--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--small__no-arrow:hover .button--small__no-arrow--textprimary {
    transform: translateX(100%)
}

.button--small__no-arrow:hover .button--small__no-arrow--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--store {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--store--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--store--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--store--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--store--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--store--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--store--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--store:hover {
    text-decoration: none !important
}

.button--store:hover .button--store--text {
    background-color: #fff;
    color: #263c75
}

.button--store:hover .button--store--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--store:hover .button--store--textprimary {
    transform: translateX(100%)
}

.button--store:hover .button--store--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button-blue {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button-blue--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button-blue--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button-blue--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff
}

.button-blue--texthover, .button-blue--textprimary {
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button-blue--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    transform: translateX(-25%)
}

@media (max-width: 767px) {
    .button-blue--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button-blue--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button-blue:hover {
    text-decoration: none !important
}

.button-blue:hover .button-blue--text {
    background-color: #fff;
    color: #263c75
}

.button-blue:hover .button-blue--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button-blue:hover .button-blue--textprimary {
    transform: translateX(100%)
}

.button-blue:hover .button-blue--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--add-to-cart--text {
    border: 1px solid #fff;
    background-color: #fff
}

.button--add-to-cart--textprimary {
    background-color: #fff
}

.button--add-to-cart--texthover, .button--add-to-cart:hover .button--add-to-cart--text {
    color: #fff
}

.button--add-to-cart:hover .button--add-to-cart--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E)
}

.button--show-all, .button--show-all__no-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--show-all--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--show-all--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--show-all--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--show-all--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--show-all--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--show-all:hover, .button--show-all__no-arrow:hover {
    text-decoration: none !important
}

.button--show-all:hover .button--show-all--text, .button--show-all__no-arrow:hover .button--show-all--text {
    background-color: #263c75;
    color: #fff
}

.button--show-all:hover .button--show-all--text:after, .button--show-all__no-arrow:hover .button--show-all--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all:hover .button--show-all--textprimary, .button--show-all__no-arrow:hover .button--show-all--textprimary {
    transform: translateX(100%)
}

.button--show-all:hover .button--show-all--texthover, .button--show-all__no-arrow:hover .button--show-all--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--show-all__no-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--show-all__no-arrow--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--show-all__no-arrow--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all__no-arrow--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--show-all__no-arrow--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--show-all__no-arrow--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--show-all__no-arrow--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--show-all__no-arrow:hover {
    text-decoration: none !important
}

.button--show-all__no-arrow:hover .button--show-all__no-arrow--text {
    background-color: #263c75;
    color: #fff
}

.button--show-all__no-arrow:hover .button--show-all__no-arrow--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all__no-arrow:hover .button--show-all__no-arrow--textprimary {
    transform: translateX(100%)
}

.button--show-all__no-arrow:hover .button--show-all__no-arrow--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--show-all__grey {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--show-all__grey--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--show-all__grey--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all__grey--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #f1f1f1;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--show-all__grey--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #f1f1f1;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--show-all__grey--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--show-all__grey--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--show-all__grey:hover {
    text-decoration: none !important
}

.button--show-all__grey:hover .button--show-all__grey--text {
    background-color: #263c75;
    color: #f1f1f1
}

.button--show-all__grey:hover .button--show-all__grey--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28241%2C241%2C241%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--show-all__grey:hover .button--show-all__grey--textprimary {
    transform: translateX(100%)
}

.button--show-all__grey:hover .button--show-all__grey--texthover {
    transform: translateX(0);
    cursor: pointer
}

button {
    padding: 0;
    cursor: pointer
}

.button--more span {
    letter-spacing: 1px
}

.button--more--wrapper {
    display: table;
    margin: 40px auto 30px
}

.button--add-to-cart {
    display: table;
    margin: 8px auto 0
}

.button--add-to-cart span {
    padding: 8px 15px;
    border: 1px solid #4d4d4d;
    background-color: transparent;
    font-size: 14px
}

.button--add-to-cart span:hover {
    background-color: #263c75
}

.button--add-to-cart span:after {
    display: none
}

.button--show-all__no-arrow span, .button--show-all span {
    padding: 13px 15px;
    border: 1px solid #263c75;
    font-size: 14px;
    text-transform: uppercase
}

.button--show-all__grey {
    border: none
}

.button--show-all__grey span {
    border: 1px solid #263c75;
    font-size: 12px
}

.button--show-all__grey--text:after, .button--show-all__grey--text__hover:after, .button--show-all__no-arrow span:after {
    display: none
}

.button--product--value {
    width: 130px;
    height: 39px;
    display: flex;
    float: left;
    border: 1px solid gray;
    font-weight: 700
}

.button--product--value input[type=button] {
    border-width: 0;
    background: none;
    font-weight: 700;
    line-height: 0;
    cursor: pointer
}

.button--product--value input[type=button]:hover {
    color: #263c75
}

.button--product--value #counter, .button--product--value #counter--mobile {
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 20px
}

.button--form {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    border-radius: 0
}

.button--form span {
    padding: 10px 15px;
    border: 1px solid #263c75;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Muli, sans-serif
}

.button--form__no-arrow {
    border: none;
    cursor: pointer
}

.button--form__no-arrow--text, .button--form__no-arrow--text__hover {
    padding: 10px 15px;
    border: 1px solid #263c75;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.button--form__no-arrow--text:after, .button--form__no-arrow--text__hover:after {
    display: none
}

.button--small, .button--small__no-arrow {
    padding: 0;
    margin: 0;
    display: none;
    border: none
}

.button--small__no-arrow span, .button--small span {
    padding: 10px 20px;
    border: 1px solid #263c75;
    font-size: 12px;
    line-height: 1
}

.button--small__no-arrow span:after {
    display: none
}

.button--store {
    padding: 0;
    margin: 0;
    border: none
}

.button--store[disabled] {
    pointer-events: none
}

.button--store[disabled] span {
    background-color: #909db8;
    border-color: #909db8
}

.button--store span {
    padding: 12px 25px;
    border: 1px solid #263c75;
    font-size: 13px;
    line-height: 1
}

.button--store span:after {
    display: none
}

.button--full {
    width: 100%;
    border: none;
    text-transform: uppercase
}

.button--full span {
    border: 1px solid #263c75;
    letter-spacing: 1px
}

.button--full span:after {
    display: none
}

#searchButton {
    cursor: pointer;
    text-transform: uppercase
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .button--product--value {
        width: 200px
    }
}

--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

--error {
    display: block;
    color: #e91308;
    font-size: 12px
}

--field {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 8.4px;
    padding-bottom: 8.4px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

--field.form--error, --field.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 9.4px 15px;
    width: 100%;
    max-width: 520px;
    transition: all .4s ease;
    cursor: text
}

--label, --label__static {
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 9.4px;
    padding-bottom: 9.4px
}

--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    --submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    --submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

--submit .button:hover {
    text-decoration: none !important
}

--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.select2-selection--single {
    padding: 0;
    height: 35px;
    border-radius: 0
}

.select2-selection--single.form-error {
    border-color: #e91308
}

.select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 35px
}

.select2-selection--single .select2-selection__arrow {
    height: 35px
}


input[type=button], input[type=email], input[type=password], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none;
    border-radius: 0
}

fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: none
}

input:focus {
    outline: none
}

.field-wrap {
    position: relative;
    margin-bottom: 30px;
    display: block
}

.field-wrap-inner input, .powermail_field, label {
    display: inline-block
}

.powermail_input {
    width: 100%;
    border: none;
    padding-left: 3px !important;
    border-bottom: 1px solid #bababa;
}

.powermail_input::placeholder {
    font-size: 12px;
}

.powermail_field {
    width: 100%;
    background-color: unset !important;
    margin: 0 !important;
}

fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.powermail_submit + span {
    display: none !important;
}

.has-danger input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #FF001D !important;
}

.powermail_input.form--error {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #FF001D !important;
}

#powermail_field_e_mail-error {
    display: none !important;
}

.powermail_fieldwrap_type_submit .powermail_field {
    float: right !important;
}

.powermail_submit {
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: unset !important;
    color: #263c75 !important;
    font-weight: 600;
}

input, select {
    width: 180px;
    padding: 8px 10px;
    border: 1px solid #949599
}

input[type=checkbox], input[type=radio] {
    width: auto
}

.formrow-wrap, .powermail_fieldwrap {
    margin-bottom: 15px
}

.formrow-wrap.nolabel .powermail_label, .powermail_fieldwrap.nolabel .powermail_label {
    display: none
}

label {
    max-width: 600px;
    width: 100%
}

legend {
    margin-bottom: 15px
}

input[type=submit] {
    margin-top: 10px
}

.form--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

.form--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

.form--error, .tx-srfeuserregister-pi1-error {
    display: block;
    font-size: 12px
}

.ambient--form .select2-selection--single, .collection--content--form .select2-selection--single, .form--field, .form--textarea, .form .select2-selection--single, .select2-selection--single, .store--map-form .select2-selection--single, .user-registration--form .select2-selection--single {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

.form--error.form--textarea, .form--error.select2-selection--single, .form--field.form--error, .form--field.tx-srfeuserregister-pi1-error, .form--textarea.tx-srfeuserregister-pi1-error, .select2-selection--single.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.form--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 11.9px 15px;
    width: 100%;
    max-width: 520px;
    transition: all .4s ease;
    cursor: text
}

.form--label, .form--label__static {
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

.form--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 11.9px;
    padding-bottom: 11.9px
}

.form--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.form--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.form--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.form--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.form--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .form--submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .form--submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.form--submit .button:hover {
    text-decoration: none !important
}

.form--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.form--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.form--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

.form--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.form .select2-selection--single {
    padding: 0;
    height: 40px;
    border-radius: 0
}

.form .select2-selection--single.form-error {
    border-color: #e91308
}

.form .select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 40px
}

.form .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.form .checkbox {
    position: relative;
    top: 5px
}

.form--container {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.form--checkbox {
    display: flex;
    padding-bottom: 15px;
    line-height: 1.5
}

.form--checkbox span {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    border: 2px solid #fd0
}

.form--checkbox--label {
    padding-left: 15px;
    color: #4d4d4d;
    font-size: 14px
}

.form--title h3 {
    color: #263c75;
    font-size: 26px;
    font-weight: 400
}

.form--file {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px
}

.form--file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.form--file--input--button {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.form--file .button--show-all__no-arrow {
    border: none
}

.form--file .button--show-all__no-arrow span {
    padding: 10px 15px;
    font-size: 12px;
    text-transform: none
}

.form--file--title {
    color: #4d4d4d !important;
    font-size: 13px
}

.form--file--upload {
    padding-bottom: 0 !important;
    padding-left: 20px;
    color: #4d4d4d !important;
    font-size: 13px !important
}

.form--textarea {
    width: 100%;
    max-width: 520px;
    height: 100%;
    border: 1px solid #949599
}

.form--textarea.form--error, .form--textarea.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.form--textarea:focus {
    outline: none
}

.form--info {
    margin-bottom: 40px;
    color: #4d4d4d;
    text-transform: none
}

.newsletter-form-statement .statement-newsletter-intro p {
    margin: 10px 0;
    padding-bottom: 10px
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .newsletter-form-statement .statement-newsletter-intro .statementBtn--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .newsletter-form-statement .statement-newsletter-intro .statementBtn--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn:hover {
    text-decoration: none !important
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn:hover .statementBtn--text {
    background-color: #fd0;
    color: #263c75
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn:hover .statementBtn--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn:hover .statementBtn--textprimary {
    transform: translateX(100%)
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn:hover .statementBtn--texthover {
    transform: translateX(0);
    cursor: pointer
}

.newsletter-form-statement .statement-newsletter-intro .statementBtn--text:after {
    display: none
}

.newsletter-form-statement .statement-newsletter-intro b {
    font-weight: 700
}

.newsletter-form-statement .statement-newsletter-text {
    display: none;
    margin: 50px 0
}

.newsletter-form-statement .statement-newsletter-text p {
    margin: 10px 0;
    padding-bottom: 10px
}

.newsletter-form-statement .statement-newsletter-text p:first-child {
    margin-top: 0
}

.newsletter-form-statement .statement-newsletter-text ul {
    padding-left: 40px
}

.newsletter-form-statement .statement-newsletter-text .statementDate {
    display: inline-block
}

.newsletter-form-statement .statement-newsletter-text .statementInput {
    display: inline-block;
    margin-left: 50px
}

.newsletter-form-statement .statement-newsletter-text .statementInput label {
    width: auto
}

.newsletter-form-statement .newsletter-subscribe-form-wrapper, .newsletter-form-statement ol li:before {
    display: none
}

@media screen and (max-width: 47.9375em) {
    .newsletter-form-statement .statementText h2 {
        font-size: 19px
    }
}

@media only screen and (max-width: 480px) {
    .newsletter-form-statement .statementText .statementDate {
        display: block
    }

    .newsletter-form-statement .statementText .statementInput {
        margin-top: 7px;
        margin-left: 0
    }
}

.online-application-form h1 {
    margin: 55px 0;
    color: #263c75;
    font-size: 30px;
    text-transform: uppercase
}

.online-application-form p {
    padding-bottom: 20px;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.5
}

.online-application-form .form--checkbox--label {
    line-height: 30px
}

.online-application-form .button--show-all__no-arrow span {
    border: 1px solid #999;
    letter-spacing: 1px
}

.online-application-form .statementIntro p {
    margin: 10px 0;
    padding-bottom: 10px
}

.online-application-form .statementIntro .statementBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.online-application-form .statementIntro .statementBtn--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.online-application-form .statementIntro .statementBtn--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.online-application-form .statementIntro .statementBtn--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.online-application-form .statementIntro .statementBtn--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .online-application-form .statementIntro .statementBtn--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .online-application-form .statementIntro .statementBtn--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.online-application-form .statementIntro .statementBtn:hover {
    text-decoration: none !important
}

.online-application-form .statementIntro .statementBtn:hover .statementBtn--text {
    background-color: #fd0;
    color: #263c75
}

.online-application-form .statementIntro .statementBtn:hover .statementBtn--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.online-application-form .statementIntro .statementBtn:hover .statementBtn--textprimary {
    transform: translateX(100%)
}

.online-application-form .statementIntro .statementBtn:hover .statementBtn--texthover {
    transform: translateX(0);
    cursor: pointer
}

.online-application-form .statementIntro .statementBtn--text:after {
    display: none
}

.online-application-form .statementIntro b {
    font-weight: 700
}

.online-application-form .statementText {
    display: none;
    margin: 50px 0
}

.online-application-form .statementText p {
    margin: 10px 0;
    padding-bottom: 10px
}

.online-application-form .statementText p:first-child {
    margin-top: 0
}

.online-application-form .statementText ul {
    padding-left: 40px
}

.online-application-form .statementText .statementDate {
    display: inline-block
}

.online-application-form .statementText .statementInput {
    display: inline-block;
    margin-left: 50px
}

.online-application-form .statementText .statementInput label {
    width: auto
}

.online-application-form .tx-powermail {
    display: none
}

.online-application-form .statementEmail {
    cursor: pointer;
    color: #263c75;
    text-decoration: none;
    font-size: 15px
}

.online-application-form .statementEmail:hover {
    text-decoration: underline
}

@media screen and (max-width: 47.9375em) {
    .online-application-form .statementText h2 {
        font-size: 19px
    }
}

@media only screen and (max-width: 480px) {
    .online-application-form .statementText .statementDate {
        display: block
    }

    .online-application-form .statementText .statementInput {
        margin-top: 7px;
        margin-left: 0
    }
}

.form--error, .tx-srfeuserregister-pi1-error {
    color: #e91308;
    font-size: 14px
}

label.form--error, label.tx-srfeuserregister-pi1-error {
    margin-top: 5px;
    max-width: 300px
}

.tx-srfeuserregister-pi1-submit {
    padding: 10px 15px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
    cursor: pointer;
    transition: all .3s
}

.tx-srfeuserregister-pi1-submit:hover {
    background-color: transparent;
    color: #263c75
}

.powermail_form_8 label {
    pointer-events: none
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4d4d4d;
    font-size: 14px
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 2px solid #263c75
}

.radio-container input:checked ~ .radio-checkmark {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2232%22%20viewBox%3D%220%200%2040%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Echekirano%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M34.666%200l-21.331%2021.335-8.003-8.003-5.333%205.333%2013.336%2013.336%2026.664-26.667z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 9px;
    background-position: 50%
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked ~ .radio-checkmark:after {
    display: block
}

.user-registration--form .statementText {
    display: none;
    margin: 50px 0
}

.user-registration--form .statementText p {
    margin: 10px 0;
    padding-bottom: 10px
}

.user-registration--form .statementText p:first-child {
    margin-top: 0
}

.user-registration--form .statementText ul {
    padding-left: 40px
}

.user-registration--form .statementText .statementDate {
    display: inline-block
}

.user-registration--form .statementText .statementInput {
    display: inline-block;
    margin-left: 50px
}

.user-registration--form .statementText .statementInput label {
    width: auto
}

.form-survey {
    margin-top: 30px
}

.form-survey .radio-wrap {
    display: flex;
    margin-bottom: 0
}

.form-survey .form--info {
    padding-bottom: 0
}

.form-survey .powermail_fieldwrap_radio {
    margin-bottom: 30px
}

.form-survey.form--title {
    margin-bottom: 10px;
    text-transform: none;
    color: inherit;
    font-size: 15px
}

.form-survey-list li:before {
    display: none
}

.form-survey .powermail_label {
    margin-bottom: 15px
}

.form-survey .powermail_radio_inner {
    margin-right: 50px
}

.form-survey .form--error, .form-survey .tx-srfeuserregister-pi1-error {
    position: absolute;
    bottom: -20px;
    left: 0;
    min-width: 160px
}

.ico-Forma-Ideale-Logo-blue {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%2232%22%20viewBox%3D%220%200%20300%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EForma-Ideale-Logo-blue%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M3.209%2031.169l-3.209-0.27%202.626-30.899h31.155v3.219h-28.196z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.302%2031.169l-3.206-0.27%202.279-26.805h27.056v3.221h-24.098z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.399%2031.169l-3.207-0.27%201.931-22.705h22.96v3.216h-20.004z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.591%2031.169l-3.21-0.27%201.234-14.513h14.773v3.218h-11.814z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.688%2031.169l-3.209-0.27%200.886-10.42h10.676v3.219h-7.719z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M46.367%2030.319l2.467-30.017h20.094l-0.667%208.117h-9.267l-0.291%203.529h8.363l-0.626%207.629h-8.364l-0.884%2010.742z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M91.958%2024.419c-0.659%201.016-1.436%201.939-2.337%202.756-0.908%200.824-1.898%201.51-2.972%202.063-1.069%200.549-2.189%200.968-3.362%201.251-1.167%200.29-2.312%200.43-3.445%200.43-1.439%200-2.822-0.217-4.147-0.646-1.328-0.429-2.537-1.060-3.629-1.899-1.532-1.18-2.661-2.697-3.377-4.549-0.723-1.846-0.999-3.783-0.832-5.822%200.117-1.416%200.441-2.792%200.967-4.117%200.527-1.333%201.259-2.557%202.185-3.669%201.394-1.596%203.068-2.822%205.014-3.678%201.945-0.851%203.943-1.281%205.984-1.281%201.147%200%202.271%200.138%203.368%200.41%201.090%200.274%202.141%200.693%203.128%201.253%200.995%200.566%201.854%201.24%202.585%202.021%200.747%200.791%201.358%201.69%201.836%202.692%200.479%200.991%200.809%202.045%201%203.143%200.188%201.104%200.233%202.237%200.138%203.398-0.191%202.276-0.894%204.357-2.104%206.244v0zM84.458%2020.267c0.375-0.682%200.603-1.423%200.669-2.229%200.104-1.287-0.172-2.352-0.831-3.204-0.706-0.926-1.685-1.39-2.95-1.39-0.69%200-1.367%200.16-2.022%200.481-0.662%200.313-1.201%200.776-1.629%201.376-0.524%200.795-0.826%201.695-0.908%202.701-0.059%200.714%200.015%201.42%200.228%202.103%200.211%200.688%200.547%201.261%201.014%201.706%200.64%200.623%201.449%200.937%202.421%200.937%200.802%200%201.575-0.222%202.325-0.661%200.745-0.441%201.305-1.045%201.683-1.82v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M95.159%2030.319l2.016-24.526h11.128c1.48%200%202.786%200.131%203.912%200.402%201.122%200.27%202.109%200.784%202.959%201.544%200.847%200.714%201.472%201.604%201.875%202.681%200.405%201.069%200.574%202.205%200.51%203.414-0.088%201.075-0.354%202.075-0.791%203.006-0.443%200.934-1.039%201.707-1.803%202.322-0.761%200.613-1.656%201.005-2.699%201.174l5.744%209.982h-9.915l-3.622-8.106-0.668%208.106-8.646%200.001zM105.302%2012.091l-0.395%204.825c1.349%200%202.372-0.134%203.057-0.416%200.688-0.281%201.073-0.946%201.161-1.996%200.085-1.042-0.192-1.696-0.832-1.987-0.64-0.283-1.64-0.426-2.991-0.426v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M140.599%2030.319l-0.27-9.715c-0.015-0.369-0.023-0.742-0.033-1.115-0.011-0.373-0.011-0.776-0.011-1.206%200.002-0.431%200.009-0.771%200.011-1.021%200.003-0.256%200-0.639%200.003-1.145-0.454%201.817-0.942%203.4-1.467%204.756l-3.591%209.445h-5.294l-2.037-9.445c-0.3-1.356-0.53-2.939-0.678-4.756-0.067%200.532-0.194%201.307-0.386%202.327-0.194%201.016-0.32%201.736-0.39%202.16l-1.798%209.715h-8.647l6.174-24.526h9.109l1.243%206.099c0.103%200.477%200.242%201.207%200.415%202.176%200.172%200.973%200.293%201.797%200.376%202.471%200.076%200.674%200.153%201.514%200.227%202.522h0.13c0.613-2.511%201.368-4.949%202.276-7.303l2.302-5.966h9.11l1.871%2024.526-8.645%200.001z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M146.839%2030.319l10.725-24.526h9.854l6.559%2024.526h-9.514l-0.483-3.081h-6.704l-0.99%203.081h-9.447zM159.231%2021.411h3.688c-0.365-1.945-0.635-3.477-0.801-4.594-0.16-1.115-0.256-2.313-0.273-3.583h-0.197c-0.098%200.613-0.229%201.274-0.398%201.991-0.172%200.718-0.348%201.369-0.535%201.973-0.181%200.592-0.393%201.218-0.621%201.867-0.232%200.649-0.519%201.429-0.863%202.346v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M180.952%2030.224l2.469-30.018h10.902l-2.467%2030.018z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M195.235%2030.224l2.016-24.526h7.17c2.453%200%204.551%200.148%206.293%200.446%201.742%200.292%203.309%200.949%204.701%201.966%201.020%200.737%201.865%201.629%202.541%202.67%200.674%201.048%201.158%202.187%201.451%203.425%200.291%201.242%200.389%202.504%200.285%203.786-0.090%201.064-0.309%202.122-0.665%203.187-0.429%201.253-1.024%202.384-1.794%203.409-0.77%201.022-1.654%201.896-2.646%202.627-0.992%200.733-2.084%201.332-3.271%201.803-1.193%200.469-2.432%200.785-3.731%200.938-0.868%200.125-1.737%200.201-2.608%200.228-0.865%200.029-1.947%200.042-3.24%200.042l-6.502-0.001zM204.63%2022.717c0.584-0.019%201.061-0.049%201.43-0.077%200.369-0.025%200.771-0.086%201.203-0.172%200.431-0.090%200.824-0.227%201.172-0.422%200.691-0.399%201.23-0.973%201.604-1.717%200.383-0.744%200.609-1.528%200.678-2.373%200.105-1.268-0.051-2.246-0.463-2.926-0.412-0.687-1.020-1.144-1.82-1.379-0.801-0.235-1.812-0.359-3.027-0.383l-0.777%209.449z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M220.786%2030.224l2.018-24.526h16.416l-0.543%206.633h-7.772l-0.199%202.412h7.033l-0.513%206.236h-7.034l-0.214%202.612h7.97l-0.545%206.633z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M236.151%2030.224l10.727-24.526h9.851l6.562%2024.526h-9.517l-0.485-3.082h-6.699l-0.99%203.082h-9.449zM248.542%2021.313h3.689c-0.367-1.943-0.635-3.477-0.801-4.592-0.158-1.114-0.257-2.313-0.271-3.586h-0.2c-0.095%200.615-0.232%201.274-0.397%201.993-0.174%200.719-0.348%201.372-0.534%201.974-0.181%200.591-0.392%201.217-0.622%201.867-0.233%200.647-0.521%201.427-0.864%202.344v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M263.042%2030.224l2.016-24.526h8.846l-1.36%2016.557h8.576l-0.656%207.969z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M281.567%2030.224l2.016-24.526h16.417l-0.546%206.633h-7.77l-0.199%202.412h7.036l-0.516%206.236h-7.031l-0.215%202.612h7.97l-0.546%206.633z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-Forma-Ideale-Logo, .ico-Forma-Ideale-Logo-blue {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-Forma-Ideale-Logo {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%2232%22%20viewBox%3D%220%200%20300%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EForma-Ideale-Logo%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M3.209%2031.169l-3.209-0.27%202.626-30.899h31.155v3.219h-28.196z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.302%2031.169l-3.206-0.27%202.279-26.805h27.056v3.221h-24.098z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.399%2031.169l-3.207-0.27%201.931-22.705h22.96v3.216h-20.004z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.591%2031.169l-3.21-0.27%201.234-14.513h14.773v3.218h-11.814z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.688%2031.169l-3.209-0.27%200.886-10.42h10.676v3.219h-7.719z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M46.367%2030.319l2.467-30.017h20.094l-0.667%208.117h-9.267l-0.291%203.529h8.363l-0.626%207.629h-8.364l-0.884%2010.742z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M91.958%2024.419c-0.659%201.016-1.436%201.939-2.337%202.756-0.908%200.824-1.898%201.51-2.972%202.063-1.069%200.549-2.189%200.968-3.362%201.251-1.167%200.29-2.312%200.43-3.445%200.43-1.439%200-2.822-0.217-4.147-0.646-1.328-0.429-2.537-1.060-3.629-1.899-1.532-1.18-2.661-2.697-3.377-4.549-0.723-1.846-0.999-3.783-0.832-5.822%200.117-1.416%200.441-2.792%200.967-4.117%200.527-1.333%201.259-2.557%202.185-3.669%201.394-1.596%203.068-2.822%205.014-3.678%201.945-0.851%203.943-1.281%205.984-1.281%201.147%200%202.271%200.138%203.368%200.41%201.090%200.274%202.141%200.693%203.128%201.253%200.995%200.566%201.854%201.24%202.585%202.021%200.747%200.791%201.358%201.69%201.836%202.692%200.479%200.991%200.809%202.045%201%203.143%200.188%201.104%200.233%202.237%200.138%203.398-0.191%202.276-0.894%204.357-2.104%206.244v0zM84.458%2020.267c0.375-0.682%200.603-1.423%200.669-2.229%200.104-1.287-0.172-2.352-0.831-3.204-0.706-0.926-1.685-1.39-2.95-1.39-0.69%200-1.367%200.16-2.022%200.481-0.662%200.313-1.201%200.776-1.629%201.376-0.524%200.795-0.826%201.695-0.908%202.701-0.059%200.714%200.015%201.42%200.228%202.103%200.211%200.688%200.547%201.261%201.014%201.706%200.64%200.623%201.449%200.937%202.421%200.937%200.802%200%201.575-0.222%202.325-0.661%200.745-0.441%201.305-1.045%201.683-1.82v0zM95.159%2030.319l2.016-24.526h11.128c1.48%200%202.786%200.131%203.912%200.402%201.122%200.27%202.109%200.784%202.959%201.544%200.847%200.714%201.472%201.604%201.875%202.681%200.405%201.069%200.574%202.205%200.51%203.414-0.088%201.075-0.354%202.075-0.791%203.006-0.443%200.934-1.039%201.707-1.803%202.322-0.761%200.613-1.656%201.005-2.699%201.174l5.744%209.982h-9.915l-3.622-8.106-0.668%208.106-8.646%200.001zM105.302%2012.091l-0.395%204.825c1.349%200%202.372-0.134%203.057-0.416%200.688-0.281%201.073-0.946%201.161-1.996%200.085-1.042-0.192-1.696-0.832-1.987-0.64-0.283-1.64-0.426-2.991-0.426v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M140.599%2030.319l-0.27-9.715c-0.015-0.369-0.023-0.742-0.033-1.115-0.011-0.373-0.011-0.776-0.011-1.206%200.002-0.431%200.009-0.771%200.011-1.021%200.003-0.256%200-0.639%200.003-1.145-0.454%201.817-0.942%203.4-1.467%204.756l-3.591%209.445h-5.294l-2.037-9.445c-0.3-1.356-0.53-2.939-0.678-4.756-0.067%200.532-0.194%201.307-0.386%202.327-0.194%201.016-0.32%201.736-0.39%202.16l-1.798%209.715h-8.647l6.174-24.526h9.109l1.243%206.099c0.103%200.477%200.242%201.207%200.415%202.176%200.172%200.973%200.293%201.797%200.376%202.471%200.076%200.674%200.153%201.514%200.227%202.522h0.13c0.613-2.511%201.368-4.949%202.276-7.303l2.302-5.966h9.11l1.871%2024.526-8.645%200.001z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M146.839%2030.319l10.725-24.526h9.854l6.559%2024.526h-9.514l-0.483-3.081h-6.704l-0.99%203.081h-9.447zM159.231%2021.411h3.688c-0.365-1.945-0.635-3.477-0.801-4.594-0.16-1.115-0.256-2.313-0.273-3.583h-0.197c-0.098%200.613-0.229%201.274-0.398%201.991-0.172%200.718-0.348%201.369-0.535%201.973-0.181%200.592-0.393%201.218-0.621%201.867-0.232%200.649-0.519%201.429-0.863%202.346v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M180.952%2030.224l2.469-30.018h10.902l-2.467%2030.018z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M195.235%2030.224l2.016-24.526h7.17c2.453%200%204.551%200.148%206.293%200.446%201.742%200.292%203.309%200.949%204.701%201.966%201.020%200.737%201.865%201.629%202.541%202.67%200.674%201.048%201.158%202.187%201.451%203.425%200.291%201.242%200.389%202.504%200.285%203.786-0.090%201.064-0.309%202.122-0.665%203.187-0.429%201.253-1.024%202.384-1.794%203.409-0.77%201.022-1.654%201.896-2.646%202.627-0.992%200.733-2.084%201.332-3.271%201.803-1.193%200.469-2.432%200.785-3.731%200.938-0.868%200.125-1.737%200.201-2.608%200.228-0.865%200.029-1.947%200.042-3.24%200.042l-6.502-0.001zM204.63%2022.717c0.584-0.019%201.061-0.049%201.43-0.077%200.369-0.025%200.771-0.086%201.203-0.172%200.431-0.090%200.824-0.227%201.172-0.422%200.691-0.399%201.23-0.973%201.604-1.717%200.383-0.744%200.609-1.528%200.678-2.373%200.105-1.268-0.051-2.246-0.463-2.926-0.412-0.687-1.020-1.144-1.82-1.379-0.801-0.235-1.812-0.359-3.027-0.383l-0.777%209.449z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M220.786%2030.224l2.018-24.526h16.416l-0.543%206.633h-7.772l-0.199%202.412h7.033l-0.513%206.236h-7.034l-0.214%202.612h7.97l-0.545%206.633z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M236.151%2030.224l10.727-24.526h9.851l6.562%2024.526h-9.517l-0.485-3.082h-6.699l-0.99%203.082h-9.449zM248.542%2021.313h3.689c-0.367-1.943-0.635-3.477-0.801-4.592-0.158-1.114-0.257-2.313-0.271-3.586h-0.2c-0.095%200.615-0.232%201.274-0.397%201.993-0.174%200.719-0.348%201.372-0.534%201.974-0.181%200.591-0.392%201.217-0.622%201.867-0.233%200.647-0.521%201.427-0.864%202.344v0z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M263.042%2030.224l2.016-24.526h8.846l-1.36%2016.557h8.576l-0.656%207.969z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M281.567%2030.224l2.016-24.526h16.417l-0.546%206.633h-7.77l-0.199%202.412h7.036l-0.516%206.236h-7.031l-0.215%202.612h7.97l-0.546%206.633z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-Strelica_napred_product {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-Strelica_napred_product, .ico-Strelica_nazad_product {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-Strelica_nazad_product {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-aktivni_link_glavni_meni {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eaktivni_link_glavni_meni%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M64%200l-32%2032-32-32z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-aktivni_link_glavni_meni, .ico-angle-right {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-angle-right {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E70FE858C-BDD0-4A1F-9A05-CCC8DD64AAFA%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M7.58881988%2C6.63354037%20L2.52049689%2C11.7018634%20C2.17018634%2C12.0521739%201.60372671%2C12.0521739%201.25714286%2C11.7018634%20L0.414906832%2C10.8596273%20C0.0645962733%2C10.5093168%200.0645962733%2C9.94285714%200.414906832%2C9.59627329%20L4.00745342%2C6.00372671%20L0.414906832%2C2.41118012%20C0.0645962733%2C2.06086957%200.0645962733%2C1.49440994%200.414906832%2C1.14782609%20L1.25341615%2C0.298136646%20C1.60372671%2C-0.052173913%202.17018634%2C-0.052173913%202.51677019%2C0.298136646%20L7.58509317%2C5.36645963%20C7.93913043%2C5.71677019%207.93913043%2C6.28322981%207.58881988%2C6.63354037%20L7.58881988%2C6.63354037%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.5%22%20transform%3D%22translate%28-591.000000%2C%20-716.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28413.000000%2C%20580.000000%29%22%3E%20%3Cg%20id%3D%22Solid%2Fangle-right%22%20transform%3D%22translate%280.000000%2C%20117.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28178.000000%2C%2019.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%280%2C0%2C0%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Cg%20transform%3D%22translate%28-2.000000%2C%200.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20id%3D%22Black%22%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%2212%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-arrow-active-l {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-active-l%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-23.000000%2C%200.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-active-l%22%3E%20%3Cpath%20d%3D%22M32.659343%2C8.84973446%20L26.0761776%2C15.6476101%20C25.6211647%2C16.1174633%2024.8853992%2C16.1174633%2024.4352269%2C15.6476101%20L23.3412597%2C14.5179631%20C22.8862468%2C14.04811%2022.8862468%2C13.2883474%2023.3412597%2C12.8234927%20L28.0075622%2C8.00499844%20L23.3412597%2C3.18650422%20C22.8862468%2C2.71665105%2022.8862468%2C1.95688847%2023.3412597%2C1.49203374%20L24.4303863%2C0.352389878%20C24.8853992%2C-0.117463293%2025.6211647%2C-0.117463293%2026.0713371%2C0.352389878%20L32.6545024%2C7.15026554%20C33.1143559%2C7.62011871%2033.1143559%2C8.37988129%2032.659343%2C8.84973446%20L32.659343%2C8.84973446%20Z%22%20transform%3D%22translate%2828.000000%2C%208.000000%29%20scale%28-1%2C%201%29%20translate%28-28.000000%2C%20-8.000000%29%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-arrow-active-l, .ico-arrow-active-r {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-arrow-active-r {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-active-r%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-371.000000%2C%200.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-active-r%22%3E%20%3Cpath%20d%3D%22M380.659343%2C8.84973446%20L374.076178%2C15.6476101%20C373.621165%2C16.1174633%20372.885399%2C16.1174633%20372.435227%2C15.6476101%20L371.34126%2C14.5179631%20C370.886247%2C14.04811%20370.886247%2C13.2883474%20371.34126%2C12.8234927%20L376.007562%2C8.00499844%20L371.34126%2C3.18650422%20C370.886247%2C2.71665105%20370.886247%2C1.95688847%20371.34126%2C1.49203374%20L372.430386%2C0.352389878%20C372.885399%2C-0.117463293%20373.621165%2C-0.117463293%20374.071337%2C0.352389878%20L380.654502%2C7.15026554%20C381.114356%2C7.62011871%20381.114356%2C8.37988129%20380.659343%2C8.84973446%20L380.659343%2C8.84973446%20Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-arrow-inactive-l {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-inactive-l%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.5%22%3E%20%3Cg%20id%3D%22arrows-large%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-inactive-l%22%3E%20%3Cpath%20d%3D%22M9.65934299%2C8.84973446%20L3.07617764%2C15.6476101%20C2.62116474%2C16.1174633%201.8853992%2C16.1174633%201.43522686%2C15.6476101%20L0.341259675%2C14.5179631%20C-0.113753225%2C14.04811%20-0.113753225%2C13.2883474%200.341259675%2C12.8234927%20L5.00756218%2C8.00499844%20L0.341259675%2C3.18650422%20C-0.113753225%2C2.71665105%20-0.113753225%2C1.95688847%200.341259675%2C1.49203374%20L1.4303863%2C0.352389878%20C1.8853992%2C-0.117463293%202.62116474%2C-0.117463293%203.07133707%2C0.352389878%20L9.65450243%2C7.15026554%20C10.1143559%2C7.62011871%2010.1143559%2C8.37988129%209.65934299%2C8.84973446%20L9.65934299%2C8.84973446%20Z%22%20transform%3D%22translate%285.000000%2C%208.000000%29%20scale%28-1%2C%201%29%20translate%28-5.000000%2C%20-8.000000%29%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-arrow-inactive-l, .ico-arrow-inactive-r {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-arrow-inactive-r {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2010%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Earrow-inactive-r%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.5%22%3E%20%3Cg%20id%3D%22arrows-large%22%20transform%3D%22translate%28-391.000000%2C%200.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22arrow-inactive-r%22%3E%20%3Cpath%20d%3D%22M400.659343%2C8.84973446%20L394.076178%2C15.6476101%20C393.621165%2C16.1174633%20392.885399%2C16.1174633%20392.435227%2C15.6476101%20L391.34126%2C14.5179631%20C390.886247%2C14.04811%20390.886247%2C13.2883474%20391.34126%2C12.8234927%20L396.007562%2C8.00499844%20L391.34126%2C3.18650422%20C390.886247%2C2.71665105%20390.886247%2C1.95688847%20391.34126%2C1.49203374%20L392.430386%2C0.352389878%20C392.885399%2C-0.117463293%20393.621165%2C-0.117463293%20394.071337%2C0.352389878%20L400.654502%2C7.15026554%20C401.114356%2C7.62011871%20401.114356%2C8.37988129%20400.659343%2C8.84973446%20L400.659343%2C8.84973446%20Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-bastenska_ganitura {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ebastenska_ganitura%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.313%2023.932c-1.032%200-1.9-0.731-2.018-1.699l-0.097-0.795c-0.061-0.493%200.080-0.989%200.397-1.394%200.339-0.434%200.855-0.722%201.414-0.79l15.673-1.927c1.154-0.138%202.156%200.633%202.285%201.684l0.098%200.793c0.063%200.526-0.096%201.044-0.452%201.462-0.341%200.402-0.825%200.659-1.36%200.724l-15.673%201.925c-0.089%200.011-0.178%200.016-0.267%200.016zM24.945%2018.612c-0.034%200-0.070%200.003-0.106%200.007l-15.673%201.927c-0.22%200.026-0.419%200.135-0.547%200.299-0.103%200.131-0.149%200.285-0.131%200.434l0.097%200.795c0.043%200.347%200.415%200.612%200.836%200.549l15.674-1.925c0.21-0.025%200.397-0.124%200.528-0.276%200.117-0.137%200.17-0.301%200.15-0.462l-0.098-0.793c-0.038-0.311-0.358-0.556-0.729-0.556z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M8.188%2020.062v0c-0.814%200-1.574-0.531-1.89-1.321l-6.144-15.421c-0.215-0.539-0.206-1.145%200.025-1.663%200.208-0.467%200.575-0.816%201.034-0.984l1.509-0.554c0.215-0.080%200.442-0.12%200.674-0.12%200.858%200%201.62%200.541%201.896%201.346l5.377%2015.676c0.369%201.077-0.091%202.223-1.050%202.61l-0.743%200.298c-0.219%200.088-0.451%200.133-0.688%200.133zM3.397%201.301c-0.079%200-0.154%200.014-0.226%200.039l-1.51%200.555c-0.162%200.059-0.248%200.192-0.294%200.293-0.088%200.196-0.089%200.44-0.005%200.651l6.144%2015.421c0.148%200.369%200.565%200.594%200.884%200.463l0.743-0.298c0.316-0.127%200.45-0.558%200.304-0.981l-5.376-15.676c-0.11-0.323-0.415-0.467-0.667-0.467z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.646%2032c-0.028%200-0.056-0.002-0.084-0.005-0.357-0.046-0.608-0.371-0.562-0.728l1.056-8.199c0.045-0.357%200.369-0.612%200.728-0.562%200.357%200.046%200.608%200.371%200.562%200.728l-1.056%208.199c-0.042%200.328-0.322%200.567-0.644%200.567z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M24.593%2032c-0.299%200-0.569-0.208-0.634-0.512l-3.834-17.681c-0.077-0.351%200.146-0.696%200.498-0.773%200.344-0.077%200.697%200.146%200.772%200.498l3.834%2017.681c0.077%200.351-0.146%200.696-0.498%200.772-0.046%200.011-0.092%200.015-0.138%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.122%2016.717c-0.031%200-0.061-0.001-0.092-0.002-0.625-0.023-1.201-0.3-1.619-0.777-0.749-0.855-0.921-1.836-0.458-2.622%200.406-0.692%201.242-1.076%201.982-0.92%200.696%200.15%201.167%200.726%201.257%201.543%200.039%200.357-0.219%200.678-0.576%200.717-0.351%200.034-0.678-0.219-0.717-0.576-0.026-0.246-0.106-0.385-0.236-0.413-0.177-0.034-0.453%200.077-0.588%200.306-0.229%200.389%200.098%200.861%200.314%201.107%200.186%200.211%200.418%200.323%200.691%200.334%200.395%200.013%200.845-0.194%201.232-0.574%200.547-0.535%200.62-1.611%200.156-2.304-0.551-0.826-1.719-0.935-3.204-0.299-0.864%200.37-1.425%200.669-1.919%200.934-1.068%200.57-1.838%200.983-4.425%201.507-3.733%200.757-7.157%201.052-11.586%201.384-0.362%200.020-0.67-0.242-0.696-0.6s0.242-0.67%200.6-0.696c4.381-0.329%207.766-0.62%2011.425-1.362%202.401-0.486%203.066-0.841%204.071-1.379%200.517-0.277%201.104-0.591%202.020-0.983%203.091-1.323%204.453%200.257%204.798%200.771%200.809%201.212%200.663%202.986-0.328%203.956-0.625%200.612-1.368%200.947-2.1%200.947z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-bastenska_ganitura, .ico-blog-blue-small {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-blog-blue-small {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22230px%22%20height%3D%2224px%22%20viewBox%3D%220%200%20230%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2050.2%20%2855047%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Eblue-small%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%2F%3E%20%3Cg%20id%3D%22blue-small%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Forma-Ideale-Logo-blue%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%222.46023333%2023.8962333%200%2023.6892333%202.01326667%200%2025.8987667%200%2025.8987667%202.4679%204.28183333%202.4679%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%225.5982%2023.8962333%203.14026667%2023.6892333%204.8875%203.13873333%2025.6304333%203.13873333%2025.6304333%205.60816667%207.1553%205.60816667%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%228.73923333%2023.8962333%206.28053333%2023.6892333%207.76096667%206.28206667%2025.3636333%206.28206667%2025.3636333%208.74766667%2010.0272333%208.74766667%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2215.0197667%2023.8962333%2012.5587667%2023.6892333%2013.5048333%2012.5626%2024.8308%2012.5626%2024.8308%2015.0297333%2015.7734%2015.0297333%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2218.1608%2023.8962333%2015.7005667%2023.6892333%2016.3798333%2015.7005667%2024.5647667%2015.7005667%2024.5647667%2018.1684667%2018.6468667%2018.1684667%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2235.5480333%2023.2445667%2037.4394%200.231533333%2052.8448%200.231533333%2052.3334333%206.45456667%2045.2287333%206.45456667%2045.0056333%209.16013333%2051.4172667%209.16013333%2050.9373333%2015.0090333%2044.5249333%2015.0090333%2043.8472%2023.2445667%22%2F%3E%20%3Cpath%20d%3D%22M70.5011333%2C18.7212333%20C69.9959%2C19.5001667%2069.4002%2C20.2078%2068.7094333%2C20.8341667%20C68.0133%2C21.4659%2067.2543%2C21.9918333%2066.4309%2C22.4158%20C65.6113333%2C22.8367%2064.7526667%2C23.1579333%2063.8533667%2C23.3749%20C62.9586667%2C23.5972333%2062.0808333%2C23.7045667%2061.2122%2C23.7045667%20C60.1089667%2C23.7045667%2059.0486667%2C23.5382%2058.0328333%2C23.2093%20C57.0147%2C22.8804%2056.0878%2C22.3966333%2055.2506%2C21.7534%20C54.0760667%2C20.8487333%2053.2105%2C19.6857%2052.6615667%2C18.2658333%20C52.1072667%2C16.8505667%2051.8956667%2C15.3655333%2052.0237%2C13.8023%20C52.1134%2C12.7167%2052.3618%2C11.6617667%2052.7650667%2C10.6459333%20C53.1691%2C9.62396667%2053.7303%2C8.68556667%2054.4402333%2C7.83303333%20C55.5089667%2C6.60943333%2056.7923667%2C5.6695%2058.2843%2C5.01323333%20C59.7754667%2C4.3608%2061.3072667%2C4.03113333%2062.8720333%2C4.03113333%20C63.7514%2C4.03113333%2064.6131333%2C4.13693333%2065.4541667%2C4.34546667%20C66.2898333%2C4.55553333%2067.0956%2C4.87676667%2067.8523%2C5.3061%20C68.6151333%2C5.74003333%2069.2737%2C6.25676667%2069.8341333%2C6.85553333%20C70.4068333%2C7.46196667%2070.8752667%2C8.1512%2071.2417333%2C8.9194%20C71.6089667%2C9.67916667%2071.8619667%2C10.4872333%2072.0084%2C11.3290333%20C72.1525333%2C12.1754333%2072.1870333%2C13.0440667%2072.1142%2C13.9341667%20C71.9677667%2C15.6791%2071.4288%2C17.2745333%2070.5011333%2C18.7212333%20Z%20M64.7511333%2C15.5380333%20C65.0386333%2C15.0151667%2065.2134333%2C14.4470667%2065.2640333%2C13.8291333%20C65.3437667%2C12.8424333%2065.1321667%2C12.0259333%2064.6269333%2C11.3727333%20C64.0856667%2C10.6628%2063.3351%2C10.3070667%2062.3652667%2C10.3070667%20C61.8362667%2C10.3070667%2061.3172333%2C10.4297333%2060.8150667%2C10.6758333%20C60.3075333%2C10.9158%2059.8943%2C11.2707667%2059.5661667%2C11.7307667%20C59.1644333%2C12.3402667%2058.9329%2C13.0302667%2058.8700333%2C13.8015333%20C58.8248%2C14.3489333%2058.8815333%2C14.8902%2059.0448333%2C15.4138333%20C59.2066%2C15.9413%2059.4642%2C16.3806%2059.8222333%2C16.7217667%20C60.3129%2C17.1994%2060.9331333%2C17.4401333%2061.6783333%2C17.4401333%20C62.2932%2C17.4401333%2062.8858333%2C17.2699333%2063.4608333%2C16.9333667%20C64.032%2C16.5952667%2064.4613333%2C16.1322%2064.7511333%2C15.5380333%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M72.9552333%2C23.2445667%20L74.5008333%2C4.4413%20L83.0323%2C4.4413%20C84.1669667%2C4.4413%2085.1682333%2C4.54173333%2086.0315%2C4.7495%20C86.8917%2C4.9565%2087.6484%2C5.35056667%2088.3000667%2C5.93323333%20C88.9494333%2C6.48063333%2089.4286%2C7.16296667%2089.7375667%2C7.98866667%20C90.0480667%2C8.80823333%2090.1776333%2C9.67916667%2090.1285667%2C10.6060667%20C90.0611%2C11.4302333%2089.8571667%2C12.1969%2089.5221333%2C12.9106667%20C89.1825%2C13.6267333%2088.7255667%2C14.2193667%2088.1398333%2C14.6908667%20C87.5564%2C15.1608333%2086.8702333%2C15.4613667%2086.0706%2C15.5909333%20L90.4743333%2C23.2438%20L82.8728333%2C23.2438%20L80.0959667%2C17.0292%20L79.5838333%2C23.2438%20L72.9552333%2C23.2445667%20Z%20M80.7315333%2C9.26976667%20L80.4287%2C12.9689333%20C81.4629333%2C12.9689333%2082.2472333%2C12.8662%2082.7724%2C12.65%20C83.2998667%2C12.4345667%2083.5950333%2C11.9247333%2083.6625%2C11.1197333%20C83.7276667%2C10.3208667%2083.5153%2C9.81946667%2083.0246333%2C9.59636667%20C82.5339667%2C9.3794%2081.7673%2C9.26976667%2080.7315333%2C9.26976667%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M107.792567%2C23.2445667%20L107.585567%2C15.7964%20C107.574067%2C15.5135%20107.567933%2C15.2275333%20107.560267%2C14.9415667%20C107.551833%2C14.6556%20107.551833%2C14.3466333%20107.551833%2C14.0169667%20C107.553367%2C13.6865333%20107.558733%2C13.4258667%20107.560267%2C13.2342%20C107.562567%2C13.0379333%20107.560267%2C12.7443%20107.562567%2C12.3563667%20C107.2145%2C13.7494%20106.840367%2C14.9630333%20106.437867%2C16.0026333%20L103.684767%2C23.2438%20L99.6260333%2C23.2438%20L98.0643333%2C16.0026333%20C97.8343333%2C14.9630333%2097.658%2C13.7494%2097.5445333%2C12.3563667%20C97.4931667%2C12.7642333%2097.3958%2C13.3584%2097.2486%2C14.1404%20C97.0998667%2C14.9193333%2097.0032667%2C15.4713333%2096.9496%2C15.7964%20L95.5711333%2C23.2445667%20L88.9417667%2C23.2445667%20L93.6751667%2C4.4413%20L100.658733%2C4.4413%20L101.6117%2C9.1172%20C101.690667%2C9.4829%20101.797233%2C10.0425667%20101.929867%2C10.7854667%20C102.061733%2C11.5314333%20102.1545%2C12.1631667%20102.218133%2C12.6799%20C102.2764%2C13.1966333%20102.335433%2C13.8406333%20102.392167%2C14.6134333%20L102.491833%2C14.6134333%20C102.9618%2C12.6883333%20103.540633%2C10.8192%20104.236767%2C9.01446667%20L106.001633%2C4.44053333%20L112.985967%2C4.44053333%20L114.4204%2C23.2438%20L107.792567%2C23.2445667%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M112.576567%2C23.2445667%20L120.799067%2C4.4413%20L128.3538%2C4.4413%20L133.382367%2C23.2445667%20L126.0883%2C23.2445667%20L125.718%2C20.8824667%20L120.578267%2C20.8824667%20L119.819267%2C23.2445667%20L112.576567%2C23.2445667%20Z%20M122.0771%2C16.4151%20L124.904567%2C16.4151%20C124.624733%2C14.9239333%20124.417733%2C13.7494%20124.290467%2C12.8930333%20C124.1678%2C12.0382%20124.0942%2C11.1197333%20124.081167%2C10.1460667%20L123.930133%2C10.1460667%20C123.855%2C10.6160333%20123.754567%2C11.1228%20123.625%2C11.6725%20C123.493133%2C12.2229667%20123.3582%2C12.7220667%20123.214833%2C13.1851333%20C123.076067%2C13.639%20122.913533%2C14.1189333%20122.738733%2C14.6165%20C122.560867%2C15.1140667%20122.340833%2C15.7120667%20122.0771%2C16.4151%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%22138.729867%2023.1717333%20140.622767%200.157933333%20148.980967%200.157933333%20147.0896%2023.1717333%22%2F%3E%20%3Cpath%20d%3D%22M149.680167%2C23.1717333%20L151.225767%2C4.36846667%20L156.722767%2C4.36846667%20C158.6034%2C4.36846667%20160.211867%2C4.48193333%20161.5474%2C4.7104%20C162.882933%2C4.93426667%20164.0843%2C5.43796667%20165.1515%2C6.21766667%20C165.9335%2C6.7827%20166.581333%2C7.46656667%20167.0996%2C8.26466667%20C167.616333%2C9.06813333%20167.9874%2C9.94136667%20168.212033%2C10.8905%20C168.435133%2C11.8427%20168.510267%2C12.8102333%20168.430533%2C13.7931%20C168.361533%2C14.6088333%20168.193633%2C15.4199667%20167.9207%2C16.2364667%20C167.5918%2C17.1971%20167.135633%2C18.0642%20166.5453%2C18.8500333%20C165.954967%2C19.6335667%20165.277233%2C20.3036333%20164.5167%2C20.8640667%20C163.756167%2C21.4260333%20162.918967%2C21.8852667%20162.008933%2C22.2463667%20C161.0943%2C22.6059333%20160.1444%2C22.8482%20159.1485%2C22.9655%20C158.483033%2C23.0613333%20157.8168%2C23.1196%20157.149033%2C23.1403%20C156.485867%2C23.1625333%20155.656333%2C23.1725%20154.665033%2C23.1725%20L149.680167%2C23.1717333%20Z%20M156.883%2C17.4163667%20C157.330733%2C17.4018%20157.696433%2C17.3788%20157.979333%2C17.3573333%20C158.262233%2C17.3381667%20158.570433%2C17.2914%20158.901633%2C17.2254667%20C159.232067%2C17.1564667%20159.533367%2C17.0514333%20159.800167%2C16.9019333%20C160.329933%2C16.5960333%20160.743167%2C16.1559667%20161.0299%2C15.5855667%20C161.323533%2C15.0151667%20161.4968%2C14.4141%20161.5497%2C13.7662667%20C161.6302%2C12.7941333%20161.5106%2C12.0443333%20161.194733%2C11.523%20C160.878867%2C10.9963%20160.412733%2C10.6459333%20159.7994%2C10.4657667%20C159.1853%2C10.2856%20158.4102%2C10.1905333%20157.4787%2C10.1721333%20L156.883%2C17.4163667%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%22169.269267%2023.1717333%20170.8164%204.36846667%20183.402%204.36846667%20182.9857%209.45376667%20177.027167%209.45376667%20176.8746%2011.3029667%20182.266567%2011.3029667%20181.873267%2016.0839%20176.480533%2016.0839%20176.316467%2018.0864333%20182.4268%2018.0864333%20182.008967%2023.1717333%22%2F%3E%20%3Cpath%20d%3D%22M181.0491%2C23.1717333%20L189.273133%2C4.36846667%20L196.825567%2C4.36846667%20L201.856433%2C23.1717333%20L194.560067%2C23.1717333%20L194.188233%2C20.8088667%20L189.052333%2C20.8088667%20L188.293333%2C23.1717333%20L181.0491%2C23.1717333%20Z%20M190.548867%2C16.3399667%20L193.3771%2C16.3399667%20C193.095733%2C14.8503333%20192.890267%2C13.6742667%20192.763%2C12.8194333%20C192.641867%2C11.9653667%20192.565967%2C11.0461333%20192.555233%2C10.0701667%20L192.4019%2C10.0701667%20C192.329067%2C10.5416667%20192.224033%2C11.0469%20192.097533%2C11.5981333%20C191.964133%2C12.1493667%20191.830733%2C12.65%20191.688133%2C13.1115333%20C191.549367%2C13.5646333%20191.3876%2C14.0445667%20191.211267%2C14.5429%20C191.032633%2C15.0389333%20190.811833%2C15.6369333%20190.548867%2C16.3399667%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%22201.665533%2023.1717333%20203.211133%204.36846667%20209.993067%204.36846667%20208.9504%2017.0621667%20215.525333%2017.0621667%20215.0224%2023.1717333%22%2F%3E%20%3Cpolygon%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%22215.868033%2023.1717333%20217.413633%204.36846667%20230%204.36846667%20229.5814%209.45376667%20223.6244%209.45376667%20223.471833%2011.3029667%20228.8661%2011.3029667%20228.4705%2016.0839%20223.080067%2016.0839%20222.915233%2018.0864333%20229.025567%2018.0864333%20228.606967%2023.1717333%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-checkbox {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Echeckbox%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.8%2032h-9.6c-6.176%200-11.2-5.026-11.2-11.2v-9.6c0-6.176%205.024-11.2%2011.2-11.2h9.6c6.174%200%2011.2%205.024%2011.2%2011.2v9.6c0%206.174-5.026%2011.2-11.2%2011.2zM11.2%203.2c-4.411%200-8%203.589-8%208v9.6c0%204.411%203.589%208%208%208h9.6c4.411%200%208-3.589%208-8v-9.6c0-4.411-3.589-8-8-8h-9.6z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-checkbox, .ico-checkbox_aktivan {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-checkbox_aktivan {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Echeckbox_aktivan%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.591%2031.304h-9.183c-5.907%200-10.713-4.806-10.713-10.712v-9.183c0-5.907%204.806-10.713%2010.713-10.713h9.183c5.907%200%2010.713%204.806%2010.713%2010.713v9.183c0%205.907-4.806%2010.713-10.713%2010.713zM11.409%203.757c-4.219%200-7.652%203.433-7.652%207.652v9.183c0%204.219%203.433%207.652%207.652%207.652h9.183c4.219%200%207.652-3.433%207.652-7.652v-9.183c0-4.219-3.433-7.652-7.652-7.652h-9.183z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21.951%209.508l-8.655%208.657-3.247-3.247-2.164%202.165%205.411%205.41%2010.819-10.821z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-checkbox_neaktivan {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Echeckbox_neaktivan%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.591%2031.304h-9.183c-5.907%200-10.713-4.806-10.713-10.712v-9.183c0-5.907%204.806-10.713%2010.713-10.713h9.183c5.907%200%2010.713%204.806%2010.713%2010.713v9.183c0%205.907-4.806%2010.713-10.713%2010.713zM11.409%203.757c-4.219%200-7.652%203.433-7.652%207.652v9.183c0%204.219%203.433%207.652%207.652%207.652h9.183c4.219%200%207.652-3.433%207.652-7.652v-9.183c0-4.219-3.433-7.652-7.652-7.652h-9.183z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-checkbox_neaktivan, .ico-chekirano {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-chekirano {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2232%22%20viewBox%3D%220%200%2040%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Echekirano%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M34.666%200l-21.331%2021.335-8.003-8.003-5.333%205.333%2013.336%2013.336%2026.664-26.667z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-decje_sobe {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edecje_sobe%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.19%2031.999c-1.091%200-1.979-0.887-1.979-1.98%200-0.857%200.548-1.588%201.312-1.862%200-0.005%200-0.009%200-0.014v-1.578h-26.88v1.578c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862%200%201.092-0.888%201.98-1.979%201.98s-1.978-0.887-1.978-1.98c0-0.857%200.548-1.587%201.311-1.861%200-0.006%200-0.010%200-0.015v-25.681c-0.391-0.229-0.655-0.655-0.655-1.141%200-0.728%200.593-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v5.156h26.88v-5.155c-0.392-0.229-0.656-0.655-0.656-1.14%200-0.729%200.592-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v25.682c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862-0.001%201.092-0.888%201.98-1.979%201.98zM30.19%2029.375c-0.356%200-0.646%200.289-0.646%200.644%200%200.357%200.29%200.647%200.646%200.647s0.646-0.29%200.646-0.647c0-0.355-0.291-0.644-0.646-0.644zM1.978%2029.375c-0.355%200-0.645%200.289-0.645%200.644%200%200.357%200.29%200.647%200.645%200.647s0.646-0.29%200.646-0.647c0-0.355-0.29-0.644-0.646-0.644zM2.644%2025.234h26.88v-0.992h-26.88v0.992zM23.992%2022.909h5.531v-13.959h-5.531v13.959zM16.751%2022.909h5.91v-13.959h-5.91v13.959zM9.508%2022.909h5.91v-13.959h-5.91v13.959zM2.644%2022.909h5.532v-13.959h-5.532v13.959zM1.978%201.31c0.004%200%200.007%200%200.011%200l-0.011-0.644v0.644zM30.19%201.31c0.004%200%200.006%200%200.010%200l-0.010-0.644v0.644z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-decje_sobe, .ico-dodaci {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-dodaci {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2232%22%20viewBox%3D%220%200%2018%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edodaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.069%2031.999h-14.053c-0.347%200-0.63-0.282-0.63-0.63s0.282-0.63%200.63-0.63h14.053c0.347%200%200.63%200.282%200.63%200.63s-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.042%2032c-0.347%200-0.63-0.282-0.63-0.63v-18.272c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v18.272c0%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M12.333%2021.908c-0.347%200-0.63-0.282-0.63-0.63v-8.137c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v8.137c-0.001%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.624%2020.865c0%200.713-0.578%201.291-1.291%201.291s-1.291-0.578-1.291-1.291c0-0.713%200.578-1.291%201.291-1.291s1.291%200.578%201.291%201.291z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.646%2013.48h-15.21c-0.487%200-0.968-0.222-1.227-0.567-0.194-0.258-0.255-0.575-0.17-0.873l3.139-10.948c0.193-0.674%200.728-1.093%201.398-1.093h8.93c0.659%200%201.208%200.429%201.399%201.091l3.141%2010.95c0.084%200.296%200.020%200.613-0.173%200.87-0.261%200.345-0.742%200.568-1.226%200.568zM1.303%2012.198c0.039%200.013%200.086%200.023%200.133%200.023h15.21c0.047%200%200.094-0.011%200.133-0.024l-3.085-10.757c-0.052-0.18-0.148-0.18-0.189-0.18h-8.93c-0.051%200-0.136%200-0.187%200.181l-3.085%2010.758z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dostupno_za_online_kupovinu {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2232%22%20viewBox%3D%220%200%2043%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edostupno_za_online_kupovinu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.62%2025.835c-1.712%200-3.103%201.385-3.103%203.083%200%201.697%201.391%203.082%203.103%203.082%201.713%200%203.105-1.385%203.105-3.082%200-1.7-1.392-3.083-3.105-3.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M37.484%2023.633l5.593-17.887h-33.639l-3.307-5.746h-6.13v2.948h4.417l0.074%200.126%2011.876%2020.56h21.118zM39.23%208.693l-3.748%2011.991h-17.417l-0.073-0.127-6.854-11.865h28.091z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M33.191%2025.835c-1.712%200-3.104%201.385-3.104%203.083%200%201.697%201.392%203.082%203.104%203.082%201.714%200%203.109-1.385%203.109-3.082%200-1.7-1.396-3.083-3.109-3.083z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dostupno_za_online_kupovinu, .ico-download {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-download {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edownload%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.433%2010.791h-5.217v-10.435h-6.956v10.435h-5.217l8.694%208.696%208.696-8.696zM33.977%2022.151c-0.365-0.389-2.801-2.996-3.497-3.677-0.461-0.45-1.12-0.727-1.813-0.727h-3.055l5.329%205.208h-6.164c-0.177%200-0.338%200.089-0.418%200.23l-1.419%203.259h-10.406l-1.42-3.259c-0.080-0.141-0.242-0.23-0.418-0.23h-6.162l5.326-5.208h-3.054c-0.689%200-1.349%200.277-1.813%200.727-0.695%200.682-3.132%203.289-3.497%203.677-0.851%200.906-1.318%201.629-1.096%202.52l0.975%205.346c0.223%200.895%201.202%201.628%202.177%201.628h28.368c0.976%200%201.954-0.733%202.177-1.628l0.976-5.346c0.219-0.892-0.247-1.615-1.099-2.52z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dropdown_jezik {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_jezik%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M58.5%202.75l-26.5%2026.5-26.5-26.5z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dropdown_jezik, .ico-dropdown_menu {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-dropdown_menu {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2%206.88l23.99%2023.12%2024.010-23.144-5.036-4.856-18.976%2018.29-18.952-18.266-5.036%204.856z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dropdown_nav {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2232%22%20viewBox%3D%220%200%2060%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_nav%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.118%2030.116l-28.235-28.232h56.471z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-dropdown_nav, .ico-duseci {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-duseci {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eduseci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.581%2032.001h-19.39c-0.658%200-1.192-0.625-1.192-1.393v-29.215c0.001-0.782%200.525-1.392%201.192-1.392h19.391c0.657%200%201.192%200.624%201.192%201.392v29.215c-0.001%200.768-0.536%201.393-1.193%201.393zM1.197%201.178c0.033%200.003-0.020%200.079-0.020%200.216v29.214c0%200.132%200.057%200.216%200.078%200.23l19.274-0.016c0.026-0.033%200.066-0.11%200.066-0.215v-29.214c0-0.131-0.057-0.215-0.078-0.23l-19.32%200.016z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.694%2010.594c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.195-0.194%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.097-0.23%200.152-0.368%200.152zM5.501%207.145l2.193%202.193%202.192-2.193-2.193-2.193-2.192%202.193z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.693%2016.309c-0.133%200-0.266-0.051-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.93c0.202-0.203%200.532-0.203%200.736%200l2.93%202.928c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.27-0.152%200.367l-2.929%202.93c-0.102%200.103-0.235%200.154-0.368%200.154zM5.499%2012.86l2.194%202.193%202.193-2.194-2.195-2.193-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.281%2010.594c-0.133%200-0.266-0.051-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.929-2.929c0.194-0.195%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.929%202.929c-0.102%200.101-0.235%200.152-0.368%200.152zM12.088%207.145l2.193%202.193%202.193-2.193-2.193-2.194-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.281%2016.309c-0.138%200-0.269-0.054-0.367-0.152l-2.93-2.929c-0.097-0.098-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.096-0.23%200.151-0.368%200.151zM12.087%2012.86l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.693%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.202-0.203%200.532-0.203%200.735%200l2.93%202.928c0.098%200.097%200.153%200.229%200.153%200.367s-0.054%200.269-0.152%200.367l-2.929%202.93c-0.098%200.097-0.23%200.152-0.368%200.152zM5.499%2018.688l2.194%202.193%202.193-2.195-2.195-2.192-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.694%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.202-0.203%200.532-0.203%200.735%200l2.928%202.925c0.203%200.203%200.203%200.532%200.001%200.736l-2.928%202.932c-0.099%200.096-0.231%200.151-0.369%200.151zM5.501%2024.404l2.193%202.197%202.192-2.197-2.192-2.191-2.193%202.191z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.281%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.097-0.097-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.93c-0.098%200.095-0.23%200.151-0.368%200.151zM12.087%2018.688l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.281%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.204-0.203%200.531-0.203%200.736%200l2.929%202.925c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.269-0.152%200.367l-2.929%202.932c-0.099%200.097-0.231%200.152-0.369%200.152zM12.088%2024.404l2.193%202.197%202.193-2.197-2.193-2.191-2.193%202.191z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-facebook_futer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efacebook_futer%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200c-8.838%200-16.002%207.166-16.002%2016.002s7.163%2015.998%2016.002%2015.998c8.836%200%2015.998-7.162%2015.998-15.998s-7.163-16.002-15.998-16.002zM19.792%2011.057h-2.405c-0.286%200-0.602%200.378-0.602%200.875v1.734h3.007l-0.455%202.476h-2.552v7.436h-2.841v-7.436h-2.573v-2.476h2.573v-1.456c0-2.089%201.451-3.787%203.443-3.787h2.405v2.634z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-facebook_futer, .ico-facebook_side_navigacija {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-facebook_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efacebook_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200c-8.838%200-16.002%207.166-16.002%2016.002s7.163%2015.998%2016.002%2015.998c8.836%200%2015.998-7.162%2015.998-15.998s-7.163-16.002-15.998-16.002zM19.792%2011.057h-2.405c-0.286%200-0.602%200.378-0.602%200.875v1.734h3.007l-0.455%202.476h-2.552v7.436h-2.841v-7.436h-2.573v-2.476h2.573v-1.456c0-2.089%201.451-3.787%203.443-3.787h2.405v2.634h-0.001z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-filter_minus {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22224%22%20height%3D%2232%22%20viewBox%3D%220%200%20224%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efilter_minus%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0%200h224v32h-224v-32z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-filter_minus, .ico-filter_plus {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-filter_plus {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efilter_plus%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.714%200h4.571v32h-4.571v-32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0%2013.714h32v4.571h-32v-4.571z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-garderoberi {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egarderoberi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M33.072%2029.701h-31.63c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.793%200.647-1.439%201.442-1.439h31.63c0.795%200%201.442%200.646%201.442%201.44v26.818c0%200.795-0.646%201.442-1.442%201.442zM1.442%201.322c-0.064%200-0.119%200.054-0.119%200.118v26.819c0%200.065%200.055%200.121%200.119%200.121h31.63c0.063%200%200.12-0.057%200.12-0.121v-26.818c0-0.062-0.057-0.118-0.12-0.118h-31.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.437%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.296%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.075%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.297%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.667%2031.998h-30.821c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h30.821c0.364%200%200.661%200.296%200.661%200.661s-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.657%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.028%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.844%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.483%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-garderoberi, .ico-google_plus_futer {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-google_plus_futer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egoogle_plus_futer%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200c-8.839%200-16.002%207.166-16.002%2015.999%200%208.839%207.162%2016.001%2016.002%2016.001%208.836%200%2015.998-7.162%2015.998-16.001%200-8.833-7.163-15.999-15.998-15.999zM15.078%2022.867c-1.005%200.491-2.085%200.544-2.504%200.544-0.081%200-0.127%200-0.127%200s-0.035%200-0.091%200c-0.651%200-3.904-0.152-3.904-3.112%200-2.911%203.543-3.14%204.627-3.14h0.029c-0.625-0.837-0.496-1.68-0.496-1.68-0.055%200.003-0.133%200.005-0.234%200.005-0.409%200-1.196-0.065-1.871-0.502-0.832-0.528-1.252-1.439-1.252-2.696%200-3.554%203.877-3.696%203.918-3.697h3.871v0.083c0%200.435-0.777%200.519-1.309%200.592-0.178%200.026-0.54%200.059-0.643%200.111%200.98%200.526%201.137%201.351%201.137%202.575%200%201.398-0.543%202.133-1.125%202.654-0.359%200.321-0.643%200.573-0.643%200.914%200%200.33%200.389%200.667%200.841%201.062%200.734%200.649%201.741%201.53%201.741%203.023%200.002%201.532-0.66%202.634-1.967%203.264zM23.5%2015.999h-2.5v2.503h-1.664v-2.503h-2.5v-1.669h2.5v-2.498h1.664v2.498h2.5v1.669zM13.038%2017.918c-0.083%200-0.172%200.006-0.259%200.007-0.74%200.056-1.425%200.336-1.918%200.784-0.491%200.444-0.74%201.006-0.704%201.568%200.073%201.183%201.347%201.876%202.891%201.768%201.523-0.112%202.534-0.986%202.461-2.172-0.071-1.112-1.041-1.956-2.471-1.956zM14.496%2011.475c-0.403-1.416-1.050-1.837-2.061-1.837-0.111%200-0.221%200.016-0.325%200.046-0.438%200.126-0.785%200.49-0.981%201.031-0.195%200.55-0.209%201.123-0.039%201.782%200.311%201.165%201.137%202.012%201.975%202.012%200.111%200%200.219-0.016%200.325-0.047%200.915-0.258%201.487-1.653%201.106-2.988z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-google_plus_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egoogle_plus_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200c-8.839%200-16.002%207.166-16.002%2015.999%200%208.839%207.162%2016.001%2016.002%2016.001%208.836%200%2015.998-7.162%2015.998-16.001%200-8.833-7.163-15.999-15.998-15.999zM15.078%2022.868c-1.005%200.49-2.085%200.543-2.504%200.543-0.081%200-0.127%200-0.127%200s-0.035%200-0.091%200c-0.651%200-3.904-0.152-3.904-3.111%200-2.912%203.543-3.141%204.627-3.141h0.029c-0.625-0.837-0.496-1.679-0.496-1.679-0.055%200.003-0.133%200.005-0.234%200.005-0.409%200-1.196-0.065-1.871-0.502-0.832-0.528-1.252-1.439-1.252-2.696%200-3.554%203.877-3.696%203.918-3.697h3.87v0.083c0%200.435-0.777%200.519-1.309%200.592-0.178%200.026-0.54%200.059-0.643%200.111%200.98%200.526%201.137%201.351%201.137%202.575%200%201.398-0.543%202.133-1.125%202.654-0.359%200.321-0.643%200.573-0.643%200.914%200%200.33%200.389%200.667%200.841%201.062%200.734%200.65%201.741%201.53%201.741%203.024%200.003%201.53-0.659%202.632-1.966%203.263zM23.5%2015.999h-2.5v2.502h-1.664v-2.502h-2.499v-1.669h2.499v-2.498h1.664v2.498h2.5v1.669zM13.038%2017.918c-0.083%200-0.172%200.006-0.259%200.007-0.74%200.057-1.425%200.337-1.918%200.784-0.491%200.444-0.74%201.007-0.704%201.569%200.073%201.182%201.347%201.875%202.891%201.768%201.523-0.112%202.534-0.986%202.461-2.173-0.071-1.112-1.041-1.956-2.471-1.956zM14.496%2011.475c-0.403-1.416-1.050-1.837-2.061-1.837-0.111%200-0.221%200.016-0.325%200.046-0.438%200.126-0.785%200.49-0.981%201.031-0.195%200.55-0.209%201.123-0.039%201.782%200.311%201.165%201.137%202.012%201.975%202.012%200.111%200%200.219-0.016%200.325-0.047%200.915-0.258%201.487-1.653%201.106-2.988z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-google_plus_side_navigacija, .ico-hamburger {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-hamburger {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-hamburger_sticky_header {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger_sticky_header%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-hamburger_sticky_header, .ico-ic-close {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-ic-close {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20sketchtool%2056.3%20%28101010%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3E36DAE044-264E-4953-BF0A-8C010F82E780%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Deklaracija-opened%22%20transform%3D%22translate%28-1434.000000%2C%20-965.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M1434.18311%2C973.93207%20C1433.93896%2C974.176192%201433.93938%2C974.571953%201434.18311%2C974.816075%20C1434.42683%2C975.060197%201434.82304%2C975.059781%201435.06719%2C974.816075%20L1435.06719%2C974.816075%20L1438.92597%2C970.958029%20C1438.9668%2C970.917203%201439.03263%2C970.917203%201439.07346%2C970.958029%20C1439.07346%2C970.958029%201439.07346%2C970.958029%201439.07346%2C970.958029%20L1442.93224%2C974.816908%20C1443.17638%2C975.061031%201443.57218%2C975.061031%201443.81632%2C974.816908%20C1444.06046%2C974.572786%201444.06046%2C974.177025%201443.81632%2C973.932903%20L1439.95795%2C970.07319%20C1439.91712%2C970.032364%201439.91712%2C969.966543%201439.95795%2C969.925717%20C1439.95795%2C969.925717%201439.95795%2C969.925717%201439.95795%2C969.925717%20L1443.81715%2C966.067254%20C1444.0613%2C965.822715%201444.06088%2C965.426954%201443.81632%2C965.182832%20C1443.57176%2C964.938709%201443.17597%2C964.939126%201442.93224%2C965.183665%20L1439.07346%2C969.041295%20C1439.03263%2C969.082121%201438.9668%2C969.082121%201438.92597%2C969.041295%20C1438.92597%2C969.041295%201438.92597%2C969.041295%201438.92597%2C969.041295%20L1435.06719%2C965.183665%20C1434.82304%2C964.939543%201434.42725%2C964.939543%201434.18311%2C965.183248%20C1433.93896%2C965.426954%201433.93896%2C965.823131%201434.18311%2C966.067254%20C1434.18311%2C966.067254%201434.18311%2C966.067254%201434.18311%2C966.067254%20L1438.04147%2C969.925717%20C1438.0823%2C969.966543%201438.0823%2C970.032364%201438.04147%2C970.07319%20C1438.04147%2C970.07319%201438.04147%2C970.07319%201438.04147%2C970.07319%20L1434.18311%2C973.93207%20Z%22%20id%3D%22ic-close%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic-deklaracija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20sketchtool%2056.3%20%28101010%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3E19E487EE-8CFC-4E65-BC5E-6E06829862B7%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Deklaracija-opened%22%20transform%3D%22translate%28-864.000000%2C%20-897.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22streamline-icon-certified-ribbon-2%4024x24%22%20transform%3D%22translate%28864.000000%2C%20897.000000%29%22%3E%20%3Cpath%20d%3D%22M10.8815031%2C0%20L1.28150309%2C0%20C0.574303086%2C0%200.00150308621%2C0.5728%200.00150308621%2C1.28%20L0.00150308621%2C14.336%20C-0.0189769138%2C14.70848%200.171103086%2C15.06048%200.493663086%2C15.248%20C0.826463086%2C15.41312%201.22326309%2C15.3824%201.52662309%2C15.168%20L5.90742309%2C12.33344%20C6.01302309%2C12.26496%206.14998309%2C12.26496%206.25558309%2C12.33344%20L10.6370231%2C15.16864%20C11.0523831%2C15.488%2011.6482231%2C15.41056%2011.9682231%2C14.9952%20C12.1128631%2C14.80704%2012.1819831%2C14.57216%2012.1615031%2C14.336%20L12.1615031%2C1.28%20C12.1615031%2C0.5728%2011.5887031%2C0%2010.8815031%2C0%20Z%20M4.53654309%2C8.78016%20L2.74070309%2C6.82048%20C2.49622309%2C6.56576%202.50454309%2C6.16064%202.75926309%2C5.91552%20C3.01398309%2C5.67104%203.41910309%2C5.67936%203.66422309%2C5.93408%20C3.67126309%2C5.94112%203.67766309%2C5.94816%203.68406309%2C5.95584%20L5.38774309%2C7.81184%20L8.80662309%2C3.16672%20C9.01654309%2C2.88192%209.41718309%2C2.82112%209.70198309%2C3.0304%20C9.98678309%2C3.24032%2010.0475831%2C3.64096%209.83766309%2C3.92512%20L6.33750309%2C8.68416%20C5.97334309%2C9.20256%205.25782309%2C9.32672%204.73942309%2C8.96256%20C4.66518309%2C8.91008%204.59670309%2C8.84864%204.53654309%2C8.78016%20Z%22%20id%3D%22ic-deklaracija%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic-deklaracija, .ico-ic-success {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-ic-success {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2030%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E3F98287A-5BA2-4EF2-8A76-D4C825DA3810%3C%2Ftitle%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.4-Predskolci%22%20transform%3D%22translate%28-667.000000%2C%20-1089.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%3E%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate%28392.000000%2C%201089.000000%29%22%3E%20%3Cpath%20d%3D%22M287%2C-1.77635684e-15%20C289.779125%2C-1.77635684e-15%20292.205094%2C1.511625%20293.500812%2C3.75745312%20C294.215703%2C3.27909375%20295.075203%2C3%20296%2C3%20C298.485266%2C3%20300.5%2C5.01473438%20300.5%2C7.5%20C300.5%2C8.071125%20300.393359%2C8.6173125%20300.199297%2C9.12%20C302.938297%2C9.67565625%20305%2C12.0970313%20305%2C15%20C305%2C18.3136875%20302.313688%2C21%20299%2C21%20L281.75%2C21%20C278.022078%2C21%20275%2C17.9779219%20275%2C14.25%20C275%2C11.3075156%20276.883016%2C8.80523438%20279.509563%2C7.88123438%20C279.503217%2C7.75425511%20279.500028%2C7.62713773%20279.5%2C7.5%20C279.5%2C3.35784375%20282.857844%2C-1.77635684e-15%20287%2C-1.77635684e-15%20Z%20M293.66207%2C7.68304644%20L288.563196%2C13.0992362%20L286.352212%2C10.7124547%20C286.127795%2C10.4701823%20285.762391%2C10.4685861%20285.536148%2C10.7089532%20L284.170655%2C12.1594976%20C283.944412%2C12.3998132%20283.942921%2C12.7910534%20284.167385%2C13.0333257%20L288.13932%2C17.3210568%20C288.363737%2C17.5633291%20288.729092%2C17.5649254%20288.955336%2C17.3245583%20L295.829345%2C10.0226608%20C296.055588%2C9.78234518%20296.057079%2C9.39110498%20295.832615%2C9.14883265%20L294.478086%2C7.68654793%20C294.253669%2C7.44427561%20293.888314%2C7.44267934%20293.66207%2C7.68304644%20Z%22%20id%3D%22ic-success%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic-trash {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EF4DA0CB3-AC2F-4411-9911-18C6069E7CC4%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.917346%200%200%200%200%200.021186%200%200%200%200%200.021186%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M0.9375%2C2.4609375%20L0.9375%2C1.640625%20C0.9375%2C1.25097656%201.25097656%2C0.9375%201.640625%2C0.9375%20L4.921875%2C0.9375%20L5.19726562%2C0.389648438%20C5.31445313%2C0.149414063%205.55761719%2C0%205.82421875%2C0%20L9.17285156%2C0%20C9.43945313%2C0%209.68261719%2C0.149414062%209.80273438%2C0.389648438%20L10.078125%2C0.9375%20L13.359375%2C0.9375%20C13.7490234%2C0.9375%2014.0625%2C1.25097656%2014.0625%2C1.640625%20L14.0625%2C2.4609375%20C14.0625%2C2.65429688%2013.9042969%2C2.8125%2013.7109375%2C2.8125%20L1.2890625%2C2.8125%20C1.09570312%2C2.8125%200.9375%2C2.65429688%200.9375%2C2.4609375%20Z%20M13.125%2C4.1015625%20L13.125%2C13.59375%20C13.125%2C14.3701172%2012.4951172%2C15%2011.71875%2C15%20L3.28125%2C15%20C2.50488281%2C15%201.875%2C14.3701172%201.875%2C13.59375%20L1.875%2C4.1015625%20C1.875%2C3.90820312%202.03320312%2C3.75%202.2265625%2C3.75%20L12.7734375%2C3.75%20C12.9667969%2C3.75%2013.125%2C3.90820312%2013.125%2C4.1015625%20Z%20M5.15625%2C6.09375%20C5.15625%2C5.8359375%204.9453125%2C5.625%204.6875%2C5.625%20C4.4296875%2C5.625%204.21875%2C5.8359375%204.21875%2C6.09375%20L4.21875%2C12.65625%20C4.21875%2C12.9140625%204.4296875%2C13.125%204.6875%2C13.125%20C4.9453125%2C13.125%205.15625%2C12.9140625%205.15625%2C12.65625%20L5.15625%2C6.09375%20Z%20M7.96875%2C6.09375%20C7.96875%2C5.8359375%207.7578125%2C5.625%207.5%2C5.625%20C7.2421875%2C5.625%207.03125%2C5.8359375%207.03125%2C6.09375%20L7.03125%2C12.65625%20C7.03125%2C12.9140625%207.2421875%2C13.125%207.5%2C13.125%20C7.7578125%2C13.125%207.96875%2C12.9140625%207.96875%2C12.65625%20L7.96875%2C6.09375%20Z%20M10.78125%2C6.09375%20C10.78125%2C5.8359375%2010.5703125%2C5.625%2010.3125%2C5.625%20C10.0546875%2C5.625%209.84375%2C5.8359375%209.84375%2C6.09375%20L9.84375%2C12.65625%20C9.84375%2C12.9140625%2010.0546875%2C13.125%2010.3125%2C13.125%20C10.5703125%2C13.125%2010.78125%2C12.9140625%2010.78125%2C12.65625%20L10.78125%2C6.09375%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.4-Predskolci%22%20transform%3D%22translate%28-766.000000%2C%20-1166.000000%29%22%3E%20%3Cg%20id%3D%22ic-trash%22%20transform%3D%22translate%28392.000000%2C%201089.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28374.000000%2C%2077.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%280%2C0%2C0%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Crect%20id%3D%22Black%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic-trash, .ico-ic-upload {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-ic-upload {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2030%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E0380D070-7A81-417B-8BFB-9C7C993C4F68%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.137255%200%200%200%200%200.239216%200%200%200%200%200.462745%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M30%2C15.5%20C30%2C18.8136875%2027.3136875%2C21.5%2024%2C21.5%20L6.75%2C21.5%20C3.02207813%2C21.5%200%2C18.4779219%200%2C14.75%20C0%2C11.8075156%201.88301563%2C9.30523438%204.5095625%2C8.38123438%20C4.50321686%2C8.25425511%204.50002837%2C8.12713773%204.5%2C8%20C4.5%2C3.85784375%207.85784375%2C0.5%2012%2C0.5%20C14.779125%2C0.5%2017.2050937%2C2.011625%2018.5008125%2C4.25745313%20C19.2157031%2C3.77909375%2020.0752031%2C3.5%2021%2C3.5%20C23.4852656%2C3.5%2025.5%2C5.51473438%2025.5%2C8%20C25.5%2C8.571125%2025.3933594%2C9.1173125%2025.1992969%2C9.62%20C27.9382969%2C10.1756563%2030%2C12.5970313%2030%2C15.5%20Z%20M18.9696563%2C11.2196562%20L14.0303438%2C6.28034375%20C13.7374688%2C5.98746875%2013.2625781%2C5.98746875%2012.9697031%2C6.28034375%20L8.03034375%2C11.2196562%20C7.55784375%2C11.6921562%207.89248437%2C12.5%208.56064062%2C12.5%20L11.625%2C12.5%20L11.625%2C17.75%20C11.625%2C18.1642344%2011.9608125%2C18.5%2012.375%2C18.5%20L14.625%2C18.5%20C15.0391875%2C18.5%2015.375%2C18.1642344%2015.375%2C17.75%20L15.375%2C12.5%20L18.4393594%2C12.5%20C19.1075156%2C12.5%2019.4421563%2C11.6921562%2018.9696562%2C11.2196562%20L18.9696563%2C11.2196562%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.3-Predskolci%22%20transform%3D%22translate%28-676.000000%2C%20-1088.000000%29%22%3E%20%3Cg%20id%3D%22ic-upload%22%20transform%3D%22translate%28365.000000%2C%201064.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28311.000000%2C%2024.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%280%2C0%2C0%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Cg%20transform%3D%22translate%280.000000%2C%20-4.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20id%3D%22Black%22%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic_src_forma {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Eic-src-forma%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Mobile--Pretraga--Pop-up%22%20transform%3D%22translate%28-357.000000%2C%20-239.000000%29%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22streamline-icon-search-remove%4024x24%22%20transform%3D%22translate%28356.000000%2C%20239.000000%29%22%3E%20%3Cpath%20d%3D%22M18.2617829%2C16.2001954%20L24.7803678%2C22.7197076%20C25.0732402%2C23.0126217%2025.0732064%2C23.4874954%2024.7802924%2C23.7803678%20C24.4873783%2C24.0732402%2024.0125046%2C24.0732064%2023.7196322%2C23.7802924%20L17.2012165%2C17.2609493%20C15.4846756%2C18.7347316%2013.2528804%2C19.625513%2010.8131498%2C19.6260008%20C5.39420402%2C19.6270827%201.00008284%2C15.2336312%200.998999031%2C9.81414982%20C0.997917324%2C4.39520399%205.39136881%2C0.00108282842%2010.811%2C-1.42108547e-14%20C16.2321886%2C-1.42108547e-14%2020.6250007%2C4.39274599%2020.6250007%2C9.81192509%20C20.6254696%2C12.2515002%2019.7352793%2C14.4833658%2018.2617829%2C16.2001954%20L18.2617829%2C16.2001954%20Z%20M16.7102293%2C15.670794%20C18.2031518%2C14.1678067%2019.1254571%2C12.0975438%2019.125001%2C9.81214982%20C19.125001%2C5.2212136%2015.4037865%2C1.49999999%2010.813%2C1.49999999%20C6.22001262%2C1.5009173%202.4980828%2C5.22341443%202.49899895%2C9.81385012%20C2.49991728%2C14.4049874%206.22241445%2C18.1269172%2010.8128501%2C18.126001%20C13.0986381%2C18.1255438%2015.1689719%2C17.2026032%2016.6716869%2C15.7093443%20C16.6778836%2C15.702687%2016.6842239%2C15.696115%2016.6907076%2C15.6896322%20C16.6971287%2C15.683212%2016.7036372%2C15.6769326%2016.7102293%2C15.670794%20L16.7102293%2C15.670794%20Z%22%20id%3D%22ic-src-forma%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-ic_src_forma, .ico-instagram_futer {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-instagram_futer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Einstagram_futer%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21%2016c0%202.759-2.241%204.998-4.999%204.998-2.76%200-5.001-2.239-5.001-4.998%200-0.283%200.031-0.564%200.088-0.837h-1.75v6.663c0%200.461%200.375%200.836%200.83%200.836h11.661c0.463%200%200.837-0.375%200.837-0.836v-6.663h-1.75c0.053%200.272%200.084%200.553%200.084%200.837zM16.001%2019.327c1.84%200%203.334-1.487%203.334-3.327s-1.496-3.335-3.334-3.335c-1.84%200-3.336%201.495-3.336%203.335s1.496%203.327%203.336%203.327zM20.001%2012.498h1.998c0.28%200%200.503-0.222%200.503-0.497v-2.002c0-0.275-0.223-0.496-0.503-0.496h-1.998c-0.279%200-0.501%200.221-0.501%200.496v2.002c0%200.275%200.222%200.497%200.501%200.497zM16.001%200.002c-8.837%200-16.001%207.159-16.001%2015.998%200%208.837%207.164%2015.998%2016.001%2015.998s15.999-7.162%2015.999-15.998c0-8.839-7.163-15.998-15.999-15.998zM24.337%2022.477c0%201.021-0.839%201.852-1.861%201.852h-12.954c-1.023%200-1.857-0.831-1.857-1.852v-12.962c0-1.015%200.834-1.852%201.857-1.852h12.954c1.021%200%201.861%200.837%201.861%201.852v12.962z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-instagram_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Einstagram_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21%2016c0%202.759-2.241%204.998-4.999%204.998-2.76%200-5.001-2.239-5.001-4.998%200-0.283%200.031-0.564%200.088-0.837h-1.75v6.663c0%200.461%200.375%200.836%200.83%200.836h11.661c0.463%200%200.837-0.375%200.837-0.836v-6.663h-1.75c0.054%200.272%200.084%200.553%200.084%200.837zM16.001%2019.327c1.84%200%203.334-1.486%203.334-3.327s-1.497-3.335-3.334-3.335c-1.84%200-3.336%201.495-3.336%203.335s1.496%203.327%203.336%203.327zM20.001%2012.498h1.998c0.281%200%200.504-0.222%200.504-0.497v-2.002c0-0.275-0.223-0.496-0.504-0.496h-1.998c-0.28%200-0.501%200.221-0.501%200.496v2.002c0%200.275%200.221%200.497%200.501%200.497zM16.001%200.002c-8.837%200-16.001%207.159-16.001%2015.998%200%208.837%207.164%2015.998%2016.001%2015.998s15.999-7.162%2015.999-15.998c0-8.839-7.163-15.998-15.999-15.998zM24.337%2022.477c0%201.021-0.839%201.851-1.861%201.851h-12.954c-1.023%200-1.857-0.83-1.857-1.851v-12.962c0-1.015%200.834-1.852%201.857-1.852h12.954c1.021%200%201.861%200.837%201.861%201.852v12.962z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-instagram_side_navigacija, .ico-kancelarijski_namestaj {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-kancelarijski_namestaj {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekancelarijski_namestaj%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.411%2031.97h-18.906c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.906c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M42.109%2025.18h-4.771c-0.523%200-0.949-0.424-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M42.109%2015.158h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M42.109%205.134h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0.949%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.527%2032.001c-0.523%200-0.949-0.424-0.949-0.949v-29.854c0-0.523%200.425-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.855c0%200.523-0.425%200.948-0.949%200.948z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.061%201.898h-48.111c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h48.111c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.178%2021.725h-18.909c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.909c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.297%2011.702h-18.91c-0.523%200-0.949-0.425-0.949-0.949s0.424-0.949%200.949-0.949h18.91c0.523%200%200.949%200.425%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.153%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-klub_i_set_stolovi {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-klub_i_set_stolovi, .ico-komadni_nam_za_sedenje {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-komadni_nam_za_sedenje {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomadni_nam_za_sedenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.293%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.848c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.159h3.439v-1.924c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.612c-0.001%200.382-0.309%200.69-0.69%200.69z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.442%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.612c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v1.924h3.439v-2.159c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.848c-0.001%200.38-0.309%200.688-0.69%200.688z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.814%2028.612h-31.701c-0.617%200-1.111-0.497-1.111-1.106v-15.276c0-0.61%200.495-1.106%201.103-1.106h1.714c2.211%200%204.009%201.799%204.009%204.010v4.311c2.971-0.617%206.625-0.953%2010.403-0.953%203.733%200%207.192%200.329%209.863%200.933v-4.291c0-2.211%201.799-4.009%204.009-4.009h1.712c0.61%200%201.105%200.496%201.105%201.106v15.275c0.001%200.599-0.505%201.106-1.104%201.106zM1.379%2027.234h31.162v-14.731h-1.439c-1.451%200-2.632%201.18-2.632%202.632v5.168c0%200.214-0.1%200.416-0.269%200.547s-0.391%200.174-0.597%200.119c-2.654-0.708-6.338-1.099-10.374-1.099-4.042%200-7.924%200.392-10.933%201.104-0.205%200.051-0.421%200-0.586-0.13s-0.261-0.33-0.261-0.54v-5.168c0-1.451-1.18-2.633-2.632-2.633h-1.44v14.732z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.492%2020.231c-0.012%200-0.023%200-0.035-0.001-0.379-0.019-0.673-0.342-0.654-0.723l0.815-16.277c0.022-0.45-0.148-0.891-0.483-1.243-0.369-0.388-0.881-0.611-1.404-0.611h-17.54c-0.529%200-1.042%200.221-1.409%200.606-0.331%200.349-0.503%200.793-0.48%201.248l0.815%2016.276c0.019%200.38-0.274%200.704-0.654%200.723-0.372%200.029-0.704-0.274-0.723-0.654l-0.815-16.276c-0.041-0.838%200.263-1.642%200.858-2.267%200.626-0.657%201.504-1.034%202.408-1.034h17.54c0.9%200%201.776%200.379%202.404%201.039%200.597%200.628%200.902%201.431%200.86%202.261l-0.814%2016.277c-0.018%200.369-0.323%200.655-0.687%200.655z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-komode_fiokari_nocni_stocici {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomode_fiokari_nocni_stocici%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.742%2030.033h-21.508c-0.67%200-1.235-0.565-1.235-1.234v-16.722c0.002-0.681%200.557-1.233%201.235-1.233h21.508c0.67%200%201.235%200.565%201.235%201.235v16.721c0%200.669-0.566%201.234-1.235%201.234zM1.234%2011.974c-0.055%200-0.103%200.049-0.103%200.104v16.72c0%200.050%200.061%200.103%200.103%200.103h21.508c0.040%200%200.104-0.064%200.104-0.103v-16.721c0-0.044-0.051-0.103-0.104-0.103h-21.508z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.393%2032h-20.809c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h20.809c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.588%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.39%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.411%2019.813h-22.844c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h22.844c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.412%2021.874h-2.846c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h2.846c0.312%200%200.566%200.253%200.566%200.566s-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.321%2011.302c-0.182%200-0.36-0.087-0.47-0.249l-1.146-1.696c-0.175-0.259-0.107-0.611%200.152-0.786%200.261-0.175%200.611-0.106%200.786%200.152l1.146%201.696c0.175%200.259%200.107%200.611-0.152%200.786-0.097%200.065-0.207%200.097-0.316%200.097z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.789%2011.302c-0.109%200-0.219-0.031-0.316-0.097-0.259-0.175-0.327-0.527-0.152-0.786l1.146-1.696c0.176-0.259%200.527-0.327%200.786-0.152s0.327%200.527%200.152%200.786l-1.146%201.696c-0.109%200.162-0.288%200.249-0.469%200.249z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.873%204.625c-0.117%200-0.236-0.036-0.337-0.112-0.634-0.471-1.012-1.222-1.012-2.011%200-1.38%201.123-2.502%202.502-2.502%200.923%200%201.768%200.505%202.206%201.317%200.148%200.275%200.046%200.619-0.23%200.766-0.276%200.149-0.618%200.045-0.766-0.23-0.241-0.446-0.704-0.722-1.209-0.722-0.755%200-1.371%200.615-1.371%201.37%200%200.439%200.202%200.84%200.555%201.102%200.251%200.186%200.303%200.541%200.117%200.792-0.111%200.149-0.282%200.229-0.454%200.229z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.297%204.581c-0.165%200-0.329-0.072-0.441-0.211-0.196-0.244-0.158-0.6%200.085-0.796%200.325-0.262%200.511-0.652%200.511-1.068%200-0.755-0.615-1.37-1.371-1.37-0.497%200-0.956%200.27-1.198%200.707-0.15%200.274-0.494%200.372-0.77%200.22-0.274-0.152-0.372-0.496-0.219-0.77%200.441-0.795%201.279-1.288%202.187-1.288%201.38%200%202.503%201.123%202.503%202.502%200%200.761-0.34%201.471-0.932%201.949-0.105%200.083-0.23%200.125-0.355%200.125z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.555%2010.008c-2.402%200-4.356-1.954-4.356-4.356s1.953-4.356%204.356-4.356c2.401%200%204.355%201.954%204.355%204.356s-1.953%204.356-4.355%204.356zM15.555%202.428c-1.778%200-3.225%201.446-3.225%203.225s1.446%203.225%203.225%203.225c1.777%200%203.224-1.446%203.224-3.225s-1.446-3.225-3.224-3.225z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.555%206.218c-0.15%200-0.3-0.060-0.411-0.178-0.215-0.227-0.204-0.586%200.023-0.8l1.523-1.437c0.228-0.215%200.586-0.204%200.8%200.023s0.204%200.586-0.023%200.8l-1.523%201.437c-0.11%200.104-0.249%200.155-0.389%200.155z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.554%206.218c-0.094%200-0.189-0.024-0.277-0.073l-1.439-0.811c-0.273-0.153-0.369-0.498-0.215-0.77%200.152-0.271%200.496-0.369%200.77-0.215l1.439%200.811c0.273%200.153%200.369%200.498%200.215%200.77-0.103%200.184-0.295%200.288-0.493%200.288z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-komode_fiokari_nocni_stocici, .ico-korpica_ikonica {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-korpica_ikonica {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245%22%20height%3D%2232%22%20viewBox%3D%220%200%2045%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekorpica_ikonica%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.461%2029.683c0%201.28-1.045%202.317-2.334%202.317s-2.334-1.038-2.334-2.317c0-1.28%201.045-2.317%202.334-2.317s2.334%201.038%202.334%202.317z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.974%2012.819h-21.136l-2.299-3.995h-4.539v2.398h3.147l8.31%2014.387h14.919l3.997-12.79h-2.398zM24.727%2023.209h-11.889l-4.614-7.992h19.001l-2.498%207.992z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.596%2029.683c0%201.28-1.045%202.317-2.334%202.317s-2.334-1.038-2.334-2.317c0-1.28%201.045-2.317%202.334-2.317s2.334%201.038%202.334%202.317z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M44.756%2010.747c0%205.935-4.811%2010.746-10.746%2010.746s-10.746-4.811-10.746-10.746c0-5.935%204.811-10.746%2010.746-10.746s10.746%204.811%2010.746%2010.746z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-korpica_ikonica_sticky_header {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2245%22%20height%3D%2232%22%20viewBox%3D%220%200%2045%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekorpica_ikonica_sticky_header%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.461%2029.683c0%201.28-1.045%202.317-2.334%202.317s-2.334-1.038-2.334-2.317c0-1.28%201.045-2.317%202.334-2.317s2.334%201.038%202.334%202.317z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.974%2012.819h-21.136l-2.299-3.995h-4.539v2.398h3.147l8.31%2014.387h14.919l3.997-12.79h-2.398zM24.727%2023.209h-11.889l-4.614-7.992h19.002l-2.5%207.992z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.596%2029.683c0%201.28-1.045%202.317-2.334%202.317s-2.334-1.038-2.334-2.317c0-1.28%201.045-2.317%202.334-2.317s2.334%201.038%202.334%202.317z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M44.756%2010.747c0%205.935-4.811%2010.746-10.746%2010.746s-10.746-4.811-10.746-10.746c0-5.935%204.811-10.746%2010.746-10.746s10.746%204.811%2010.746%2010.746z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-korpica_ikonica_sticky_header, .ico-kreveti {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-kreveti {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekreveti%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.365%2031.998h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-2.909h-21.447v2.909c0%200.353-0.286%200.64-0.64%200.64h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-7.004c0-0.067%200.010-0.131%200.029-0.191-0.080-0.151-0.097-0.329-0.044-0.495l3.41-10.662c0.033-0.102%200.090-0.192%200.164-0.264-0.101-0.112-0.163-0.261-0.163-0.426v-9.554c0-1.523%201.199-2.762%202.674-2.762%200.016%200%200.032%200%200.047%200.002h20.771c1.474%200%202.673%201.238%202.674%202.76%200%200%200%200%200%200.001v9.554c0%200.15-0.052%200.288-0.138%200.398%200.091%200.076%200.16%200.179%200.197%200.296l3.354%2010.662c0.052%200.165%200.035%200.341-0.044%200.49%200.019%200.060%200.029%200.126%200.029%200.193v7.004c-0.001%200.353-0.287%200.64-0.641%200.64zM28.529%2030.718h3.196v-6.215h-30.399v6.215h3.196v-2.909c0-0.353%200.286-0.64%200.64-0.64h22.727c0.353%200%200.64%200.286%200.64%200.64v2.909zM1.517%2023.223h30.019l-2.981-9.479c-4.811-1.032-16.203-1.243-24.014%200.024l-3.024%209.455zM4.723%202.761v9.554c0%200.044-0.004%200.088-0.013%200.13%200.493-0.076%200.995-0.147%201.509-0.212-0.040-0.084-0.062-0.177-0.062-0.276v-1.894c0-1.644%201.294-2.981%202.885-2.981h5.088c0.997%200%201.878%200.526%202.396%201.323%200.519-0.797%201.398-1.323%202.395-1.323h5.089c1.59%200%202.884%201.337%202.884%202.981v1.894c0%200.069-0.012%200.136-0.031%200.199%200.529%200.073%201.020%200.151%201.47%200.237-0.003-0.025-0.004-0.052-0.004-0.077v-9.554c0-0.817-0.625-1.481-1.393-1.481h-20.819c-0.013%200-0.026%200-0.039-0.001-0.75%200.022-1.354%200.678-1.354%201.481zM9.041%208.363c-0.885%200-1.605%200.763-1.605%201.701v1.894c0%200.046-0.004%200.091-0.014%200.134%202.666-0.289%205.532-0.443%208.323-0.481-0.008-0.041-0.012-0.085-0.012-0.128v-1.419c0-0.938-0.72-1.701-1.605-1.701h-5.087zM17.306%2011.601c3.053%200.005%205.948%200.149%208.308%200.403-0.001-0.015-0.002-0.031-0.002-0.047v-1.894c0-0.938-0.72-1.701-1.604-1.701h-5.089c-0.87%200-1.604%200.778-1.604%201.701v1.419c0%200.041-0.004%200.080-0.011%200.119z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-kuhinje {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekuhinje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.851%2029.858h-29.506c-0.742%200-1.346-0.603-1.346-1.345v-8.993c0-0.73%200.616-1.346%201.346-1.346h29.506c0.729%200%201.344%200.617%201.344%201.346v8.993c0%200.742-0.603%201.345-1.344%201.345zM1.345%2019.406c-0.053%200-0.112%200.059-0.112%200.113v8.993c0%200.057%200.056%200.112%200.112%200.112h29.506c0.059%200%200.111-0.053%200.111-0.112v-8.993c0-0.059-0.062-0.113-0.111-0.113h-29.506z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.74%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.582%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.473%2032.002h-28.75c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h28.75c0.34%200%200.617%200.276%200.617%200.617s-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.465%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.73%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M24.986%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.495%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M4.139%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M6.116%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M8.094%2021.195c-0.285%200-0.54-0.198-0.603-0.487-0.071-0.333%200.134-0.695%200.467-0.767%200.334-0.069%200.654%200.106%200.725%200.44l0.015%200.069c0.071%200.333-0.141%200.66-0.475%200.731-0.043%200.009-0.086%200.014-0.128%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M10.072%2021.195c-0.284%200-0.539-0.196-0.602-0.484-0.073-0.333%200.13-0.695%200.463-0.768%200.332-0.071%200.654%200.103%200.727%200.436l0.015%200.069c0.073%200.333-0.138%200.661-0.47%200.734-0.045%200.009-0.089%200.014-0.133%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.582%2022.887h-12.484c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h12.484c0.34%200%200.617%200.276%200.617%200.617s-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M30.851%2010.47h-16.638c-0.742%200-1.345-0.604-1.345-1.345v-7.78c0-0.729%200.616-1.345%201.345-1.345h16.638c0.728%200%201.343%200.615%201.345%201.343v7.781c0%200.741-0.603%201.345-1.345%201.345zM14.213%201.233c-0.052%200-0.112%200.060-0.112%200.112v7.78c0%200.051%200.051%200.112%200.112%200.112h16.638c0.059%200%200.112-0.052%200.112-0.112v-7.781c0-0.058-0.063-0.111-0.112-0.111h-16.638z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.739%2010.469c-0.34%200-0.617-0.276-0.617-0.617v-9.236c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.236c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M24.986%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.495%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M12.714%2010.534h-11.296c-0.492%200-1.154-0.35-1.357-0.872-0.129-0.333-0.049-0.689%200.212-0.928l2.912-2.681c0.66-0.607%201.179-0.891%201.631-0.891h4.498c0.164%200%200.664%200%201.632%200.891l2.914%202.682c0.263%200.243%200.344%200.6%200.214%200.934-0.203%200.517-0.867%200.865-1.36%200.865zM9.3%206.396l-4.483%200.001c0.002%200.001-0.222%200.037-0.797%200.565l-2.541%202.34h11.175l-2.542-2.34c-0.472-0.434-0.746-0.556-0.812-0.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.376%206.447c-0.34%200-0.617-0.276-0.617-0.617v-4.597h-3.383v4.597c0%200.34-0.276%200.617-0.617%200.617s-0.617-0.276-0.617-0.617v-5.214c0-0.34%200.277-0.617%200.617-0.617h4.617c0.34%200%200.617%200.276%200.617%200.617v5.214c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M10.705%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M3.491%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-kuhinje, .ico-linkedin_futer {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-linkedin_futer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Elinkedin_futer%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200.002c-8.836%200-16.002%207.162-16.002%2015.998s7.166%2015.998%2016.002%2015.998c8.834%200%2015.998-7.162%2015.998-15.998s-7.164-15.998-15.998-15.998zM12.086%2022.633h-3.241v-10.427h3.241v10.427zM10.444%2010.922c-1.022%200-1.683-0.722-1.683-1.622%200-0.912%200.68-1.616%201.725-1.616%201.043%200%201.684%200.704%201.703%201.616%200%200.901-0.661%201.622-1.745%201.622zM23.917%2022.633h-3.24v-5.779c0-1.346-0.472-2.259-1.641-2.259-0.894%200-1.427%200.618-1.662%201.213-0.088%200.211-0.109%200.512-0.109%200.808v6.016h-3.241v-7.102c0-1.303-0.042-2.389-0.084-3.328h2.814l0.146%201.449h0.066c0.427-0.678%201.473-1.683%203.22-1.683%202.133%200%203.73%201.43%203.73%204.496v6.169z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-linkedin_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Elinkedin_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.002%200.002c-8.836%200-16.002%207.162-16.002%2015.998s7.166%2015.998%2016.002%2015.998c8.834%200%2015.998-7.162%2015.998-15.998s-7.164-15.998-15.998-15.998zM12.086%2022.633h-3.241v-10.427h3.241v10.427zM10.444%2010.922c-1.022%200-1.683-0.722-1.683-1.622%200-0.912%200.68-1.616%201.725-1.616%201.043%200%201.684%200.704%201.703%201.616%200%200.901-0.661%201.622-1.745%201.622zM23.917%2022.633h-3.24v-5.779c0-1.346-0.472-2.259-1.641-2.259-0.895%200-1.428%200.618-1.662%201.213-0.088%200.211-0.109%200.512-0.109%200.808v6.016h-3.241v-7.102c0-1.303-0.042-2.389-0.084-3.328h2.814l0.146%201.449h0.066c0.427-0.678%201.472-1.683%203.219-1.683%202.133%200%203.73%201.43%203.73%204.496l0.002%206.169z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-linkedin_side_navigacija, .ico-login {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-login {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Elogin%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.217%2016.434c-0.482%200.574-1.013%201.103-1.599%201.567-1.856%201.474-4.188%202.361-6.725%202.361-0.025%200-0.057%200.015-0.082%200.016-0.025-0.001-0.057-0.016-0.081-0.016-2.537%200-4.869-0.888-6.725-2.361-0.585-0.464-1.117-0.992-1.598-1.567-2.993%201.463-5.061%204.534-5.061%208.083v6.974c0%200.047%200.021%200.085%200.026%200.13h26.88c0.007-0.045%200.027-0.083%200.027-0.13v-6.974c-0-3.549-2.068-6.62-5.060-8.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.73%2018.205c4.839%200%208.776-3.998%208.776-8.913%200-4.913-3.937-8.913-8.776-8.913s-8.775%204-8.775%208.913c0%204.915%203.936%208.913%208.775%208.913zM18.73%203.318c3.108%200%205.638%202.681%205.638%205.973%200%203.294-2.53%205.975-5.638%205.975-3.11%200-5.637-2.681-5.637-5.975-0-3.293%202.528-5.973%205.637-5.973z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-markica_novo {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2063.1%20%2892452%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3Emarkica_novo%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22markica-top-artikal%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M7.68%2C-5.32907052e-15%20L40.32%2C-5.32907052e-15%20C44.562%2C-5.32907052e-15%2048%2C3.438%2048%2C7.68%20L48%2C40.32%20C48%2C44.5605%2044.562%2C48%2040.32%2C48%20L7.68%2C48%20C3.438%2C48%20-5.32907052e-15%2C44.562%20-5.32907052e-15%2C40.32%20L-5.32907052e-15%2C7.68%20C-5.32907052e-15%2C3.438%203.438%2C-5.32907052e-15%207.68%2C-5.32907052e-15%20Z%22%20id%3D%22Path%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2213.656%2028.974%2011.6055%2028.974%207.614%2022.425%207.614%2028.974%205.5635%2028.974%205.5635%2019.0215%207.614%2019.0215%2011.613%2025.584%2011.613%2019.0215%2013.6575%2019.0215%2013.6575%2028.974%22%2F%3E%20%3Cpath%20d%3D%22M23.6235%2C24.2235%20C23.6235%2C25.203%2023.451%2C26.0625%2023.103%2C26.8005%20C22.755%2C27.5385%2022.2615%2C28.1085%2021.6165%2C28.509%20C20.9715%2C28.9095%2020.232%2C29.1105%2019.398%2C29.1105%20C18.573%2C29.1105%2017.8365%2C28.9125%2017.19%2C28.515%20C16.5435%2C28.1175%2016.0425%2C27.552%2015.6855%2C26.817%20C15.33%2C26.0805%2015.15%2C25.2345%2015.1455%2C24.2775%20L15.1455%2C23.7855%20C15.1455%2C22.806%2015.3225%2C21.942%2015.675%2C21.198%20C16.0275%2C20.4525%2016.527%2C19.881%2017.172%2C19.4805%20C17.817%2C19.083%2018.5535%2C18.882%2019.383%2C18.882%20C20.2125%2C18.882%2020.949%2C19.0815%2021.594%2C19.4805%20C22.239%2C19.8795%2022.7385%2C20.451%2023.091%2C21.198%20C23.4435%2C21.942%2023.6205%2C22.8015%2023.6205%2C23.778%20L23.6205%2C24.222%20L23.6235%2C24.2235%20Z%20M21.5445%2C23.7705%20C21.5445%2C22.7265%2021.357%2C21.933%2020.9835%2C21.3915%20C20.61%2C20.85%2020.076%2C20.5785%2019.383%2C20.5785%20C18.6945%2C20.5785%2018.1635%2C20.847%2017.79%2C21.381%20C17.4165%2C21.915%2017.2275%2C22.7025%2017.223%2C23.736%20L17.223%2C24.2205%20C17.223%2C25.2375%2017.4105%2C26.025%2017.784%2C26.586%20C18.1575%2C27.147%2018.696%2C27.4275%2019.3965%2C27.4275%20C20.085%2C27.4275%2020.613%2C27.1575%2020.982%2C26.616%20C21.351%2C26.0775%2021.5385%2C25.2885%2021.543%2C24.255%20L21.543%2C23.7705%20L21.5445%2C23.7705%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpolygon%20id%3D%22Path%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2228.641%2026.5065%2030.897%2019.0215%2033.18%2019.0215%2029.7135%2028.974%2027.573%2028.974%2024.1215%2019.0215%2026.397%2019.0215%2028.6395%2026.5065%22%2F%3E%20%3Cpath%20d%3D%22M42.2025%2C24.2235%20C42.2025%2C25.203%2042.0285%2C26.0625%2041.682%2C26.8005%20C41.3355%2C27.5385%2040.8405%2C28.1085%2040.1955%2C28.509%20C39.549%2C28.9095%2038.811%2C29.1105%2037.977%2C29.1105%20C37.1535%2C29.1105%2036.4155%2C28.9125%2035.769%2C28.515%20C35.1225%2C28.1175%2034.6215%2C27.552%2034.2645%2C26.817%20C33.909%2C26.0805%2033.729%2C25.2345%2033.7245%2C24.2775%20L33.7245%2C23.7855%20C33.7245%2C22.806%2033.9015%2C21.942%2034.254%2C21.198%20C34.608%2C20.4525%2035.1075%2C19.881%2035.7525%2C19.4805%20C36.3975%2C19.083%2037.134%2C18.882%2037.9635%2C18.882%20C38.793%2C18.882%2039.5295%2C19.0815%2040.1745%2C19.4805%20C40.821%2C19.8795%2041.319%2C20.451%2041.673%2C21.198%20C42.0255%2C21.942%2042.2025%2C22.8015%2042.2025%2C23.778%20L42.2025%2C24.222%20L42.2025%2C24.2235%20Z%20M40.125%2C23.7705%20C40.125%2C22.7265%2039.9375%2C21.933%2039.564%2C21.3915%20C39.1905%2C20.85%2038.658%2C20.5785%2037.9635%2C20.5785%20C37.275%2C20.5785%2036.744%2C20.847%2036.3705%2C21.381%20C35.997%2C21.915%2035.808%2C22.7025%2035.8035%2C23.736%20L35.8035%2C24.2205%20C35.8035%2C25.2375%2035.991%2C26.025%2036.3645%2C26.586%20C36.738%2C27.147%2037.2765%2C27.4275%2037.977%2C27.4275%20C38.6655%2C27.4275%2039.1935%2C27.1575%2039.5625%2C26.616%20C39.9315%2C26.0775%2040.119%2C25.2885%2040.1235%2C24.255%20L40.1235%2C23.7705%20L40.125%2C23.7705%20Z%22%20id%3D%22Shape%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_novo, .ico-markica_novo_BACKUP {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-markica_novo_BACKUP {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2248px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2048%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2051.3%20%2857544%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Emarkica-novo%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%2F%3E%20%3Cg%20id%3D%22markica-top-artikal%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%228%22%2F%3E%20%3Cpath%20d%3D%22M17.6962891%2C12.5576172%20L13.8554688%2C12.5576172%20L13.8554688%2C22.9726562%20L10.7705078%2C22.9726562%20L10.7705078%2C12.5576172%20L7%2C12.5576172%20L7%2C10.1757812%20L17.6962891%2C10.1757812%20L17.6962891%2C12.5576172%20Z%20M29.8339844%2C16.8378906%20C29.8339844%2C18.0859437%2029.6025414%2C19.1904249%2029.1396484%2C20.1513672%20C28.6767555%2C21.1123095%2028.0190472%2C21.8520482%2027.1665039%2C22.3706055%20C26.3139606%2C22.8891627%2025.3427789%2C23.1484375%2024.2529297%2C23.1484375%20C23.1630805%2C23.1484375%2022.1962933%2C22.8979517%2021.3525391%2C22.3969727%20C20.5087848%2C21.8959936%2019.8510766%2C21.1796922%2019.3793945%2C20.2480469%20C18.9077125%2C19.3164016%2018.6601564%2C18.2470763%2018.6367188%2C17.0400391%20L18.6367188%2C16.3193359%20C18.6367188%2C15.0654234%2018.8666969%2C13.9594774%2019.3266602%2C13.0014648%20C19.7866234%2C12.0434522%2020.4457965%2C11.3037135%2021.3041992%2C10.7822266%20C22.1626019%2C10.2607396%2023.139643%2C10%2024.2353516%2C10%20C25.3193414%2C10%2026.2861286%2C10.2578099%2027.1357422%2C10.7734375%20C27.9853558%2C11.2890651%2028.6459937%2C12.0229445%2029.1176758%2C12.9750977%20C29.5893578%2C13.9272509%2029.828125%2C15.0185485%2029.8339844%2C16.2490234%20L29.8339844%2C16.8378906%20Z%20M26.6962891%2C16.3017578%20C26.6962891%2C15.0302671%2026.4838888%2C14.0649447%2026.059082%2C13.4057617%20C25.6342752%2C12.7465787%2025.0263711%2C12.4169922%2024.2353516%2C12.4169922%20C22.6884688%2C12.4169922%2021.8710942%2C13.5771368%2021.7832031%2C15.8974609%20L21.7744141%2C16.8378906%20C21.7744141%2C18.0918031%2021.9824198%2C19.0556607%2022.3984375%2C19.7294922%20C22.8144552%2C20.4033237%2023.4326131%2C20.7402344%2024.2529297%2C20.7402344%20C25.0322305%2C20.7402344%2025.6328104%2C20.409183%2026.0546875%2C19.7470703%20C26.4765646%2C19.0849576%2026.6904297%2C18.1328187%2026.6962891%2C16.890625%20L26.6962891%2C16.3017578%20Z%20M34.5097656%2C18.6308594%20L34.5097656%2C22.9726562%20L31.4248047%2C22.9726562%20L31.4248047%2C10.1757812%20L36.53125%2C10.1757812%20C37.5097705%2C10.1757812%2038.3754845%2C10.3559552%2039.128418%2C10.7163086%20C39.8813514%2C11.076662%2040.4643534%2C11.5893521%2040.8774414%2C12.2543945%20C41.2905294%2C12.9194369%2041.4970703%2C13.6738239%2041.4970703%2C14.5175781%20C41.4970703%2C15.7656312%2041.0502974%2C16.7631799%2040.1567383%2C17.5102539%20C39.2631791%2C18.257328%2038.0371172%2C18.6308594%2036.4785156%2C18.6308594%20L34.5097656%2C18.6308594%20Z%20M34.5097656%2C16.2490234%20L36.53125%2C16.2490234%20C37.1289092%2C16.2490234%2037.5844711%2C16.0996109%2037.8979492%2C15.8007812%20C38.2114273%2C15.5019516%2038.3681641%2C15.0800808%2038.3681641%2C14.5351562%20C38.3681641%2C13.937497%2038.2070329%2C13.4599627%2037.8847656%2C13.1025391%20C37.5624984%2C12.7451154%2037.1230497%2C12.5634766%2036.5664062%2C12.5576172%20L34.5097656%2C12.5576172%20L34.5097656%2C16.2490234%20Z%22%20id%3D%22TOP%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M6.04882812%2C34.359375%20L3.46533203%2C34.359375%20L3.01416016%2C35.8203125%20L1%2C35.8203125%20L3.86816406%2C28%20L5.640625%2C28%20L8.53027344%2C35.8203125%20L6.50537109%2C35.8203125%20L6.04882812%2C34.359375%20Z%20M3.91650391%2C32.9038086%20L5.59765625%2C32.9038086%20L4.75439453%2C30.1914062%20L3.91650391%2C32.9038086%20Z%20M12.0053711%2C33.0595703%20L10.9848633%2C33.0595703%20L10.9848633%2C35.8203125%20L9.09960938%2C35.8203125%20L9.09960938%2C28%20L12.1772461%2C28%20C13.1046596%2C28%2013.82975%2C28.2058899%2014.3525391%2C28.6176758%20C14.8753281%2C29.0294617%2015.1367188%2C29.6113244%2015.1367188%2C30.3632812%20C15.1367188%2C30.9075548%2015.0266124%2C31.3587222%2014.8063965%2C31.7167969%20C14.5861805%2C32.0748716%2014.2415388%2C32.3649077%2013.7724609%2C32.5869141%20L15.4052734%2C35.7397461%20L15.4052734%2C35.8203125%20L13.3857422%2C35.8203125%20L12.0053711%2C33.0595703%20Z%20M10.9848633%2C31.6040039%20L12.1772461%2C31.6040039%20C12.5353208%2C31.6040039%2012.804768%2C31.5100107%2012.9855957%2C31.3220215%20C13.1664234%2C31.1340323%2013.2568359%2C30.8717465%2013.2568359%2C30.5351562%20C13.2568359%2C30.198566%2013.1655283%2C29.9344899%2012.9829102%2C29.7429199%20C12.8002921%2C29.55135%2012.5317401%2C29.4555664%2012.1772461%2C29.4555664%20L10.9848633%2C29.4555664%20L10.9848633%2C31.6040039%20Z%20M22.4145508%2C29.4555664%20L20.0673828%2C29.4555664%20L20.0673828%2C35.8203125%20L18.1821289%2C35.8203125%20L18.1821289%2C29.4555664%20L15.8779297%2C29.4555664%20L15.8779297%2C28%20L22.4145508%2C28%20L22.4145508%2C29.4555664%20Z%20M25.2182617%2C35.8203125%20L23.3383789%2C35.8203125%20L23.3383789%2C28%20L25.2182617%2C28%20L25.2182617%2C35.8203125%20Z%20M29.1875%2C32.9091797%20L28.4140625%2C33.7578125%20L28.4140625%2C35.8203125%20L26.5288086%2C35.8203125%20L26.5288086%2C28%20L28.4140625%2C28%20L28.4140625%2C31.4482422%20L29.0693359%2C30.4545898%20L30.7558594%2C28%20L33.0869141%2C28%20L30.4443359%2C31.4589844%20L33.0869141%2C35.8203125%20L30.8525391%2C35.8203125%20L29.1875%2C32.9091797%20Z%20M38.0068359%2C34.359375%20L35.4233398%2C34.359375%20L34.972168%2C35.8203125%20L32.9580078%2C35.8203125%20L35.8261719%2C28%20L37.5986328%2C28%20L40.4882812%2C35.8203125%20L38.4633789%2C35.8203125%20L38.0068359%2C34.359375%20Z%20M35.8745117%2C32.9038086%20L37.5556641%2C32.9038086%20L36.7124023%2C30.1914062%20L35.8745117%2C32.9038086%20Z%20M42.9428711%2C34.3701172%20L46.2246094%2C34.3701172%20L46.2246094%2C35.8203125%20L41.0576172%2C35.8203125%20L41.0576172%2C28%20L42.9428711%2C28%20L42.9428711%2C34.3701172%20Z%22%20id%3D%22artikal%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_novo_new {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2240px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2040%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EMARKICE%2FNovo%3C%2Ftitle%3E%20%3Cg%20id%3D%22DESKTOP%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%225.1-Detalj-artikla%22%20transform%3D%22translate%28-990.000000%2C%20-372.000000%29%22%3E%20%3Cg%20id%3D%22vobleri%22%20transform%3D%22translate%28990.000000%2C%20316.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.000000%2C%2056.722689%29%22%3E%20%3Cg%20id%3D%22MARKICE%2FNovo%22%20transform%3D%22translate%28-0.273311%2C%200.000000%29%22%3E%20%3Cpolygon%20id%3D%22Fill-5%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2240.2168067%2018.9404034%2040.2168067%2014.7016807%2020.276605%203.18937815%2020.276605%203.18890756%200.336134454%2014.7016807%200.336134454%2018.9398992%2020.276605%207.42736134%2020.276605%207.42783193%22%2F%3E%20%3Cpath%20d%3D%22M2.96238655%2C-2.66453526e-15%20L37.2481008%2C-2.66453526e-15%20C38.9605881%2C-2.66453526e-15%2040.2733109%2C1.31676325%2040.2733109%2C3.02521008%20L40.2733109%2C14.789916%20L20.4413782%2C3.36134454%20L20.4413782%2C3.36134454%20L0.273310924%2C14.789916%20L0.273310924%2C2.68907563%20C0.273310924%2C1.27036882%201.53977812%2C-2.66453526e-15%202.96238655%2C-2.66453526e-15%20Z%20M40.2733109%2C18.8235294%20L40.2733109%2C44.0336134%20C40.2733109%2C45.4628989%2039.0123728%2C46.7226891%2037.5842353%2C46.7226891%20L2.96238655%2C46.7226891%20C1.53424902%2C46.7226891%200.273310924%2C45.4628989%200.273310924%2C44.0336134%20L0.273310924%2C18.8235294%20L20.4413782%2C7.39495798%20L20.4413782%2C7.39495798%20L40.2733109%2C18.8235294%20Z%22%20id%3D%22Fill-13%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M4.26766387%2C34.1187563%20L4.26766387%2C20.9428571%20L6.95455462%2C20.9428571%20L8.79539496%2C27.2232605%20C8.88934454%2C27.5307563%209.03492437%2C28.0797647%209.22894118%2C28.8702185%20C9.42608403%2C29.6578151%209.65657143%2C30.637916%209.92336134%2C31.8106218%20L10.1022857%2C31.8106218%20C9.88094118%2C30.2125714%209.71115966%2C28.7983866%209.58682353%2C27.5682017%20C9.46245378%2C26.3407731%209.39882353%2C25.4238655%209.39882353%2C24.8231933%20L9.39882353%2C20.9428571%20L11.8370084%2C20.9428571%20L11.8370084%2C34.1187563%20L9.19559664%2C34.1187563%20L7.40941176%2C28.2493782%20C7.38510924%2C28.1659832%207.34272269%2C28.0251765%207.28517647%2C27.8297479%20C6.78171429%2C26.1970756%206.42383193%2C24.7714622%206.20847059%2C23.5527059%20L6.05089076%2C23.5527059%20C6.26309244%2C25.1365042%206.42383193%2C26.5506891%206.53596639%2C27.7952605%20C6.64830252%2C29.0426891%206.70584874%2C30.0803025%206.70584874%2C30.9109916%20L6.70584874%2C34.1187563%20L4.26766387%2C34.1187563%20Z%20M16.1014454%2C27.4560336%20C16.1014454%2C29.2582185%2016.201479%2C30.4999328%2016.3986218%2C31.1812101%20C16.5987227%2C31.8623866%2016.9354622%2C32.204437%2017.4175798%2C32.204437%20C17.9027563%2C32.204437%2018.2423529%2C31.8623866%2018.442521%2C31.1812101%20C18.6396639%2C30.4999328%2018.7397983%2C29.2582185%2018.7397983%2C27.4560336%20C18.7397983%2C25.6854118%2018.6396639%2C24.4495126%2018.4365378%2C23.7509916%20C18.2363361%2C23.0525714%2017.8966723%2C22.7019496%2017.4175798%2C22.7019496%20C16.9292437%2C22.7019496%2016.5896807%2C23.041042%2016.3955966%2C23.7165042%20C16.1984538%2C24.3920672%2016.1014454%2C25.6394958%2016.1014454%2C27.4560336%20Z%20M21.5236639%2C27.7837311%20C21.5236639%2C29.994084%2021.1809412%2C31.6468571%2020.4986218%2C32.7390588%20C19.8132437%2C33.8312941%2018.7851765%2C34.3774454%2017.4114958%2C34.3774454%20C16.0135126%2C34.3774454%2014.9823529%2C33.8198655%2014.3152941%2C32.7045714%20C13.6510588%2C31.5922353%2013.3175798%2C29.8676303%2013.3175798%2C27.5307563%20C13.3175798%2C25.1882353%2013.6510588%2C23.4636303%2014.3152941%2C22.3511933%20C14.9823529%2C21.2388908%2016.0135126%2C20.6841345%2017.4114958%2C20.6841345%20C18.8397647%2C20.6841345%2019.8799664%2C21.2474622%2020.5379832%2C22.3771092%20C21.1961681%2C23.5038319%2021.5236639%2C25.306084%2021.5236639%2C27.7837311%20Z%20M27.1255798%2C34.1187563%20L24.2841008%2C34.1187563%20L21.8156303%2C20.9428571%20L24.6146218%2C20.9428571%20L25.1453445%2C25.4814118%20C25.2696807%2C26.5132437%2025.3757311%2C27.5135126%2025.4607395%2C28.4821513%20C25.5486723%2C29.4508908%2025.6184202%2C30.408%2025.6699832%2C31.3565042%20L25.8306218%2C31.3565042%20C25.9247395%2C30.017042%2026.0186891%2C28.8615462%2026.1096807%2C27.8958655%20C26.2007059%2C26.9329412%2026.2916975%2C26.1540168%2026.3796303%2C25.5647059%20L27.0740504%2C20.9428571%20L29.676%2C20.9428571%20L27.1255798%2C34.1187563%20Z%20M32.6032605%2C27.4560336%20C32.6032605%2C29.2582185%2032.7032269%2C30.4999328%2032.9003697%2C31.1812101%20C33.1005378%2C31.8623866%2033.4371765%2C32.204437%2033.9193277%2C32.204437%20C34.4045714%2C32.204437%2034.7441681%2C31.8623866%2034.9442689%2C31.1812101%20C35.1414118%2C30.4999328%2035.2415462%2C29.2582185%2035.2415462%2C27.4560336%20C35.2415462%2C25.6854118%2035.1414118%2C24.4495126%2034.9382521%2C23.7509916%20C34.738084%2C23.0525714%2034.3983866%2C22.7019496%2033.9193277%2C22.7019496%20C33.4310924%2C22.7019496%2033.0914958%2C23.041042%2032.8974118%2C23.7165042%20C32.7002689%2C24.3920672%2032.6032605%2C25.6394958%2032.6032605%2C27.4560336%20Z%20M38.0254118%2C27.7837311%20C38.0254118%2C29.994084%2037.6827563%2C31.6468571%2037.0003697%2C32.7390588%20C36.3150924%2C33.8312941%2035.2869916%2C34.3774454%2033.9133109%2C34.3774454%20C32.5152269%2C34.3774454%2031.4842017%2C33.8198655%2030.8171092%2C32.7045714%20C30.1529076%2C31.5922353%2029.8193277%2C29.8676303%2029.8193277%2C27.5307563%20C29.8193277%2C25.1882353%2030.1529076%2C23.4636303%2030.8171092%2C22.3511933%20C31.4842017%2C21.2388908%2032.5152269%2C20.6841345%2033.9133109%2C20.6841345%20C35.3415798%2C20.6841345%2036.3816807%2C21.2474622%2037.0397983%2C22.3771092%20C37.697916%2C23.5038319%2038.0254118%2C25.306084%2038.0254118%2C27.7837311%20L38.0254118%2C27.7837311%20Z%22%20id%3D%22Fill-20%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M31.489916%2C40.7651765%20L9.06332773%2C40.7651765%20C9.00131092%2C40.7651765%208.95068908%2C41.040605%208.95068908%2C41.377916%20L8.95068908%2C41.377916%20C8.95068908%2C41.7151261%209.00147899%2C41.9906891%209.06332773%2C41.9906891%20L31.489916%2C41.9906891%20C31.5517311%2C41.9906891%2031.602521%2C41.7151261%2031.602521%2C41.377916%20L31.602521%2C41.377916%20C31.602521%2C41.040605%2031.5519328%2C40.7651765%2031.489916%2C40.7651765%22%20id%3D%22Fill-50%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_novo_new, .ico-markica_ogranicena_kolicina_new {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-markica_ogranicena_kolicina_new {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2240px%22%20height%3D%2247px%22%20viewBox%3D%220%200%2040%2047%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EMARKICE%2FOgranicena%20kolicina%3C%2Ftitle%3E%20%3Cg%20id%3D%22DESKTOP%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%225.1-Detalj-artikla%22%20transform%3D%22translate%28-990.000000%2C%20-486.000000%29%22%3E%20%3Cg%20id%3D%22vobleri%22%20transform%3D%22translate%28990.000000%2C%20316.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.000000%2C%20170.168067%29%22%3E%20%3Cg%20id%3D%22MARKICE%2FOgranicena-kolicina%22%20transform%3D%22translate%280.031429%2C%200.000000%29%22%3E%20%3Cpolygon%20id%3D%22Fill-3%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2239.8807395%2018.9404034%2039.8807395%2014.7016807%2019.9404706%203.18937815%2019.9404706%203.18890756%209.55351577e-15%2014.7016807%209.55351577e-15%2018.9398992%2019.9404706%207.42736134%2019.9404706%207.42783193%22%2F%3E%20%3Cpath%20d%3D%22M2.65764706%2C2.11222263e-15%20L36.9433613%2C2.11222263e-15%20C38.6557834%2C2.11222263e-15%2039.9685714%2C1.31676325%2039.9685714%2C3.02521008%20L39.9685714%2C14.789916%20L20.1366387%2C3.36134454%20L20.1366387%2C3.36134454%20L-0.0314285714%2C14.789916%20L-0.0314285714%2C2.68907563%20C-0.0314285714%2C1.27036882%201.23503649%2C2.11222263e-15%202.65764706%2C2.11222263e-15%20Z%20M39.9685714%2C18.8235294%20L39.9685714%2C44.0336134%20C39.9685714%2C45.4628989%2038.707568%2C46.7226891%2037.2794958%2C46.7226891%20L2.65764706%2C46.7226891%20C1.22947368%2C46.7226891%20-0.0314285714%2C45.4628989%20-0.0314285714%2C44.0336134%20L-0.0314285714%2C18.8235294%20L20.1366387%2C7.39495798%20L20.1366387%2C7.39495798%20L39.9685714%2C18.8235294%20Z%22%20id%3D%22Fill-12%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M4.5387563%2C37.8231261%20L4.5387563%2C30.9562353%20L5.94218487%2C30.9562353%20L5.94218487%2C33.9313277%20L6.01173109%2C33.9313277%20L7.31556303%2C30.9562353%20L8.75384874%2C30.9562353%20L7.28870588%2C34.0062185%20L8.78702521%2C37.8231261%20L7.28870588%2C37.8231261%20L6.01173109%2C34.1379832%20L5.94218487%2C34.1379832%20L5.94218487%2C37.8231261%20L4.5387563%2C37.8231261%20Z%20M10.4232941%2C34.3507563%20C10.4232941%2C35.2899496%2010.4753277%2C35.9371092%2010.5780504%2C36.2921345%20C10.6824538%2C36.6471597%2010.8578824%2C36.8254454%2011.1091429%2C36.8254454%20C11.3620168%2C36.8254454%2011.5390588%2C36.6471597%2011.643395%2C36.2921345%20C11.746084%2C35.9371092%2011.7983193%2C35.2899496%2011.7983193%2C34.3507563%20C11.7983193%2C33.4279664%2011.746084%2C32.7838319%2011.6401345%2C32.4197647%20C11.5358992%2C32.0557983%2011.3588571%2C31.873042%2011.1091429%2C31.873042%20C10.8547227%2C31.873042%2010.6777143%2C32.0497815%2010.576605%2C32.4018487%20C10.4737815%2C32.7538487%2010.4232941%2C33.4040336%2010.4232941%2C34.3507563%20Z%20M13.2490756%2C34.5215126%20C13.2490756%2C35.673479%2013.070521%2C36.5348235%2012.7148235%2C37.1041345%20C12.3577143%2C37.6733445%2011.8219496%2C37.9579496%2011.1059832%2C37.9579496%20C10.377479%2C37.9579496%209.83996639%2C37.6673613%209.49230252%2C37.0861176%20C9.14611765%2C36.5064202%208.97233613%2C35.6075294%208.97233613%2C34.3897479%20C8.97233613%2C33.1687731%209.14611765%2C32.2699832%209.49230252%2C31.6902857%20C9.83996639%2C31.1104874%2010.377479%2C30.8214118%2011.1059832%2C30.8214118%20C11.8503529%2C30.8214118%2012.3925042%2C31.1150588%2012.7354958%2C31.7037311%20C13.0784202%2C32.290958%2013.2490756%2C33.2302521%2013.2490756%2C34.5215126%20Z%20M14.0222857%2C37.8231261%20L14.0222857%2C30.9562353%20L15.4258151%2C30.9562353%20L15.4258151%2C36.7175798%20L17.0662857%2C36.7175798%20L17.0662857%2C37.8231261%20L14.0222857%2C37.8231261%20Z%20M18.9663866%2C37.8231261%20L17.5629916%2C37.8231261%20L17.5629916%2C30.9562353%20L18.9663866%2C30.9562353%20L18.9663866%2C37.8231261%20Z%20M23.9848067%2C35.9790252%20C23.8804706%2C36.6217143%2023.6465546%2C37.1130756%2023.2830588%2C37.4516303%20C22.9211765%2C37.7886387%2022.446958%2C37.9579496%2021.860605%2C37.9579496%20C21.1383529%2C37.9579496%2020.6025882%2C37.6688739%2020.2517647%2C37.0890756%20C19.9024538%2C36.5093782%2019.7270252%2C35.6210756%2019.7270252%2C34.4241345%20C19.7270252%2C33.1837311%2019.9103529%2C32.2715294%2020.2770084%2C31.6887731%20C20.6452773%2C31.104605%2021.2158319%2C30.8124706%2021.9902857%2C30.8124706%20C22.535563%2C30.8124706%2022.9733109%2C30.9577479%2023.3020168%2C31.2468571%20C23.6307563%2C31.5359328%2023.8551261%2C31.9778487%2023.9752941%2C32.572605%20L22.6762017%2C32.9845042%20C22.6430588%2C32.6160672%2022.5687395%2C32.3479328%2022.454958%2C32.1801345%20C22.3394958%2C32.0108235%2022.1767395%2C31.926958%2021.9632941%2C31.926958%20C21.6773782%2C31.926958%2021.4749916%2C32.1052437%2021.356437%2C32.4617815%20C21.237916%2C32.8197647%2021.1778824%2C33.4729412%2021.1778824%2C34.4241345%20C21.1778824%2C35.3438992%2021.2348571%2C35.9745546%2021.3486387%2C36.3190924%20C21.4623193%2C36.6622185%2021.6583193%2C36.8344874%2021.9365378%2C36.8344874%20C22.1435966%2C36.8344874%2022.309479%2C36.7280672%2022.4342857%2C36.5169076%20C22.5591933%2C36.3041345%2022.646084%2C35.985042%2022.6951597%2C35.5566387%20L23.9848067%2C35.9790252%20Z%20M20.589916%2C29.0957647%20L21.1652101%2C29.0957647%20L21.8701176%2C29.7443361%20L22.5750252%2C29.0957647%20L23.1502521%2C29.0957647%20L22.3427227%2C30.3360336%20L21.3976134%2C30.3360336%20L20.589916%2C29.0957647%20Z%20M25.9812773%2C37.8231261%20L24.5778487%2C37.8231261%20L24.5778487%2C30.9562353%20L25.9812773%2C30.9562353%20L25.9812773%2C37.8231261%20Z%20M26.9504874%2C37.8231261%20L26.9504874%2C30.9562353%20L28.3508235%2C30.9562353%20L29.3101513%2C34.2293782%20C29.3591261%2C34.3897479%2029.4350588%2C34.6757647%2029.5361345%2C35.0877647%20C29.6388571%2C35.4982521%2029.7590252%2C36.009042%2029.8980168%2C36.6202017%20L29.9912941%2C36.6202017%20C29.8759328%2C35.7873277%2029.7874958%2C35.0503193%2029.7226218%2C34.4091765%20C29.657916%2C33.7695462%2029.6246723%2C33.2915966%2029.6246723%2C32.9785882%20L29.6246723%2C30.9562353%20L30.8953613%2C30.9562353%20L30.8953613%2C37.8231261%20L29.5187227%2C37.8231261%20L28.5878992%2C34.7642017%20C28.5752269%2C34.7207395%2028.5531092%2C34.6473613%2028.5230252%2C34.5455126%20C28.2608067%2C33.6946555%2028.0741513%2C32.9516303%2027.9619832%2C32.3164706%20L27.8798655%2C32.3164706%20C27.9904874%2C33.1418151%2028.0741513%2C33.8788235%2028.1326387%2C34.5274958%20C28.1911261%2C35.1776134%2028.2212437%2C35.7184538%2028.2212437%2C36.1512941%20L28.2212437%2C37.8231261%20L26.9504874%2C37.8231261%20Z%20M33.1968739%2C35.6660504%20L34.2209748%2C35.6660504%20L33.8875966%2C33.5014118%20C33.8623529%2C33.326084%2033.8386218%2C33.105916%2033.8148908%2C32.8391933%20C33.7911597%2C32.572605%2033.7721008%2C32.276%2033.7580168%2C31.9479328%20L33.6693782%2C31.9479328%20C33.6378487%2C32.3374454%2033.6093782%2C32.6789244%2033.5809748%2C32.9710924%20C33.554084%2C33.2632269%2033.532%2C33.4489076%2033.5160672%2C33.5283697%20L33.1968739%2C35.6660504%20Z%20M31.344605%2C37.8231261%20L32.9882353%2C30.9562353%20L34.5023529%2C30.9562353%20L36.1050084%2C37.8231261%20L34.6272605%2C37.8231261%20L34.4280336%2C36.708605%20L32.9882353%2C36.708605%20L32.7481008%2C37.8231261%20L31.344605%2C37.8231261%20Z%22%20id%3D%22Fill-18%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M5.49398319%2C26.2037647%20C5.49398319%2C26.8667227%205.5307563%2C27.3234958%205.6032605%2C27.5740168%20C5.67690756%2C27.824605%205.80067227%2C27.9504538%205.97808403%2C27.9504538%20C6.15657143%2C27.9504538%206.28147899%2C27.824605%206.35502521%2C27.5740168%20C6.42763025%2C27.3234958%206.46440336%2C26.8667227%206.46440336%2C26.2037647%20C6.46440336%2C25.5525042%206.42763025%2C25.0978151%206.35284034%2C24.8409412%20C6.27929412%2C24.5839664%206.15428571%2C24.4550252%205.97808403%2C24.4550252%20C5.79838655%2C24.4550252%205.67347899%2C24.5797647%205.60211765%2C24.8282689%20C5.52961345%2C25.0766723%205.49398319%2C25.5355294%205.49398319%2C26.2037647%20Z%20M7.48840336%2C26.3242689%20C7.48840336%2C27.1374118%207.36245378%2C27.7453109%207.11139496%2C28.1471261%20C6.8592605%2C28.5488403%206.48107563%2C28.7497815%205.97589916%2C28.7497815%20C5.46157983%2C28.7497815%205.0822521%2C28.5446387%204.83690756%2C28.1344538%20C4.59260504%2C27.7252101%204.46988235%2C27.0908235%204.46988235%2C26.2312941%20C4.46988235%2C25.3695462%204.59260504%2C24.7351597%204.83690756%2C24.3260168%20C5.0822521%2C23.9168739%205.46157983%2C23.7127731%205.97589916%2C23.7127731%20C6.50121008%2C23.7127731%206.88383193%2C23.9200336%207.12584874%2C24.335563%20C7.36796639%2C24.7500168%207.48840336%2C25.4129076%207.48840336%2C26.3242689%20Z%20M9.35280672%2C26.5103866%20L9.35280672%2C25.7427899%20L10.938958%2C25.7427899%20L10.938958%2C26.7704874%20C10.938958%2C27.4112605%2010.8063193%2C27.9007395%2010.5407731%2C28.2401345%20C10.2741849%2C28.5795294%209.89267227%2C28.7497815%209.3930084%2C28.7497815%20C8.88305882%2C28.7497815%208.50497479%2C28.5456807%208.25734454%2C28.1365378%20C8.01085714%2C27.7273277%207.8869916%2C27.1003697%207.8869916%2C26.2555966%20C7.8869916%2C25.3801345%208.01647059%2C24.7362017%208.27630252%2C24.3249748%20C8.53509244%2C23.912605%208.9377479%2C23.7064202%209.48447059%2C23.7064202%20C9.84026891%2C23.7064202%2010.1258151%2C23.7878655%2010.3411765%2C23.9517647%20C10.5564034%2C24.1145882%2010.7203025%2C24.3714622%2010.8308235%2C24.7204034%20L9.9485042%2C25.0133109%20C9.90715966%2C24.832437%209.84806723%2C24.7003025%209.77109244%2C24.6178824%20C9.69304202%2C24.5343193%209.5914958%2C24.493042%209.46541176%2C24.493042%20C9.26352941%2C24.493042%209.12077311%2C24.6189244%209.03714286%2C24.8705546%20C8.95347899%2C25.1232605%208.91105882%2C25.5842353%208.91105882%2C26.2555966%20C8.91105882%2C26.9047395%208.95119328%2C27.349916%209.0314958%2C27.5930756%20C9.11183193%2C27.8351597%209.25008403%2C27.9567395%209.44645378%2C27.9567395%20C9.60712605%2C27.9567395%209.7309916%2C27.8690084%209.81788235%2C27.694521%20C9.90497479%2C27.5200672%209.9485042%2C27.2716639%209.9485042%2C26.9470588%20L9.9485042%2C26.5103866%20L9.35280672%2C26.5103866%20Z%20M11.5104538%2C28.6545882%20L11.5104538%2C23.8079664%20L12.7419832%2C23.8079664%20C13.2796639%2C23.8079664%2013.6868235%2C23.9221176%2013.9623529%2C24.151563%20C14.2378151%2C24.3810084%2014.3751261%2C24.7193613%2014.3751261%2C25.1666218%20C14.3751261%2C25.4763697%2014.3037647%2C25.7365042%2014.1597983%2C25.9479328%20C14.0158992%2C26.1593613%2013.8106891%2C26.3074286%2013.5451092%2C26.3898487%20L14.4687731%2C28.6545882%20L13.4369748%2C28.6545882%20L12.5757311%2C26.3708908%20L12.4809076%2C26.3708908%20L12.4809076%2C28.6545882%20L11.5104538%2C28.6545882%20Z%20M12.4809076%2C25.8823529%20C12.4943529%2C25.8823529%2012.5133109%2C25.8834286%2012.5378824%2C25.8855126%20C12.5635294%2C25.8875966%2012.5824874%2C25.8887395%2012.5947899%2C25.8887395%20C12.8479328%2C25.8887395%2013.0431597%2C25.828437%2013.1826555%2C25.7068571%20C13.322084%2C25.5863193%2013.3912269%2C25.4160672%2013.3912269%2C25.1971765%20C13.3912269%2C24.9783193%2013.3232269%2C24.8123361%2013.185916%2C24.7003025%20C13.0487059%2C24.5871933%2012.8479328%2C24.5311597%2012.5824874%2C24.5311597%20L12.4809076%2C24.5311597%20L12.4809076%2C25.8823529%20Z%20M15.8667563%2C27.1321008%20L16.5895798%2C27.1321008%20L16.3542185%2C25.6043361%20C16.3363361%2C25.4805714%2016.3196303%2C25.3251429%2016.3028908%2C25.1369748%20C16.2861849%2C24.9488067%2016.2728739%2C24.7394622%2016.2627563%2C24.5079328%20L16.2003361%2C24.5079328%20C16.1780504%2C24.7828235%2016.1579496%2C25.0238655%2016.1378487%2C25.2299832%20C16.1188908%2C25.4361681%2016.1032605%2C25.5672605%2016.0921008%2C25.6232941%20L15.8667563%2C27.1321008%20Z%20M14.5594958%2C28.6545882%20L15.719563%2C23.8079664%20L16.7881345%2C23.8079664%20L17.9192269%2C28.6545882%20L16.8762689%2C28.6545882%20L16.7357311%2C27.8679664%20L15.719563%2C27.8679664%20L15.5499496%2C28.6545882%20L14.5594958%2C28.6545882%20Z%20M18.3022857%2C28.6545882%20L18.3022857%2C23.8079664%20L19.2906555%2C23.8079664%20L19.9677311%2C26.118084%20C20.0023193%2C26.2312941%2020.0558655%2C26.4331765%2020.1272269%2C26.724%20C20.1997311%2C27.0136471%2020.2845378%2C27.3741849%2020.3826555%2C27.8056471%20L20.4485042%2C27.8056471%20C20.3671261%2C27.2177479%2020.3045378%2C26.6975126%2020.2587899%2C26.2450084%20C20.2130756%2C25.7935462%2020.1896134%2C25.4562689%2020.1896134%2C25.2352941%20L20.1896134%2C23.8079664%20L21.086521%2C23.8079664%20L21.086521%2C28.6545882%20L20.1149244%2C28.6545882%20L19.4579496%2C26.4955966%20C19.4490084%2C26.4649076%2019.4333782%2C26.4130756%2019.4122353%2C26.3412437%20C19.2269916%2C25.7406723%2019.095395%2C25.2162353%2019.0162353%2C24.7679328%20L18.9581849%2C24.7679328%20C19.0363361%2C25.3504874%2019.095395%2C25.8707563%2019.1366723%2C26.3285714%20C19.177916%2C26.7874622%2019.1991597%2C27.169042%2019.1991597%2C27.4746218%20L19.1991597%2C28.6545882%20L18.3022857%2C28.6545882%20Z%20M22.7691092%2C28.6545882%20L21.7784538%2C28.6545882%20L21.7784538%2C23.8079664%20L22.7691092%2C23.8079664%20L22.7691092%2C28.6545882%20Z%20M26.3110252%2C27.353042%20C26.237479%2C27.8066891%2026.0723361%2C28.1534118%2025.8157647%2C28.3923697%20C25.5603025%2C28.6303193%2025.2256807%2C28.7497815%2024.8118655%2C28.7497815%20C24.3020168%2C28.7497815%2023.9239328%2C28.5456807%2023.6762017%2C28.1365378%20C23.4297143%2C27.7273277%2023.305916%2C27.1003697%2023.305916%2C26.2555966%20C23.305916%2C25.3801345%2023.4354286%2C24.7362017%2023.6941176%2C24.3249748%20C23.9540504%2C23.912605%2024.3567059%2C23.7064202%2024.9033277%2C23.7064202%20C25.2881681%2C23.7064202%2025.5971765%2C23.8090084%2025.8291765%2C24.0130084%20C26.0612101%2C24.2171092%2026.219563%2C24.5289748%2026.3043697%2C24.9488067%20L25.3873613%2C25.2394958%20C25.3640336%2C24.9794622%2025.3116303%2C24.7901513%2025.2312941%2C24.6716975%20C25.1498151%2C24.5523361%2025.0349244%2C24.493042%2024.8843697%2C24.493042%20C24.6823866%2C24.493042%2024.5396303%2C24.6189244%2024.456%2C24.8705546%20C24.372437%2C25.1232605%2024.329916%2C25.5842353%2024.329916%2C26.2555966%20C24.329916%2C26.9047395%2024.3700504%2C27.349916%2024.4503529%2C27.5930756%20C24.5306891%2C27.8351597%2024.669042%2C27.9567395%2024.8654118%2C27.9567395%20C25.011563%2C27.9567395%2025.1286723%2C27.8816807%2025.2168067%2C27.7326387%20C25.3048403%2C27.5824874%2025.3663193%2C27.3573445%2025.4009076%2C27.0549244%20L26.3110252%2C27.353042%20Z%20M23.914958%2C22.4947899%20L24.3209748%2C22.4947899%20L24.818521%2C22.9526387%20L25.316%2C22.4947899%20L25.722084%2C22.4947899%20L25.1521008%2C23.3702521%20L24.4849412%2C23.3702521%20L23.914958%2C22.4947899%20Z%20M26.7297143%2C28.6545882%20L26.7297143%2C23.8079664%20L28.8782185%2C23.8079664%20L28.8782185%2C24.5691765%20L27.7203361%2C24.5691765%20L27.7203361%2C25.7301176%20L28.8782185%2C25.7301176%20L28.8782185%2C26.4786555%20L27.7203361%2C26.4786555%20L27.7203361%2C27.8743193%20L28.8782185%2C27.8743193%20L28.8782185%2C28.6545882%20L26.7297143%2C28.6545882%20Z%20M29.5099496%2C28.6545882%20L29.5099496%2C23.8079664%20L30.4983193%2C23.8079664%20L31.175395%2C26.118084%20C31.2098824%2C26.2312941%2031.2635294%2C26.4331765%2031.3348908%2C26.724%20C31.407395%2C27.0136471%2031.4922017%2C27.3741849%2031.5903193%2C27.8056471%20L31.6561681%2C27.8056471%20C31.5747227%2C27.2177479%2031.5122017%2C26.6975126%2031.4664538%2C26.2450084%20C31.4207395%2C25.7935462%2031.3972773%2C25.4562689%2031.3972773%2C25.2352941%20L31.3972773%2C23.8079664%20L32.2941849%2C23.8079664%20L32.2941849%2C28.6545882%20L31.3225882%2C28.6545882%20L30.6655126%2C26.4955966%20C30.6566723%2C26.4649076%2030.641042%2C26.4130756%2030.6197983%2C26.3412437%20C30.4346555%2C25.7406723%2030.3030588%2C25.2162353%2030.2238992%2C24.7679328%20L30.1658487%2C24.7679328%20C30.244%2C25.3504874%2030.3030588%2C25.8707563%2030.3442353%2C26.3285714%20C30.3855798%2C26.7874622%2030.4068235%2C27.169042%2030.4068235%2C27.4746218%20L30.4068235%2C28.6545882%20L29.5099496%2C28.6545882%20Z%20M33.9187563%2C27.1321008%20L34.6414454%2C27.1321008%20L34.4062185%2C25.6043361%20C34.3883025%2C25.4805714%2034.3716303%2C25.3251429%2034.3547563%2C25.1369748%20C34.338084%2C24.9488067%2034.3247395%2C24.7394622%2034.3146555%2C24.5079328%20L34.2522353%2C24.5079328%20C34.2299496%2C24.7828235%2034.2098487%2C25.0238655%2034.1897143%2C25.2299832%20C34.1708571%2C25.4361681%2034.1551261%2C25.5672605%2034.144%2C25.6232941%20L33.9187563%2C27.1321008%20Z%20M32.611395%2C28.6545882%20L33.7714286%2C23.8079664%20L34.8400336%2C23.8079664%20L35.9711261%2C28.6545882%20L34.9281681%2C28.6545882%20L34.7876303%2C27.8679664%20L33.7714286%2C27.8679664%20L33.6018487%2C28.6545882%20L32.611395%2C28.6545882%20Z%22%20id%3D%22Fill-36%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M31.1537479%2C40.7651765%20L8.72719328%2C40.7651765%20C8.66514286%2C40.7651765%208.61455462%2C41.040605%208.61455462%2C41.377916%20L8.61455462%2C41.377916%20C8.61455462%2C41.7151261%208.66534454%2C41.9906891%208.72719328%2C41.9906891%20L31.1537479%2C41.9906891%20C31.2155966%2C41.9906891%2031.2663866%2C41.7151261%2031.2663866%2C41.377916%20L31.2663866%2C41.377916%20C31.2663866%2C41.040605%2031.2157647%2C40.7651765%2031.1537479%2C40.7651765%22%20id%3D%22Fill-48%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M15.6682017%2C13.0759664%20L16.0849748%2C13.0759664%20C16.5374454%2C13.0759664%2016.9055462%2C13.4441345%2016.9055462%2C13.8965378%20L16.9055462%2C19.1887059%20C16.9055462%2C19.6412773%2016.5374454%2C20.0094454%2016.0849748%2C20.0094454%20L15.6682017%2C20.0094454%20C15.2156975%2C20.0094454%2014.8476303%2C19.6412773%2014.8476303%2C19.1887059%20L14.8476303%2C13.8965378%20C14.8476303%2C13.4441345%2015.2156975%2C13.0759664%2015.6682017%2C13.0759664%22%20id%3D%22Fill-52%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M18.3775462%2C14.7431933%20L18.7942185%2C14.7431933%20C19.2468235%2C14.7431933%2019.6149916%2C15.1112941%2019.6149916%2C15.5638655%20L19.6149916%2C19.1887059%20C19.6149916%2C19.6412773%2019.2468235%2C20.0094454%2018.7942185%2C20.0094454%20L18.3775462%2C20.0094454%20C17.9249748%2C20.0094454%2017.5567731%2C19.6412773%2017.5567731%2C19.1887059%20L17.5567731%2C16.0438992%20C17.5567731%2C15.5913277%2017.9249748%2C14.7431933%2018.3775462%2C14.7431933%22%20id%3D%22Fill-54%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M21.0867227%2C16.4105546%20L21.503563%2C16.4105546%20C21.9560672%2C16.4105546%2022.3241345%2C16.7786218%2022.3241345%2C17.2311261%20L22.3241345%2C19.1887059%20C22.3241345%2C19.6412773%2021.9560672%2C20.0094454%2021.503563%2C20.0094454%20L21.0867227%2C20.0094454%20C20.6343193%2C20.0094454%2020.2662185%2C19.6412773%2020.2662185%2C19.1887059%20L20.2662185%2C17.2311261%20C20.2662185%2C16.7786218%2020.6343193%2C16.4105546%2021.0867227%2C16.4105546%22%20id%3D%22Fill-56%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M23.7959664%2C17.5977815%20L24.2128403%2C17.5977815%20C24.6652101%2C17.5977815%2025.0333782%2C17.9658487%2025.0333782%2C18.4183529%20L25.0333782%2C19.1887059%20C25.0333782%2C19.6412773%2024.6652101%2C20.0094454%2024.2128403%2C20.0094454%20L23.7959664%2C20.0094454%20C23.3434622%2C20.0094454%2022.975395%2C19.6412773%2022.975395%2C19.1887059%20L22.975395%2C18.4183529%20C22.975395%2C17.9658487%2023.3434622%2C17.5977815%2023.7959664%2C17.5977815%22%20id%3D%22Fill-58%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_popust_new {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2241px%22%20height%3D%2247px%22%20viewBox%3D%220%200%2041%2047%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EMARKICE%2FPopust%3C%2Ftitle%3E%20%3Cg%20id%3D%22DESKTOP%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%225.1-Detalj-artikla%22%20transform%3D%22translate%28-990.000000%2C%20-316.000000%29%22%3E%20%3Cg%20id%3D%22vobleri%22%20transform%3D%22translate%28990.000000%2C%20316.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.000000%2C%20-0.000000%29%22%3E%20%3Cg%20id%3D%22MARKICE%2FPopust%22%20transform%3D%22translate%280.000000%2C%20-0.000000%29%22%3E%20%3Cg%20transform%3D%22translate%28-0.189748%2C%20-0.297546%29%22%3E%20%3Cpolygon%20id%3D%22Fill-7%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2240.2167731%2019.2765378%2040.2167731%2015.0378151%2020.276605%203.52551261%2020.276605%203.52504202%200.336134454%2015.0378151%200.336134454%2019.2760336%2020.276605%207.7634958%2020.276605%207.76396639%22%2F%3E%20%3Cpath%20d%3D%22M2.87882353%2C0.297546218%20L37.1645378%2C0.297546218%20C38.877024%2C0.297546218%2040.1897479%2C1.61420803%2040.1897479%2C3.3227563%20L40.1897479%2C15.0874622%20L20.3578151%2C3.65889076%20L20.3578151%2C3.65889076%20L0.189747899%2C15.0874622%20L0.189747899%2C2.98662185%20C0.189747899%2C1.56791504%201.45618244%2C0.297546218%202.87882353%2C0.297546218%20Z%20M40.1897479%2C19.1210756%20L40.1897479%2C44.3311597%20C40.1897479%2C45.7604451%2038.9288425%2C47.0202353%2037.5006723%2C47.0202353%20L2.87882353%2C47.0202353%20C1.45065334%2C47.0202353%200.189747899%2C45.7604451%200.189747899%2C44.3311597%20L0.189747899%2C19.1210756%20L20.3578151%2C7.6925042%20L20.3578151%2C7.6925042%20L40.1897479%2C19.1210756%20Z%22%20id%3D%22Fill-14%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M31.4897815%2C41.1013109%20L9.06329412%2C41.1013109%20C9.00127731%2C41.1013109%208.95058824%2C41.3767731%208.95058824%2C41.7140504%20L8.95058824%2C41.7140504%20C8.95058824%2C42.0512605%209.00137815%2C42.3267227%209.06329412%2C42.3267227%20L31.4897815%2C42.3267227%20C31.5517311%2C42.3267227%2031.6024874%2C42.0512605%2031.6024874%2C41.7140504%20L31.6024874%2C41.7140504%20C31.6024874%2C41.3767731%2031.5517983%2C41.1013109%2031.4897815%2C41.1013109%22%20id%3D%22Fill-42%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_popust_new, .ico-markica_preporuka_meseca_new {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-markica_preporuka_meseca_new {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2240px%22%20height%3D%2248px%22%20viewBox%3D%220%200%2040%2048%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EMARKICE%2FPreporuka%20meseca%3C%2Ftitle%3E%20%3Cg%20id%3D%22DESKTOP%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%225.1-Detalj-artikla%22%20transform%3D%22translate%28-990.000000%2C%20-429.000000%29%22%3E%20%3Cg%20id%3D%22vobleri%22%20transform%3D%22translate%28990.000000%2C%20316.000000%29%22%3E%20%3Cg%20id%3D%22MARKICE%2FPreporuka-meseca%22%20transform%3D%22translate%280.000000%2C%20113.445378%29%22%3E%20%3Cpolygon%20id%3D%22Fill-1%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20points%3D%2239.8807731%2018.9404034%2039.8807731%2014.7016807%2019.9404706%203.18937815%2019.9404706%203.18890756%200%2014.7016807%200%2018.9398992%2019.9404706%207.42736134%2019.9404706%207.42783193%22%2F%3E%20%3Cpath%20d%3D%22M2.68907563%2C2.11222263e-15%20L36.9747899%2C2.11222263e-15%20C38.6872805%2C2.11222263e-15%2040%2C1.31676325%2040%2C3.02521008%20L40%2C14.789916%20L20.1680672%2C3.36134454%20L20.1680672%2C3.36134454%20L1.79426968e-14%2C14.789916%20L1.79426968e-14%2C2.68907563%20C1.79426968e-14%2C1.27036882%201.26646399%2C2.11222263e-15%202.68907563%2C2.11222263e-15%20Z%20M40%2C18.8235294%20L40%2C44.0336134%20C40%2C45.4628989%2038.738964%2C46.7226891%2037.3109244%2C46.7226891%20L2.68907563%2C46.7226891%20C1.2609349%2C46.7226891%201.79426968e-14%2C45.4628989%201.79426968e-14%2C44.0336134%20L1.79426968e-14%2C18.8235294%20L20.1680672%2C7.39495798%20L20.1680672%2C7.39495798%20L40%2C18.8235294%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M5.01119328%2C37.9743529%20L5.01119328%2C30.4262857%20L6.75361345%2C30.4262857%20L7.59791597%2C33.9863193%20C7.67956303%2C34.3106555%207.74379832%2C34.6021176%207.7907563%2C34.8589916%20C7.83754622%2C35.1158655%207.87757983%2C35.3694118%207.90709244%2C35.6213445%20L7.98352941%2C35.6246723%20C8.03220168%2C35.3068235%208.08080672%2C35.0170756%208.13119328%2C34.7552269%20C8.18161345%2C34.4934118%208.23371429%2C34.2661513%208.28413445%2C34.0718655%20L9.2552605%2C30.4262857%20L10.9629916%2C30.4262857%20L10.9629916%2C37.9743529%20L9.53489076%2C37.9743529%20L9.55576471%2C35.3842017%20C9.55919328%2C34.8951933%209.5834958%2C34.3583866%209.62867227%2C33.7738151%20C9.67563025%2C33.1876639%209.73986555%2C32.5537479%209.82494118%2C31.8687395%20L9.73290756%2C31.8687395%20C9.63220168%2C32.3988908%209.5417479%2C32.8567395%209.46191597%2C33.2436639%20C9.38198319%2C33.6290084%209.31946218%2C33.9121681%209.27603361%2C34.0916975%20L8.54302521%2C37.0143866%20L7.34941176%2C37.0143866%20L6.59546218%2C33.9236975%20C6.5207395%2C33.6306218%206.44957983%2C33.3177143%206.38%2C32.9818487%20C6.31055462%2C32.6475966%206.23936134%2C32.2771429%206.16810084%2C31.8687395%20L6.07606723%2C31.8687395%20C6.16114286%2C32.6048067%206.2272605%2C33.2733109%206.27576471%2C33.8742521%20C6.3227563%2C34.4752941%206.35055462%2C34.9791597%206.35751261%2C35.3842017%20L6.40783193%2C37.9743529%20L5.01119328%2C37.9743529%20Z%20M12.0526387%2C37.9743529%20L12.0526387%2C30.4262857%20L15.3985546%2C30.4262857%20L15.3985546%2C31.6118655%20L13.5953613%2C31.6118655%20L13.5953613%2C33.4198655%20L15.3985546%2C33.4198655%20L15.3985546%2C34.5856471%20L13.5953613%2C34.5856471%20L13.5953613%2C36.7591261%20L15.3985546%2C36.7591261%20L15.3985546%2C37.9743529%20L12.0526387%2C37.9743529%20Z%20M15.871563%2C36.2470588%20L17.237042%2C35.8996639%20C17.277042%2C36.2141176%2017.3725378%2C36.4578487%2017.5220168%2C36.629042%20C17.6714286%2C36.8019832%2017.8624874%2C36.887563%2018.0918319%2C36.887563%20C18.2967731%2C36.887563%2018.4618824%2C36.8184874%2018.588605%2C36.6801345%20C18.7154286%2C36.5417815%2018.7797647%2C36.3606387%2018.7797647%2C36.1351261%20C18.7797647%2C35.9226218%2018.7138151%2C35.7217815%2018.5833613%2C35.532437%20C18.4531429%2C35.3430252%2018.1543193%2C35.0598655%2017.686958%2C34.684437%20C17.0424874%2C34.1657143%2016.6064538%2C33.7310588%2016.3788235%2C33.3786891%20C16.1512941%2C33.0263529%2016.0383866%2C32.6475966%2016.0383866%2C32.2425546%20C16.0383866%2C31.653042%2016.2294454%2C31.1788235%2016.6099832%2C30.8181849%20C16.9921681%2C30.4576134%2017.4925042%2C30.2781176%2018.1125714%2C30.2781176%20C18.7067563%2C30.2781176%2019.1845042%2C30.4196975%2019.5458151%2C30.7012773%20C19.9055126%2C30.9828235%2020.1417143%2C31.3977815%2020.2493782%2C31.9494454%20L18.9882353%2C32.3626891%20C18.9517311%2C32.058084%2018.8665546%2C31.8275966%2018.7363025%2C31.6695126%20C18.6060504%2C31.5130756%2018.4339832%2C31.434084%2018.2203361%2C31.434084%20C18.0205378%2C31.434084%2017.858958%2C31.4965714%2017.7356639%2C31.6217815%20C17.6122689%2C31.7468908%2017.5497479%2C31.9131429%2017.5497479%2C32.1190588%20C17.5497479%2C32.4779832%2017.8868571%2C32.9225882%2018.5609076%2C33.449479%20C18.7241008%2C33.577916%2018.8493109%2C33.6750252%2018.9378151%2C33.7425882%20C19.422521%2C34.1443697%2019.7647731%2C34.5148235%2019.9627899%2C34.852437%20C20.1608739%2C35.189916%2020.2598655%2C35.562084%2020.2598655%2C35.9671261%20C20.2598655%2C36.629042%2020.0601681%2C37.1543529%2019.6622521%2C37.5412773%20C19.2626555%2C37.9282353%2018.7223866%2C38.122521%2018.0395966%2C38.122521%20C17.4402689%2C38.122521%2016.9504202%2C37.9578487%2016.5717647%2C37.6285714%20C16.1929412%2C37.2992605%2015.9602689%2C36.8381849%2015.871563%2C36.2470588%20Z%20M20.910084%2C37.9743529%20L20.910084%2C30.4262857%20L24.256%2C30.4262857%20L24.256%2C31.6118655%20L22.4527731%2C31.6118655%20L22.4527731%2C33.4198655%20L24.256%2C33.4198655%20L24.256%2C34.5856471%20L22.4527731%2C34.5856471%20L22.4527731%2C36.7591261%20L24.256%2C36.7591261%20L24.256%2C37.9743529%20L20.910084%2C37.9743529%20Z%20M29.6906218%2C35.947395%20C29.5758992%2C36.6537479%2029.3188235%2C37.1938824%2028.9192941%2C37.5659496%20C28.5214118%2C37.9365042%2028.0002017%2C38.122521%2027.3557311%2C38.122521%20C26.5618487%2C38.122521%2025.9729076%2C37.8047395%2025.5871933%2C37.1674958%20C25.2032941%2C36.5302521%2025.0104538%2C35.5537815%2025.0104538%2C34.2382185%20C25.0104538%2C32.8748571%2025.2120672%2C31.872%2025.6150252%2C31.2314958%20C26.0197647%2C30.5893109%2026.6469244%2C30.2682017%2027.4981849%2C30.2682017%20C28.0975798%2C30.2682017%2028.5787563%2C30.428%2028.9400672%2C30.7457479%20C29.301479%2C31.0635294%2029.5481681%2C31.5492773%2029.6801345%2C32.2029916%20L28.2521345%2C32.6557983%20C28.2156303%2C32.2507563%2028.134084%2C31.9560336%2028.0088739%2C31.771563%20C27.8821513%2C31.585479%2027.7032269%2C31.4933445%2027.4686387%2C31.4933445%20C27.1542185%2C31.4933445%2026.9317983%2C31.6892437%2026.8015798%2C32.0811429%20C26.6713277%2C32.4746555%2026.6051765%2C33.192605%2026.6051765%2C34.2382185%20C26.6051765%2C35.2491765%2026.6677983%2C35.9424538%2026.7929076%2C36.3212101%20C26.9179832%2C36.6982185%2027.1334454%2C36.887563%2027.4390924%2C36.887563%20C27.6667227%2C36.887563%2027.8491765%2C36.7706555%2027.9863866%2C36.538521%20C28.1235966%2C36.3047059%2028.2191597%2C35.9539832%2028.2730084%2C35.4829916%20L29.6906218%2C35.947395%20Z%20M31.7948235%2C35.6032605%20L32.9205714%2C35.6032605%20L32.5540504%2C33.2238655%20C32.5263193%2C33.0311933%2032.5001008%2C32.7891765%2032.474084%2C32.4961008%20C32.4480672%2C32.2029916%2032.4272269%2C31.8769412%2032.4115966%2C31.5164034%20L32.3142185%2C31.5164034%20C32.2795294%2C31.9445042%2032.2482689%2C32.3199328%2032.2170084%2C32.6410084%20C32.1874958%2C32.9621176%2032.1631933%2C33.1663193%2032.1457479%2C33.253479%20L31.7948235%2C35.6032605%20Z%20M29.7588235%2C37.9743529%20L31.565479%2C30.4262857%20L33.2298824%2C30.4262857%20L34.9913613%2C37.9743529%20L33.3670924%2C37.9743529%20L33.1481345%2C36.7493109%20L31.565479%2C36.7493109%20L31.3014454%2C37.9743529%20L29.7588235%2C37.9743529%20Z%22%20id%3D%22Fill-16%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M5.10608403%2C28.790084%20L5.10608403%2C23.7147899%20L6.31741176%2C23.7147899%20C6.85821849%2C23.7147899%207.26127731%2C23.8554286%207.52645378%2C24.1377479%20C7.79152941%2C24.4200672%207.92359664%2C24.8463529%207.92359664%2C25.4165378%20C7.92359664%2C25.9512605%207.77522689%2C26.3686723%207.47966387%2C26.6698824%20C7.18420168%2C26.9721008%206.77179832%2C27.1226555%206.24262185%2C27.1226555%20L6.14342857%2C27.1226555%20L6.14342857%2C28.790084%20L5.10608403%2C28.790084%20Z%20M6.14342857%2C24.4654118%20L6.14342857%2C26.3387563%20L6.18420168%2C26.3387563%20C6.4085042%2C26.3387563%206.57791597%2C26.2579832%206.69233613%2C26.0974118%20C6.80803361%2C25.9358319%206.86527731%2C25.6988571%206.86527731%2C25.3877647%20C6.86527731%2C25.0821849%206.80689076%2C24.854084%206.68880672%2C24.7045714%20C6.572%2C24.5540504%206.38981513%2C24.4742857%206.14342857%2C24.4654118%20Z%20M8.38998319%2C28.790084%20L8.38998319%2C23.7147899%20L9.67963025%2C23.7147899%20C10.2425546%2C23.7147899%2010.669042%2C23.8343529%2010.9575462%2C24.0745882%20C11.246084%2C24.3148908%2011.3896807%2C24.6691429%2011.3896807%2C25.1375462%20C11.3896807%2C25.4618824%2011.314958%2C25.7342857%2011.1643361%2C25.9557311%20C11.0135798%2C26.1771765%2010.7987227%2C26.3322017%2010.520605%2C26.418521%20L11.4877983%2C28.790084%20L10.4072941%2C28.790084%20L9.50554622%2C26.3985882%20L9.40618487%2C26.3985882%20L9.40618487%2C28.790084%20L8.38998319%2C28.790084%20Z%20M9.40618487%2C25.8870252%20C9.42026891%2C25.8870252%209.44010084%2C25.8881681%209.46581513%2C25.8903529%20C9.49270588%2C25.8925714%209.5125042%2C25.8937143%209.52537815%2C25.8937143%20C9.79055462%2C25.8937143%209.99502521%2C25.8306218%2010.1410084%2C25.7032269%20C10.286958%2C25.5770756%2010.359395%2C25.3988235%2010.359395%2C25.1696471%20C10.359395%2C24.9404034%2010.2882017%2C24.7666218%2010.144437%2C24.6492101%20C10.0008403%2C24.5307899%209.79055462%2C24.4721008%209.5125042%2C24.4721008%20L9.40618487%2C24.4721008%20L9.40618487%2C25.8870252%20Z%20M11.9752605%2C28.790084%20L11.9752605%2C23.7147899%20L14.2250756%2C23.7147899%20L14.2250756%2C24.5119328%20L13.012605%2C24.5119328%20L13.012605%2C25.7276303%20L14.2250756%2C25.7276303%20L14.2250756%2C26.5115294%20L13.012605%2C26.5115294%20L13.012605%2C27.9729412%20L14.2250756%2C27.9729412%20L14.2250756%2C28.790084%20L11.9752605%2C28.790084%20Z%20M14.886521%2C28.790084%20L14.886521%2C23.7147899%20L16.0978487%2C23.7147899%20C16.6386555%2C23.7147899%2017.0417143%2C23.8554286%2017.3068908%2C24.1377479%20C17.5719664%2C24.4200672%2017.7041008%2C24.8463529%2017.7041008%2C25.4165378%20C17.7041008%2C25.9512605%2017.5556639%2C26.3686723%2017.2602017%2C26.6698824%20C16.9646387%2C26.9721008%2016.5522353%2C27.1226555%2016.0230588%2C27.1226555%20L15.9238655%2C27.1226555%20L15.9238655%2C28.790084%20L14.886521%2C28.790084%20Z%20M15.9238655%2C24.4654118%20L15.9238655%2C26.3387563%20L15.9646387%2C26.3387563%20C16.1889412%2C26.3387563%2016.3583529%2C26.2579832%2016.4728739%2C26.0974118%20C16.5884706%2C25.9358319%2016.6457143%2C25.6988571%2016.6457143%2C25.3877647%20C16.6457143%2C25.0821849%2016.5872941%2C24.854084%2016.4693445%2C24.7045714%20C16.3525378%2C24.5540504%2016.1702521%2C24.4742857%2015.9238655%2C24.4654118%20Z%20M19.0885714%2C26.2236639%20C19.0885714%2C26.9178824%2019.1271597%2C27.3961008%2019.2029916%2C27.658521%20C19.2801681%2C27.9209412%2019.4098487%2C28.0527059%2019.5954622%2C28.0527059%20C19.7824874%2C28.0527059%2019.9132437%2C27.9209412%2019.9904202%2C27.658521%20C20.0662521%2C27.3961008%2020.1048403%2C26.9178824%2020.1048403%2C26.2236639%20C20.1048403%2C25.5416471%2020.0662521%2C25.0655126%2019.9880336%2C24.7965378%20C19.910958%2C24.5274622%2019.7800336%2C24.3923361%2019.5954622%2C24.3923361%20C19.4074622%2C24.3923361%2019.2766387%2C24.5230588%2019.2019496%2C24.7831933%20C19.125916%2C25.043395%2019.0885714%2C25.5238992%2019.0885714%2C26.2236639%20Z%20M21.1771429%2C26.349916%20C21.1771429%2C27.2012773%2021.0451765%2C27.8379496%2020.7822857%2C28.2586218%20C20.5183529%2C28.6793613%2020.1223866%2C28.8897479%2019.5931765%2C28.8897479%20C19.0546555%2C28.8897479%2018.6576134%2C28.6749916%2018.4005378%2C28.2453782%20C18.1447059%2C27.8168739%2018.0162689%2C27.1525714%2018.0162689%2C26.252437%20C18.0162689%2C25.3501176%2018.1447059%2C24.6858151%2018.4005378%2C24.2573109%20C18.6576134%2C23.8288403%2019.0546555%2C23.6151261%2019.5931765%2C23.6151261%20C20.1433277%2C23.6151261%2020.5441008%2C23.8321681%2020.7974454%2C24.2672269%20C21.0509916%2C24.7012437%2021.1771429%2C25.3954622%2021.1771429%2C26.349916%20Z%20M21.7486387%2C28.790084%20L21.7486387%2C23.7147899%20L23.0382857%2C23.7147899%20C23.6013109%2C23.7147899%2024.0276975%2C23.8343529%2024.3162353%2C24.0745882%20C24.6047395%2C24.3148908%2024.748437%2C24.6691429%2024.748437%2C25.1375462%20C24.748437%2C25.4618824%2024.6737143%2C25.7342857%2024.5229916%2C25.9557311%20C24.3723361%2C26.1771765%2024.1573782%2C26.3322017%2023.8793613%2C26.418521%20L24.8465546%2C28.790084%20L23.7660504%2C28.790084%20L22.8642017%2C26.3985882%20L22.7649412%2C26.3985882%20L22.7649412%2C28.790084%20L21.7486387%2C28.790084%20Z%20M22.7649412%2C25.8870252%20C22.7789244%2C25.8870252%2022.7987563%2C25.8881681%2022.8244706%2C25.8903529%20C22.8513613%2C25.8925714%2022.8712605%2C25.8937143%2022.8841345%2C25.8937143%20C23.1492101%2C25.8937143%2023.3536807%2C25.8306218%2023.4996639%2C25.7032269%20C23.6457143%2C25.5770756%2023.7181513%2C25.3988235%2023.7181513%2C25.1696471%20C23.7181513%2C24.9404034%2023.646958%2C24.7666218%2023.5031933%2C24.6492101%20C23.3594958%2C24.5307899%2023.1492101%2C24.4721008%2022.8712605%2C24.4721008%20L22.7649412%2C24.4721008%20L22.7649412%2C25.8870252%20Z%20M25.2988571%2C27.1226555%20L25.2988571%2C23.7147899%20L26.3362017%2C23.7147899%20L26.3362017%2C27.1293109%20C26.3362017%2C27.4902521%2026.3688739%2C27.7360672%2026.4332101%2C27.8678655%20C26.4985546%2C27.9995294%2026.6108235%2C28.0660504%2026.7707899%2C28.0660504%20C26.9331429%2C28.0660504%2027.0464538%2C27.9995294%2027.113042%2C27.8667227%20C27.1796303%2C27.7338824%2027.2123361%2C27.4880672%2027.2123361%2C27.1293109%20L27.2123361%2C23.7147899%20L28.2496471%2C23.7147899%20L28.2496471%2C27.1226555%20C28.2496471%2C27.726084%2028.1293109%2C28.1711261%2027.8886387%2C28.4579496%20C27.6479664%2C28.7457815%2027.275395%2C28.8897479%2026.7707899%2C28.8897479%20C26.2661849%2C28.8897479%2025.8946555%2C28.7457815%2025.6563697%2C28.4579496%20C25.4180504%2C28.1711261%2025.2988571%2C27.726084%2025.2988571%2C27.1226555%20Z%20M28.9390252%2C28.790084%20L28.9390252%2C23.7147899%20L29.9763697%2C23.7147899%20L29.9763697%2C25.9136134%20L30.0277311%2C25.9136134%20L30.991395%2C23.7147899%20L32.0544874%2C23.7147899%20L30.9715966%2C25.9689748%20L32.0790588%2C28.790084%20L30.9715966%2C28.790084%20L30.0277311%2C26.0664538%20L29.9763697%2C26.0664538%20L29.9763697%2C28.790084%20L28.9390252%2C28.790084%20Z%20M33.2240672%2C27.1957311%20L33.9809748%2C27.1957311%20L33.7344874%2C25.5958655%20C33.7157983%2C25.4663529%2033.6982857%2C25.3036303%2033.6808403%2C25.1064874%20C33.6633277%2C24.9094454%2033.6492101%2C24.6901849%2033.6388235%2C24.4476975%20L33.5733782%2C24.4476975%20C33.549916%2C24.7356303%2033.5289748%2C24.9880336%2033.5078992%2C25.2039664%20C33.4881008%2C25.4198655%2033.4716975%2C25.5571765%2033.4600672%2C25.6157647%20L33.2240672%2C27.1957311%20Z%20M31.8550588%2C28.790084%20L33.0698824%2C23.7147899%20L34.1889748%2C23.7147899%20L35.3733445%2C28.790084%20L34.2812101%2C28.790084%20L34.1340168%2C27.9663866%20L33.0698824%2C27.9663866%20L32.8923025%2C28.790084%20L31.8550588%2C28.790084%20Z%22%20id%3D%22Fill-34%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M17.0184538%2C20.0622521%20L20.8457479%2C20.0622521%20L19.5488739%2C18.7653445%20L17.6668571%2C18.7653445%20L17.6668571%2C14.1674286%20L22.2647059%2C14.1674286%20L22.2647059%2C16.4449412%20L23.5615798%2C15.1480672%20L23.5615798%2C13.5190252%20C23.5615798%2C13.1609412%2023.2712605%2C12.8706218%2022.9131765%2C12.8706218%20L17.0184538%2C12.8706218%20C16.6604034%2C12.8706218%2016.3700504%2C13.1609412%2016.3700504%2C13.5190252%20L16.3700504%2C19.4138487%20C16.3700504%2C19.7719328%2016.6604034%2C20.0622521%2017.0184538%2C20.0622521%22%20id%3D%22Fill-38%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M20.0022185%2C16.0092101%20C19.9864202%2C15.9933109%2019.969916%2C15.9785546%2019.9531429%2C15.9645378%20C19.7153277%2C15.7707227%2019.3722353%2C15.7707227%2019.1346891%2C15.9645378%20C19.1176134%2C15.9785546%2019.1011429%2C15.9933109%2019.0853109%2C16.0092101%20C18.8320672%2C16.2624874%2018.8320672%2C16.6727731%2019.0853109%2C16.9261176%20L21.5805714%2C19.4216471%20C21.7072941%2C19.5483025%2021.8730756%2C19.6116639%2022.0389916%2C19.6116639%20C22.2049748%2C19.6116639%2022.3708571%2C19.5483025%2022.4975798%2C19.4216471%20L26.8882689%2C15.0311597%20C27.1413445%2C14.7778824%2027.1413445%2C14.3672269%2026.8882689%2C14.1139496%20C26.6350252%2C13.8609748%2026.2247395%2C13.8609748%2025.9710924%2C14.1139496%20L22.0389916%2C18.046084%20L20.0022185%2C16.0092101%20Z%22%20id%3D%22Fill-40%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M31.1537815%2C40.7651765%20L8.72719328%2C40.7651765%20C8.66517647%2C40.7651765%208.61458824%2C41.040605%208.61458824%2C41.377916%20L8.61458824%2C41.377916%20C8.61458824%2C41.7151261%208.66534454%2C41.9906891%208.72719328%2C41.9906891%20L31.1537815%2C41.9906891%20C31.2155966%2C41.9906891%2031.2663866%2C41.7151261%2031.2663866%2C41.377916%20L31.2663866%2C41.377916%20C31.2663866%2C41.040605%2031.2157983%2C40.7651765%2031.1537815%2C40.7651765%22%20id%3D%22Fill-46%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_snizenje {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Emarkica_snizenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M42.62%200l-26.263%200.008c-0.002%200.001-0.151%200.002-0.156%200.003-1.007%200.012-2.385%200.030-3.881%201.256l-11.152%209.137c-0.336%200.271-1.122%200.912-1.167%205.556-0.045%204.723%200.734%205.373%201.070%205.653l11.003%209.127c1.573%201.307%203.117%201.274%204.046%201.254-0.033-0.003%2026.23-0.010%2026.23-0.010%201.977%200.001%203.824-0.752%205.208-2.122%201.347-1.336%202.095-3.118%202.112-5.018l0.147-17.709c0.018-1.901-0.698-3.68-2.018-5.011-1.359-1.372-3.2-2.128-5.18-2.126z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-markica_snizenje, .ico-markica_super_snizenje {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-markica_super_snizenje {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2276px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2076%2043%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2049.3%20%2851167%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Emarkica_super_snizenje%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%2F%3E%20%3Cg%20id%3D%22markica_super_snizenje%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%2838.000000%2C%2021.000000%29%20scale%281%2C%20-1%29%20translate%28-38.000000%2C%20-21.000000%29%20translate%280.000000%2C%20-1.000000%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M66.3253776%2C43.1110047%20L33.4439901%2C43.0994772%20C33.4406228%2C43.0985245%2033.2453768%2C43.0966191%2033.237426%2C43.0960792%20C31.9107077%2C43.0797565%2030.0927566%2C43.0550184%2028.1182221%2C41.4074084%20L13.4043418%2C29.1281836%20L13.2775972%2C14.0676822%20L27.7936748%2C1.80509774%20C29.8689814%2C0.0485002293%2031.909024%2C0.0907995673%2033.130761%2C0.118618051%20C33.0875462%2C0.123762565%2065.9697444%2C0.129700986%2065.9697444%2C0.129700986%20C68.5782514%2C0.128430735%2071.0163002%2C1.13970883%2072.8405184%2C2.98271512%20C74.6168449%2C4.7769438%2075.6051411%2C7.17114349%2075.625283%2C9.72577581%20L75.8197183%2C33.523123%20C75.8427911%2C36.0759452%2074.8972732%2C38.4676361%2073.1570214%2C40.2545609%20C71.3663834%2C42.0963287%2068.9380627%2C43.1148789%2066.3253776%2C43.1110047%22%20id%3D%22path12%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M63.2434725%2C43.1096126%20L21.7284852%2C43.0985296%20C21.7251178%2C43.0975769%2021.5299031%2C43.0956715%2021.5219523%2C43.0950999%20C20.195234%2C43.0788087%2018.3772828%2C43.0540703%2016.4027171%2C41.4064428%20L1.68883688%2C29.127088%20C1.24427976%2C28.7631257%200.205940508%2C27.9023949%200.15053456%2C21.662192%20C0.089298049%2C15.3158903%201.11956182%2C14.4414406%201.56209227%2C14.066427%20L16.0781699%2C1.80371261%20C18.1535076%2C0.04709649%2020.1935503%2C0.0893962762%2021.4152561%2C0.117215055%20C21.3761882%2C0.121788004%2057.7816995%2C0.127123113%2063.2434725%2C0.128107567%20L63.2434725%2C43.1096126%20Z%22%20id%3D%22path16%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M55.6387646%2C25.1462849%20C55.6387646%2C24.0309947%2055.7225438%2C23.3062275%2055.8911001%2C22.9714534%20C56.0384232%2C22.6370222%2056.3327264%2C22.4697754%2056.7743838%2C22.4697754%20C57.2160412%2C22.4697754%2057.5103444%2C22.6370222%2057.6576987%2C22.9901922%20C57.8258808%2C23.3246234%2057.9099407%2C24.0497023%2057.9099407%2C25.1462849%20C57.9099407%2C26.2613257%2057.8258808%2C26.9676658%2057.6576987%2C27.320867%20C57.5103444%2C27.6552982%2057.2160412%2C27.8228567%2056.7743838%2C27.8228567%20C56.3327264%2C27.8228567%2056.0384232%2C27.6552982%2055.8911001%2C27.3396059%20C55.7225438%2C27.0235394%2055.6387646%2C26.2984293%2055.6387646%2C25.1462849%20Z%20M54.1244081%2C25.1647431%20C54.1244081%2C26.6887341%2054.3138235%2C27.7298795%2054.6921865%2C28.2315574%20C55.0918452%2C28.7519431%2055.7857447%2C29.0121359%2056.7743838%2C29.0121359%20C57.7838197%2C29.0121359%2058.4569224%2C28.7519431%2058.8565187%2C28.2315574%20C59.2353183%2C27.7111406%2059.424266%2C26.6887341%2059.424266%2C25.1647431%20C59.424266%2C23.621951%2059.2353183%2C22.5811485%2058.8565187%2C22.0607629%20C58.4569224%2C21.5403461%2057.7838197%2C21.2801533%2056.7743838%2C21.2801533%20C55.7857447%2C21.2801533%2055.0918452%2C21.5403461%2054.6921865%2C22.0607629%20C54.3138235%2C22.5811485%2054.1244081%2C23.621951%2054.1244081%2C25.1647431%20Z%20M49.4343586%2C21.2801533%20L48.130183%2C21.2801533%20L54.9232889%2C34.8672381%20L56.2274021%2C34.8672381%20L49.4343586%2C21.2801533%20Z%20M46.4267853%2C30.945264%20C46.4267853%2C29.8485879%2046.5109387%2C29.123852%2046.6791209%2C28.7890778%20C46.8473342%2C28.4362508%2047.1416374%2C28.268661%2047.5832948%2C28.268661%20C48.004062%2C28.268661%2048.2987393%2C28.4362508%2048.4669215%2C28.7706819%20C48.6142757%2C29.1051131%2048.698398%2C29.8302232%2048.698398%2C30.945264%20C48.698398%2C32.0790437%2048.6142757%2C32.8040291%2048.4669215%2C33.1200956%20C48.2987393%2C33.4545267%2048.004062%2C33.6217423%2047.5832948%2C33.6217423%20C47.1416374%2C33.6217423%2046.8473342%2C33.4545267%2046.6791209%2C33.1200956%20C46.5109387%2C32.8040291%2046.4267853%2C32.0790437%2046.4267853%2C30.945264%20Z%20M44.91246%2C30.945264%20C44.91246%2C32.4879627%2045.1015012%2C33.5104004%2045.4803008%2C34.030786%20C45.8798971%2C34.5511716%2046.5741396%2C34.8113956%2047.5624357%2C34.8113956%20C48.5510749%2C34.8113956%2049.2449744%2C34.5511716%2049.623431%2C34.030786%20C50.0229961%2C33.4916615%2050.2124115%2C32.4695979%2050.2124115%2C30.945264%20C50.2124115%2C29.4024407%2050.0229961%2C28.3803771%2049.6445395%2C27.8599915%20C49.2449744%2C27.3396059%2048.5722146%2C27.0793819%2047.5624357%2C27.0793819%20C46.5741396%2C27.0793819%2045.8798971%2C27.3396059%2045.4803008%2C27.8599915%20C45.1015012%2C28.3803771%2044.91246%2C29.4024407%2044.91246%2C30.945264%20Z%22%20id%3D%22path20%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M71.6634304%2C4.40291556%20L65.9676866%2C4.40291556%20L65.9676866%2C5.90059101%20L68.8965316%2C8.05409577%20C68.9562715%2C8.09522152%2069.077092%2C8.16291218%2069.2576524%2C8.25723013%20C69.4369033%2C8.35276407%2069.6520417%2C8.45634233%2069.9016335%2C8.57052161%20C69.665293%2C8.54002807%2069.4554551%2C8.51742294%2069.2709349%2C8.50283094%20C69.0863835%2C8.48823894%2068.9231277%2C8.48162889%2068.7810116%2C8.48162889%20L65.9676866%2C8.48162889%20L65.9676866%2C9.97122885%20L71.6634304%2C9.97122885%20L71.6634304%2C8.48162889%20L68.7225813%2C6.32940248%20C68.6628414%2C6.28425459%2068.5420209%2C6.21522321%2068.3628012%2C6.1209988%20C68.1822096%2C6.02537131%2067.9698461%2C5.9231026%2067.7255548%2C5.81157357%20C67.9645456%2C5.84216065%2068.1755995%2C5.86470342%2068.3601197%2C5.87926424%20C68.5446711%2C5.89394978%2068.7080204%2C5.90059101%2068.850043%2C5.90059101%20L71.6634304%2C5.90059101%20L71.6634304%2C4.40291556%20Z%20M68.8275002%2C16.1569583%20C69.2377911%2C16.1569583%2069.6214547%2C16.0813169%2069.9786157%2C15.9312189%20C70.3370862%2C15.7812455%2070.657019%2C15.5621473%2070.9398481%2C15.2740176%20C71.2200269%2C14.9832378%2071.4350719%2C14.6513633%2071.587789%2C14.2783007%20C71.739103%2C13.9052382%2071.814838%2C13.5174901%2071.814838%2C13.1165843%20C71.814838%2C12.7089748%2071.739103%2C12.3185765%2071.587789%2C11.9468547%20C71.4350719%2C11.5751016%2071.2200269%2C11.2485277%2070.9398481%2C10.9656986%20C70.657019%2C10.6722684%2070.3357455%2C10.4505199%2069.9746247%2C10.2978963%20C69.6148134%2C10.1464887%2069.2324594%2C10.0708161%2068.8275002%2C10.0708161%20C68.4198908%2C10.0708161%2068.0375368%2C10.1464887%2067.6777255%2C10.2978963%20C67.3192549%2C10.4505199%2066.9979815%2C10.6722684%2066.7151524%2C10.9656986%20C66.4349735%2C11.2485277%2066.2199598%2C11.5751016%2066.0672115%2C11.9468547%20C65.9158974%2C12.3185765%2065.840256%2C12.7089748%2065.840256%2C13.1165843%20C65.840256%2C13.5201404%2065.9158974%2C13.9105387%2066.0672115%2C14.2849108%20C66.2199598%2C14.6593141%2066.4349735%2C14.9886318%2066.7151524%2C15.2740176%20C66.9953312%2C15.559497%2067.315264%2C15.7772546%2067.6764159%2C15.9299093%20C68.0362272%2C16.0813169%2068.4198908%2C16.1569583%2068.8275002%2C16.1569583%20Z%20M70.5004044%2C13.1138405%20C70.5004044%2C13.5440862%2070.3423868%2C13.8999377%2070.0264138%2C14.1813325%20C69.7091314%2C14.4628209%2069.3094415%2C14.603534%2068.8275002%2C14.603534%20C68.3508594%2C14.603534%2067.9526038%2C14.4615114%2067.6325776%2C14.176032%20C67.3139544%2C13.8905527%2067.1545961%2C13.5360419%2067.1545961%2C13.1138405%20C67.1545961%2C12.6836883%2067.3139544%2C12.327868%2067.6312369%2C12.0464419%20C67.9485505%2C11.7649535%2068.3482092%2C11.6242405%2068.8275002%2C11.6242405%20C69.3147732%2C11.6242405%2069.7157414%2C11.7623033%2070.0290641%2C12.0398319%20C70.3436963%2C12.317267%2070.5004044%2C12.6757375%2070.5004044%2C13.1138405%20Z%20M71.6634304%2C17.7409386%20L65.9676866%2C15.3524029%20L65.9676866%2C17.0014547%20L69.1540742%2C18.1406284%20C69.1873115%2C18.1512295%2069.2682534%2C18.1724315%2069.3970559%2C18.2056689%20C69.5258895%2C18.2375031%2069.6984368%2C18.2800007%2069.9161944%2C18.3317899%20C69.7422752%2C18.372978%2069.5856606%2C18.4114223%2069.4461948%2C18.4486194%20C69.3054818%2C18.4844446%2069.2085136%2C18.5123503%2069.1540742%2C18.5295925%20L65.9676866%2C19.662125%20L65.9676866%2C21.3110833%20L71.6634304%2C18.9226411%20L71.6634304%2C17.7409386%20Z%20M68.8275002%2C26.6007144%20C69.2377911%2C26.6007144%2069.6214547%2C26.5250418%2069.9786157%2C26.3749749%20C70.3370862%2C26.2250016%2070.657019%2C26.0059033%2070.9398481%2C25.7177737%20C71.2200269%2C25.4269938%2071.4350719%2C25.0951193%2071.587789%2C24.7220568%20C71.739103%2C24.3489942%2071.814838%2C23.9612461%2071.814838%2C23.5603403%20C71.814838%2C23.1527309%2071.739103%2C22.7623325%2071.587789%2C22.3906107%20C71.4350719%2C22.0188577%2071.2200269%2C21.6922837%2070.9398481%2C21.4094546%20C70.657019%2C21.1160245%2070.3357455%2C20.894276%2069.9746247%2C20.7416524%20C69.6148134%2C20.5902448%2069.2324594%2C20.5145722%2068.8275002%2C20.5145722%20C68.4198908%2C20.5145722%2068.0375368%2C20.5902448%2067.6777255%2C20.7416524%20C67.3192549%2C20.894276%2066.9979815%2C21.1160245%2066.7151524%2C21.4094546%20C66.4349735%2C21.6922837%2066.2199598%2C22.0188577%2066.0672115%2C22.3906107%20C65.9158974%2C22.7623325%2065.840256%2C23.1527309%2065.840256%2C23.5603403%20C65.840256%2C23.9638964%2065.9158974%2C24.3542948%2066.0672115%2C24.7286668%20C66.2199598%2C25.1030701%2066.4349735%2C25.4323879%2066.7151524%2C25.7177737%20C66.9953312%2C26.0032531%2067.315264%2C26.2210106%2067.6764159%2C26.3736654%20C68.0362272%2C26.5250418%2068.4198908%2C26.6007144%2068.8275002%2C26.6007144%20Z%20M70.5004044%2C23.5575965%20C70.5004044%2C23.9878422%2070.3423868%2C24.3436937%2070.0264138%2C24.6250886%20C69.7091314%2C24.906577%2069.3094415%2C25.04729%2068.8275002%2C25.04729%20C68.3508594%2C25.04729%2067.9526038%2C24.9052675%2067.6325776%2C24.6197881%20C67.3139544%2C24.3343087%2067.1545961%2C23.9797979%2067.1545961%2C23.5575965%20C67.1545961%2C23.1274443%2067.3139544%2C22.771624%2067.6312369%2C22.490198%20C67.9485505%2C22.2087096%2068.3482092%2C22.0679966%2068.8275002%2C22.0679966%20C69.3147732%2C22.0679966%2069.7157414%2C22.2060593%2070.0290641%2C22.4835879%20C70.3436963%2C22.761023%2070.5004044%2C23.1194936%2070.5004044%2C23.5575965%20Z%22%20id%3D%22path24%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M45.2221347%2C15.1921715%20C45.3834261%2C15.0932702%2045.531747%2C15.020279%2045.6670659%2C14.9732603%20C45.8024473%2C14.9261481%2045.9306885%2C14.9026388%2046.0507295%2C14.9026388%20C46.2567324%2C14.9026388%2046.4214848%2C14.9626281%2046.5438955%2C15.0838228%20C46.6651525%2C15.2039262%2046.7263266%2C15.3651241%2046.7263266%2C15.5676349%20C46.7263266%2C15.8642453%2046.4921063%2C16.2031663%2046.0249129%2C16.5844603%20C45.9696005%2C16.6304188%2045.9284124%2C16.6645292%2045.9012862%2C16.6880385%20C45.6023685%2C16.934107%2045.3940272%2C17.1624032%2045.2739238%2C17.371867%20C45.1550676%2C17.582578%2045.0950471%2C17.8191679%2045.0950471%2C18.0804209%20C45.0950471%2C18.4594075%2045.2151505%2C18.776004%2045.456355%2C19.0291191%20C45.6976218%2C19.2821718%2045.9966331%2C19.4081057%2046.3532641%2C19.4081057%20C46.5086315%2C19.4081057%2046.6592284%2C19.389211%2046.8040259%2C19.3527933%20C46.9487923%2C19.3162822%2047.092405%2C19.2598161%2047.2348017%2C19.1809008%20L47.2348017%2C18.5041501%20C47.1041596%2C18.5971273%2046.9759184%2C18.6665952%2046.8499845%2C18.7113066%20C46.725173%2C18.7571716%2046.6016087%2C18.7795273%2046.479198%2C18.7795273%20C46.2661174%2C18.7795273%2046.0942873%2C18.7172307%2045.966046%2C18.5912967%20C45.8377113%2C18.4664853%2045.7730138%2C18.2982096%2045.7730138%2C18.0886522%20C45.7730138%2C17.7991195%2046.0201424%2C17.4566129%2046.5157092%2C17.0599786%20C46.5615742%2C17.023561%2046.5969318%2C16.9952812%2046.6227484%2C16.9776024%20C46.9099738%2C16.7446293%2047.112391%2C16.5221637%2047.2324944%2C16.3079294%20C47.3513818%2C16.0949112%2047.4113711%2C15.8500898%2047.4113711%2C15.5734654%20C47.4113711%2C15.187401%2047.2889605%2C14.8696509%2047.0429855%2C14.6201526%20C46.7969482%2C14.3705608%2046.4815053%2C14.2458429%2046.0978417%2C14.2458429%20C45.9577523%2C14.2458429%2045.8153556%2C14.2670761%2045.6705892%2C14.3082642%20C45.5258229%2C14.3494523%2045.3763796%2C14.4129961%2045.2221347%2C14.497742%20L45.2221347%2C15.1921715%20Z%20M48.0353662%2C15.6511335%20L48.0353662%2C19.3444684%20L48.7062864%2C19.3444684%20L48.7062864%2C15.5958211%20C48.7062864%2C15.3545231%2048.7603516%2C15.1756464%2048.8687315%2C15.0614671%20C48.9757707%2C14.946103%2049.1417391%2C14.8884833%2049.3653584%2C14.8884833%20C49.5877928%2C14.8884833%2049.7526388%2C14.946103%2049.8596779%2C15.0614671%20C49.9667795%2C15.1756464%2050.0197222%2C15.3545231%2050.0197222%2C15.5958211%20L50.0197222%2C19.3444684%20L50.6906424%2C19.3444684%20L50.6906424%2C15.6511335%20C50.6906424%2C15.1627381%2050.5847569%2C14.8072607%2050.3716763%2C14.582519%20C50.158658%2C14.3576525%2049.8232603%2C14.2458429%2049.3630511%2C14.2458429%20C48.9028419%2C14.2458429%2048.5673506%2C14.3576525%2048.3543323%2C14.582519%20C48.1413453%2C14.8072607%2048.0353662%2C15.1627381%2048.0353662%2C15.6511335%20Z%20M52.2421337%2C17.1341234%20L52.4940016%2C17.1341234%20C52.7976898%2C17.1341234%2053.0142313%2C17.1977608%2053.1437197%2C17.3236012%20C53.2719609%2C17.4507823%2053.3367519%2C17.6602461%2053.3367519%2C17.9544869%20C53.3367519%2C18.2369731%2053.2684065%2C18.4406063%2053.1307179%2C18.5653866%20C52.9942452%2C18.6889509%2052.7658867%2C18.751341%2052.4457669%2C18.751341%20L52.2421337%2C18.751341%20L52.2421337%2C17.1341234%20Z%20M51.5642293%2C14.3094179%20L51.5642293%2C19.3444684%20L52.3904233%2C19.3444684%20C52.6964188%2C19.3444684%2052.9341624%2C19.3221127%2053.1048077%2C19.2786485%20C53.2743306%2C19.2350596%2053.4226514%2C19.1632844%2053.5485853%2C19.0620134%20C53.695659%2C18.9419724%2053.8109919%2C18.7830818%2053.8922144%2C18.5853726%20C53.973437%2C18.3876635%2054.0146251%2C18.1687212%2054.0146251%2C17.9274543%20C54.0146251%2C17.4672451%2053.8804598%2C17.1176919%2053.6132828%2C16.8787946%20C53.3449521%2C16.6398039%2052.9542108%2C16.5197628%2052.4386892%2C16.5197628%20C52.3833456%2C16.5197628%2052.3421575%2C16.52101%2052.3151248%2C16.5222572%20C52.2868451%2C16.5235044%2052.2633357%2C16.5244398%2052.2421337%2C16.5269341%20L52.2421337%2C14.3095114%20L51.5642293%2C14.3095114%20L51.5642293%2C14.3094179%20Z%20M54.6469139%2C14.3094179%20L54.6469139%2C19.3444684%20L56.6595809%2C19.3444684%20L56.6595809%2C18.7372167%20L55.3248183%2C18.7372167%20L55.3248183%2C17.2401025%20L56.5454017%2C17.2401025%20L56.5454017%2C16.6398039%20L55.3248183%2C16.6398039%20L55.3248183%2C14.9379028%20L56.6595809%2C14.9379028%20L56.6595809%2C14.3094179%20L54.6469139%2C14.3094179%20Z%20M58.0674283%2C17.1553255%20L58.2792929%2C17.1553255%20C58.5546701%2C17.1553255%2058.7501031%2C17.2201165%2058.8642824%2C17.3483577%20C58.9783993%2C17.4766925%2059.0349589%2C17.7049887%2059.0349589%2C18.0310326%20C59.0349589%2C18.3017329%2058.980769%2C18.4899946%2058.8713602%2C18.59482%20C58.7618578%2C18.6995519%2058.5570709%2C18.751341%2058.2580597%2C18.751341%20L58.0674283%2C18.751341%20L58.0674283%2C17.1553255%20Z%20M58.0674283%2C16.766985%20L58.0674283%2C14.3094179%20L57.3895239%2C14.3094179%20L57.3895239%2C19.3444684%20L58.209825%2C19.3444684%20C58.7547801%2C19.3444684%2059.1419981%2C19.243291%2059.3739111%2C19.0408738%20C59.604577%2C18.8383942%2059.7199099%2C18.5018428%2059.7199099%2C18.0298789%20C59.7199099%2C17.6567228%2059.6410881%2C17.3671901%2059.4821663%2C17.15888%20C59.3244916%2C16.9505386%2059.0879017%2C16.8269743%2058.7736125%2C16.7880935%20L59.967132%2C14.3094179%20L59.2397458%2C14.3094179%20L58.0886303%2C16.766985%20L58.0674283%2C16.766985%20Z%22%20id%3D%22path28%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M46.3794237%2C11.9938733%20L45.9238914%2C9.8129306%20L46.8301855%2C9.8129306%20L46.3794237%2C11.9938733%20Z%20M44.8799086%2C8.25935033%20L46.0580567%2C13.2944009%20L46.6960202%2C13.2944009%20L47.8741371%2C8.25935033%20L47.1880325%2C8.25935033%20L46.9478881%2C9.24798949%20L45.8003271%2C9.24798949%20L45.5661379%2C8.25935033%20L44.8799086%2C8.25935033%20Z%20M48.3580427%2C8.25935033%20L48.3580427%2C13.2944009%20L49.0360406%2C13.2944009%20L49.0360406%2C10.9075488%20L50.2259434%2C13.2944009%20L50.9285731%2C13.2944009%20L49.729223%2C10.9004711%20L50.9285731%2C8.25935033%20L50.2011868%2C8.25935033%20L49.0360406%2C10.8463123%20L49.0360406%2C8.25935033%20L48.3580427%2C8.25935033%20Z%20M53.3073808%2C8.37228243%20C53.1944487%2C8.31226192%2053.0814854%2C8.26755054%2052.9661525%2C8.23936428%20C52.8508196%2C8.20993085%2052.7295626%2C8.19577536%2052.6000742%2C8.19577536%20C52.0845214%2C8.19577536%2051.6997041%2C8.40648633%2051.4442818%2C8.82666109%20C51.1888594%2C9.24798949%2051.0617719%2C9.8823985%2051.0617719%2C10.7298258%20C51.0617719%2C11.5949006%2051.1983068%2C12.2492957%2051.4701919%2C12.6930733%20C51.7431995%2C13.1367262%2052.1457891%2C13.3580382%2052.6801431%2C13.3580382%20C52.7966297%2C13.3580382%2052.9072857%2C13.3462212%2053.0108639%2C13.3238343%20C53.1143798%2C13.300325%2053.2132811%2C13.2673683%2053.3073808%2C13.2238105%20L53.3073808%2C12.5811701%20C53.2108803%2C12.629436%2053.1179031%2C12.6647623%2053.0296963%2C12.6882717%20C52.941396%2C12.7106585%2052.8578038%2C12.7224132%2052.7789509%2C12.7224132%20C52.417643%2C12.7224132%2052.1539893%2C12.5647385%2051.9880209%2C12.248142%20C51.8221148%2C11.9315455%2051.7396762%2C11.4289322%2051.7396762%2C10.7392731%20C51.7396762%2C10.0953856%2051.8185915%2C9.61874476%2051.9762662%2C9.309226%20C52.1340344%2C8.99964488%2052.3776085%2C8.8454935%2052.7071757%2C8.8454935%20C52.8013066%2C8.8454935%2052.8966846%2C8.86077145%2052.9931851%2C8.89251216%20C53.0897168%2C8.92319278%2053.1944487%2C8.97142744%2053.3073808%2C9.03612488%20L53.3073808%2C8.37228243%20Z%20M53.9243917%2C8.25935033%20L53.9243917%2C13.2944009%20L54.6022961%2C13.2944009%20L54.6022961%2C8.25935033%20L53.9243917%2C8.25935033%20Z%20M56.0972901%2C13.2944009%20L56.7751945%2C13.2944009%20L56.7751945%2C9.55872425%20C56.7751945%2C9.09146847%2056.6892638%2C8.74659217%2056.5186185%2C8.52297289%20C56.3467883%2C8.30050726%2056.0831346%2C8.1887288%2055.7265348%2C8.1887288%20C55.6005697%2C8.1887288%2055.478159%2C8.20753003%2055.3593028%2C8.24404121%20C55.2415691%2C8.28055238%2055.1250825%2C8.33701843%2055.0097496%2C8.41356407%20L55.0097496%2C9.10674641%20C55.1180048%2C9.01492283%2055.2204294%2C8.94782457%2055.3169611%2C8.90436037%20C55.4134616%2C8.86077145%2055.5087461%2C8.83841575%2055.6041241%2C8.83841575%20C55.7736158%2C8.83841575%2055.8983338%2C8.8948818%2055.9784027%2C9.00669144%20C56.0572556%2C9.11974826%2056.0972901%2C9.29625533%2056.0972901%2C9.5375222%20L56.0972901%2C13.2944009%20Z%20M58.7809397%2C11.9938733%20L58.3254074%2C9.8129306%20L59.2317015%2C9.8129306%20L58.7809397%2C11.9938733%20Z%20M57.2814246%2C8.25935033%20L58.4595727%2C13.2944009%20L59.0975362%2C13.2944009%20L60.2756842%2C8.25935033%20L59.5895485%2C8.25935033%20L59.3494352%2C9.24798949%20L58.2018431%2C9.24798949%20L57.9676539%2C8.25935033%20L57.2814246%2C8.25935033%20Z%22%20id%3D%22path32%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M67.7562978%2C27.4164009%20C67.8706641%2C27.517516%2067.9560336%2C27.6167603%2068.0129673%2C27.7149445%20C68.069371%2C27.8130664%2068.0977132%2C27.910627%2068.0977132%2C28.0082188%20C68.0977132%2C28.0987952%2068.0734243%2C28.1737507%2068.0246285%2C28.2318069%20C67.9758326%2C28.2904243%2067.9142531%2C28.3194836%2067.8392976%2C28.3194836%20C67.7568278%2C28.3194836%2067.6930346%2C28.2944776%2067.6482921%2C28.243998%20C67.6035807%2C28.1934561%2067.5570921%2C28.0796198%2067.5094498%2C27.9019591%20C67.4438793%2C27.658042%2067.3578863%2C27.4849958%2067.2527803%2C27.3838807%20C67.1470818%2C27.2828592%2067.0025025%2C27.2322861%2066.8190113%2C27.2322861%20C66.5802699%2C27.2322861%2066.3862712%2C27.3119185%2066.2358613%2C27.4716198%20C66.0855138%2C27.6307287%2066.0105583%2C27.8380723%2066.0105583%2C28.091811%20C66.0105583%2C28.2294372%2066.0291413%2C28.359518%2066.0657149%2C28.4826458%20C66.102912%2C28.6057736%2066.1585986%2C28.7225096%2066.233554%2C28.8329162%20L66.7214195%2C28.619742%20C66.6557555%2C28.5424793%2066.6064295%2C28.463564%2066.5726933%2C28.3822479%20C66.5396119%2C28.3014618%2066.5227438%2C28.2213929%2066.5227438%2C28.1417605%20C66.5227438%2C28.0604444%2066.5425427%2C27.9942504%2066.5814236%2C27.9431472%20C66.6203044%2C27.8920752%2066.6708775%2C27.8665392%2066.7318646%2C27.8665392%20C66.7940053%2C27.8665392%2066.8439237%2C27.8885207%2066.881682%2C27.9332633%20C66.9188791%2C27.9779747%2066.9548603%2C28.0644977%2066.9885341%2C28.1923025%20L66.9972644%2C28.2230766%20C67.0721263%2C28.5001375%2067.154066%2C28.6824752%2067.24405%2C28.7695283%20C67.3050059%2C28.8288317%2067.3788078%2C28.8735742%2067.4642084%2C28.9043172%20C67.5501078%2C28.9350914%2067.6447688%2C28.9501822%2067.7493136%2C28.9501822%20C68.0135909%2C28.9501822%2068.2261415%2C28.8636592%2068.3863729%2C28.6899894%20C68.5472278%2C28.5163197%2068.6273903%2C28.2846561%2068.6273903%2C27.995404%20C68.6273903%2C27.8217966%2068.597801%2C27.6638725%2068.5391212%2C27.5209457%20C68.4798801%2C27.3786426%2068.3875265%2C27.2416711%2068.261499%2C27.1103119%20L67.7562978%2C27.4164009%20Z%20M68.5611962%2C30.0524083%20L66.0697682%2C29.007646%20L66.0697682%2C29.7289211%20L67.4635848%2C30.2272316%20C67.4780832%2C30.231815%2067.5135031%2C30.2411065%2067.5699068%2C30.2556985%20C67.626217%2C30.2695734%2067.7016713%2C30.2882187%2067.7969558%2C30.310855%20C67.7208779%2C30.3288768%2067.6523766%2C30.3456513%2067.5913895%2C30.361927%20C67.5297788%2C30.3776727%2067.4874371%2C30.3898638%2067.4635848%2C30.3973781%20L66.0697682%2C30.8927578%20L66.0697682%2C31.6140328%20L68.5611962%2C30.5692706%20L68.5611962%2C30.0524083%20Z%20M67.6308939%2C32.4229222%20L67.6308939%2C33.0983635%20L66.8084726%2C32.8445936%20C66.7835602%2C32.8369858%2066.7434322%2C32.8259483%2066.6876521%2C32.8126035%20C66.6319967%2C32.7987286%2066.560471%2C32.7812369%2066.4734178%2C32.7597542%20C66.5344049%2C32.7452558%2066.5930223%2C32.7307573%2066.6487713%2C32.7161965%20C66.7039278%2C32.7022904%2066.7574006%2C32.6877296%2066.8084726%2C32.6732312%20L67.6308939%2C32.4229222%20Z%20M68.5611962%2C31.4711372%20L66.0697682%2C32.3311922%20L66.0697682%2C33.1819557%20L68.5611962%2C34.0426342%20L68.5611962%2C33.3672242%20L68.115236%2C33.2411655%20L68.115236%2C32.2765657%20L68.5611962%2C32.1470773%20L68.5611962%2C31.4711372%20Z%20M68.5611962%2C34.2887651%20L66.0697682%2C34.2887651%20L66.0697682%2C34.9612754%20L67.2017083%2C34.9612754%20L66.0697682%2C35.7487757%20L66.0697682%2C36.5397993%20L67.2847081%2C35.6199109%20L68.5611962%2C36.6199617%20L68.5611962%2C35.772628%20L67.4432557%2C34.9612754%20L68.5611962%2C34.9612754%20L68.5611962%2C34.2887651%20Z%20M68.5611962%2C36.8243121%20L66.0697682%2C36.8243121%20L66.0697682%2C38.3504856%20L66.6168746%2C38.3504856%20L66.6168746%2C37.4863773%20L67.0489911%2C37.4863773%20L67.0489911%2C38.3011908%20L67.582098%2C38.3011908%20L67.582098%2C37.4863773%20L68.0036758%2C37.4863773%20L68.0036758%2C38.3504856%20L68.5611962%2C38.3504856%20L68.5611962%2C36.8243121%20Z%22%20id%3D%22path36%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M70.8812618%2C27.4164009%20C70.9956282%2C27.517516%2071.0809976%2C27.6167603%2071.1379313%2C27.7149445%20C71.1943039%2C27.8130664%2071.2226772%2C27.910627%2071.2226772%2C28.0082188%20C71.2226772%2C28.0987952%2071.1983572%2C28.1737507%2071.1495925%2C28.2318069%20C71.1007966%2C28.2904243%2071.0391859%2C28.3194836%2070.9642304%2C28.3194836%20C70.8817919%2C28.3194836%2070.8179675%2C28.2944776%2070.7732561%2C28.243998%20C70.7285135%2C28.1934561%2070.6820249%2C28.0796198%2070.6344138%2C27.9019591%20C70.5688122%2C27.658042%2070.4828192%2C27.4849958%2070.3777443%2C27.3838807%20C70.2720458%2C27.2828592%2070.1274354%2C27.2322861%2069.9439441%2C27.2322861%20C69.7052339%2C27.2322861%2069.5112352%2C27.3119185%2069.3607942%2C27.4716198%20C69.2104779%2C27.6307287%2069.1355224%2C27.8380723%2069.1355224%2C28.091811%20C69.1355224%2C28.2294372%2069.1540742%2C28.359518%2069.1906789%2C28.4826458%20C69.227876%2C28.6057736%2069.2835626%2C28.7225096%2069.3585181%2C28.8329162%20L69.8463835%2C28.619742%20C69.7807195%2C28.5424793%2069.7313935%2C28.463564%2069.6976262%2C28.3822479%20C69.6645759%2C28.3014618%2069.6477078%2C28.2213929%2069.6477078%2C28.1417605%20C69.6477078%2C28.0604444%2069.6675068%2C27.9942504%2069.7063876%2C27.9431472%20C69.7452684%2C27.8920752%2069.7958104%2C27.8665392%2069.8567974%2C27.8665392%20C69.9189381%2C27.8665392%2069.9688877%2C27.8885207%2070.0066149%2C27.9332633%20C70.043812%2C27.9779747%2070.0797931%2C28.0644977%2070.113467%2C28.1923025%20L70.1222284%2C28.2230766%20C70.1970903%2C28.5001375%2070.2789989%2C28.6824752%2070.3689829%2C28.7695283%20C70.4299699%2C28.8288317%2070.5037718%2C28.8735742%2070.5891412%2C28.9043172%20C70.6750719%2C28.9350914%2070.7697016%2C28.9501822%2070.8742776%2C28.9501822%20C71.1385238%2C28.9501822%2071.3511055%2C28.8636592%2071.5113369%2C28.6899894%20C71.6721918%2C28.5163197%2071.7523543%2C28.2846561%2071.7523543%2C27.995404%20C71.7523543%2C27.8217966%2071.7227338%2C27.6638725%2071.664054%2C27.5209457%20C71.6048442%2C27.3786426%2071.5124905%2C27.2416711%2071.386463%2C27.1103119%20L70.8812618%2C27.4164009%20Z%20M71.6861603%2C29.4744029%20L69.1947322%2C29.4744029%20L69.1947322%2C30.185264%20C69.1947322%2C30.462855%2069.207547%2C30.6568538%2069.233083%2C30.7660132%20C69.2586502%2C30.8751725%2069.3015843%2C30.9698335%2069.3614178%2C31.0493723%20C69.429389%2C31.1388263%2069.5164422%2C31.20792%2069.6216106%2C31.2561859%20C69.7273402%2C31.3043582%2069.8434526%2C31.3281169%2069.9706337%2C31.3281169%20C70.1634165%2C31.3281169%2070.320187%2C31.2805682%2070.4410075%2C31.1859073%20C70.561828%2C31.090654%2070.6419904%2C30.9524041%2070.6814325%2C30.7705965%20L71.6861603%2C31.4500911%20L71.6861603%2C30.6835434%20L70.7104918%2C30.1120858%20L71.6861603%2C30.1120858%20L71.6861603%2C29.4744029%20Z%20M70.3725373%2C30.1120858%20L70.3725373%2C30.2374897%20C70.3725373%2C30.3838462%2070.3475002%2C30.4906983%2070.2975818%2C30.558046%20C70.2476323%2C30.6254872%2070.1692471%2C30.6591611%2070.0630186%2C30.6591611%20C69.9381135%2C30.6591611%2069.8492208%2C30.6277945%2069.7964339%2C30.5650302%20C69.7435847%2C30.5017358%2069.7174251%2C30.396661%2069.7174251%2C30.2479972%20L69.7174251%2C30.1120858%20L70.3725373%2C30.1120858%20Z%20M71.6861603%2C31.8529612%20L69.1947322%2C31.8529612%20L69.1947322%2C33.3791347%20L69.7418387%2C33.3791347%20L69.7418387%2C32.5150264%20L70.173924%2C32.5150264%20L70.173924%2C33.3298088%20L70.707062%2C33.3298088%20L70.707062%2C32.5150264%20L71.1286399%2C32.5150264%20L71.1286399%2C33.3791347%20L71.6861603%2C33.3791347%20L71.6861603%2C31.8529612%20Z%20M71.6861603%2C33.9724492%20L69.1947322%2C33.9724492%20L69.1947322%2C34.4917123%20C69.1947322%2C34.8784627%2069.212754%2C35.1520003%2069.2493587%2C35.3122629%20C69.2853398%2C35.4731179%2069.3462957%2C35.6136438%2069.4310727%2C35.7350879%20C69.5414481%2C35.893012%2069.6825976%2C36.0126789%2069.8538977%2C36.093995%20C70.0257902%2C36.1758411%2070.2220963%2C36.2164992%2070.4421611%2C36.2164992%20C70.6623195%2C36.2164992%2070.8580019%2C36.1758411%2071.0299256%2C36.093995%20C71.2018181%2C36.0126789%2071.3429677%2C35.893012%2071.4532807%2C35.7350879%20C71.5368729%2C35.6148598%2071.5967063%2C35.4777948%2071.6326874%2C35.3233004%20C71.6681385%2C35.1694297%2071.6861603%2C34.9301583%2071.6861603%2C34.6060787%20L71.6861603%2C34.4917123%20L71.6861603%2C33.9724492%20Z%20M71.1286399%2C34.6449595%20L71.1286399%2C34.7587958%20C71.1286399%2C35.0253493%2071.0740134%2C35.2205017%2070.9642304%2C35.3430059%20C70.8551022%2C35.4656036%2070.6814325%2C35.5265907%2070.4427847%2C35.5265907%20C70.2046981%2C35.5265907%2070.0304672%2C35.4656036%2069.9189381%2C35.3430059%20C69.8080327%2C35.2205017%2069.7522526%2C35.0253493%2069.7522526%2C34.7587958%20L69.7522526%2C34.6449595%20L71.1286399%2C34.6449595%20Z%20M71.6861603%2C36.7865537%20L69.1947322%2C36.7865537%20L69.1947322%2C38.3127584%20L69.7418387%2C38.3127584%20L69.7418387%2C37.4486501%20L70.173924%2C37.4486501%20L70.173924%2C38.2634325%20L70.707062%2C38.2634325%20L70.707062%2C37.4486501%20L71.1286399%2C37.4486501%20L71.1286399%2C38.3127584%20L71.6861603%2C38.3127584%20L71.6861603%2C36.7865537%20Z%22%20id%3D%22path40%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_super_snizenje_mesecno {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2276px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2076%2043%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2050.2%20%2855047%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Emarkica_super_snizenje%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%2F%3E%20%3Cg%20id%3D%22markica_super_snizenje%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%2838.000000%2C%2021.000000%29%20scale%281%2C%20-1%29%20translate%28-38.000000%2C%20-21.000000%29%20translate%280.000000%2C%20-1.000000%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M66.3253776%2C43.1110047%20L33.4439901%2C43.0994772%20C33.4406228%2C43.0985245%2033.2453768%2C43.0966191%2033.237426%2C43.0960792%20C31.9107077%2C43.0797565%2030.0927566%2C43.0550184%2028.1182221%2C41.4074084%20L13.4043418%2C29.1281836%20L13.2775972%2C14.0676822%20L27.7936748%2C1.80509774%20C29.8689814%2C0.0485002293%2031.909024%2C0.0907995673%2033.130761%2C0.118618051%20C33.0875462%2C0.123762565%2065.9697444%2C0.129700986%2065.9697444%2C0.129700986%20C68.5782514%2C0.128430735%2071.0163002%2C1.13970883%2072.8405184%2C2.98271512%20C74.6168449%2C4.7769438%2075.6051411%2C7.17114349%2075.625283%2C9.72577581%20L75.8197183%2C33.523123%20C75.8427911%2C36.0759452%2074.8972732%2C38.4676361%2073.1570214%2C40.2545609%20C71.3663834%2C42.0963287%2068.9380627%2C43.1148789%2066.3253776%2C43.1110047%22%20id%3D%22path12%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M63.2434725%2C43.1096126%20L21.7284852%2C43.0985296%20C21.7251178%2C43.0975769%2021.5299031%2C43.0956715%2021.5219523%2C43.0950999%20C20.195234%2C43.0788087%2018.3772828%2C43.0540703%2016.4027171%2C41.4064428%20L1.68883688%2C29.127088%20C1.24427976%2C28.7631257%200.205940508%2C27.9023949%200.15053456%2C21.662192%20C0.089298049%2C15.3158903%201.11956182%2C14.4414406%201.56209227%2C14.066427%20L16.0781699%2C1.80371261%20C18.1535076%2C0.04709649%2020.1935503%2C0.0893962762%2021.4152561%2C0.117215055%20C21.3761882%2C0.121788004%2057.7816995%2C0.127123113%2063.2434725%2C0.128107567%20L63.2434725%2C43.1096126%20Z%22%20id%3D%22path16%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M55.6387646%2C25.1462849%20C55.6387646%2C24.0309947%2055.7225438%2C23.3062275%2055.8911001%2C22.9714534%20C56.0384232%2C22.6370222%2056.3327264%2C22.4697754%2056.7743838%2C22.4697754%20C57.2160412%2C22.4697754%2057.5103444%2C22.6370222%2057.6576987%2C22.9901922%20C57.8258808%2C23.3246234%2057.9099407%2C24.0497023%2057.9099407%2C25.1462849%20C57.9099407%2C26.2613257%2057.8258808%2C26.9676658%2057.6576987%2C27.320867%20C57.5103444%2C27.6552982%2057.2160412%2C27.8228567%2056.7743838%2C27.8228567%20C56.3327264%2C27.8228567%2056.0384232%2C27.6552982%2055.8911001%2C27.3396059%20C55.7225438%2C27.0235394%2055.6387646%2C26.2984293%2055.6387646%2C25.1462849%20Z%20M54.1244081%2C25.1647431%20C54.1244081%2C26.6887341%2054.3138235%2C27.7298795%2054.6921865%2C28.2315574%20C55.0918452%2C28.7519431%2055.7857447%2C29.0121359%2056.7743838%2C29.0121359%20C57.7838197%2C29.0121359%2058.4569224%2C28.7519431%2058.8565187%2C28.2315574%20C59.2353183%2C27.7111406%2059.424266%2C26.6887341%2059.424266%2C25.1647431%20C59.424266%2C23.621951%2059.2353183%2C22.5811485%2058.8565187%2C22.0607629%20C58.4569224%2C21.5403461%2057.7838197%2C21.2801533%2056.7743838%2C21.2801533%20C55.7857447%2C21.2801533%2055.0918452%2C21.5403461%2054.6921865%2C22.0607629%20C54.3138235%2C22.5811485%2054.1244081%2C23.621951%2054.1244081%2C25.1647431%20Z%20M49.4343586%2C21.2801533%20L48.130183%2C21.2801533%20L54.9232889%2C34.8672381%20L56.2274021%2C34.8672381%20L49.4343586%2C21.2801533%20Z%20M46.4267853%2C30.945264%20C46.4267853%2C29.8485879%2046.5109387%2C29.123852%2046.6791209%2C28.7890778%20C46.8473342%2C28.4362508%2047.1416374%2C28.268661%2047.5832948%2C28.268661%20C48.004062%2C28.268661%2048.2987393%2C28.4362508%2048.4669215%2C28.7706819%20C48.6142757%2C29.1051131%2048.698398%2C29.8302232%2048.698398%2C30.945264%20C48.698398%2C32.0790437%2048.6142757%2C32.8040291%2048.4669215%2C33.1200956%20C48.2987393%2C33.4545267%2048.004062%2C33.6217423%2047.5832948%2C33.6217423%20C47.1416374%2C33.6217423%2046.8473342%2C33.4545267%2046.6791209%2C33.1200956%20C46.5109387%2C32.8040291%2046.4267853%2C32.0790437%2046.4267853%2C30.945264%20Z%20M44.91246%2C30.945264%20C44.91246%2C32.4879627%2045.1015012%2C33.5104004%2045.4803008%2C34.030786%20C45.8798971%2C34.5511716%2046.5741396%2C34.8113956%2047.5624357%2C34.8113956%20C48.5510749%2C34.8113956%2049.2449744%2C34.5511716%2049.623431%2C34.030786%20C50.0229961%2C33.4916615%2050.2124115%2C32.4695979%2050.2124115%2C30.945264%20C50.2124115%2C29.4024407%2050.0229961%2C28.3803771%2049.6445395%2C27.8599915%20C49.2449744%2C27.3396059%2048.5722146%2C27.0793819%2047.5624357%2C27.0793819%20C46.5741396%2C27.0793819%2045.8798971%2C27.3396059%2045.4803008%2C27.8599915%20C45.1015012%2C28.3803771%2044.91246%2C29.4024407%2044.91246%2C30.945264%20Z%22%20id%3D%22path20%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M71.8231744%2C9%20L66.1274306%2C9%20L66.1274306%2C10.4976754%20L69.0562756%2C12.6511802%20C69.1160155%2C12.692306%2069.236836%2C12.7599966%2069.4173964%2C12.8543146%20C69.5966473%2C12.9498485%2069.8117858%2C13.0534268%2070.0613775%2C13.167606%20C69.825037%2C13.1371125%2069.6151991%2C13.1145074%2069.4306789%2C13.0999154%20C69.2461275%2C13.0853234%2069.0828717%2C13.0787133%2068.9407556%2C13.0787133%20L66.1274306%2C13.0787133%20L66.1274306%2C14.5683133%20L71.8231744%2C14.5683133%20L71.8231744%2C13.0787133%20L68.8823253%2C10.9264869%20C68.8225854%2C10.881339%2068.7017649%2C10.8123076%2068.5225452%2C10.7180832%20C68.3419536%2C10.6224558%2068.1295901%2C10.520187%2067.8852988%2C10.408658%20C68.1242896%2C10.4392451%2068.3353435%2C10.4617879%2068.5198637%2C10.4763487%20C68.7044151%2C10.4910342%2068.8677644%2C10.4976754%2069.009787%2C10.4976754%20L71.8231744%2C10.4976754%20L71.8231744%2C9%20Z%20M68.9872442%2C21.7540428%20C69.3975351%2C21.7540428%2069.7811987%2C21.6784013%2070.1383597%2C21.5283033%20C70.4968302%2C21.37833%2070.816763%2C21.1592317%2071.0995921%2C20.8711021%20C71.3797709%2C20.5803222%2071.5948159%2C20.2484477%2071.747533%2C19.8753852%20C71.898847%2C19.5023226%2071.974582%2C19.1145745%2071.974582%2C18.7136687%20C71.974582%2C18.3060593%2071.898847%2C17.9156609%2071.747533%2C17.5439391%20C71.5948159%2C17.1721861%2071.3797709%2C16.8456121%2071.0995921%2C16.562783%20C70.816763%2C16.2693529%2070.4954895%2C16.0476044%2070.1343687%2C15.8949808%20C69.7745574%2C15.7435732%2069.3922034%2C15.6679006%2068.9872442%2C15.6679006%20C68.5796348%2C15.6679006%2068.1972808%2C15.7435732%2067.8374695%2C15.8949808%20C67.4789989%2C16.0476044%2067.1577255%2C16.2693529%2066.8748964%2C16.562783%20C66.5947175%2C16.8456121%2066.3797038%2C17.1721861%2066.2269555%2C17.5439391%20C66.0756414%2C17.9156609%2066%2C18.3060593%2066%2C18.7136687%20C66%2C19.1172248%2066.0756414%2C19.5076231%2066.2269555%2C19.8819952%20C66.3797038%2C20.2563985%2066.5947175%2C20.5857162%2066.8748964%2C20.8711021%20C67.1550753%2C21.1565815%2067.475008%2C21.374339%2067.83616%2C21.5269938%20C68.1959712%2C21.6784013%2068.5796348%2C21.7540428%2068.9872442%2C21.7540428%20Z%20M70.6601484%2C18.7109249%20C70.6601484%2C19.1411706%2070.5021308%2C19.4970221%2070.1861578%2C19.778417%20C69.8688754%2C20.0599054%2069.4691856%2C20.2006184%2068.9872442%2C20.2006184%20C68.5106034%2C20.2006184%2068.1123478%2C20.0585959%2067.7923216%2C19.7731165%20C67.4736984%2C19.4876371%2067.3143401%2C19.1331263%2067.3143401%2C18.7109249%20C67.3143401%2C18.2807727%2067.4736984%2C17.9249524%2067.7909809%2C17.6435264%20C68.1082945%2C17.362038%2068.5079532%2C17.2213249%2068.9872442%2C17.2213249%20C69.4745172%2C17.2213249%2069.8754854%2C17.3593877%2070.1888081%2C17.6369163%20C70.5034403%2C17.9143514%2070.6601484%2C18.2728219%2070.6601484%2C18.7109249%20Z%20M71.8231744%2C24.3380231%20L66.1274306%2C21.9494873%20L66.1274306%2C23.5985392%20L69.3138182%2C24.7377129%20C69.3470555%2C24.7483139%2069.4279975%2C24.769516%2069.5567999%2C24.8027533%20C69.6856335%2C24.8345876%2069.8581808%2C24.8770852%2070.0759384%2C24.9288743%20C69.9020192%2C24.9700624%2069.7454046%2C25.0085067%2069.6059388%2C25.0457039%20C69.4652258%2C25.0815291%2069.3682576%2C25.1094347%2069.3138182%2C25.126677%20L66.1274306%2C26.2592095%20L66.1274306%2C27.9081678%20L71.8231744%2C25.5197256%20L71.8231744%2C24.3380231%20Z%20M68.9872442%2C34.1977988%20C69.3975351%2C34.1977988%2069.7811987%2C34.1221262%2070.1383597%2C33.9720593%20C70.4968302%2C33.822086%2070.816763%2C33.6029878%2071.0995921%2C33.3148581%20C71.3797709%2C33.0240782%2071.5948159%2C32.6922038%2071.747533%2C32.3191412%20C71.898847%2C31.9460787%2071.974582%2C31.5583306%2071.974582%2C31.1574248%20C71.974582%2C30.7498153%2071.898847%2C30.359417%2071.747533%2C29.9876951%20C71.5948159%2C29.6159421%2071.3797709%2C29.2893682%2071.0995921%2C29.0065391%20C70.816763%2C28.7131089%2070.4954895%2C28.4913604%2070.1343687%2C28.3387368%20C69.7745574%2C28.1873292%2069.3922034%2C28.1116566%2068.9872442%2C28.1116566%20C68.5796348%2C28.1116566%2068.1972808%2C28.1873292%2067.8374695%2C28.3387368%20C67.4789989%2C28.4913604%2067.1577255%2C28.7131089%2066.8748964%2C29.0065391%20C66.5947175%2C29.2893682%2066.3797038%2C29.6159421%2066.2269555%2C29.9876951%20C66.0756414%2C30.359417%2066%2C30.7498153%2066%2C31.1574248%20C66%2C31.5609808%2066.0756414%2C31.9513792%2066.2269555%2C32.3257513%20C66.3797038%2C32.7001546%2066.5947175%2C33.0294723%2066.8748964%2C33.3148581%20C67.1550753%2C33.6003375%2067.475008%2C33.818095%2067.83616%2C33.9707498%20C68.1959712%2C34.1221262%2068.5796348%2C34.1977988%2068.9872442%2C34.1977988%20Z%20M70.6601484%2C31.154681%20C70.6601484%2C31.5849267%2070.5021308%2C31.9407782%2070.1861578%2C32.222173%20C69.8688754%2C32.5036614%2069.4691856%2C32.6443745%2068.9872442%2C32.6443745%20C68.5106034%2C32.6443745%2068.1123478%2C32.5023519%2067.7923216%2C32.2168725%20C67.4736984%2C31.9313931%2067.3143401%2C31.5768824%2067.3143401%2C31.154681%20C67.3143401%2C30.7245288%2067.4736984%2C30.3687085%2067.7909809%2C30.0872824%20C68.1082945%2C29.805794%2068.5079532%2C29.665081%2068.9872442%2C29.665081%20C69.4745172%2C29.665081%2069.8754854%2C29.8031438%2070.1888081%2C30.0806724%20C70.5034403%2C30.3581074%2070.6601484%2C30.716578%2070.6601484%2C31.154681%20Z%22%20id%3D%22path24%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M45.2221347%2C15.1921715%20C45.3834261%2C15.0932702%2045.531747%2C15.020279%2045.6670659%2C14.9732603%20C45.8024473%2C14.9261481%2045.9306885%2C14.9026388%2046.0507295%2C14.9026388%20C46.2567324%2C14.9026388%2046.4214848%2C14.9626281%2046.5438955%2C15.0838228%20C46.6651525%2C15.2039262%2046.7263266%2C15.3651241%2046.7263266%2C15.5676349%20C46.7263266%2C15.8642453%2046.4921063%2C16.2031663%2046.0249129%2C16.5844603%20C45.9696005%2C16.6304188%2045.9284124%2C16.6645292%2045.9012862%2C16.6880385%20C45.6023685%2C16.934107%2045.3940272%2C17.1624032%2045.2739238%2C17.371867%20C45.1550676%2C17.582578%2045.0950471%2C17.8191679%2045.0950471%2C18.0804209%20C45.0950471%2C18.4594075%2045.2151505%2C18.776004%2045.456355%2C19.0291191%20C45.6976218%2C19.2821718%2045.9966331%2C19.4081057%2046.3532641%2C19.4081057%20C46.5086315%2C19.4081057%2046.6592284%2C19.389211%2046.8040259%2C19.3527933%20C46.9487923%2C19.3162822%2047.092405%2C19.2598161%2047.2348017%2C19.1809008%20L47.2348017%2C18.5041501%20C47.1041596%2C18.5971273%2046.9759184%2C18.6665952%2046.8499845%2C18.7113066%20C46.725173%2C18.7571716%2046.6016087%2C18.7795273%2046.479198%2C18.7795273%20C46.2661174%2C18.7795273%2046.0942873%2C18.7172307%2045.966046%2C18.5912967%20C45.8377113%2C18.4664853%2045.7730138%2C18.2982096%2045.7730138%2C18.0886522%20C45.7730138%2C17.7991195%2046.0201424%2C17.4566129%2046.5157092%2C17.0599786%20C46.5615742%2C17.023561%2046.5969318%2C16.9952812%2046.6227484%2C16.9776024%20C46.9099738%2C16.7446293%2047.112391%2C16.5221637%2047.2324944%2C16.3079294%20C47.3513818%2C16.0949112%2047.4113711%2C15.8500898%2047.4113711%2C15.5734654%20C47.4113711%2C15.187401%2047.2889605%2C14.8696509%2047.0429855%2C14.6201526%20C46.7969482%2C14.3705608%2046.4815053%2C14.2458429%2046.0978417%2C14.2458429%20C45.9577523%2C14.2458429%2045.8153556%2C14.2670761%2045.6705892%2C14.3082642%20C45.5258229%2C14.3494523%2045.3763796%2C14.4129961%2045.2221347%2C14.497742%20L45.2221347%2C15.1921715%20Z%20M48.0353662%2C15.6511335%20L48.0353662%2C19.3444684%20L48.7062864%2C19.3444684%20L48.7062864%2C15.5958211%20C48.7062864%2C15.3545231%2048.7603516%2C15.1756464%2048.8687315%2C15.0614671%20C48.9757707%2C14.946103%2049.1417391%2C14.8884833%2049.3653584%2C14.8884833%20C49.5877928%2C14.8884833%2049.7526388%2C14.946103%2049.8596779%2C15.0614671%20C49.9667795%2C15.1756464%2050.0197222%2C15.3545231%2050.0197222%2C15.5958211%20L50.0197222%2C19.3444684%20L50.6906424%2C19.3444684%20L50.6906424%2C15.6511335%20C50.6906424%2C15.1627381%2050.5847569%2C14.8072607%2050.3716763%2C14.582519%20C50.158658%2C14.3576525%2049.8232603%2C14.2458429%2049.3630511%2C14.2458429%20C48.9028419%2C14.2458429%2048.5673506%2C14.3576525%2048.3543323%2C14.582519%20C48.1413453%2C14.8072607%2048.0353662%2C15.1627381%2048.0353662%2C15.6511335%20Z%20M52.2421337%2C17.1341234%20L52.4940016%2C17.1341234%20C52.7976898%2C17.1341234%2053.0142313%2C17.1977608%2053.1437197%2C17.3236012%20C53.2719609%2C17.4507823%2053.3367519%2C17.6602461%2053.3367519%2C17.9544869%20C53.3367519%2C18.2369731%2053.2684065%2C18.4406063%2053.1307179%2C18.5653866%20C52.9942452%2C18.6889509%2052.7658867%2C18.751341%2052.4457669%2C18.751341%20L52.2421337%2C18.751341%20L52.2421337%2C17.1341234%20Z%20M51.5642293%2C14.3094179%20L51.5642293%2C19.3444684%20L52.3904233%2C19.3444684%20C52.6964188%2C19.3444684%2052.9341624%2C19.3221127%2053.1048077%2C19.2786485%20C53.2743306%2C19.2350596%2053.4226514%2C19.1632844%2053.5485853%2C19.0620134%20C53.695659%2C18.9419724%2053.8109919%2C18.7830818%2053.8922144%2C18.5853726%20C53.973437%2C18.3876635%2054.0146251%2C18.1687212%2054.0146251%2C17.9274543%20C54.0146251%2C17.4672451%2053.8804598%2C17.1176919%2053.6132828%2C16.8787946%20C53.3449521%2C16.6398039%2052.9542108%2C16.5197628%2052.4386892%2C16.5197628%20C52.3833456%2C16.5197628%2052.3421575%2C16.52101%2052.3151248%2C16.5222572%20C52.2868451%2C16.5235044%2052.2633357%2C16.5244398%2052.2421337%2C16.5269341%20L52.2421337%2C14.3095114%20L51.5642293%2C14.3095114%20L51.5642293%2C14.3094179%20Z%20M54.6469139%2C14.3094179%20L54.6469139%2C19.3444684%20L56.6595809%2C19.3444684%20L56.6595809%2C18.7372167%20L55.3248183%2C18.7372167%20L55.3248183%2C17.2401025%20L56.5454017%2C17.2401025%20L56.5454017%2C16.6398039%20L55.3248183%2C16.6398039%20L55.3248183%2C14.9379028%20L56.6595809%2C14.9379028%20L56.6595809%2C14.3094179%20L54.6469139%2C14.3094179%20Z%20M58.0674283%2C17.1553255%20L58.2792929%2C17.1553255%20C58.5546701%2C17.1553255%2058.7501031%2C17.2201165%2058.8642824%2C17.3483577%20C58.9783993%2C17.4766925%2059.0349589%2C17.7049887%2059.0349589%2C18.0310326%20C59.0349589%2C18.3017329%2058.980769%2C18.4899946%2058.8713602%2C18.59482%20C58.7618578%2C18.6995519%2058.5570709%2C18.751341%2058.2580597%2C18.751341%20L58.0674283%2C18.751341%20L58.0674283%2C17.1553255%20Z%20M58.0674283%2C16.766985%20L58.0674283%2C14.3094179%20L57.3895239%2C14.3094179%20L57.3895239%2C19.3444684%20L58.209825%2C19.3444684%20C58.7547801%2C19.3444684%2059.1419981%2C19.243291%2059.3739111%2C19.0408738%20C59.604577%2C18.8383942%2059.7199099%2C18.5018428%2059.7199099%2C18.0298789%20C59.7199099%2C17.6567228%2059.6410881%2C17.3671901%2059.4821663%2C17.15888%20C59.3244916%2C16.9505386%2059.0879017%2C16.8269743%2058.7736125%2C16.7880935%20L59.967132%2C14.3094179%20L59.2397458%2C14.3094179%20L58.0886303%2C16.766985%20L58.0674283%2C16.766985%20Z%22%20id%3D%22path28%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M46.3794237%2C11.9938733%20L45.9238914%2C9.8129306%20L46.8301855%2C9.8129306%20L46.3794237%2C11.9938733%20Z%20M44.8799086%2C8.25935033%20L46.0580567%2C13.2944009%20L46.6960202%2C13.2944009%20L47.8741371%2C8.25935033%20L47.1880325%2C8.25935033%20L46.9478881%2C9.24798949%20L45.8003271%2C9.24798949%20L45.5661379%2C8.25935033%20L44.8799086%2C8.25935033%20Z%20M48.3580427%2C8.25935033%20L48.3580427%2C13.2944009%20L49.0360406%2C13.2944009%20L49.0360406%2C10.9075488%20L50.2259434%2C13.2944009%20L50.9285731%2C13.2944009%20L49.729223%2C10.9004711%20L50.9285731%2C8.25935033%20L50.2011868%2C8.25935033%20L49.0360406%2C10.8463123%20L49.0360406%2C8.25935033%20L48.3580427%2C8.25935033%20Z%20M53.3073808%2C8.37228243%20C53.1944487%2C8.31226192%2053.0814854%2C8.26755054%2052.9661525%2C8.23936428%20C52.8508196%2C8.20993085%2052.7295626%2C8.19577536%2052.6000742%2C8.19577536%20C52.0845214%2C8.19577536%2051.6997041%2C8.40648633%2051.4442818%2C8.82666109%20C51.1888594%2C9.24798949%2051.0617719%2C9.8823985%2051.0617719%2C10.7298258%20C51.0617719%2C11.5949006%2051.1983068%2C12.2492957%2051.4701919%2C12.6930733%20C51.7431995%2C13.1367262%2052.1457891%2C13.3580382%2052.6801431%2C13.3580382%20C52.7966297%2C13.3580382%2052.9072857%2C13.3462212%2053.0108639%2C13.3238343%20C53.1143798%2C13.300325%2053.2132811%2C13.2673683%2053.3073808%2C13.2238105%20L53.3073808%2C12.5811701%20C53.2108803%2C12.629436%2053.1179031%2C12.6647623%2053.0296963%2C12.6882717%20C52.941396%2C12.7106585%2052.8578038%2C12.7224132%2052.7789509%2C12.7224132%20C52.417643%2C12.7224132%2052.1539893%2C12.5647385%2051.9880209%2C12.248142%20C51.8221148%2C11.9315455%2051.7396762%2C11.4289322%2051.7396762%2C10.7392731%20C51.7396762%2C10.0953856%2051.8185915%2C9.61874476%2051.9762662%2C9.309226%20C52.1340344%2C8.99964488%2052.3776085%2C8.8454935%2052.7071757%2C8.8454935%20C52.8013066%2C8.8454935%2052.8966846%2C8.86077145%2052.9931851%2C8.89251216%20C53.0897168%2C8.92319278%2053.1944487%2C8.97142744%2053.3073808%2C9.03612488%20L53.3073808%2C8.37228243%20Z%20M53.9243917%2C8.25935033%20L53.9243917%2C13.2944009%20L54.6022961%2C13.2944009%20L54.6022961%2C8.25935033%20L53.9243917%2C8.25935033%20Z%20M56.0972901%2C13.2944009%20L56.7751945%2C13.2944009%20L56.7751945%2C9.55872425%20C56.7751945%2C9.09146847%2056.6892638%2C8.74659217%2056.5186185%2C8.52297289%20C56.3467883%2C8.30050726%2056.0831346%2C8.1887288%2055.7265348%2C8.1887288%20C55.6005697%2C8.1887288%2055.478159%2C8.20753003%2055.3593028%2C8.24404121%20C55.2415691%2C8.28055238%2055.1250825%2C8.33701843%2055.0097496%2C8.41356407%20L55.0097496%2C9.10674641%20C55.1180048%2C9.01492283%2055.2204294%2C8.94782457%2055.3169611%2C8.90436037%20C55.4134616%2C8.86077145%2055.5087461%2C8.83841575%2055.6041241%2C8.83841575%20C55.7736158%2C8.83841575%2055.8983338%2C8.8948818%2055.9784027%2C9.00669144%20C56.0572556%2C9.11974826%2056.0972901%2C9.29625533%2056.0972901%2C9.5375222%20L56.0972901%2C13.2944009%20Z%20M58.7809397%2C11.9938733%20L58.3254074%2C9.8129306%20L59.2317015%2C9.8129306%20L58.7809397%2C11.9938733%20Z%20M57.2814246%2C8.25935033%20L58.4595727%2C13.2944009%20L59.0975362%2C13.2944009%20L60.2756842%2C8.25935033%20L59.5895485%2C8.25935033%20L59.3494352%2C9.24798949%20L58.2018431%2C9.24798949%20L57.9676539%2C8.25935033%20L57.2814246%2C8.25935033%20Z%22%20id%3D%22path32%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-markica_super_snizenje_mesecno, .ico-minus {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-minus {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%20%3Ctitle%3Eminus%3C%2Ftitle%3E%20%3Cpath%20d%3D%22M1.882%2013.892h28.235v4.216h-28.235v-4.216z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-najbolje_iz_srbije {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22160px%22%20height%3D%22160px%22%20viewBox%3D%220%200%20160%20160%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2048.2%20%2847327%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Enajbolje_iz_srbije%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%2F%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22najbolje_iz_srbije%22%3E%20%3Cg%20id%3D%22najbolje-iz-Srbije%22%3E%20%3Ccircle%20id%3D%22Oval%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20cx%3D%2280%22%20cy%3D%2280%22%20r%3D%2280%22%2F%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%2839.000000%2C%2021.000000%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M31.9668046%2C81.5032874%20L0.641862069%2C81.5032874%20L0.641862069%2C56.4612414%20C4.23289655%2C53.282092%208.95496552%2C51.3508506%2014.1266207%2C51.3508506%20C25.3653333%2C51.3508506%2034.4805287%2C60.4651034%2034.4805287%2C71.7038161%20C34.4805287%2C75.2571494%2033.5681609%2C78.5965287%2031.9668046%2C81.5032874%22%20id%3D%22Fill-3%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M50.3951264%2C81.5032874%20L81.7210115%2C81.5032874%20L81.7210115%2C56.4612414%20C78.129977%2C53.282092%2073.407908%2C51.3508506%2068.2353103%2C51.3508506%20C56.9965977%2C51.3508506%2047.8823448%2C60.4651034%2047.8823448%2C71.7038161%20C47.8823448%2C75.2571494%2048.7937701%2C78.5965287%2050.3951264%2C81.5032874%22%20id%3D%22Fill-4%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M31.9668046%2C0.76062069%20L0.641862069%2C0.76062069%20L0.641862069%2C25.8026667%20C4.23289655%2C28.9827586%208.95496552%2C30.9130575%2014.1266207%2C30.9130575%20C25.3653333%2C30.9130575%2034.4805287%2C21.7988046%2034.4805287%2C10.5610345%20C34.4805287%2C7.00770115%2033.5681609%2C3.66737931%2031.9668046%2C0.76062069%22%20id%3D%22Fill-5%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M50.3951264%2C0.76062069%20L81.7210115%2C0.76062069%20L81.7210115%2C25.8026667%20C78.129977%2C28.9827586%2073.407908%2C30.9130575%2068.2353103%2C30.9130575%20C56.9965977%2C30.9130575%2047.8823448%2C21.7988046%2047.8823448%2C10.5610345%20C47.8823448%2C7.00770115%2048.7937701%2C3.66737931%2050.3951264%2C0.76062069%22%20id%3D%22Fill-6%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M27.4728276%2C41.033931%20C33.489931%2C38.5343448%2037.4042529%2C35.5644368%2041.1875632%2C29.9375402%20C44.969931%2C35.5644368%2048.8851954%2C38.5343448%2054.9013563%2C41.033931%20C48.8851954%2C43.5316322%2044.969931%2C46.5024828%2041.1875632%2C52.1284368%20C37.4042529%2C46.5024828%2033.489931%2C43.5316322%2027.4728276%2C41.033931%22%20id%3D%22Fill-7%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M68.4096782%2C101.91092%20L70.1957701%2C101.91092%20L69.6453333%2C100.138023%20C69.4794483%2C99.6007816%2069.354092%2C99.1568506%2069.2711494%2C98.8109425%20C69.2051724%2C99.2209425%2069.1109195%2C99.6281149%2068.9874483%2C100.033402%20L68.4096782%2C101.91092%20Z%20M66.8893793%2C104.539632%20L68.912046%2C98.1370345%20L69.6632414%2C98.1370345%20L71.8188046%2C104.539632%20L71.0233103%2C104.539632%20L70.4106667%2C102.600851%20L68.2089195%2C102.600851%20L67.6311494%2C104.539632%20L66.8893793%2C104.539632%20Z%20M65.5434483%2C104.539632%20L66.2390345%2C104.539632%20L66.2390345%2C98.1370345%20L65.5434483%2C98.1370345%20L65.5434483%2C104.539632%20Z%20M61.1861379%2C103.784667%20L62.4971954%2C103.784667%20C62.7234023%2C103.784667%2062.8817471%2C103.773356%2062.9722299%2C103.755448%20C63.1315172%2C103.71869%2063.2662989%2C103.65931%2063.3728046%2C103.578253%20C63.4821379%2C103.497195%2063.5697931%2C103.379379%2063.6404828%2C103.22292%20C63.7083448%2C103.06646%2063.7451034%2C102.888322%2063.7451034%2C102.683793%20C63.7451034%2C102.446276%2063.6932644%2C102.23892%2063.5942989%2C102.061724%20C63.4925057%2C101.885471%2063.3530115%2C101.762%2063.173931%2C101.689425%20C62.9957931%2C101.619678%2062.7375402%2C101.58292%2062.4048276%2C101.58292%20L61.1861379%2C101.58292%20L61.1861379%2C103.784667%20Z%20M61.1861379%2C100.827954%20L62.3256552%2C100.827954%20C62.6329195%2C100.827954%2062.8553563%2C100.802506%2062.9901379%2C100.752552%20C63.1673333%2C100.690345%2063.2992874%2C100.583839%2063.3897701%2C100.433977%20C63.4802529%2C100.285057%2063.5236092%2C100.099379%2063.5236092%2C99.8769425%20C63.5236092%2C99.6648736%2063.4830805%2C99.4773103%2063.3991954%2C99.3151954%20C63.3143678%2C99.1530805%2063.1946667%2C99.0428046%2063.040092%2C98.9815402%20C62.8855172%2C98.9231034%2062.6168966%2C98.8938851%2062.2389425%2C98.8938851%20L61.1861379%2C98.8938851%20L61.1861379%2C100.827954%20Z%20M60.4886667%2C104.539632%20L60.4886667%2C98.1370345%20L62.4651494%2C98.1370345%20C62.8666667%2C98.1370345%2063.1908966%2C98.2030115%2063.4321839%2C98.3321379%20C63.6772414%2C98.4612644%2063.8666897%2C98.662023%2064.0042989%2C98.9306437%20C64.1409655%2C99.1992644%2064.2107126%2C99.4810805%2064.2107126%2C99.7751494%20C64.2107126%2C100.04754%2064.1503908%2C100.307678%2064.0269195%2C100.548966%20C63.9053333%2C100.78931%2063.7205977%2C100.984414%2063.4745977%2C101.134276%20C63.7931724%2C101.246437%2064.0372874%2C101.44154%2064.2088276%2C101.713931%20C64.3803678%2C101.988207%2064.4661379%2C102.312437%2064.4661379%2C102.683793%20C64.4661379%2C102.98446%2064.4133563%2C103.261563%2064.3096782%2C103.519816%20C64.2050575%2C103.777126%2064.075931%2C103.976%2063.9232414%2C104.116437%20C63.7705517%2C104.255931%2063.5773333%2C104.360552%2063.3473563%2C104.433126%20C63.1173793%2C104.504759%2062.8336782%2C104.539632%2062.4971954%2C104.539632%20L60.4886667%2C104.539632%20Z%20M55.9136322%2C100.964621%20L57.4122529%2C100.964621%20C57.7289425%2C100.964621%2057.9796552%2C100.924092%2058.1577931%2C100.843034%20C58.3387586%2C100.761977%2058.4744828%2C100.634736%2058.5687356%2C100.458483%20C58.6601609%2C100.283172%2058.7082299%2C100.091839%2058.7082299%2C99.8835402%20C58.7082299%2C99.581931%2058.6177471%2C99.3331034%2058.4358391%2C99.138%20C58.2577011%2C98.9428966%2057.9702299%2C98.8458161%2057.580023%2C98.8458161%20L55.9136322%2C98.8458161%20L55.9136322%2C100.964621%20Z%20M55.2161609%2C104.539632%20L55.2161609%2C98.1370345%20L57.5508046%2C98.1370345%20C58.022069%2C98.1370345%2058.3792874%2C98.1954713%2058.6215172%2C98.3104598%20C58.8665747%2C98.4263908%2059.0597931%2C98.628092%2059.2068276%2C98.9193333%20C59.3548046%2C99.2105747%2059.4264368%2C99.531977%2059.4264368%2C99.8835402%20C59.4264368%2C100.338782%2059.3067356%2C100.721448%2059.0635632%2C101.032483%20C58.8222759%2C101.343517%2058.4471494%2C101.542391%2057.9428966%2C101.627218%20C58.1285747%2C101.733724%2058.268069%2C101.841172%2058.3642069%2C101.945793%20C58.5668506%2C102.172%2058.760069%2C102.457586%2058.941977%2C102.797839%20L59.8571724%2C104.539632%20L58.9806207%2C104.539632%20L58.2850345%2C103.206897%20C58.0805057%2C102.82423%2057.9127356%2C102.529218%2057.7807816%2C102.326575%20C57.6497701%2C102.122046%2057.531954%2C101.978782%2057.4273333%2C101.897724%20C57.3236552%2C101.816667%2057.2171494%2C101.760115%2057.1106437%2C101.727126%20C57.0295862%2C101.708276%2056.9004598%2C101.696966%2056.7223218%2C101.696966%20L55.9136322%2C101.696966%20L55.9136322%2C104.539632%20L55.2161609%2C104.539632%20Z%20M50.314069%2C104.539632%20L50.314069%2C98.1370345%20L54.1209425%2C98.1370345%20L54.1209425%2C98.8938851%20L51.0096552%2C98.8938851%20L51.0096552%2C100.854345%20L53.923954%2C100.854345%20L53.923954%2C101.60554%20L51.0096552%2C101.60554%20L51.0096552%2C103.784667%20L54.2444138%2C103.784667%20L54.2444138%2C104.539632%20L50.314069%2C104.539632%20Z%20M45.1556092%2C102.483034%20L45.8125517%2C102.413287%20C45.8445977%2C102.733747%2045.9162299%2C102.994828%2046.0302759%2C103.201241%20C46.1443218%2C103.407655%2046.3215172%2C103.57354%2046.559977%2C103.699839%20C46.7993793%2C103.825195%2047.0689425%2C103.888345%2047.3686667%2C103.888345%20C47.6335172%2C103.888345%2047.8691494%2C103.840276%2048.0717931%2C103.746023%20C48.2763218%2C103.648943%2048.4271264%2C103.517931%2048.526092%2C103.350161%20C48.626%2C103.182391%2048.6778391%2C103.000483%2048.6778391%2C102.801609%20C48.6778391%2C102.600851%2048.6278851%2C102.426483%2048.5317471%2C102.275678%20C48.4365517%2C102.123931%2048.2782069%2C101.999517%2048.0585977%2C101.897724%20C47.9153333%2C101.831747%2047.6042989%2C101.727126%2047.1198391%2C101.584805%20C46.6372644%2C101.443425%2046.2970115%2C101.310529%2046.1037931%2C101.185172%20C45.8530805%2C101.026828%2045.6655172%2C100.826069%2045.5401609%2C100.589494%20C45.4185747%2C100.353862%2045.3582529%2C100.088069%2045.3582529%2C99.7921149%20C45.3582529%2C99.4697701%2045.4317701%2C99.1681609%2045.5825747%2C98.8882299%20C45.7343218%2C98.6064138%2045.9548736%2C98.3924598%2046.2432874%2C98.2454253%20C46.5345287%2C98.1021609%2046.8549885%2C98.0286437%2047.2103218%2C98.0286437%20C47.6005287%2C98.0286437%2047.9445517%2C98.105931%2048.2433333%2C98.2586207%20C48.5411724%2C98.4113103%2048.7711494%2C98.6356322%2048.9313793%2C98.9325287%20C49.0916092%2C99.2284828%2049.1783218%2C99.565908%2049.1905747%2C99.9410345%20L48.5223218%2C100.001356%20C48.4836782%2C99.5988966%2048.363977%2C99.2916322%2048.1566207%2C99.0852184%20C47.9483218%2C98.8788046%2047.6448276%2C98.776069%2047.2395402%2C98.776069%20C46.8182299%2C98.776069%2046.5109655%2C98.8693793%2046.3177471%2C99.0578851%20C46.1254713%2C99.2454483%2046.0283908%2C99.4716552%2046.0283908%2C99.7346207%20C46.0283908%2C99.9664828%2046.0962529%2C100.156874%2046.2329195%2C100.303908%20C46.3667586%2C100.452828%2046.7164368%2C100.605517%2047.2838391%2C100.760092%20C47.8512414%2C100.916552%2048.2395632%2C101.051333%2048.4488046%2C101.169149%20C48.756069%2C101.341632%2048.9832184%2C101.559356%2049.1283678%2C101.820437%20C49.2735172%2C102.085287%2049.3470345%2C102.389724%2049.3470345%2C102.731862%20C49.3470345%2C103.072115%2049.2669195%2C103.392575%2049.1066897%2C103.694184%20C48.9464598%2C103.996736%2048.7164828%2C104.230483%2048.4158161%2C104.398253%20C48.1142069%2C104.56508%2047.7767816%2C104.648023%2047.4016552%2C104.648023%20C46.9247356%2C104.648023%2046.5251034%2C104.56508%2046.2037011%2C104.396368%20C45.8813563%2C104.226713%2045.6287586%2C103.974115%2045.4449655%2C103.633862%20C45.2630575%2C103.295494%2045.1650345%2C102.91%2045.1556092%2C102.483034%20Z%20M38.8915632%2C104.539632%20L38.8915632%2C98.1370345%20L42.443954%2C98.1370345%20L42.443954%2C98.8938851%20L39.5890345%2C98.8938851%20L39.5890345%2C100.876023%20L42.0594023%2C100.876023%20L42.0594023%2C101.630989%20L39.5890345%2C101.630989%20L39.5890345%2C104.539632%20L38.8915632%2C104.539632%20Z%20M33.6397931%2C101.435885%20C33.6397931%2C102.206874%2033.8103908%2C102.814805%2034.1515862%2C103.258736%20C34.4946667%2C103.701724%2034.9216322%2C103.925103%2035.4371954%2C103.925103%20C35.9612414%2C103.925103%2036.3929195%2C103.699839%2036.7312874%2C103.25308%20C37.0696552%2C102.803494%2037.2402529%2C102.166345%2037.2402529%2C101.341632%20C37.2402529%2C100.823241%2037.1667356%2C100.368%2037.0215862%2C99.9777931%20C36.8773793%2C99.5894713%2036.6653103%2C99.2878621%2036.3863218%2C99.073908%20C36.1073333%2C98.8608966%2035.7953563%2C98.7534483%2035.4466207%2C98.7534483%20C34.9536782%2C98.7534483%2034.5295402%2C98.9598621%2034.1742069%2C99.3726897%20C33.817931%2C99.7826897%2033.6397931%2C100.471678%2033.6397931%2C101.435885%20Z%20M32.9225287%2C101.420805%20C32.9225287%2C100.358575%2033.1562759%2C99.5272644%2033.6256552%2C98.9268736%20C34.0950345%2C98.3245977%2034.7001379%2C98.0248736%2035.4437931%2C98.0248736%20C35.9291954%2C98.0248736%2036.3684138%2C98.1662529%2036.7586207%2C98.448069%20C37.1478851%2C98.7317701%2037.4457241%2C99.1238621%2037.6502529%2C99.63%20C37.8557241%2C100.134253%2037.9565747%2C100.70731%2037.9565747%2C101.347287%20C37.9565747%2C101.997632%2037.850069%2C102.579172%2037.6351724%2C103.08908%20C37.4193333%2C103.602759%2037.113954%2C103.989195%2036.7190345%2C104.254046%20C36.3231724%2C104.517011%2035.898092%2C104.648023%2035.4409655%2C104.648023%20C34.9433103%2C104.648023%2034.5003218%2C104.504759%2034.1110575%2C104.211632%20C33.719908%2C103.921333%2033.4248966%2C103.523586%2033.2241379%2C103.019333%20C33.0224368%2C102.516023%2032.9225287%2C101.982552%2032.9225287%2C101.420805%20Z%20M28.0685057%2C104.539632%20L28.0685057%2C98.8938851%20L26.3342529%2C98.8938851%20L26.3342529%2C98.1370345%20L30.5077701%2C98.1370345%20L30.5077701%2C98.8938851%20L28.765977%2C98.8938851%20L28.765977%2C104.539632%20L28.0685057%2C104.539632%20Z%20M21.5857931%2C102.483034%20L22.2436782%2C102.413287%20C22.2738391%2C102.733747%2022.3464138%2C102.994828%2022.4604598%2C103.201241%20C22.5735632%2C103.407655%2022.7517011%2C103.57354%2022.9901609%2C103.699839%20C23.2295632%2C103.825195%2023.4991264%2C103.888345%2023.797908%2C103.888345%20C24.0637011%2C103.888345%2024.2983908%2C103.840276%2024.5010345%2C103.746023%20C24.7055632%2C103.648943%2024.8573103%2C103.517931%2024.9572184%2C103.350161%20C25.0561839%2C103.182391%2025.1061379%2C103.000483%2025.1061379%2C102.801609%20C25.1061379%2C102.600851%2025.058069%2C102.426483%2024.9609885%2C102.275678%20C24.8657931%2C102.123931%2024.7074483%2C101.999517%2024.4878391%2C101.897724%20C24.3455172%2C101.831747%2024.0344828%2C101.727126%2023.550023%2C101.584805%20C23.0674483%2C101.443425%2022.7271954%2C101.310529%2022.533977%2C101.185172%20C22.2832644%2C101.026828%2022.0947586%2C100.826069%2021.9712874%2C100.589494%20C21.8487586%2C100.353862%2021.7865517%2C100.088069%2021.7865517%2C99.7921149%20C21.7865517%2C99.4697701%2021.861954%2C99.1681609%2022.0137011%2C98.8882299%20C22.1635632%2C98.6064138%2022.3841149%2C98.3924598%2022.6734713%2C98.2454253%20C22.9637701%2C98.1021609%2023.2851724%2C98.0286437%2023.6395632%2C98.0286437%20C24.0307126%2C98.0286437%2024.3737931%2C98.105931%2024.6735172%2C98.2586207%20C24.9713563%2C98.4113103%2025.2003908%2C98.6356322%2025.3606207%2C98.9325287%20C25.5208506%2C99.2284828%2025.6075632%2C99.565908%2025.6198161%2C99.9410345%20L24.9525057%2C100.001356%20C24.9157471%2C99.5988966%2024.7941609%2C99.2916322%2024.5868046%2C99.0852184%20C24.3785057%2C98.8788046%2024.074069%2C98.776069%2023.6687816%2C98.776069%20C23.2474713%2C98.776069%2022.9411494%2C98.8693793%2022.747931%2C99.0578851%20C22.5547126%2C99.2454483%2022.4576322%2C99.4716552%2022.4576322%2C99.7346207%20C22.4576322%2C99.9664828%2022.5264368%2C100.156874%2022.6631034%2C100.303908%20C22.7969425%2C100.452828%2023.1475632%2C100.605517%2023.7130805%2C100.760092%20C24.2804828%2C100.916552%2024.6688046%2C101.051333%2024.8789885%2C101.169149%20C25.1862529%2C101.341632%2025.4124598%2C101.559356%2025.5585517%2C101.820437%20C25.7037011%2C102.085287%2025.7772184%2C102.389724%2025.7772184%2C102.731862%20C25.7772184%2C103.072115%2025.6971034%2C103.392575%2025.5368736%2C103.694184%20C25.3757011%2C103.996736%2025.1457241%2C104.230483%2024.8441149%2C104.398253%20C24.5443908%2C104.56508%2024.206023%2C104.648023%2023.8308966%2C104.648023%20C23.353977%2C104.648023%2022.9543448%2C104.56508%2022.6338851%2C104.396368%20C22.3105977%2C104.226713%2022.058%2C103.974115%2021.8742069%2C103.633862%20C21.6913563%2C103.295494%2021.5942759%2C102.91%2021.5857931%2C102.483034%20Z%20M16.9306437%2C104.539632%20L16.9306437%2C98.1370345%20L20.7375172%2C98.1370345%20L20.7375172%2C98.8938851%20L17.6271724%2C98.8938851%20L17.6271724%2C100.854345%20L20.5405287%2C100.854345%20L20.5405287%2C101.60554%20L17.6271724%2C101.60554%20L17.6271724%2C103.784667%20L20.8609885%2C103.784667%20L20.8609885%2C104.539632%20L16.9306437%2C104.539632%20Z%20M12.677954%2C103.784667%20L13.9890115%2C103.784667%20C14.2142759%2C103.784667%2014.3726207%2C103.773356%2014.4631034%2C103.755448%20C14.6242759%2C103.71869%2014.7571724%2C103.65931%2014.8646207%2C103.578253%20C14.9730115%2C103.497195%2015.0616092%2C103.379379%2015.1313563%2C103.22292%20C15.2001609%2C103.06646%2015.2350345%2C102.888322%2015.2350345%2C102.683793%20C15.2350345%2C102.446276%2015.1850805%2C102.23892%2015.0842299%2C102.061724%20C14.9843218%2C101.885471%2014.8438851%2C101.762%2014.6657471%2C101.689425%20C14.4876092%2C101.619678%2014.2302989%2C101.58292%2013.8947586%2C101.58292%20L12.677954%2C101.58292%20L12.677954%2C103.784667%20Z%20M12.677954%2C100.827954%20L13.8165287%2C100.827954%20C14.1247356%2C100.827954%2014.3471724%2C100.802506%2014.4810115%2C100.752552%20C14.6582069%2C100.690345%2014.7911034%2C100.583839%2014.8815862%2C100.433977%20C14.9711264%2C100.285057%2015.0163678%2C100.099379%2015.0163678%2C99.8769425%20C15.0163678%2C99.6648736%2014.9748966%2C99.4773103%2014.8910115%2C99.3151954%20C14.8061839%2C99.1530805%2014.6864828%2C99.0428046%2014.531908%2C98.9815402%20C14.3763908%2C98.9231034%2014.1087126%2C98.8938851%2013.7298161%2C98.8938851%20L12.677954%2C98.8938851%20L12.677954%2C100.827954%20Z%20M11.9804828%2C104.539632%20L11.9804828%2C98.1370345%20L13.9569655%2C98.1370345%20C14.3584828%2C98.1370345%2014.6808276%2C98.2030115%2014.924%2C98.3321379%20C15.1681149%2C98.4612644%2015.3585057%2C98.662023%2015.4951724%2C98.9306437%20C15.6327816%2C99.1992644%2015.7025287%2C99.4810805%2015.7025287%2C99.7751494%20C15.7025287%2C100.04754%2015.6412644%2C100.307678%2015.5187356%2C100.548966%20C15.3971494%2C100.78931%2015.2124138%2C100.984414%2014.9654713%2C101.134276%20C15.2849885%2C101.246437%2015.5291034%2C101.44154%2015.6997011%2C101.713931%20C15.8721839%2C101.988207%2015.957954%2C102.312437%2015.957954%2C102.683793%20C15.957954%2C102.98446%2015.9051724%2C103.261563%2015.8014943%2C103.519816%20C15.695931%2C103.777126%2015.5677471%2C103.976%2015.4150575%2C104.116437%20C15.2614253%2C104.255931%2015.0682069%2C104.360552%2014.8382299%2C104.433126%20C14.6082529%2C104.504759%2014.3245517%2C104.539632%2013.9890115%2C104.539632%20L11.9804828%2C104.539632%20Z%20M77.194046%2C94.5488276%20L77.194046%2C88.1462299%20L81.0009195%2C88.1462299%20L81.0009195%2C88.9011954%20L77.8905747%2C88.9011954%20L77.8905747%2C90.8616552%20L80.802046%2C90.8616552%20L80.802046%2C91.6128506%20L77.8905747%2C91.6128506%20L77.8905747%2C93.7929195%20L81.1225057%2C93.7929195%20L81.1225057%2C94.5488276%20L77.194046%2C94.5488276%20Z%20M73.1449425%2C92.7306897%20L73.7736092%2C92.6270115%20C73.7905747%2C93.1152414%2073.865977%2C93.4517241%2074.0007586%2C93.6326897%20C74.1345977%2C93.8127126%2074.3212184%2C93.9013103%2074.5568506%2C93.9013103%20C74.7312184%2C93.9013103%2074.882023%2C93.8532414%2075.0092644%2C93.7561609%20C75.1365057%2C93.6581379%2075.2232184%2C93.5252414%2075.2703448%2C93.3584138%20C75.3184138%2C93.1906437%2075.3448046%2C92.923908%2075.3448046%2C92.5572644%20L75.3448046%2C88.1462299%20L76.0403908%2C88.1462299%20L76.0403908%2C92.5091954%20C76.0403908%2C93.0436092%2075.9866667%2C93.4592644%2075.882046%2C93.7542759%20C75.7736552%2C94.0464598%2075.6058851%2C94.2707816%2075.374023%2C94.4253563%20C75.144046%2C94.5808736%2074.8716552%2C94.6581609%2074.5596782%2C94.6581609%20C74.0978391%2C94.6581609%2073.7443908%2C94.496046%2073.4983908%2C94.1718161%20C73.2533333%2C93.8494713%2073.1355172%2C93.3687816%2073.1449425%2C92.7306897%20Z%20M68.224%2C88.1462299%20L68.8554943%2C88.1462299%20L68.8554943%2C93.216092%20L71.6566897%2C88.1462299%20L72.3588736%2C88.1462299%20L72.3588736%2C94.5488276%20L71.7254943%2C94.5488276%20L71.7254943%2C89.4902759%20L68.9195862%2C94.5488276%20L68.224%2C94.5488276%20L68.224%2C88.1462299%20Z%20M64.1145747%2C93.8277931%20L65.5066897%2C93.8277931%20C65.8837011%2C93.8277931%2066.1655172%2C93.7335402%2066.3530805%2C93.5478621%20C66.5434713%2C93.3621839%2066.6348966%2C93.0841379%2066.6348966%2C92.709954%20C66.6348966%2C92.4451034%2066.5821149%2C92.2226667%2066.4727816%2C92.0454713%20C66.3662759%2C91.8692184%2066.2154713%2C91.7514023%2066.026023%2C91.692023%20C65.8328046%2C91.6335862%2065.5066897%2C91.6034253%2065.0448506%2C91.6034253%20L64.1145747%2C91.6034253%20L64.1145747%2C93.8277931%20Z%20M63.4171034%2C88.1462299%20L66.8318851%2C88.1462299%20L66.8318851%2C88.9011954%20L64.1145747%2C88.9011954%20L64.1145747%2C90.8748506%20L65.370023%2C90.8748506%20C65.8365747%2C90.8748506%2066.2041609%2C90.9285747%2066.4784368%2C91.0388506%20C66.7527126%2C91.1453563%2066.9742069%2C91.348%2067.1372644%2C91.6458391%20C67.3031494%2C91.9446207%2067.386092%2C92.2924138%2067.386092%2C92.6882759%20C67.386092%2C93.0115632%2067.3276552%2C93.3122299%2067.2098391%2C93.594046%20C67.0901379%2C93.8749195%2066.9129425%2C94.103954%2066.6773103%2C94.282092%20C66.4435632%2C94.4592874%2066.043931%2C94.5488276%2065.4793563%2C94.5488276%20L63.4171034%2C94.5488276%20L63.4171034%2C88.1462299%20Z%20M59.1738391%2C91.1896552%20L60.5367356%2C91.1896552%20C60.9872644%2C91.1896552%2061.3077241%2C91.0878621%2061.4952874%2C90.8842759%20C61.6847356%2C90.6797471%2061.7789885%2C90.3941609%2061.7789885%2C90.0246897%20C61.7789885%2C89.7551264%2061.7233793%2C89.5251494%2061.6112184%2C89.3357011%20C61.5009425%2C89.1443678%2061.3557931%2C89.0190115%2061.1710575%2C88.9586897%20C61.0532414%2C88.921931%2060.8383448%2C88.9011954%2060.5216552%2C88.9011954%20L59.1738391%2C88.9011954%20L59.1738391%2C91.1896552%20Z%20M58.4782529%2C94.5488276%20L58.4782529%2C88.1462299%20L60.4641609%2C88.1462299%20C60.8147816%2C88.1462299%2061.0815172%2C88.1669655%2061.2653103%2C88.2074943%20C61.5226207%2C88.2583908%2061.7403448%2C88.3601839%2061.9165977%2C88.5072184%20C62.090023%2C88.6523678%2062.2314023%2C88.8587816%2062.3388506%2C89.1236322%20C62.4453563%2C89.3894253%2062.4971954%2C89.6797241%2062.4971954%2C89.9964138%20C62.4971954%2C90.5411954%2062.3548736%2C91.003977%2062.0711724%2C91.3809885%20C61.7846437%2C91.7561149%2061.2709655%2C91.9465057%2060.5254253%2C91.9465057%20L59.1738391%2C91.9465057%20L59.1738391%2C94.5488276%20L58.4782529%2C94.5488276%20Z%20M56.9230805%2C92.3037241%20L57.6205517%2C92.5186207%20C57.4744598%2C93.2123218%2057.2114943%2C93.7429655%2056.8325977%2C94.1105517%20C56.4518161%2C94.4753103%2055.9890345%2C94.6581609%2055.4385977%2C94.6581609%20C54.8721379%2C94.6581609%2054.4102989%2C94.5177241%2054.0549655%2C94.235908%20C53.6996322%2C93.954092%2053.4291264%2C93.5478621%2053.2425057%2C93.0153333%20C53.0587126%2C92.4818621%2052.9644598%2C91.9097471%2052.9644598%2C91.298046%20C52.9644598%2C90.6316782%2053.070023%2C90.052023%2053.2792644%2C89.5543678%20C53.4894483%2C89.0576552%2053.7854023%2C88.6806437%2054.1746667%2C88.4223908%20C54.5611034%2C88.1650805%2054.9861839%2C88.035954%2055.449908%2C88.035954%20C55.9786667%2C88.035954%2056.4197701%2C88.199954%2056.7788736%2C88.526069%20C57.137977%2C88.8512414%2057.3886897%2C89.3102529%2057.530069%2C89.9031034%20L56.843908%2C90.0982069%20C56.7223218%2C89.6325977%2056.5451264%2C89.2932874%2056.3113793%2C89.0802759%20C56.0814023%2C88.8682069%2055.7882759%2C88.7617011%2055.4348276%2C88.7617011%20C55.0304828%2C88.7617011%2054.6930575%2C88.8795172%2054.4206667%2C89.1151494%20C54.1482759%2C89.3526667%2053.9588276%2C89.6674713%2053.8485517%2C90.0661609%20C53.7382759%2C90.462023%2053.6845517%2C90.8729655%2053.6845517%2C91.2942759%20C53.6845517%2C91.8390575%2053.7486437%2C92.314092%2053.8777701%2C92.7212644%20C54.0106667%2C93.1265517%2054.2114253%2C93.430046%2054.4875862%2C93.6326897%20C54.7637471%2C93.8334483%2055.0615862%2C93.9324138%2055.383931%2C93.9324138%20C55.7722529%2C93.9324138%2056.1030805%2C93.7957471%2056.3745287%2C93.5214713%20C56.6450345%2C93.2471954%2056.8269425%2C92.8409655%2056.9230805%2C92.3037241%20Z%20M46.3931494%2C92.7391724%20L47.0576322%2C92.529931%20C47.1075862%2C92.8409655%2047.2395402%2C93.1538851%2047.4610345%2C93.4649195%20C47.6797011%2C93.775954%2047.9709425%2C93.9324138%2048.3309885%2C93.9324138%20C48.6995172%2C93.9324138%2048.9917011%2C93.8183678%2049.2037701%2C93.5865057%20C49.4177241%2C93.3584138%2049.5223448%2C93.0803678%2049.5223448%2C92.7542529%20C49.5223448%2C92.4026897%2049.4101839%2C92.1208736%2049.1858621%2C91.9125747%20C48.9605977%2C91.7052184%2048.6552184%2C91.5996552%2048.2668966%2C91.5996552%20L47.9313563%2C91.5996552%20L47.9313563%2C90.8616552%20C48.2537011%2C90.8616552%2048.4987586%2C90.839977%2048.6684138%2C90.7956782%20C48.8390115%2C90.7494943%2048.9888736%2C90.6354483%2049.1189425%2C90.4497701%20C49.249954%2C90.2631494%2049.314046%2C90.053908%2049.314046%2C89.8182759%20C49.314046%2C89.5402299%2049.2263908%2C89.2970575%2049.0473103%2C89.0887586%20C48.8710575%2C88.8832874%2048.6278851%2C88.7796092%2048.3243908%2C88.7796092%20C48.0585977%2C88.7796092%2047.8323908%2C88.8587816%2047.6448276%2C89.0208966%20C47.4553793%2C89.1830115%2047.3243678%2C89.3969655%2047.2546207%2C89.6637011%20C47.1829885%2C89.9304368%2047.1462299%2C90.1293103%2047.1462299%2C90.2603218%20L46.477977%2C90.0755862%20C46.6429195%2C88.7174023%2047.2621609%2C88.035954%2048.3309885%2C88.035954%20C48.8446667%2C88.035954%2049.2537241%2C88.2112644%2049.5572184%2C88.5590575%20C49.8569425%2C88.9068506%2050.0086897%2C89.314023%2050.0086897%2C89.7796322%20C50.0086897%2C90.3762529%2049.7768276%2C90.839977%2049.3102759%2C91.1670345%20C49.5798391%2C91.2575172%2049.8041609%2C91.4413103%2049.986069%2C91.7193563%20C50.1670345%2C91.9992874%2050.2565747%2C92.3329425%2050.2565747%2C92.7174943%20C50.2565747%2C93.2698161%2050.0822069%2C93.7297701%2049.7306437%2C94.102069%20C49.3809655%2C94.4715402%2048.9153563%2C94.6581609%2048.3328736%2C94.6581609%20C47.3394483%2C94.6581609%2046.6909885%2C94.0191264%2046.3931494%2C92.7391724%20Z%20M41.4024598%2C88.1462299%20L42.033954%2C88.1462299%20L42.033954%2C93.216092%20L44.8351494%2C88.1462299%20L45.5363908%2C88.1462299%20L45.5363908%2C94.5488276%20L44.903954%2C94.5488276%20L44.903954%2C89.4902759%20L42.0989885%2C94.5488276%20L41.4024598%2C94.5488276%20L41.4024598%2C88.1462299%20Z%20M34.456023%2C94.5488276%20L34.456023%2C88.1462299%20L38.2628966%2C88.1462299%20L38.2628966%2C88.9011954%20L35.1516092%2C88.9011954%20L35.1516092%2C90.8616552%20L38.065908%2C90.8616552%20L38.065908%2C91.6128506%20L35.1516092%2C91.6128506%20L35.1516092%2C93.7929195%20L38.3854253%2C93.7929195%20L38.3854253%2C94.5488276%20L34.456023%2C94.5488276%20Z%20M30.3277471%2C93.8277931%20L31.7208046%2C93.8277931%20C31.9752874%2C93.8277931%2032.1751034%2C93.7976322%2032.3211954%2C93.7391954%20C32.4663448%2C93.677931%2032.5917011%2C93.5601149%2032.6963218%2C93.3895172%20C32.8009425%2C93.216092%2032.8527816%2C92.9898851%2032.8527816%2C92.709954%20C32.8527816%2C92.4451034%2032.7971724%2C92.2226667%2032.6868966%2C92.0435862%20C32.5756782%2C91.8654483%2032.4248736%2C91.7476322%2032.2363678%2C91.692023%20C32.0488046%2C91.6364138%2031.7236322%2C91.6090805%2031.2617931%2C91.6090805%20L30.3277471%2C91.6090805%20L30.3277471%2C93.8277931%20Z%20M30.3277471%2C88.1462299%20L30.3277471%2C90.8805057%20L31.586023%2C90.8805057%20C32.1666207%2C90.8805057%2032.5888736%2C90.9615632%2032.8527816%2C91.1236782%20C33.1166897%2C91.2829655%2033.3070805%2C91.5101149%2033.4248966%2C91.7966437%20C33.5408276%2C92.086%2033.5992644%2C92.3810115%2033.5992644%2C92.6826207%20C33.5992644%2C93.0841379%2033.5153793%2C93.4357011%2033.3476092%2C93.7467356%20C33.177954%2C94.0558851%2032.9724828%2C94.2670115%2032.7330805%2C94.3801149%20C32.4917931%2C94.4922759%2032.144%2C94.5488276%2031.6897011%2C94.5488276%20L29.6312184%2C94.5488276%20L29.6312184%2C88.9011954%20L27.7273103%2C88.9011954%20L27.7273103%2C92.1981609%20C27.7273103%2C92.8682989%2027.7018621%2C93.3584138%2027.650023%2C93.6713333%20C27.5981839%2C93.9823678%2027.4907356%2C94.2255402%2027.3248506%2C94.398023%20C27.1589655%2C94.5714483%2026.9497241%2C94.6581609%2026.6952414%2C94.6581609%20C26.5425517%2C94.6581609%2026.3587586%2C94.6223448%2026.1429195%2C94.5525977%20L26.2616782%2C93.8014023%20C26.3766667%2C93.8588966%2026.4756322%2C93.89%2026.5566897%2C93.89%20C26.714092%2C93.89%2026.8337931%2C93.8164828%2026.912023%2C93.6732184%20C26.9902529%2C93.5290115%2027.0307816%2C93.1887586%2027.0307816%2C92.6534023%20L27.0307816%2C88.1462299%20L30.3277471%2C88.1462299%20Z%20M21.4481839%2C91.4431954%20C21.4481839%2C92.2151264%2021.6187816%2C92.8221149%2021.959977%2C93.266046%20C22.3011724%2C93.709977%2022.7290805%2C93.9324138%2023.2446437%2C93.9324138%20C23.7696322%2C93.9324138%2024.2013103%2C93.709977%2024.5387356%2C93.2603908%20C24.878046%2C92.8117471%2025.0477011%2C92.1745977%2025.0477011%2C91.3517701%20C25.0477011%2C90.8305517%2024.9741839%2C90.3762529%2024.829977%2C89.9869885%20C24.6848276%2C89.5967816%2024.4727586%2C89.2970575%2024.1947126%2C89.0821609%20C23.9147816%2C88.8682069%2023.6028046%2C88.7617011%2023.255954%2C88.7617011%20C22.7611264%2C88.7617011%2022.3369885%2C88.9671724%2021.9816552%2C89.38%20C21.6253793%2C89.7918851%2021.4481839%2C90.4808736%2021.4481839%2C91.4431954%20Z%20M20.729977%2C91.4309425%20C20.729977%2C90.3668276%2020.9637241%2C89.5345747%2021.434046%2C88.9341839%20C21.9024828%2C88.3347356%2022.5094713%2C88.0321839%2023.2521839%2C88.0321839%20C23.7375862%2C88.0321839%2024.1758621%2C88.1745057%2024.566069%2C88.4553793%20C24.9562759%2C88.7390805%2025.2541149%2C89.1330575%2025.4586437%2C89.6373103%20C25.6641149%2C90.1425057%2025.7649655%2C90.7165057%2025.7649655%2C91.3555402%20C25.7649655%2C92.0049425%2025.6594023%2C92.5864828%2025.4426207%2C93.0982759%20C25.2277241%2C93.610069%2024.9214023%2C93.9983908%2024.5264828%2C94.2622989%20C24.1315632%2C94.5252644%2023.7055402%2C94.6581609%2023.2484138%2C94.6581609%20C22.7517011%2C94.6581609%2022.3096552%2C94.512069%2021.9194483%2C94.2198851%20C21.5282989%2C93.9305287%2021.2323448%2C93.5308966%2021.0315862%2C93.0285287%20C20.8308276%2C92.5261609%2020.729977%2C91.9917471%2020.729977%2C91.4309425%20Z%20M16.925931%2C93.8277931%20L18.3189885%2C93.8277931%20C18.6950575%2C93.8277931%2018.9768736%2C93.7335402%2019.1644368%2C93.5478621%20C19.3529425%2C93.3621839%2019.4462529%2C93.0841379%2019.4462529%2C92.709954%20C19.4462529%2C92.4451034%2019.3925287%2C92.2226667%2019.2850805%2C92.0454713%20C19.1785747%2C91.8692184%2019.0277701%2C91.7514023%2018.8354943%2C91.692023%20C18.6441609%2C91.6335862%2018.3171034%2C91.6034253%2017.8543218%2C91.6034253%20L16.925931%2C91.6034253%20L16.925931%2C93.8277931%20Z%20M16.2284598%2C88.1462299%20L19.6441839%2C88.1462299%20L19.6441839%2C88.9011954%20L16.925931%2C88.9011954%20L16.925931%2C90.8748506%20L18.1823218%2C90.8748506%20C18.6469885%2C90.8748506%2019.0164598%2C90.9285747%2019.2907356%2C91.0388506%20C19.564069%2C91.1453563%2019.7846207%2C91.348%2019.9495632%2C91.6458391%20C20.1145057%2C91.9446207%2020.1983908%2C92.2924138%2020.1983908%2C92.6882759%20C20.1983908%2C93.0115632%2020.138069%2C93.3122299%2020.0202529%2C93.594046%20C19.9014943%2C93.8749195%2019.7252414%2C94.103954%2019.4896092%2C94.282092%20C19.2549195%2C94.4592874%2018.8552874%2C94.5488276%2018.2897701%2C94.5488276%20L16.2284598%2C94.5488276%20L16.2284598%2C88.1462299%20Z%20M12.1623908%2C92.7306897%20L12.7910575%2C92.6270115%20C12.8070805%2C93.1152414%2012.8834253%2C93.4517241%2013.0163218%2C93.6326897%20C13.152046%2C93.8127126%2013.3367816%2C93.9013103%2013.5733563%2C93.9013103%20C13.7486667%2C93.9013103%2013.8994713%2C93.8532414%2014.0267126%2C93.7561609%20C14.153954%2C93.6581379%2014.2397241%2C93.5252414%2014.2887356%2C93.3584138%20C14.3358621%2C93.1906437%2014.3603678%2C92.923908%2014.3603678%2C92.5572644%20L14.3603678%2C88.1462299%20L15.0578391%2C88.1462299%20L15.0578391%2C92.5091954%20C15.0578391%2C93.0436092%2015.0041149%2C93.4592644%2014.8985517%2C93.7542759%20C14.7911034%2C94.0464598%2014.6223908%2C94.2707816%2014.3914713%2C94.4253563%20C14.1596092%2C94.5808736%2013.8881609%2C94.6581609%2013.5771264%2C94.6581609%20C13.1152874%2C94.6581609%2012.7618391%2C94.496046%2012.5158391%2C94.1718161%20C12.2707816%2C93.8494713%2012.1529655%2C93.3687816%2012.1623908%2C92.7306897%20Z%20M8.55156322%2C91.9182299%20L10.3385977%2C91.9182299%20L9.78816092%2C90.1453333%20C9.62133333%2C89.608092%209.49597701%2C89.166046%209.41491954%2C88.8182529%20C9.348%2C89.2291954%209.2528046%2C89.6354253%209.13121839%2C90.0425977%20L8.55156322%2C91.9182299%20Z%20M7.03314943%2C94.5488276%20L9.05581609%2C88.1462299%20L9.80606897%2C88.1462299%20L11.9606897%2C94.5488276%20L11.1670805%2C94.5488276%20L10.5525517%2C92.6091034%20L8.3508046%2C92.6091034%20L7.77303448%2C94.5488276%20L7.03314943%2C94.5488276%20Z%20M2.32050575%2C94.5488276%20L2.32050575%2C88.1462299%20L3.01703448%2C88.1462299%20L3.01703448%2C90.7749425%20L5.75508046%2C90.7749425%20L5.75508046%2C88.1462299%20L6.4516092%2C88.1462299%20L6.4516092%2C94.5488276%20L5.75508046%2C94.5488276%20L5.75508046%2C91.5317931%20L3.01703448%2C91.5317931%20L3.01703448%2C94.5488276%20L2.32050575%2C94.5488276%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M35.5597241%2C116.188345%20L35.5597241%2C117.630414%20L31.0968506%2C117.630414%20C31.1449195%2C117.085632%2031.2910115%2C116.568184%2031.536069%2C116.076184%20C31.7811264%2C115.586069%2032.2571034%2C114.940437%2032.964%2C114.142115%20C33.5229195%2C113.506851%2033.8678851%2C113.076115%2033.996069%2C112.850851%20C34.1883448%2C112.524736%2034.2835402%2C112.194851%2034.2835402%2C111.86308%20C34.2835402%2C111.509632%2034.2043678%2C111.243839%2034.046023%2C111.063816%20C33.8876782%2C110.882851%2033.6793793%2C110.79331%2033.422069%2C110.79331%20C32.8584368%2C110.79331%2032.5549425%2C111.214621%2032.5106437%2C112.057241%20L31.2457701%2C111.902667%20C31.3230575%2C111.077954%2031.5530345%2C110.472851%2031.9338161%2C110.086414%20C32.3145977%2C109.699977%2032.8216782%2C109.505816%2033.4550575%2C109.505816%20C34.1506437%2C109.505816%2034.6756322%2C109.732966%2035.0290805%2C110.184437%20C35.3825287%2C110.637793%2035.5597241%2C111.156184%2035.5597241%2C111.741494%20C35.5597241%2C112.072322%2035.5144828%2C112.392782%2035.424%2C112.703816%20C35.3335172%2C113.014851%2035.1949655%2C113.32777%2035.0074023%2C113.641632%20C34.8188966%2C113.956437%2034.505977%2C114.358897%2034.0686437%2C114.847126%20C33.6595862%2C115.308023%2033.4003908%2C115.611517%2033.292%2C115.757609%20C33.1836092%2C115.905586%2033.095954%2C116.048851%2033.029977%2C116.188345%20L35.5597241%2C116.188345%22%20id%3D%22Fill-9%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M38.572046%2C110.79331%20C38.3203908%2C110.79331%2038.1205747%2C110.958253%2037.9707126%2C111.290023%20C37.8208506%2C111.620851%2037.7463908%2C112.404092%2037.7463908%2C113.639747%20C37.7463908%2C114.876345%2037.8208506%2C115.658644%2037.9707126%2C115.987586%20C38.1205747%2C116.316529%2038.3203908%2C116.481471%2038.572046%2C116.481471%20C38.8265287%2C116.481471%2039.0282299%2C116.315586%2039.1752644%2C115.984759%20C39.3232414%2C115.653931%2039.3977011%2C114.872575%2039.3977011%2C113.639747%20C39.3977011%2C112.404092%2039.3232414%2C111.620851%2039.1752644%2C111.290023%20C39.0282299%2C110.958253%2038.8265287%2C110.79331%2038.572046%2C110.79331%20Z%20M38.5692184%2C109.505816%20C39.2129655%2C109.505816%2039.7341839%2C109.81308%2040.1328736%2C110.424782%20C40.5296782%2C111.037425%2040.7285517%2C112.10908%2040.7285517%2C113.639747%20C40.7285517%2C115.166644%2040.5296782%2C116.236414%2040.1328736%2C116.849057%20C39.7341839%2C117.461701%2039.2148506%2C117.768023%2038.5748736%2C117.768023%20C37.9301839%2C117.768023%2037.4089655%2C117.464529%2037.0121609%2C116.85754%20C36.6144138%2C116.250552%2036.4155402%2C115.172299%2036.4155402%2C113.623724%20C36.4155402%2C112.103425%2036.6144138%2C111.037425%2037.0121609%2C110.424782%20C37.4089655%2C109.81308%2037.9282989%2C109.505816%2038.5692184%2C109.505816%20Z%22%20id%3D%22Fill-10%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M44.8313793%2C117.630414%20L43.5617931%2C117.630414%20L43.5617931%2C111.782023%20C43.0867586%2C112.315494%2042.5382069%2C112.707586%2041.9161379%2C112.958299%20L41.9161379%2C111.549218%20C42.2695862%2C111.405954%2042.6352874%2C111.150529%2043.0151264%2C110.781057%20C43.394023%2C110.411586%2043.6569885%2C109.987448%2043.8049655%2C109.505816%20L44.8313793%2C109.505816%20L44.8313793%2C117.630414%22%20id%3D%22Fill-11%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3Cpath%20d%3D%22M49.2282759%2C114.636943%20L49.2282759%2C111.872506%20L47.7032644%2C114.636943%20L49.2282759%2C114.636943%20Z%20M49.2282759%2C117.630414%20L49.2282759%2C116.000782%20L46.5109655%2C116.000782%20L46.5109655%2C114.642598%20L49.3875632%2C109.505816%20L50.4592184%2C109.505816%20L50.4592184%2C114.636943%20L51.282046%2C114.636943%20L51.282046%2C116.000782%20L50.4592184%2C116.000782%20L50.4592184%2C117.630414%20L49.2282759%2C117.630414%20Z%22%20id%3D%22Fill-12%22%20fill%3D%22rgb%280%2C0%2C0%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-najbolje_iz_srbije, .ico-newsletter_toggle_active {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-newsletter_toggle_active {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Enewsletter_toggle_active%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.146%200.58h20.071c8.516%200%2015.42%206.905%2015.42%2015.42s-6.904%2015.42-15.42%2015.42h-20.071c-8.516%200-15.419-6.905-15.419-15.42s6.903-15.42%2015.419-15.42z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M36.072%202.049c7.705%200%2013.952%206.247%2013.952%2013.951s-6.247%2013.951-13.952%2013.951c-7.705%200-13.951-6.246-13.951-13.951s6.246-13.951%2013.951-13.951z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-newsletter_toggle_inactive {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Enewsletter_toggle_inactive%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.146%200.58h20.071c8.516%200%2015.42%206.905%2015.42%2015.42s-6.904%2015.42-15.42%2015.42h-20.071c-8.516%200-15.419-6.905-15.419-15.42s6.903-15.42%2015.419-15.42z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M36.072%202.049c7.705%200%2013.952%206.247%2013.952%2013.951s-6.247%2013.951-13.952%2013.951c-7.705%200-13.951-6.246-13.951-13.951s6.246-13.951%2013.951-13.951z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-newsletter_toggle_inactive, .ico-pager_glavni_slider_aktivan {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-pager_glavni_slider_aktivan {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epager_glavni_slider_aktivan%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16%200c8.837%200%2016%207.163%2016%2016s-7.163%2016-16%2016-16-7.163-16-16%207.163-16%2016-16z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-pager_glavni_slider_neaktivan {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epager_glavni_slider_neaktivan%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2027.077c-6.107%200-11.077-4.97-11.077-11.077s4.97-11.077%2011.077-11.077%2011.077%204.97%2011.077%2011.077-4.97%2011.077-11.077%2011.077z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-pager_glavni_slider_neaktivan, .ico-pin_dobavljaci {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-pin_dobavljaci {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2232%22%20viewBox%3D%220%200%2023%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epin_dobavljaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.341%2012.56c0%206.825-8.827%2015.706-8.827%2015.706s-8.827-8.968-8.827-15.706c0-4.875%203.952-8.827%208.827-8.827s8.827%203.953%208.827%208.827z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-pin_forma_ideale {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2232%22%20viewBox%3D%220%200%2023%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epin_forma_ideale%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.028%2011.514c0%208.901-11.514%2020.486-11.514%2020.486s-11.514-11.698-11.514-20.486c0-6.359%205.156-11.514%2011.514-11.514s11.514%205.155%2011.514%2011.514z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.433%2020.881c-5.149%200-9.338-4.189-9.338-9.338s4.189-9.338%209.338-9.338%209.338%204.189%209.338%209.338c0%205.149-4.189%209.338-9.338%209.338zM11.433%202.751c-4.848%200-8.793%203.944-8.793%208.792s3.945%208.792%208.792%208.792%208.792-3.944%208.792-8.792c0.001-4.848-3.944-8.792-8.791-8.792z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.053%2016.532l-1.028-0.087%200.841-9.892h9.974v1.030h-9.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M8.364%2016.532l-1.026-0.087%200.73-8.582h8.661v1.032h-7.715z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.675%2016.532l-1.026-0.087%200.617-7.269h7.35v1.029h-6.404z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M12.298%2016.532l-1.026-0.087%200.394-4.646h4.73v1.030h-3.782z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.609%2016.532l-1.026-0.087%200.283-3.336h3.418v1.031h-2.472z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-pin_forma_ideale, .ico-play {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-play {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2232%22%20viewBox%3D%220%200%2027%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eplay%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0.013%200l-0.013%2032%2027.372-16.006z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-plus {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%20%3Ctitle%3Eplus%3C%2Ftitle%3E%20%3Cpath%20d%3D%22M13.832%2018.067h-11.949v-4.134h11.951v-12.051h4.331v12.053h11.953v4.132h-11.953v12.051h-4.333v-12.051z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-plus, .ico-pogledaj_korpu_dropdown {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-pogledaj_korpu_dropdown {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epogledaj_korpu_dropdown%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M64%200l-32%2032-32-32z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-police {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epolice%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.201%2029.758h-25.794c-0.775%200-1.407-0.632-1.407-1.409v-26.942c0-0.775%200.632-1.407%201.407-1.407h25.794c0.776%200%201.407%200.632%201.407%201.407v26.942c0%200.764-0.644%201.409-1.407%201.409zM1.407%201.291c-0.063%200-0.117%200.054-0.117%200.117v26.942c0%200.060%200.056%200.118%200.117%200.118h25.794c0.056%200%200.117-0.060%200.117-0.118v-26.941c0-0.059-0.057-0.117-0.117-0.117h-25.794z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.305%2029.684c-0.356%200-0.645-0.289-0.645-0.645v-27.56c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v27.56c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.807%2031.999h-25.005c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h25.005c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.81%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.798%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2.796%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.22%2010.304c-0.224%200-0.441-0.117-0.56-0.324l-2.788-4.869c-0.177-0.31-0.070-0.704%200.239-0.881s0.704-0.070%200.88%200.239l2.787%204.869c0.177%200.309%200.070%200.704-0.239%200.88-0.1%200.058-0.211%200.086-0.319%200.086z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.548%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.731%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21.543%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.727%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.911%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M19.436%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.727%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21.543%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M17.366%2029.032c-0.11%200-0.222-0.028-0.324-0.088-0.307-0.18-0.411-0.575-0.232-0.883l2.542-4.355c0.179-0.306%200.575-0.411%200.883-0.232s0.411%200.575%200.232%200.883l-2.542%204.355c-0.12%200.205-0.336%200.32-0.558%200.32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M4.904%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.088%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2.796%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.841%2010.811h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.841%2020.282h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M4.904%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M7.088%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.271%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c-0.001%200.356-0.29%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2.796%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.911%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-police, .ico-predsoblja {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-predsoblja {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epredsoblja%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.564%2029.703h-25.122c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.795%200.647-1.442%201.442-1.442h25.122c0.782%200%201.442%200.66%201.442%201.442v26.818c0%200.782-0.659%201.443-1.442%201.443zM1.442%201.322c-0.064%200-0.119%200.055-0.119%200.119v26.819c0%200.063%200.067%200.121%200.119%200.121h25.122c0.053%200%200.12-0.068%200.12-0.121v-26.818c0-0.053-0.057-0.12-0.12-0.12h-25.122z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.156%2032h-24.306c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h24.306c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.151%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.665%203.73h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.345%2010.739h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.665%2013.146h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.345%2020.153h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.665%2022.562h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-preporuka_meseca {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2265px%22%20height%3D%2243px%22%20viewBox%3D%220%200%2065%2043%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2053.2%20%2872643%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Epreporuka%20meseca%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22preporuka-meseca%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cpath%20d%3D%22M50.3425738%2C41.4953965%20C57.0877531%2C41.3139054%2062.5%2C35.7890095%2062.5000001%2C29.0004725%20L62.4952803%2C14.0162957%20C62.4952803%2C7.11356312%2056.9001315%2C1.51746514%2049.9973995%2C1.51629585%20C40.3055907%2C1.51465043%2033.0393448%2C1.51310326%2028.1986373%2C1.51165433%20C25.7782036%2C1.51092984%2023.9641654%2C1.51022991%2022.7564737%2C1.50955449%20C22.1524665%2C1.5092167%2021.7000682%2C1.50888501%2021.3991794%2C1.50855928%20C21.1922622%2C1.50831556%2021.1922622%2C1.50831556%2021.0604286%2C1.50807325%20C21.0084102%2C1.5079519%2021.0084102%2C1.5079519%2020.9738555%2C1.50782441%20C20.9594775%2C1.50775763%2020.9594775%2C1.50775763%2020.9466235%2C1.50766048%20C20.9396682%2C1.50759846%2020.9396682%2C1.50759846%2020.9263332%2C1.50738413%20C20.9209404%2C1.50729425%2020.9185331%2C1.50725413%2020.9121872%2C1.50703986%20C19.0167433%2C1.46368624%2017.8888256%2C1.71386633%2016.5953102%2C2.83049813%20L2.36400795%2C15.0916873%20C2.18217164%2C15.2488448%202.10864238%2C15.3599471%201.94935485%2C15.9234718%20C1.64545131%2C16.9986166%201.47326757%2C18.8127712%201.49906505%2C21.5395212%20C1.52237251%2C24.2167662%201.72548354%2C25.9982606%202.04556049%2C27.0530555%20C2.21318106%2C27.6054393%202.28920448%2C27.716093%202.47965906%2C27.8752071%20L16.906596%2C40.1544946%20C17.9159919%2C41.0135075%2019.2511804%2C41.462697%2020.9543847%2C41.4854873%20L50.3425738%2C41.4953965%20Z%20M20.9887106%2C-1.49197979%20L22.1188537%2C0.95250133%20L21.0956973%2C-1.48566255%20C21.0583301%2C-1.48888869%2021.0583301%2C-1.48888869%2021.0226304%2C-1.49080086%20C20.9990169%2C-1.49168051%2020.9938196%2C-1.49187412%2020.9887106%2C-1.49197979%20Z%22%20id%3D%22path16%22%20stroke%3D%22rgb%280%2C0%2C0%29%22%20stroke-width%3D%223%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%20transform%3D%22translate%2831.998279%2C%2021.500000%29%20scale%28-1%2C%201%29%20translate%28-31.998279%2C%20-21.500000%29%20%22%2F%3E%20%3Cpath%20d%3D%22M9.48%2C18%20L9.48%2C10.88%20L11.01%2C10.88%20C11.2900014%2C10.88%2011.5366656%2C10.9166663%2011.75%2C10.99%20C11.9633344%2C11.0633337%2012.1566658%2C11.1933324%2012.33%2C11.38%20C12.5033342%2C11.5666676%2012.623333%2C11.7849987%2012.69%2C12.035%20C12.756667%2C12.2850013%2012.79%2C12.6233312%2012.79%2C13.05%20C12.79%2C13.3700016%2012.7716668%2C13.6399989%2012.735%2C13.86%20C12.6983331%2C14.0800011%2012.6200006%2C14.2866657%2012.5%2C14.48%20C12.3599993%2C14.7133345%2012.1733345%2C14.8949993%2011.94%2C15.025%20C11.7066655%2C15.1550006%2011.4000019%2C15.22%2011.02%2C15.22%20L10.5%2C15.22%20L10.5%2C18%20L9.48%2C18%20Z%20M10.5%2C11.84%20L10.5%2C14.26%20L10.99%2C14.26%20C11.1966677%2C14.26%2011.3566661%2C14.2300003%2011.47%2C14.17%20C11.5833339%2C14.1099997%2011.6666664%2C14.0266672%2011.72%2C13.92%20C11.7733336%2C13.8199995%2011.8049999%2C13.6966674%2011.815%2C13.55%20C11.825%2C13.4033326%2011.83%2C13.2400009%2011.83%2C13.06%20C11.83%2C12.8933325%2011.8266667%2C12.7350007%2011.82%2C12.585%20C11.8133333%2C12.4349993%2011.7833336%2C12.3033339%2011.73%2C12.19%20C11.6766664%2C12.0766661%2011.5966672%2C11.9900003%2011.49%2C11.93%20C11.3833328%2C11.8699997%2011.230001%2C11.84%2011.03%2C11.84%20L10.5%2C11.84%20Z%20M14.87%2C11.84%20L14.87%2C14.06%20L15.45%2C14.06%20C15.6300009%2C14.06%2015.7733328%2C14.0350002%2015.88%2C13.985%20C15.9866672%2C13.9349997%2016.0699997%2C13.8633338%2016.13%2C13.77%20C16.1833336%2C13.6766662%2016.2199999%2C13.5616674%2016.24%2C13.425%20C16.2600001%2C13.2883327%2016.27%2C13.1300009%2016.27%2C12.95%20C16.27%2C12.7699991%2016.2600001%2C12.6116673%2016.24%2C12.475%20C16.2199999%2C12.3383326%2016.1800003%2C12.2200005%2016.12%2C12.12%20C15.9933327%2C11.9333324%2015.7533351%2C11.84%2015.4%2C11.84%20L14.87%2C11.84%20Z%20M13.85%2C18%20L13.85%2C10.88%20L15.49%2C10.88%20C16.690006%2C10.88%2017.29%2C11.5766597%2017.29%2C12.97%20C17.29%2C13.3900021%2017.2250007%2C13.7466652%2017.095%2C14.04%20C16.9649994%2C14.3333348%2016.7366683%2C14.5699991%2016.41%2C14.75%20L17.51%2C18%20L16.43%2C18%20L15.48%2C14.96%20L14.87%2C14.96%20L14.87%2C18%20L13.85%2C18%20Z%20M18.41%2C18%20L18.41%2C10.88%20L21.45%2C10.88%20L21.45%2C11.84%20L19.43%2C11.84%20L19.43%2C13.93%20L21.19%2C13.93%20L21.19%2C14.89%20L19.43%2C14.89%20L19.43%2C16.98%20L21.45%2C16.98%20L21.45%2C18%20L18.41%2C18%20Z%20M22.41%2C18%20L22.41%2C10.88%20L23.94%2C10.88%20C24.2200014%2C10.88%2024.4666656%2C10.9166663%2024.68%2C10.99%20C24.8933344%2C11.0633337%2025.0866658%2C11.1933324%2025.26%2C11.38%20C25.4333342%2C11.5666676%2025.553333%2C11.7849987%2025.62%2C12.035%20C25.686667%2C12.2850013%2025.72%2C12.6233312%2025.72%2C13.05%20C25.72%2C13.3700016%2025.7016669%2C13.6399989%2025.665%2C13.86%20C25.6283332%2C14.0800011%2025.5500006%2C14.2866657%2025.43%2C14.48%20C25.2899993%2C14.7133345%2025.1033345%2C14.8949993%2024.87%2C15.025%20C24.6366655%2C15.1550006%2024.3300019%2C15.22%2023.95%2C15.22%20L23.43%2C15.22%20L23.43%2C18%20L22.41%2C18%20Z%20M23.43%2C11.84%20L23.43%2C14.26%20L23.92%2C14.26%20C24.1266677%2C14.26%2024.2866661%2C14.2300003%2024.4%2C14.17%20C24.5133339%2C14.1099997%2024.5966664%2C14.0266672%2024.65%2C13.92%20C24.7033336%2C13.8199995%2024.735%2C13.6966674%2024.745%2C13.55%20C24.7550001%2C13.4033326%2024.76%2C13.2400009%2024.76%2C13.06%20C24.76%2C12.8933325%2024.7566667%2C12.7350007%2024.75%2C12.585%20C24.7433333%2C12.4349993%2024.7133336%2C12.3033339%2024.66%2C12.19%20C24.6066664%2C12.0766661%2024.5266672%2C11.9900003%2024.42%2C11.93%20C24.3133328%2C11.8699997%2024.160001%2C11.84%2023.96%2C11.84%20L23.43%2C11.84%20Z%20M26.72%2C12.56%20C26.72%2C12.2733319%2026.7699995%2C12.0200011%2026.87%2C11.8%20C26.9700005%2C11.5799989%2027.1033325%2C11.3966674%2027.27%2C11.25%20C27.4300008%2C11.1099993%2027.6116657%2C11.0033337%2027.815%2C10.93%20C28.0183344%2C10.8566663%2028.2233323%2C10.82%2028.43%2C10.82%20C28.6366677%2C10.82%2028.8416657%2C10.8566663%2029.045%2C10.93%20C29.2483344%2C11.0033337%2029.4333325%2C11.1099993%2029.6%2C11.25%20C29.7600008%2C11.3966674%2029.8899995%2C11.5799989%2029.99%2C11.8%20C30.0900005%2C12.0200011%2030.14%2C12.2733319%2030.14%2C12.56%20L30.14%2C16.32%20C30.14%2C16.6200015%2030.0900005%2C16.8766656%2029.99%2C17.09%20C29.8899995%2C17.3033344%2029.7600008%2C17.4799993%2029.6%2C17.62%20C29.4333325%2C17.7666674%2029.2483344%2C17.8766663%2029.045%2C17.95%20C28.8416657%2C18.0233337%2028.6366677%2C18.06%2028.43%2C18.06%20C28.2233323%2C18.06%2028.0183344%2C18.0233337%2027.815%2C17.95%20C27.6116657%2C17.8766663%2027.4300008%2C17.7666674%2027.27%2C17.62%20C27.1033325%2C17.4799993%2026.9700005%2C17.3033344%2026.87%2C17.09%20C26.7699995%2C16.8766656%2026.72%2C16.6200015%2026.72%2C16.32%20L26.72%2C12.56%20Z%20M27.74%2C16.32%20C27.74%2C16.5666679%2027.8083327%2C16.7483327%2027.945%2C16.865%20C28.0816674%2C16.9816673%2028.2433324%2C17.04%2028.43%2C17.04%20C28.6166676%2C17.04%2028.7783327%2C16.9816673%2028.915%2C16.865%20C29.0516674%2C16.7483327%2029.12%2C16.5666679%2029.12%2C16.32%20L29.12%2C12.56%20C29.12%2C12.3133321%2029.0516674%2C12.1316672%2028.915%2C12.015%20C28.7783327%2C11.8983327%2028.6166676%2C11.84%2028.43%2C11.84%20C28.2433324%2C11.84%2028.0816674%2C11.8983327%2027.945%2C12.015%20C27.8083327%2C12.1316672%2027.74%2C12.3133321%2027.74%2C12.56%20L27.74%2C16.32%20Z%20M32.3600001%2C11.84%20L32.3600001%2C14.06%20L32.9400001%2C14.06%20C33.120001%2C14.06%2033.2633329%2C14.0350002%2033.3700001%2C13.985%20C33.4766673%2C13.9349997%2033.5599998%2C13.8633338%2033.6200001%2C13.77%20C33.6733337%2C13.6766662%2033.71%2C13.5616674%2033.7300001%2C13.425%20C33.7500002%2C13.2883327%2033.7600001%2C13.1300009%2033.7600001%2C12.95%20C33.7600001%2C12.7699991%2033.7500002%2C12.6116673%2033.7300001%2C12.475%20C33.71%2C12.3383326%2033.6700004%2C12.2200005%2033.6100001%2C12.12%20C33.4833328%2C11.9333324%2033.2433352%2C11.84%2032.8900001%2C11.84%20L32.3600001%2C11.84%20Z%20M31.3400001%2C18%20L31.3400001%2C10.88%20L32.9800001%2C10.88%20C34.1800061%2C10.88%2034.7800001%2C11.5766597%2034.7800001%2C12.97%20C34.7800001%2C13.3900021%2034.7150007%2C13.7466652%2034.5850001%2C14.04%20C34.4549994%2C14.3333348%2034.2266684%2C14.5699991%2033.9000001%2C14.75%20L35.0000001%2C18%20L33.9200001%2C18%20L32.9700001%2C14.96%20L32.3600001%2C14.96%20L32.3600001%2C18%20L31.3400001%2C18%20Z%20M39.2000001%2C10.88%20L39.2000001%2C16.4%20C39.2000001%2C16.6333345%2039.1583338%2C16.8483323%2039.0750001%2C17.045%20C38.9916663%2C17.2416677%2038.8733342%2C17.4166659%2038.7200001%2C17.57%20C38.566666%2C17.7233341%2038.3900011%2C17.8433329%2038.1900001%2C17.93%20C37.9899991%2C18.0166671%2037.7766679%2C18.06%2037.5500001%2C18.06%20C37.3233323%2C18.06%2037.1116677%2C18.0166671%2036.9150001%2C17.93%20C36.7183324%2C17.8433329%2036.5433342%2C17.7233341%2036.3900001%2C17.57%20C36.236666%2C17.4166659%2036.1166672%2C17.2416677%2036.0300001%2C17.045%20C35.943333%2C16.8483323%2035.9000001%2C16.6333345%2035.9000001%2C16.4%20L35.9000001%2C10.88%20L36.9200001%2C10.88%20L36.9200001%2C16.3%20C36.9200001%2C16.5533346%2036.9799995%2C16.7399994%2037.1000001%2C16.86%20C37.2200007%2C16.9800006%2037.3699992%2C17.04%2037.5500001%2C17.04%20C37.730001%2C17.04%2037.8799995%2C16.9800006%2038.0000001%2C16.86%20C38.1200007%2C16.7399994%2038.1800001%2C16.5533346%2038.1800001%2C16.3%20L38.1800001%2C10.88%20L39.2000001%2C10.88%20Z%20M40.4600001%2C18%20L40.4600001%2C10.88%20L41.4800001%2C10.88%20L41.4800001%2C14.13%20L41.5000001%2C14.13%20L42.9900001%2C10.88%20L44.0100001%2C10.88%20L42.6200001%2C13.73%20L44.2700001%2C18%20L43.1900001%2C18%20L42.0300001%2C14.84%20L41.4800001%2C15.87%20L41.4800001%2C18%20L40.4600001%2C18%20Z%20M47.0800001%2C15.51%20L46.5800001%2C12.93%20L46.5600001%2C12.93%20L46.0600001%2C15.51%20L47.0800001%2C15.51%20Z%20M44.5600001%2C18%20L46.1500001%2C10.88%20L47.0000001%2C10.88%20L48.5900001%2C18%20L47.5700001%2C18%20L47.2700001%2C16.47%20L45.8800001%2C16.47%20L45.5800001%2C18%20L44.5600001%2C18%20Z%22%20id%3D%22PREPORUKA%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%2F%3E%20%3Cpath%20d%3D%22M9.768%2C32%20L9.768%2C20.608%20L11.336%2C20.608%20L13.432%2C26.64%20L13.464%2C26.64%20L15.544%2C20.608%20L17.128%2C20.608%20L17.128%2C32%20L15.496%2C32%20L15.496%2C25.072%20L15.464%2C25.072%20L13.848%2C29.968%20L13.032%2C29.968%20L11.432%2C25.072%20L11.4%2C25.072%20L11.4%2C32%20L9.768%2C32%20Z%20M18.664%2C32%20L18.664%2C20.608%20L23.528%2C20.608%20L23.528%2C22.144%20L20.296%2C22.144%20L20.296%2C25.488%20L23.112%2C25.488%20L23.112%2C27.024%20L20.296%2C27.024%20L20.296%2C30.368%20L23.528%2C30.368%20L23.528%2C32%20L18.664%2C32%20Z%20M29.864%2C23.888%20L28.232%2C23.888%20L28.232%2C23.52%20C28.232%2C23.1466648%2028.1440009%2C22.8240014%2027.968%2C22.552%20C27.7919991%2C22.2799986%2027.4960021%2C22.144%2027.08%2C22.144%20C26.8559989%2C22.144%2026.6746674%2C22.1866662%2026.536%2C22.272%20C26.3973326%2C22.3573338%2026.2853338%2C22.4639994%2026.2%2C22.592%20C26.1146662%2C22.7306674%2026.0560002%2C22.8879991%2026.024%2C23.064%20C25.9919998%2C23.2400009%2025.976%2C23.423999%2025.976%2C23.616%20C25.976%2C23.8400011%2025.9839999%2C24.0266659%2026%2C24.176%20C26.0160001%2C24.3253341%2026.0559997%2C24.4586661%2026.12%2C24.576%20C26.1840003%2C24.6933339%2026.2773327%2C24.7946662%2026.4%2C24.88%20C26.5226673%2C24.9653338%2026.6906656%2C25.0506662%2026.904%2C25.136%20L28.152%2C25.632%20C28.5146685%2C25.7706674%2028.8079989%2C25.9333324%2029.032%2C26.12%20C29.2560011%2C26.3066676%2029.4319994%2C26.5226654%2029.56%2C26.768%20C29.6773339%2C27.0240013%2029.7573331%2C27.314665%2029.8%2C27.64%20C29.8426669%2C27.965335%2029.864%2C28.3359979%2029.864%2C28.752%20C29.864%2C29.2320024%2029.8160005%2C29.6773313%2029.72%2C30.088%20C29.6239995%2C30.4986687%2029.4693344%2C30.8479986%2029.256%2C31.136%20C29.0319989%2C31.4346682%2028.7386685%2C31.6693325%2028.376%2C31.84%20C28.0133315%2C32.0106675%2027.5706693%2C32.096%2027.048%2C32.096%20C26.6533314%2C32.096%2026.285335%2C32.0266674%2025.944%2C31.888%20C25.602665%2C31.7493326%2025.3093346%2C31.5573346%2025.064%2C31.312%20C24.8186654%2C31.0666654%2024.6240007%2C30.781335%2024.48%2C30.456%20C24.3359993%2C30.130665%2024.264%2C29.7760019%2024.264%2C29.392%20L24.264%2C28.784%20L25.896%2C28.784%20L25.896%2C29.296%20C25.896%2C29.5946682%2025.9839991%2C29.8639988%2026.16%2C30.104%20C26.3360009%2C30.3440012%2026.6319979%2C30.464%2027.048%2C30.464%20C27.3253347%2C30.464%2027.5413326%2C30.4240004%2027.696%2C30.344%20C27.8506674%2C30.2639996%2027.9706662%2C30.1493341%2028.056%2C30%20C28.1413338%2C29.8506659%2028.1919999%2C29.672001%2028.208%2C29.464%20C28.2240001%2C29.255999%2028.232%2C29.0240013%2028.232%2C28.768%20C28.232%2C28.4693318%2028.2213334%2C28.224001%2028.2%2C28.032%20C28.1786666%2C27.839999%2028.1360003%2C27.6853339%2028.072%2C27.568%20C27.997333%2C27.4506661%2027.8986673%2C27.354667%2027.776%2C27.28%20C27.6533327%2C27.205333%2027.4906677%2C27.1253338%2027.288%2C27.04%20L26.12%2C26.56%20C25.4159965%2C26.2719986%2024.9440012%2C25.890669%2024.704%2C25.416%20C24.4639988%2C24.941331%2024.344%2C24.3466702%2024.344%2C23.632%20C24.344%2C23.2053312%2024.4026661%2C22.8000019%2024.52%2C22.416%20C24.6373339%2C22.0319981%2024.8133322%2C21.7013347%2025.048%2C21.424%20C25.2720011%2C21.1466653%2025.5573316%2C20.9253342%2025.904%2C20.76%20C26.2506684%2C20.5946658%2026.6639976%2C20.512%2027.144%2C20.512%20C27.5493354%2C20.512%2027.9199983%2C20.5866659%2028.256%2C20.736%20C28.5920017%2C20.8853341%2028.8826654%2C21.0826654%2029.128%2C21.328%20C29.6186691%2C21.8400026%2029.864%2C22.4266634%2029.864%2C23.088%20L29.864%2C23.888%20Z%20M31.08%2C32%20L31.08%2C20.608%20L35.944%2C20.608%20L35.944%2C22.144%20L32.712%2C22.144%20L32.712%2C25.488%20L35.528%2C25.488%20L35.528%2C27.024%20L32.712%2C27.024%20L32.712%2C30.368%20L35.944%2C30.368%20L35.944%2C32%20L31.08%2C32%20Z%20M42.184%2C28.752%20L42.184%2C29.456%20C42.184%2C29.8080018%2042.117334%2C30.1413318%2041.984%2C30.456%20C41.850666%2C30.7706682%2041.6666678%2C31.0506654%2041.432%2C31.296%20C41.1973322%2C31.5413346%2040.9226682%2C31.7359993%2040.608%2C31.88%20C40.2933318%2C32.0240007%2039.9546685%2C32.096%2039.592%2C32.096%20C39.2826651%2C32.096%2038.9680016%2C32.0533338%2038.648%2C31.968%20C38.3279984%2C31.8826662%2038.0400013%2C31.7333344%2037.784%2C31.52%20C37.5279987%2C31.3066656%2037.3173342%2C31.0320017%2037.152%2C30.696%20C36.9866658%2C30.3599983%2036.904%2C29.9306693%2036.904%2C29.408%20L36.904%2C23.136%20C36.904%2C22.7626648%2036.9679994%2C22.4160016%2037.096%2C22.096%20C37.2240006%2C21.7759984%2037.4053322%2C21.4986678%2037.64%2C21.264%20C37.8746678%2C21.0293322%2038.154665%2C20.845334%2038.48%2C20.712%20C38.805335%2C20.578666%2039.1653314%2C20.512%2039.56%2C20.512%20C40.3280038%2C20.512%2040.9519976%2C20.7626642%2041.432%2C21.264%20C41.6666678%2C21.5093346%2041.850666%2C21.7999983%2041.984%2C22.136%20C42.117334%2C22.4720017%2042.184%2C22.8373314%2042.184%2C23.232%20L42.184%2C23.872%20L40.552%2C23.872%20L40.552%2C23.328%20C40.552%2C23.0079984%2040.4613342%2C22.7306678%2040.28%2C22.496%20C40.0986658%2C22.2613322%2039.8533349%2C22.144%2039.544%2C22.144%20C39.1386646%2C22.144%2038.869334%2C22.2693321%2038.736%2C22.52%20C38.602666%2C22.7706679%2038.536%2C23.0879981%2038.536%2C23.472%20L38.536%2C29.296%20C38.536%2C29.6266683%2038.6079993%2C29.9039989%2038.752%2C30.128%20C38.8960007%2C30.3520011%2039.1546648%2C30.464%2039.528%2C30.464%20C39.6346672%2C30.464%2039.7493327%2C30.4453335%2039.872%2C30.408%20C39.9946673%2C30.3706665%2040.1093328%2C30.3093338%2040.216%2C30.224%20C40.3120005%2C30.1386662%2040.3919997%2C30.0213341%2040.456%2C29.872%20C40.5200003%2C29.7226659%2040.552%2C29.5360011%2040.552%2C29.312%20L40.552%2C28.752%20L42.184%2C28.752%20Z%20M46.808%2C28.016%20L46.008%2C23.888%20L45.976%2C23.888%20L45.176%2C28.016%20L46.808%2C28.016%20Z%20M42.776%2C32%20L45.32%2C20.608%20L46.68%2C20.608%20L49.224%2C32%20L47.592%2C32%20L47.112%2C29.552%20L44.888%2C29.552%20L44.408%2C32%20L42.776%2C32%20Z%22%20id%3D%22MESECA%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20fill-rule%3D%22nonzero%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.ico-preporuka_meseca, .ico-pull_up_menu {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-pull_up_menu {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epull_up_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M49.998%2025.122l-23.99-23.12-24.010%2023.144%205.036%204.856%2018.976-18.29%2018.956%2018.266%205.032-4.856z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-registracija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eregistracija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.624%2022.378h4.308c-0.642-2.608-2.409-4.777-4.772-5.936-2.008%202.396-4.998%203.926-8.339%203.926-2.538%200-4.87-0.89-6.728-2.364-0.586-0.465-1.117-0.995-1.599-1.568-2.992%201.463-5.062%204.536-5.062%208.087v6.977c0%200.046%200.020%200.086%200.026%200.13h26.727c0.006-0.044%200.027-0.083%200.027-0.13v-3.567h-4.588v-5.555z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.821%2018.206c4.841%200%208.78-3.998%208.78-8.917%200-4.916-3.939-8.918-8.78-8.918s-8.779%204.002-8.779%208.918c0%204.918%203.939%208.917%208.779%208.917zM13.821%203.312c3.111%200%205.641%202.682%205.641%205.977s-2.531%205.978-5.641%205.978c-3.109%200-5.641-2.683-5.641-5.978s2.532-5.977%205.641-5.977z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.875%2018.682h-2.318v5.314h-5.314v2.319h5.314v5.314h2.318v-5.314h5.314v-2.319h-5.314z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-registracija, .ico-search_ikonica {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-search_ikonica {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Esearch_ikonica%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.424%2019.686c1.49-2.048%202.38-4.559%202.38-7.284%200-6.85-5.556-12.402-12.402-12.402s-12.402%205.552-12.402%2012.402c0%206.846%205.556%2012.4%2012.402%2012.4%202.845%200%205.457-0.968%207.549-2.58l9.778%209.778%202.504-2.504-9.809-9.809zM12.406%2021.258c-4.893%200-8.86-3.967-8.86-8.858%200-4.893%203.967-8.858%208.86-8.858s8.858%203.965%208.858%208.858c0%204.891-3.967%208.858-8.858%208.858z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-search_ikonica_sticky_header {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Esearch_ikonica_sticky_header%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M22.424%2019.686c1.49-2.050%202.38-4.561%202.38-7.284%200-6.85-5.556-12.402-12.402-12.402s-12.402%205.552-12.402%2012.402c0%206.844%205.558%2012.4%2012.404%2012.4%202.845%200%205.457-0.968%207.549-2.58l9.778%209.778%202.504-2.504-9.812-9.809zM12.406%2021.258c-4.893%200-8.86-3.967-8.86-8.856%200-4.893%203.967-8.858%208.86-8.858s8.858%203.965%208.858%208.858c0%204.889-3.967%208.856-8.858%208.856z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-search_ikonica_sticky_header, .ico-slick {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-slick {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%20%3Cmetadata%3EGenerated%20by%20Fontastic.me%3C%2Fmetadata%3E%20%3Cdefs%3E%20%3Cfont%20id%3D%22slick%22%20horiz-adv-x%3D%22512%22%3E%20%3Cfont-face%20font-family%3D%22slick%22%20units-per-em%3D%22512%22%20ascent%3D%22480%22%20descent%3D%22-32%22%2F%3E%20%3Cmissing-glyph%20horiz-adv-x%3D%22512%22%2F%3E%20%3Cglyph%20unicode%3D%22%26%23x2192%3B%22%20d%3D%22M241%20113l130%20130c4%204%206%208%206%2013%200%205-2%209-6%2013l-130%20130c-3%203-7%205-12%205-5%200-10-2-13-5l-29-30c-4-3-6-7-6-12%200-5%202-10%206-13l87-88-87-88c-4-3-6-8-6-13%200-5%202-9%206-12l29-30c3-3%208-5%2013-5%205%200%209%202%2012%205z%20m234%20143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40%200-77%209-110%2029-34%2020-60%2046-80%2080-20%2033-29%2070-29%20110%200%2040%209%2077%2029%20110%2020%2034%2046%2060%2080%2080%2033%2020%2070%2029%20110%2029%2040%200%2077-9%20110-29%2034-20%2060-46%2080-80%2020-33%2029-70%2029-110z%22%2F%3E%20%3Cglyph%20unicode%3D%22%26%23x2190%3B%22%20d%3D%22M296%20113l29%2030c4%203%206%207%206%2012%200%205-2%2010-6%2013l-87%2088%2087%2088c4%203%206%208%206%2013%200%205-2%209-6%2012l-29%2030c-3%203-8%205-13%205-5%200-9-2-12-5l-130-130c-4-4-6-8-6-13%200-5%202-9%206-13l130-130c3-3%207-5%2012-5%205%200%2010%202%2013%205z%20m179%20143c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40%200-77%209-110%2029-34%2020-60%2046-80%2080-20%2033-29%2070-29%20110%200%2040%209%2077%2029%20110%2020%2034%2046%2060%2080%2080%2033%2020%2070%2029%20110%2029%2040%200%2077-9%20110-29%2034-20%2060-46%2080-80%2020-33%2029-70%2029-110z%22%2F%3E%20%3Cglyph%20unicode%3D%22%26%23x2022%3B%22%20d%3D%22M475%20256c0-40-9-77-29-110-20-34-46-60-80-80-33-20-70-29-110-29-40%200-77%209-110%2029-34%2020-60%2046-80%2080-20%2033-29%2070-29%20110%200%2040%209%2077%2029%20110%2020%2034%2046%2060%2080%2080%2033%2020%2070%2029%20110%2029%2040%200%2077-9%20110-29%2034-20%2060-46%2080-80%2020-33%2029-70%2029-110z%22%2F%3E%20%3Cglyph%20unicode%3D%22a%22%20d%3D%22M475%20439l0-128c0-5-1-9-5-13-4-4-8-5-13-5l-128%200c-8%200-13%203-17%2011-3%207-2%2014%204%2020l40%2039c-28%2026-62%2039-100%2039-20%200-39-4-57-11-18-8-33-18-46-32-14-13-24-28-32-46-7-18-11-37-11-57%200-20%204-39%2011-57%208-18%2018-33%2032-46%2013-14%2028-24%2046-32%2018-7%2037-11%2057-11%2023%200%2044%205%2064%2015%2020%209%2038%2023%2051%2042%202%201%204%203%207%203%203%200%205-1%207-3l39-39c2-2%203-3%203-6%200-2-1-4-2-6-21-25-46-45-76-59-29-14-60-20-93-20-30%200-58%205-85%2017-27%2012-51%2027-70%2047-20%2019-35%2043-47%2070-12%2027-17%2055-17%2085%200%2030%205%2058%2017%2085%2012%2027%2027%2051%2047%2070%2019%2020%2043%2035%2070%2047%2027%2012%2055%2017%2085%2017%2028%200%2055-5%2081-15%2026-11%2050-26%2070-45l37%2037c6%206%2012%207%2020%204%208-4%2011-9%2011-17z%22%2F%3E%20%3C%2Ffont%3E%3C%2Fdefs%3E%3C%2Fsvg%3E)
}

.ico-slider_kruzic_a {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eslider_kruzic_a%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M28.8%2016c0%207.069-5.731%2012.8-12.8%2012.8s-12.8-5.731-12.8-12.8c0-7.069%205.731-12.8%2012.8-12.8s12.8%205.731%2012.8%2012.8z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-slider_kruzic_a, .ico-slider_kruzic_n {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-slider_kruzic_n {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eslider_kruzic_n%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16%205.142c5.293%200%209.6%204.307%209.6%209.6s-4.307%209.6-9.6%209.6-9.6-4.307-9.6-9.6%204.307-9.6%209.6-9.6zM16%201.942c-7.075%200-12.8%205.734-12.8%2012.8%200%207.072%205.725%2012.8%2012.8%2012.8%207.069%200%2012.8-5.728%2012.8-12.8%200-7.066-5.731-12.8-12.8-12.8v0z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_back_hor {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2232%22%20viewBox%3D%220%200%2036%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_hor%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M34.867%2014.093h-26.409l10.435-10.129-2.737-2.697-15.183%2014.733%2015.183%2014.733%202.737-2.694-10.437-10.132h26.412z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_back_hor, .ico-strelica_back_hor_flip {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-strelica_back_hor_flip {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_hor_flip%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.057%2013.927h28.705l-11.342-11.009%202.975-2.931%2016.504%2016.014-16.504%2016.014-2.975-2.929%2011.345-11.014h-28.708z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_back_ver {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_ver%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.44%2014.424l-13.154-13.557-13.154%2013.557%202.406%202.445%209.047-9.319v23.582h3.405v-23.581l9.043%209.318z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_back_ver, .ico-strelica_cta_bela {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-strelica_cta_bela {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_cta_plava {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_plava%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_cta_plava, .ico-strelica_napred_hover {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-strelica_napred_hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_napred_hover%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0%200h32v32h-32v-32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.531%2016l-7.241%207.24%201.81%201.811%209.051-9.051-9.051-9.051-1.81%201.81z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_nazad_hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_nazad_hover%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M0%200h32v32h-32v-32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M13.469%2016l7.241-7.24-1.81-1.811-9.051%209.051%209.051%209.051%201.81-1.81z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-strelica_nazad_hover, .ico-strelice_paginacija {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-strelice_paginacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%2232%22%20viewBox%3D%220%200%2075%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelice_paginacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.673%2025.854l23.117-9.796v-0.117l-23.117-9.796v-4.599l30.283%2012.902v3.108l-30.283%2012.898v-4.599z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M42.711%2025.854l23.117-9.796v-0.117l-23.117-9.796v-4.599l30.283%2012.902v3.108l-30.283%2012.9v-4.602z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-tapacirani_nam_i_garniture {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etapacirani_nam_i_garniture%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M46.702%2032h-6.458c-0.51%200-0.924-0.413-0.924-0.924v-3.82c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.895h4.611v-2.579c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.504c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M9.62%2032h-6.461c-0.51%200-0.924-0.413-0.924-0.924v-3.504c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.579h4.613v-2.895c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.82c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M48.383%2027.454h-46.891c-0.829%200-1.493-0.665-1.493-1.48v-15.76c0-0.817%200.665-1.482%201.482-1.482h2.296c2.967%200%205.38%202.412%205.38%205.378v4.188h31.553v-4.188c0-2.966%202.412-5.378%205.377-5.378h2.297c0.817%200%201.48%200.665%201.48%201.482v15.759c0%200.817-0.664%201.482-1.48%201.482zM1.846%2025.605h46.168v-15.024h-1.93c-1.946%200-3.529%201.583-3.529%203.531v5.111c0%200.51-0.413%200.924-0.924%200.924h-33.399c-0.51%200-0.924-0.413-0.924-0.924v-5.113c0-1.946-1.584-3.531-3.531-3.531h-1.93v15.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M24.861%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.135-2.531-2.531-2.531h-9.695c-1.396%200-2.531%201.135-2.531%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0-2.415%201.964-4.379%204.379-4.379h9.695c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M41.607%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.136-2.531-2.532-2.531h-9.697c-1.394%200-2.529%201.135-2.529%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0.001-2.415%201.966-4.379%204.379-4.379h9.697c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-tapacirani_nam_i_garniture, .ico-trpezarije {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-trpezarije {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2232%22%20viewBox%3D%220%200%2041%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etrpezarije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.595%2016.039c-0.422%200-0.765-0.342-0.765-0.765v-7.318c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v7.319c0%200.422-0.343%200.764-0.765%200.764z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.595%2020.369c-1.616%200-2.931-1.314-2.931-2.93s1.315-2.931%202.931-2.931c1.617%200%202.931%201.315%202.931%202.931s-1.314%202.93-2.931%202.93zM20.595%2016.039c-0.773%200-1.4%200.628-1.4%201.4s0.628%201.399%201.4%201.399%201.4-0.628%201.4-1.399c0-0.772-0.627-1.4-1.4-1.4z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M29.86%2032c-4.064%200-4.819-2.561-5.431-4.635-0.591-1.999-1.057-3.579-3.85-3.821-0.421-0.036-0.732-0.407-0.696-0.827%200.037-0.421%200.416-0.735%200.828-0.696%203.833%200.332%204.582%202.871%205.185%204.912%200.632%202.142%201.085%203.682%204.403%203.526%200.393-0.017%200.781%200.303%200.802%200.727%200.021%200.421-0.304%200.78-0.727%200.802-0.176%200.009-0.349%200.013-0.513%200.013z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M11.33%2032c-0.166%200-0.337-0.004-0.514-0.014-0.422-0.021-0.747-0.38-0.726-0.802%200.020-0.422%200.36-0.765%200.802-0.727%203.311%200.148%203.768-1.385%204.402-3.526%200.603-2.041%201.352-4.581%205.185-4.912%200.412-0.046%200.792%200.275%200.828%200.696s-0.275%200.791-0.696%200.827c-2.792%200.242-3.259%201.822-3.85%203.822-0.611%202.074-1.367%204.635-5.43%204.635z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.595%2029.408c-0.422%200-0.765-0.342-0.765-0.765v-8.558c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v8.558c0%200.423-0.343%200.765-0.765%200.765z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.595%208.602c-0.841%200-20.595-0.049-20.595-4.302%200-4.251%2019.754-4.3%2020.595-4.3s20.594%200.049%2020.594%204.3c0%204.253-19.753%204.302-20.594%204.302zM20.595%201.531c-12.008%200-18.698%201.794-19.068%202.799%200.37%200.947%207.058%202.742%2019.068%202.742s18.698-1.795%2019.068-2.801c-0.371-0.946-7.061-2.74-19.068-2.74z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-tv_police {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etv_police%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.284%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.916%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.812%2030.108h-30.425c-0.765%200-1.388-0.622-1.388-1.387v-13.281c0.002-0.765%200.625-1.386%201.388-1.386h30.425c0.765%200%201.388%200.622%201.388%201.386v13.281c0%200.765-0.623%201.387-1.388%201.387zM1.387%2015.325c-0.062%200-0.116%200.055-0.116%200.117v13.28c0%200.060%200.055%200.116%200.116%200.116h30.425c0.058%200%200.117-0.057%200.117-0.116v-13.281c0-0.060-0.055-0.115-0.117-0.115h-30.425z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.783%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.414%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M25.165%2010.917h-17.129c-0.351%200-0.636-0.284-0.636-0.636v-9.645c0-0.351%200.285-0.636%200.636-0.636h17.128c0.351%200%200.636%200.284%200.636%200.636l0.001%209.645c0%200.169-0.067%200.33-0.186%200.45s-0.28%200.186-0.45%200.186zM8.672%209.645h15.858v-8.373h-15.858v8.373z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M15.346%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M17.851%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.815%2019.506h-30.431c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h30.431c0.351%200%200.636%200.284%200.636%200.636s-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.6%2029.496c-0.351%200-0.636-0.284-0.636-0.636v-9.489c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v9.489c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M20.891%2014.437h-8.583c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h8.583c0.351%200%200.636%200.284%200.636%200.636s-0.284%200.636-0.636%200.636z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-tv_police, .ico-upitnik {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-upitnik {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eupitnik%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M14.994%2018.793c0.005-0.821%200.076-1.391%200.212-1.709s0.493-0.737%201.071-1.259c0.562-0.663%200.961-1.173%201.199-1.531s0.357-0.788%200.357-1.291c0-0.602-0.158-1.064-0.479-1.387s-0.779-0.485-1.374-0.485c-0.516%200-0.955%200.14-1.317%200.421s-0.544%200.693-0.544%201.238h-1.6l-0.025-0.051c-0.017-0.913%200.305-1.644%200.966-2.194s1.501-0.825%202.521-0.825c1.117%200%201.984%200.286%202.603%200.855s0.926%201.365%200.926%202.386c0%200.731-0.2%201.4-0.599%202.006s-0.929%201.227-1.587%201.863c-0.306%200.306-0.491%200.581-0.555%200.825-0.066%200.242-0.099%200.623-0.099%201.139h-1.675zM16.727%2022.28h-1.751v-1.769h1.751v1.769z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16%2031.237c-8.402%200-15.238-6.836-15.238-15.238%200-8.401%206.837-15.237%2015.238-15.237s15.238%206.836%2015.238%2015.237c0%208.402-6.837%2015.237-15.238%2015.237zM16%202.215c-7.602%200-13.787%206.184-13.787%2013.785s6.184%2013.786%2013.787%2013.786%2013.787-6.184%2013.787-13.786c0-7.602-6.184-13.785-13.787-13.785z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-uporedi_artikal_ikonica {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Euporedi_artikal_ikonica%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M27.836%207.467l-10.674-0.358v7.111l10.674-0.354v7.469l10.665-10.669-10.665-10.667z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M21.339%2024.887v-7.105l-10.674%200.354-0.006-7.469-10.659%2010.669%2010.665%2010.665v-7.461z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-uporedi_artikal_ikonica, .ico-uslovi_kupovine {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-uslovi_kupovine {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2232%22%20viewBox%3D%220%200%2025%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Euslovi_kupovine%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M23.11%200h-21.333c-0.982%200-1.777%200.798-1.777%201.781v28.443c0%200.98%200.795%201.775%201.777%201.775h21.333c0.982%200%201.777-0.795%201.777-1.775v-28.443c0-0.982-0.795-1.781-1.777-1.781zM21.333%2028.443h-17.781v-24.887h17.78v24.887zM17.777%207.113h-10.664v3.555h10.665v-3.555zM17.777%2021.333h-10.664v3.556h10.665v-3.556zM17.777%2014.224h-10.664v3.556h10.665v-3.556z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-vitrine_i_regali {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Evitrine_i_regali%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.349%2030.074h-30.94c-0.778%200-1.41-0.632-1.41-1.41v-27.255c0.002-0.778%200.635-1.409%201.41-1.409h30.94c0.778%200%201.411%200.632%201.411%201.409v27.254c0%200.779-0.633%201.411-1.411%201.411zM1.409%201.293c-0.062%200-0.117%200.056-0.117%200.118v27.252c0%200.062%200.055%200.118%200.117%200.118h30.94c0.062%200%200.119-0.056%200.119-0.118v-27.253c0-0.062-0.056-0.117-0.119-0.117h-30.94z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M1.813%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M31.945%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M8.762%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M16.878%2029.93c-0.357%200-0.647-0.289-0.647-0.647v-27.619c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v27.619c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M24.996%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M33.101%2011.565h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M33.101%2021.837h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M26.622%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M10.386%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-vitrine_i_regali, .ico-youtube_futer {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-youtube_futer {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eyoutube_futer%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.673%2015.724l-3.743-1.747c-0.33-0.154-0.598%200.016-0.598%200.38v3.288c0%200.364%200.268%200.537%200.598%200.38l3.743-1.747c0.325-0.153%200.325-0.402%200-0.554zM16%200c-8.836%200-16%207.171-16%2016.002%200%208.829%207.164%2015.998%2016%2015.998s16-7.169%2016-15.998c0-8.831-7.164-16.002-16-16.002zM16%2022.501c-8.189%200-8.334-0.739-8.334-6.499s0.144-6.502%208.334-6.502%208.334%200.742%208.334%206.502-0.144%206.499-8.334%206.499z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-youtube_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eyoutube_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M18.673%2015.724l-3.743-1.747c-0.33-0.154-0.598%200.016-0.598%200.38v3.288c0%200.364%200.268%200.538%200.598%200.38l3.743-1.747c0.325-0.153%200.325-0.402%200-0.554zM16%200c-8.836%200-16%207.171-16%2016.002%200%208.829%207.164%2015.998%2016%2015.998s16-7.169%2016-15.998c0-8.831-7.164-16.002-16-16.002zM16%2022.5c-8.189%200-8.334-0.738-8.334-6.498s0.144-6.502%208.334-6.502%208.334%200.742%208.334%206.502c0%205.761-0.144%206.498-8.334%206.498z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-youtube_side_navigacija, .ico-zatvori_korpa_quick_view {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-zatvori_korpa_quick_view {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-zatvori_side_navigacija {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32%201.333l-1.333-1.333-14.668%2014.666-14.666-14.666-1.333%201.333%2014.666%2014.666-14.666%2014.668%201.333%201.333%2014.666-14.668%2014.668%2014.668%201.333-1.333-14.668-14.668z%22%2F%3E%20%3C%2Fsvg%3E)
}

.ico-zatvori_side_navigacija, .ico-zuta_strelica_kategorije {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.ico-zuta_strelica_kategorije {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezuta_strelica_kategorije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M32.015%200.793l-31.012%2030.414%2061.995-0.038z%22%2F%3E%20%3C%2Fsvg%3E)
}

.paginator {
    display: table;
    margin: 0 auto
}

.paginator li {
    width: 17px;
    margin: 0 6px;
    float: left
}

.paginator li:before {
    display: none
}

.paginator li.active, .paginator li:hover {
    border-bottom: 1px solid #4d4d4d
}

.paginator li a {
    display: block;
    padding-bottom: 5px;
    color: #4d4d4d;
    text-align: center;
    font-size: 14px
}

.paginator li a:hover {
    text-decoration: none
}

@media screen and (max-width: 47.9375em) {
    .paginator {
        padding: 0 0 30px
    }
}

.fi-slider {
    margin-bottom: 0 !important
}

.fi-slider--container {
    margin-top: 30px;
    height: 510px;
    overflow: hidden
}

.fi-slider--item {
    position: relative
}

.fi-slider--item a {
    display: block
}

.fi-slider--item a img {
    width: 100%
}

.fi-slider--item--description__action {
    color: #e91308 !important
}

.fi-slider--item--description__action .fi-slider--item--description--cta {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.fi-slider--item--description__action .fi-slider--item--description--cta--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #e91308;
    background-color: #e91308;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.fi-slider--item--description__action .fi-slider--item--description--cta--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__action .fi-slider--item--description--cta--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #e91308;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.fi-slider--item--description__action .fi-slider--item--description--cta--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #e91308;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .fi-slider--item--description__action .fi-slider--item--description--cta--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .fi-slider--item--description__action .fi-slider--item--description--cta--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.fi-slider--item--description__action .fi-slider--item--description--cta:hover {
    text-decoration: none !important
}

.fi-slider--item--description__action .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text {
    background-color: #fff;
    color: #e91308
}

.fi-slider--item--description__action .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28233%2C19%2C8%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__action .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--textprimary {
    transform: translateX(100%)
}

.fi-slider--item--description__action .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--texthover {
    transform: translateX(0);
    cursor: pointer
}

.fi-slider--item--description__new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b1d334 !important
}

.fi-slider--item--description__new .fi-slider--item--description--cta {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.fi-slider--item--description__new .fi-slider--item--description--cta--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #b1d334;
    background-color: #b1d334;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.fi-slider--item--description__new .fi-slider--item--description--cta--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__new .fi-slider--item--description--cta--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #b1d334;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.fi-slider--item--description__new .fi-slider--item--description--cta--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #b1d334;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .fi-slider--item--description__new .fi-slider--item--description--cta--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .fi-slider--item--description__new .fi-slider--item--description--cta--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.fi-slider--item--description__new .fi-slider--item--description--cta:hover {
    text-decoration: none !important
}

.fi-slider--item--description__new .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text {
    background-color: #fff;
    color: #b1d334
}

.fi-slider--item--description__new .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28177%2C211%2C52%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__new .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--textprimary {
    transform: translateX(100%)
}

.fi-slider--item--description__new .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--texthover {
    transform: translateX(0);
    cursor: pointer
}

.fi-slider--item--description__buy {
    color: #004892 !important
}

.fi-slider--item--description__buy .fi-slider--item--description--cta {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.fi-slider--item--description__buy .fi-slider--item--description--cta--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #004892;
    background-color: #004892;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.fi-slider--item--description__buy .fi-slider--item--description--cta--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__buy .fi-slider--item--description--cta--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #004892;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.fi-slider--item--description__buy .fi-slider--item--description--cta--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #004892;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .fi-slider--item--description__buy .fi-slider--item--description--cta--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .fi-slider--item--description__buy .fi-slider--item--description--cta--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.fi-slider--item--description__buy .fi-slider--item--description--cta:hover {
    text-decoration: none !important
}

.fi-slider--item--description__buy .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text {
    background-color: #fff;
    color: #004892
}

.fi-slider--item--description__buy .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C72%2C146%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.fi-slider--item--description__buy .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--textprimary {
    transform: translateX(100%)
}

.fi-slider--item--description__buy .fi-slider--item--description--cta:hover .fi-slider--item--description--cta--texthover {
    transform: translateX(0);
    cursor: pointer
}

.fi-slider--item--description--wrapp {
    position: absolute;
    top: 35px;
    height: 450px;
    right: 40px;
    padding: 15px 15px 15px 18px;
    background: hsla(0, 0%, 100%, .75);
    transform-style: preserve-3d;
    transform-origin: 50% 50% 0;
    transform: matrix3d(0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1);
    filter: blur(0)
}

.fi-slider--item--description--wrapp.active {
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.fi-slider--item--description--text {
    margin: 0 !important;
    font-size: 26px !important
}

.fi-slider--item--description--text__xs {
    font-size: 28px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    margin: 0 !important
}

.fi-slider--item--description--text__xs.light {
    font-weight: 300 !important;
    text-transform: lowercase !important
}

.fi-slider--item--description--text__xs strong {
    letter-spacing: 1px !important
}

.fi-slider--item--description--text__s {
    font-size: 28px !important;
    line-height: 1 !important;
    margin: 0 !important
}

.fi-slider--item--description--text__m {
    font-size: 50px !important;
    line-height: 1 !important
}

.fi-slider--item--description--text__xm {
    font-size: 63px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    margin: 15px 0 !important
}

.fi-slider--item--description--text__l {
    font-size: 72px !important;
    line-height: 1 !important
}

.fi-slider--item--description--text__xl {
    font-size: 88px !important;
    line-height: 1 !important
}

.fi-slider--item--description--text__xxl {
    font-size: 95px !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-weight: 700 !important
}

.fi-slider--item--description--text__l, .fi-slider--item--description--text__m, .fi-slider--item--description--text__xl {
    margin: 0 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important
}

.fi-slider--item--description--divider {
    display: block !important;
    border-top: 1px solid !important;
    margin: 20px 0 !important
}

.fi-slider--item--description--divider__bold {
    display: block !important;
    width: 80% !important;
    border-top: 3px solid !important;
    margin: 15px auto !important
}

.fi-slider--item--description--divider__small {
    display: table !important;
    width: 40px !important;
    margin: 20px auto !important;
    border-top: 3px solid !important
}

.fi-slider--item--description--cta {
    display: table !important;
    margin: 20px auto 0 !important
}

.fi-slider .slick-dots {
    bottom: 20px
}

.slick-arrow, .slick-arrow:before {
    color: #949599
}

.hp-product-slider-link {
    padding: 60px 0
}

.hp-product-slider-link a {
    display: table;
    margin: 0 auto;
    padding: 20px 40px 20px 20px;
    background: #e91308;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.slick-dots {
    bottom: 10px
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease
}

.slick-dots li.slick-active button:before {
    box-shadow: inset 0 0 0 8px #fff;
    opacity: 1
}

.lang_foreign .fi-slider--item img {
    width: 100%
}

@media screen and (max-width: 74.9375em) {
    .fi-slider--container {
        margin-top: 55px
    }

    .fi-slider--item--description--wrapp {
        top: -26px;
        right: 0
    }

    .fi-slider--item--description--wrapp.active {
        transform: scale(.8);
        transition: none
    }
}

@media screen and (max-width: 63.9375em) {
    .fi-slider--item--description--wrapp {
        top: -75px;
        right: -30px
    }

    .fi-slider--item--description--wrapp.active {
        transform: scale(.6);
        transition: none
    }

    .custom-slider.konkurs {
        margin-bottom: 15px
    }

    .custom-slider.konkurs .slick-arrow {
        display: inline-block !important
    }

    .custom-slider.konkurs .slick-arrow.slick-next {
        right: -35px
    }

    .custom-slider.konkurs .slick-arrow.slick-prev {
        left: -35px
    }
}

.custom-slider--next:hover {
    cursor: pointer
}

@media screen and (max-width: 47.9375em) {
    .fi-slider {
        width: 100%;
        margin: 0;
        height: 40.625vw;
        overflow: hidden
    }

    .fi-slider--container {
        margin: 0 0 20px;
        overflow: visible
    }

    .fi-slider--item--description--wrapp {
        top: 10px;
        right: 10px;
        transform: scale(.3);
        transform-origin: 100% 0;
        transition: none
    }

    .fi-slider--item--description--wrapp.active {
        transform: scale(.3);
        transition: none
    }

    .fi-slider .slick-dots, .slick-dots {
        bottom: -15px
    }

    .slick-dots li, .slick-dots li button {
        width: 14px;
        height: 14px
    }

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        box-shadow: inset 0 0 0 1px #263c75;
        transition: box-shadow .3s ease
    }

    .slick-dots li.slick-active button:before {
        box-shadow: inset 0 0 0 4px #263c75;
        opacity: 1
    }
}

@media screen and (max-width: 325px) {
    .fi-slider--item--description--wrapp, .fi-slider--item--description--wrapp.active {
        transform: scale(.25)
    }
}

table {
    width: 100%
}

table, td, th {
    border-collapse: collapse
}

.details-color-21730-21972, .details-color-21774-21719, .details-color-21774-23542-23545, .details-color-21774-23544-23545 {
    border: 1px solid #d2d2d2 !important
}

#breadcrumbs {
    padding-top: 5px;
    color: #949599;
    font-size: 13px
}

#breadcrumbs a {
    color: #000;
    text-decoration: none
}

#breadcrumbs a:hover {
    color: #949599
}

@media screen and (max-width: 47.9375em) {
    #breadcrumbs {
        display: none
    }
}

.collection--hamburger {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    top: 185px;
    right: 15px;
    display: none;
    width: 40px;
    height: 40px;
    background-position: 100%;
    background-size: auto 14px
}

.collection--hamburger:after {
    position: absolute;
    top: 10px;
    right: -3px;
    width: 10px;
    height: 10px;
    background-color: #263c75;
    border-radius: 50%;
    content: " "
}

.sidebar-open-collection .collection--hamburger:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.collection--hamburger-menu {
    position: fixed;
    display: inline-block;
    top: 0;
    right: -600px;
    bottom: 0;
    z-index: 1000;
    padding: 0;
    width: 300px;
    margin: 0;
    list-style: none;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    transition: all .5s
}

.collection--hamburger-menu h1 {
    padding-left: 40px;
    color: #4d4d4d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left
}

.collection--hamburger-menu__close {
    position: absolute;
    top: 29px;
    right: 30px
}

.collection--hamburger-menu a {
    color: #4d4d4d !important;
    text-decoration: none !important
}

.collection--hamburger--item, .collection--hamburger--item__active, .collection--hamburger--item__cta {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6e6e6 !important;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase
}

.collection--hamburger--item__active svg, .collection--hamburger--item__cta svg, .collection--hamburger--item svg {
    margin-left: 10px;
    font-size: 11px
}

.collection--hamburger--item__cta {
    padding: 0;
    color: #263c75 !important
}

.collection--hamburger--item__cta a {
    display: block;
    padding: 20px 30px 20px 25px;
    color: #263c75 !important
}

.collection--hamburger--item__active {
    background-color: #fd0;
    color: #263c75
}

.collection--hamburger--item__active a, .collection--hamburger--item__cta a, .collection--hamburger--item a {
    display: block;
    padding: 15px 30px 15px 25px
}

.collection--hamburger--item__active h1, .collection--hamburger--item__cta h1, .collection--hamburger--item h1 {
    padding: 15px 30px 15px 25px
}

@media screen and (max-width: 74.9375em) {
    .collection--hamburger {
        display: block
    }

    .page240 .collection--hamburger, .page417 .collection--hamburger, .page459 .collection--hamburger, .page500 .collection--hamburger, .page541 .collection--hamburger, .page582 .collection--hamburger, .page623 .collection--hamburger, .page664 .collection--hamburger {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .collection--hamburger {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 185px;
        right: 25px;
        width: 40px;
        height: 40px;
        background-position: 100%;
        background-size: 20px auto
    }

    .collection--hamburger:after {
        top: 11px;
        width: 8px;
        height: 8px
    }

    .page240 .collection--hamburger, .page417 .collection--hamburger, .page459 .collection--hamburger, .page500 .collection--hamburger, .page541 .collection--hamburger, .page582 .collection--hamburger, .page623 .collection--hamburger, .page664 .collection--hamburger {
        display: none
    }
}

.footer {
    padding-bottom: 20px;
    background: #263c75
}

.footer, .footer a {
    color: #fff
}

.footer figure {
    margin: 1em 0 !important;
    text-align: right
}

.footer--bottom {
    align-items: baseline;
    align-items: flex-end;
    padding-bottom: 40px
}

.footer--bottom--copyright {
    font-size: 11px;
    text-align: center
}

.footer--bottom--copyright .csc-textpic {
    margin: 50px 0 20px
}

.footer--bottom--copyright .csc-textpic-image {
    margin: 0 17px !important
}

.footer--bottom--copyright .csc-textpic-imagerow {
    display: flex;
    justify-content: center
}

.footer--bottom--copyright .csc-textpic img {
    width: auto;
    height: 60px
}

.footer--bottom--cert .csc-textpic-center-inner, .footer--bottom--cert .csc-textpic-imagerow {
    display: flex;
    justify-content: flex-end
}

.footer--bottom--cert .csc-textpic-center-inner figure, .footer--bottom--cert .csc-textpic-imagerow figure {
    margin: 0 0 10px 10px !important;
    height: 60px
}

.footer--bottom--cert .csc-textpic-center-inner a, .footer--bottom--cert .csc-textpic-center-inner img, .footer--bottom--cert .csc-textpic-imagerow a, .footer--bottom--cert .csc-textpic-imagerow img {
    width: 60px;
    height: 60px
}

.footer--bottom--social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    float: right;
    font-size: 35px
}

.footer--menu {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    font-size: 14px
}

@media screen and (min-width: 48em) {
    .footer--menu {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media print, screen and (min-width: 40em) {
    .footer--menu {
        width: calc(16.66667% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .footer--menu {
        width: calc(16.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.footer--menu img {
    max-width: 90px;
    height: auto;
    margin-bottom: 10px
}

.footer--menu--title {
    margin: 30px 0 20px;
    color: #fd0;
    text-transform: uppercase;
    font-weight: 700
}

.footer--menu--list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer--menu--list--item {
    margin-bottom: 10px
}

.footer--menu--list--item--link {
    display: inline-block;
    color: #e6e6e6;
    text-decoration: none !important;
    line-height: 1
}

.footer--menu--list--item--link:hover {
    color: #fd0
}

.footer-brands {
    margin-top: 35px
}

.footer-brands-best {
    width: 100%;
    text-align: right
}

.footer-brands img {
    width: 90px;
    height: auto;
    margin: 0 auto
}

@media screen and (max-width: 74.9375em) {
    .footer--menu {
        font-size: 14px
    }

    .footer figure {
        margin: 0 !important
    }

    .footer--bottom .footer--copyright .csc-textpic img {
        height: auto
    }

    .footer--cert {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .footer {
        padding-bottom: 0
    }

    .footer--top {
        display: none
    }

    .footer--bottom {
        padding-bottom: 50px;
        margin: 0
    }

    .footer--bottom--copyright {
        order: 3;
        margin: 35px 15px 0
    }

    .footer--bottom--copyright .csc-textpic {
        display: none
    }

    .footer--bottom--social {
        order: 1;
        width: auto;
        margin: 35px auto
    }

    .footer--bottom--social a {
        width: 50px;
        height: 50px;
        margin: 0 5px;
        font-size: 50px;
        line-height: 0
    }

    .footer--bottom--logo {
        height: 22px;
        display: inline-block;
        text-align: center
    }

    .footer--bottom--logo img {
        width: auto;
        height: 100%
    }

    .footer--bottom--cert {
        display: none
    }

    .footer--bottom .c-3-1-inner {
        order: 2;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center
    }
}

.gdpr-box {
    bottom: 70px;
    margin: 0 auto;
    width: 90%;
    max-width: 460px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 11
}

.gdpr-box, .gdpr-box-bcg {
    display: none;
    position: fixed
}

.gdpr-box-bcg {
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .2;
    z-index: 10
}

.gdpr-box .gdpr-box-bttn, .gdpr-box a {
    font-weight: 700;
    text-decoration: underline;
    color: #4d4d4d
}

.gdpr-box .gdpr-box-bttn {
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block
}

@media screen and (min-width: 48em) {
    .gdpr-box {
        bottom: 90px;
        right: 50px;
        left: unset;
        transform: unset;
        text-align: left;
        padding: 30px 40px
    }
}

.h-main {
    display: none
}

.header {
    position: relative;
    z-index: 100;
    box-sizing: content-box;
    background: #fff;
    transition: padding .5s
}

.header__catMenu {
    padding-bottom: 384px
}

.header--top {
    position: relative;
    z-index: 11;
    padding: 7px 0;
    background: #fff;
    color: #263c75;
    line-height: 14px;
    max-width: 80rem;
    margin: 0 auto
}

.header--top--msg {
    font-size: 12px;
    text-transform: uppercase
}

.header--top--links {
    margin: 0 20px 0 0;
    padding: 0;
    float: right;
    font-size: 14px;
    list-style: none
}

.header--top--links--single {
    float: left;
    margin-right: 20px
}

.header--top--links--single--link {
    color: #263c75;
    text-decoration: none !important;
    line-height: 14px
}

.header--top--links--single--link:hover {
    color: #fd0
}

.header--top--links--single--link__selected {
    color: #fd0;
    text-decoration: none;
    font-weight: 700;
    line-height: 14px
}

.header--top--language {
    position: relative;
    float: right;
    font-size: 12px
}

.header--top--language span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 7px 0 7px 10px;
    margin: -7px -2px -7px 0;
    background: #fff
}

.header--top--language__active {
    color: #fd0;
    font-weight: 700;
    cursor: pointer
}

.header--top--language__active .icon {
    font-size: 6px
}

.header--top--language--list {
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    min-width: 120px;
    margin: 0;
    padding: 10px;
    background: #fff;
    list-style: none;
    transition: all 1s
}

.header--top--language--list.active {
    top: 20px
}

.header--top--language--list a {
    display: block;
    padding: 2px 0;
    color: #263c75;
    text-decoration: none
}

.header--top--language--list a:hover {
    color: #fd0
}

.header--top--language img {
    position: relative;
    top: 2px;
    margin-right: 10px
}

.header--content {
    z-index: 10;
    padding: 50px 0;
    background: #263c75
}

.header--content, .header--content .ambient, .header--content .ambient--products, .header--content .c-1-1-inner, .header--content .fi-slider, .header--content .homepage-ambients--slider, .header--content .homepage-ambients--title, .header--content .homepage-ambients:after, .header--content .product-list--header__action, .header--content .tutorial > *, .header--content .user-registration h2, .user-registration .header--content h2 {
    position: relative
}

.header--content--logo {
    float: left;
    line-height: 0
}

@media screen and (min-width: 64em) {
    .header--content--logo img {
        max-width: 260px
    }
}

.header--content--logo--sticky {
    display: none;
    float: left;
    font-size: 21px;
    line-height: 0
}

.header--content--search {
    position: absolute;
    top: -28px;
    right: 40px
}

.header--content--search--icon, .header--content--search--submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Esearch_ikonica%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28241%2C241%2C241%29%22%20d%3D%22M22.424%2019.686c1.49-2.048%202.38-4.559%202.38-7.284%200-6.85-5.556-12.402-12.402-12.402s-12.402%205.552-12.402%2012.402c0%206.846%205.556%2012.4%2012.402%2012.4%202.845%200%205.457-0.968%207.549-2.58l9.778%209.778%202.504-2.504-9.809-9.809zM12.406%2021.258c-4.893%200-8.86-3.967-8.86-8.858%200-4.893%203.967-8.858%208.86-8.858s8.858%203.965%208.858%208.858c0%204.891-3.967%208.858-8.858%208.858z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 15px auto;
    background-position: 50%;
    background-color: #263c75;
    color: #f1f1f1;
    cursor: pointer
}

.header--content--search--submit {
    z-index: -1
}

.header--content--search--submit__active {
    z-index: 10
}

.header--content--search--input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #263c75;
    transition: all .3s
}

.header--content--search--input__active {
    right: 30px;
    width: 250px;
    z-index: 99
}

.header--content--cart {
    position: absolute;
    top: -30px;
    right: -3px;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    font-size: 20px
}

.header--content--cart--toggle {
    cursor: pointer
}

.header--content--cart .ic-korpica_ikonica_sticky_header {
    display: none
}

.header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 70px;
    transition: top, padding .5s
}

.header__sticky.active {
    top: 0
}

.header__sticky .header--top {
    display: none
}

.header__sticky .header--content {
    padding: 20px 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3)
}

.header__sticky .header--content--logo {
    height: 30px
}

.header__sticky .header--content--logo img {
    height: 100%;
    width: auto
}

.header__sticky .header--content--cart {
    top: -3px;
    right: 40px
}

.header__sticky .header--content--search {
    top: -1px;
    right: 80px
}

.header__sticky .main-menu--right ul, .header__sticky .main-menu ul {
    bottom: 0
}

.header__sticky .main-menu--lvl1--link__selected {
    font-weight: 700
}

.header__sticky .main-menu--lvl1--link__hamburger, .header__sticky .main-menu--lvl1--link__selected__hamburger {
    width: 40px;
    padding-right: 0;
    background-position: 100%;
    background-size: auto 14px;
    text-indent: -2000px
}

.header__sticky .main-menu--lvl1--link__hamburger:hover {
    background-position: 100%;
    background-size: auto 14px
}

.header--mobile, .header--mobile--login--dropdown {
    display: none
}

.header--mobile--login--dropdown .header--content--cart--toggle svg, .header--mobile .header--content--cart--toggle svg {
    width: 100%
}

.header--mobile--cart--header, .header--mobile--cart--header--empty {
    display: none
}

.header__new {
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #b1d334;
    text-align: center
}

.header__new h1 {
    position: relative;
    margin: 0;
    color: #b1d334;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 3px
}

.header__new h1:after {
    bottom: 0;
    content: "";
    display: block;
    width: 200px;
    height: 5px;
    background: #b1d334
}

.header__new--mobile {
    display: none
}

.header__action {
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #e91308;
    color: #e91308;
    text-align: center;
    letter-spacing: 1px
}

.header__action h1 {
    position: relative;
    margin: 0;
    padding-bottom: 5px;
    color: #e91308;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 2px
}

.header__action h1:after {
    bottom: 0;
    content: "";
    display: block;
    width: 300px;
    height: 5px;
    background: #e91308
}

.header__action p {
    margin: 5px 0 0;
    color: #e91308;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.header__action--mobile {
    display: none
}

.header--image {
    max-height: 600px;
    overflow: hidden;
    line-height: 0
}

.header--image figure {
    margin: 0
}

.header--image img {
    width: 100%;
    height: auto
}

.header-search-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    opacity: .6;
    display: none
}

.empty--wrapper {
    display: none
}

.offset--header h1 {
    width: calc(66.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(33.33333% + 1.5625rem);
    margin-bottom: 40px
}

@media screen and (min-width: 48em) {
    .offset--header h1 {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(33.33333% + .9375rem)
    }
}

.lang_foreign .header--content--cart {
    display: none
}

.lang_foreign .header--content--search {
    right: -7px
}

.lang_foreign .header__sticky .header--content--search {
    right: 35px
}

.lang_foreign .header--content--cart--toggle {
    display: none !important
}

.lang_foreign .header--mobile--box {
    width: 50%
}

#inputText::-webkit-input-placeholder {
    font-size: 12px
}

#inputText::-moz-placeholder {
    font-size: 12px
}

#inputText:-ms-input-placeholder, #inputText::-ms-input-placeholder {
    font-size: 12px
}

#inputText::placeholder {
    font-size: 12px
}

@media screen and (max-width: 74.9375em) {
    .header--top {
        padding: 15px 0
    }

    .header--top--language span {
        margin: -7px -3px -7px 0
    }

    .header--top .c-2-2-inner {
        margin: 0;
        width: 100%;
        padding: 0 30px
    }

    .header--content {
        padding: 35px 0
    }

    .header--content--logo, .header--content--logo--sticky {
        width: 100%;
        text-align: center
    }

    .header--content--search {
        top: 2px;
        right: 40px
    }

    .header--content--cart {
        top: 0;
        right: 0
    }

    .header__sticky .header--content--cart {
        right: 0
    }

    .header__sticky .header--content--search {
        right: 40px
    }

    .header__sticky .main-menu--right ul, .header__sticky .main-menu ul {
        bottom: -10px
    }

    .header__catMenu {
        padding-bottom: 600px
    }

    .lang_foreign .header__catMenu {
        padding-bottom: 500px
    }
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .header--content--search {
        right: 40px
    }

    .header--content--cart {
        right: 0
    }
}

@media screen and (max-width: 63.9375em) {
    .header--top .c-2-2-inner {
        padding: 0 10px
    }

    .header--content--search {
        right: 40px
    }

    .header--content--cart {
        right: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .header {
        height: auto
    }

    .header--top {
        display: none
    }

    .header--content {
        padding: 35px 25px
    }

    .header--content--logo {
        width: 240px;
        height: 25px;
        text-align: left
    }

    .header--content--logo img {
        width: auto;
        height: 100%
    }

    .header--content #main-menu, .header--content .header--content--cart, .header--content .header--content--search, .header--content .main-menu--right {
        display: none
    }

    .header--mobile {
        position: relative;
        z-index: 10;
        display: block;
        background: #263c75;
        border-top: 1px solid #fff;
        text-align: center
    }

    .header--mobile:after {
        content: "";
        display: block;
        clear: both
    }

    .sidebar-open .header--mobile:before {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6)
    }

    .header--mobile--box {
        display: block;
        float: left;
        width: 33.3333%;
        margin: 0;
        border-left: 1px solid #fff;
        font-size: 22px;
        line-height: 44px
    }

    .header--mobile--box:first-child {
        border-left: none
    }

    .header--mobile--box .header--content--cart--toggle, .header--mobile--box .header--content--search--icon {
        position: relative;
        display: block;
        width: 100%;
        height: 44px;
        background-size: auto 19px;
        line-height: 44px
    }

    .header--mobile--box .header--mobile--login {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2232%22%20viewBox%3D%220%200%2038%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eregistracija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M22.624%2022.378h4.308c-0.642-2.608-2.409-4.777-4.772-5.936-2.008%202.396-4.998%203.926-8.339%203.926-2.538%200-4.87-0.89-6.728-2.364-0.586-0.465-1.117-0.995-1.599-1.568-2.992%201.463-5.062%204.536-5.062%208.087v6.977c0%200.046%200.020%200.086%200.026%200.13h26.727c0.006-0.044%200.027-0.083%200.027-0.13v-3.567h-4.588v-5.555z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M13.821%2018.206c4.841%200%208.78-3.998%208.78-8.917%200-4.916-3.939-8.918-8.78-8.918s-8.779%204.002-8.779%208.918c0%204.918%203.939%208.917%208.779%208.917zM13.821%203.312c3.111%200%205.641%202.682%205.641%205.977s-2.531%205.978-5.641%205.978c-3.109%200-5.641-2.683-5.641-5.978s2.532-5.977%205.641-5.977z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M31.875%2018.682h-2.318v5.314h-5.314v2.319h5.314v5.314h2.318v-5.314h5.314v-2.319h-5.314z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        display: block;
        height: 44px;
        background-size: auto 20px;
        background-position: 50%
    }

    .header--mobile--box .header--content--cart--toggle svg {
        position: relative;
        bottom: -3px
    }

    .header--mobile--products {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2232%22%20viewBox%3D%220%200%2060%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_nav%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.118%2030.116l-28.235-28.232h56.471z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        display: none;
        clear: both;
        padding: 22px 0;
        background-color: #fff;
        background-size: 23px auto;
        background-position: 96%;
        color: #263c75;
        border-bottom: 3px solid #fd0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center
    }

    .page1 .header--mobile--products, .page420 .header--mobile--products, .page424 .header--mobile--products, .page465 .header--mobile--products, .page544 .header--mobile--products, .page585 .header--mobile--products, .page626 .header--mobile--products, .page667 .header--mobile--products {
        display: block
    }

    .header--mobile--login--dropdown {
        position: fixed;
        top: -330%;
        left: 0;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px;
        background: #fff;
        transition: all .5s
    }

    .header--mobile--login--dropdown a {
        display: block;
        height: 50%;
        padding-top: 50%;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none !important
    }

    .header--mobile--login--dropdown a svg {
        display: block;
        margin: -45px auto 30px;
        font-size: 45px
    }

    .header--mobile--login--dropdown a + a {
        border-top: 1px solid #e6e6e6
    }

    .header--mobile--login--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 45px;
        right: 30px;
        width: 15px;
        height: 15px;
        background-position: 50%;
        background-size: 100%
    }

    .header--mobile--search--dropdown {
        position: fixed;
        top: -330%;
        left: 0;
        z-index: 10;
        padding: 15px;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all .5s
    }

    .header--mobile--search--dropdown ::-webkit-input-placeholder {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .header--mobile--search--dropdown ::-moz-placeholder {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .header--mobile--search--dropdown :-ms-input-placeholder, .header--mobile--search--dropdown ::-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .header--mobile--search--dropdown ::placeholder {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .header--mobile--search--dropdown .search-box {
        position: absolute;
        top: 35%;
        left: 15px;
        right: 15px;
        height: 62px;
        margin-top: -20px;
        border: 1px solid #999
    }

    .header--mobile--search--input {
        width: 100%;
        height: 100%;
        padding: 15px 50px 15px 25px;
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20Sketch%2055.2%20%2878181%29%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%20%3Ctitle%3Eic-src-forma%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Mobile--Pretraga--Pop-up%22%20transform%3D%22translate%28-357.000000%2C%20-239.000000%29%22%20fill%3D%22rgb%2877%2C77%2C77%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22streamline-icon-search-remove%4024x24%22%20transform%3D%22translate%28356.000000%2C%20239.000000%29%22%3E%20%3Cpath%20d%3D%22M18.2617829%2C16.2001954%20L24.7803678%2C22.7197076%20C25.0732402%2C23.0126217%2025.0732064%2C23.4874954%2024.7802924%2C23.7803678%20C24.4873783%2C24.0732402%2024.0125046%2C24.0732064%2023.7196322%2C23.7802924%20L17.2012165%2C17.2609493%20C15.4846756%2C18.7347316%2013.2528804%2C19.625513%2010.8131498%2C19.6260008%20C5.39420402%2C19.6270827%201.00008284%2C15.2336312%200.998999031%2C9.81414982%20C0.997917324%2C4.39520399%205.39136881%2C0.00108282842%2010.811%2C-1.42108547e-14%20C16.2321886%2C-1.42108547e-14%2020.6250007%2C4.39274599%2020.6250007%2C9.81192509%20C20.6254696%2C12.2515002%2019.7352793%2C14.4833658%2018.2617829%2C16.2001954%20L18.2617829%2C16.2001954%20Z%20M16.7102293%2C15.670794%20C18.2031518%2C14.1678067%2019.1254571%2C12.0975438%2019.125001%2C9.81214982%20C19.125001%2C5.2212136%2015.4037865%2C1.49999999%2010.813%2C1.49999999%20C6.22001262%2C1.5009173%202.4980828%2C5.22341443%202.49899895%2C9.81385012%20C2.49991728%2C14.4049874%206.22241445%2C18.1269172%2010.8128501%2C18.126001%20C13.0986381%2C18.1255438%2015.1689719%2C17.2026032%2016.6716869%2C15.7093443%20C16.6778836%2C15.702687%2016.6842239%2C15.696115%2016.6907076%2C15.6896322%20C16.6971287%2C15.683212%2016.7036372%2C15.6769326%2016.7102293%2C15.670794%20L16.7102293%2C15.670794%20Z%22%20id%3D%22ic-src-forma%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-color: transparent;
        background-size: 24px;
        background-position: center right 15px;
        border: none;
        color: #949599;
        font-size: 16px;
        line-height: 20px
    }

    .header--mobile--search--submit {
        display: block !important;
        padding: 10px 24px !important;
        margin: auto !important;
        margin-right: auto !important;
        border: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center
    }

    .header--mobile--search--submit-products {
        display: inline-block;
        color: #fefefe;
        text-transform: none !important;
        border: none;
        width: auto;
        background-color: #263c75;
        margin-right: 20px;
        border: 1px solid transparent;
        transition: all .3s;
        margin-top: 50px !important
    }

    .header--mobile--search--submit-products:hover {
        background-color: #fefefe;
        color: #263c75;
        text-decoration: none;
        border: 1px solid #263c75
    }

    .header--mobile--search--submit-site {
        color: #263c75;
        text-transform: none !important;
        border: none;
        width: auto;
        margin-top: 20px !important
    }

    .header--mobile--search--submit-site:hover {
        text-decoration: underline
    }

    .header--mobile--search--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2877%2C77%2C77%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 45px;
        right: 30px;
        width: 15px;
        height: 15px;
        background-position: 50%;
        background-size: 100%
    }

    .header--mobile--cart--header {
        padding: 14px 0;
        margin: 0;
        display: block;
        border-bottom: 1px solid #949599;
        font-size: 14px;
        text-transform: uppercase
    }

    .header--mobile--cart--header--empty {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 15px;
        right: 30px;
        display: block;
        width: 15px;
        height: 15px;
        background-position: 50%;
        background-size: 100%
    }

    .header--mobile--cart--dropdown {
        position: fixed;
        top: -330%;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
        background: #fff;
        overflow: scroll;
        transition: all .5s
    }

    .header--mobile--cart--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_ver%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M27.44%2014.424l-13.154-13.557-13.154%2013.557%202.406%202.445%209.047-9.319v23.582h3.405v-23.581l9.043%209.318z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 16px;
        left: 25px;
        width: 15px;
        height: 15px;
        background-position: 50%;
        background-size: 100%
    }

    .header--mobile--menu {
        position: fixed;
        top: 0;
        right: -280px;
        z-index: 1000;
        width: 280px;
        height: 100%;
        padding: 80px 0 120px;
        background: #fff;
        overflow: scroll;
        transition: all .5s
    }

    .header--mobile--menu--toggle {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
        background-size: 2rem 2rem;
        position: relative;
        bottom: -5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        float: right;
        background-size: 100% auto
    }

    .header--mobile--menu--close, .header--mobile--menu--toggle {
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-position: 50%
    }

    .header--mobile--menu--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
        background-size: 2rem 2rem;
        position: absolute;
        top: 45px;
        right: 25px;
        width: 15px;
        height: 15px;
        background-size: 100%
    }

    .header--mobile--menu ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .header--mobile--menu li {
        float: none;
        margin: 0
    }

    .header--mobile--menu li a {
        padding: 18px 25px;
        color: #4d4d4d;
        border-bottom: 1px solid #4d4d4d;
        text-align: right;
        line-height: 1
    }

    .header--mobile--menu li a.main-menu--lvl1--link__selected {
        color: #263c75;
        background: #fd0
    }

    .header__action, .header__new {
        display: none;
        padding: 0;
        flex-direction: column;
        align-items: center;
        border-top: none;
        border-bottom: 1px solid #949599;
        text-align: center;
        letter-spacing: 1px
    }

    .header__action h1, .header__new h1 {
        position: relative;
        padding: 22px 0;
        margin: 0;
        color: #e91308;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.15;
        text-align: center;
        text-transform: uppercase
    }

    .header__action h1:after, .header__action p, .header__new h1:after, .header__new p {
        display: none
    }

    .header__action--mobile, .header__new--mobile {
        display: block
    }

    .header__new {
        margin-bottom: 20px
    }

    .header__new h1 {
        color: #b1d334
    }

    .offset--header h1 {
        margin: 30px 50px 20px;
        color: #000;
        font-size: 16px;
        font-weight: 400
    }

    .empty--wrapper {
        display: block
    }

    .mobile-sidebar--submenu {
        display: none
    }

    .mobile-sidebar--submenu--toggle {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M2%206.88l23.99%2023.12%2024.010-23.144-5.036-4.856-18.976%2018.29-18.952-18.266-5.036%204.856z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -4px 15px -4px 0;
        background-size: 16px auto;
        background-position: 50%
    }
}

@media screen and (max-width: 20em) {
    .header--content--logo {
        width: auto
    }

    .header--content--logo img {
        max-width: 160px
    }
}

.main-menu {
    margin: 0;
    padding: 0;
    float: left
}

.main-menu ul {
    position: relative;
    bottom: -12px;
    float: left;
    margin: 0
}

.main-menu--lvl1 {
    list-style: none;
    float: left;
    margin-left: 20px
}

.header__sticky .main-menu--lvl1--link__hamburger, .header__sticky .main-menu--lvl1--link__selected__hamburger, .main-menu--lvl1--link, .main-menu--lvl1--link__hamburger, .main-menu--lvl1--link__selected, .main-menu--lvl1--link__selected__hamburger {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px
}

.main-menu--lvl1--link:hover, .main-menu--lvl1--link__hamburger:hover, .main-menu--lvl1--link__hover, .main-menu--lvl1--link__selected:hover, .main-menu--lvl1--link__selected__hamburger:hover {
    color: #fd0;
    text-decoration: none
}

.main-menu--lvl1--link__selected {
    color: #fd0;
    font-weight: 700
}

.main-menu--lvl1--link__selected__hamburger {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-position: 0 50%;
    background-position: 100%;
    color: #fd0;
    font-weight: 700
}

.main-menu--lvl1--link__hamburger, .main-menu--lvl1--link__selected__hamburger {
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    padding-right: 40px;
    background-size: auto 14px
}

.main-menu--lvl1--link__hamburger {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-position: 0 50%;
    background-position: right 8px !important
}

.main-menu--lvl1--link__hamburger:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 100%;
    background-size: auto 14px
}

.main-menu--lvl1.first {
    position: relative
}

.main-menu--lvl1.first:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eaktivni_link_glavni_meni%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M64%200l-32%2032-32-32z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin-left: -8px;
    background-size: 100%;
    cursor: pointer
}

.main-menu--lvl1 > ul {
    display: none
}

.main-menu--right {
    float: right
}

.main-menu--right ul {
    position: relative;
    bottom: -12px;
    margin: 0
}

.main-menu--submenu {
    position: relative;
    z-index: 1;
    transition: all .5s
}

.main-menu--submenu__active {
    padding-bottom: 363px
}

.main-menu--submenu__active .category-menu-popup {
    bottom: 0 !important
}

.main-menu--submenu .category-menu-popup {
    position: absolute;
    padding: 0 15px;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all .5s
}

.main-menu--submenu .category-menu-popup ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    border-left: 1px solid #949599
}

.main-menu--submenu .category-menu-item {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 1px solid #949599;
    border-bottom: 1px solid #949599;
    background-color: #fff;
    background-size: auto 35px;
    background-position: 20px;
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width: 48em) {
    .main-menu--submenu .category-menu-item {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .main-menu--submenu .category-menu-item {
        width: 16.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 40em) and (min-width: 48em) {
    .main-menu--submenu .category-menu-item {
        width: 16.66667%;
        padding-right: 0;
        padding-left: 0
    }
}

.main-menu--submenu .category-menu-item a {
    display: flex;
    align-items: center;
    height: 120px;
    padding-left: 80px;
    padding-right: 10px;
    color: #949599;
    text-decoration: none
}

.main-menu--submenu .category-menu-item.active, .main-menu--submenu .category-menu-item:hover {
    background-color: #263c75;
    background-size: auto 35px;
    background-position: 20px
}

.main-menu--submenu .category-menu-item.active a, .main-menu--submenu .category-menu-item:hover a {
    color: #fd0
}

.main-menu--submenu .category-menu-item__all {
    padding: 0 10px !important;
    color: #fd0 !important;
    text-align: center;
    font-weight: 700;
    font-size: 120%
}

.main-menu--submenu .category-menu-item__all:after {
    content: " ";
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_plava%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-left: -30px
}

.main-menu--submenu .category-menu-item__all:hover {
    color: #263c75 !important
}

.main-menu--submenu .category-menu-item__all:hover:after {
    content: " ";
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_plava%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 12px 12px;
    width: 12px;
    height: 12px
}

.main-menu--submenu .category-menu-item__all span {
    width: 100%;
    margin-left: -10px
}

.main-menu--submenu .category-menu-last {
    background-color: #263c75 !important
}

.main-menu--submenu .category-menu-last:hover {
    background-color: #fff !important
}

.main-menu--popup {
    display: none
}

.rotate:after {
    transform: rotate(180deg)
}

.main-menu--submenu .menu-category-4547 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekreveti%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.365%2031.998h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-2.909h-21.447v2.909c0%200.353-0.286%200.64-0.64%200.64h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-7.004c0-0.067%200.010-0.131%200.029-0.191-0.080-0.151-0.097-0.329-0.044-0.495l3.41-10.662c0.033-0.102%200.090-0.192%200.164-0.264-0.101-0.112-0.163-0.261-0.163-0.426v-9.554c0-1.523%201.199-2.762%202.674-2.762%200.016%200%200.032%200%200.047%200.002h20.771c1.474%200%202.673%201.238%202.674%202.76%200%200%200%200%200%200.001v9.554c0%200.15-0.052%200.288-0.138%200.398%200.091%200.076%200.16%200.179%200.197%200.296l3.354%2010.662c0.052%200.165%200.035%200.341-0.044%200.49%200.019%200.060%200.029%200.126%200.029%200.193v7.004c-0.001%200.353-0.287%200.64-0.641%200.64zM28.529%2030.718h3.196v-6.215h-30.399v6.215h3.196v-2.909c0-0.353%200.286-0.64%200.64-0.64h22.727c0.353%200%200.64%200.286%200.64%200.64v2.909zM1.517%2023.223h30.019l-2.981-9.479c-4.811-1.032-16.203-1.243-24.014%200.024l-3.024%209.455zM4.723%202.761v9.554c0%200.044-0.004%200.088-0.013%200.13%200.493-0.076%200.995-0.147%201.509-0.212-0.040-0.084-0.062-0.177-0.062-0.276v-1.894c0-1.644%201.294-2.981%202.885-2.981h5.088c0.997%200%201.878%200.526%202.396%201.323%200.519-0.797%201.398-1.323%202.395-1.323h5.089c1.59%200%202.884%201.337%202.884%202.981v1.894c0%200.069-0.012%200.136-0.031%200.199%200.529%200.073%201.020%200.151%201.47%200.237-0.003-0.025-0.004-0.052-0.004-0.077v-9.554c0-0.817-0.625-1.481-1.393-1.481h-20.819c-0.013%200-0.026%200-0.039-0.001-0.75%200.022-1.354%200.678-1.354%201.481zM9.041%208.363c-0.885%200-1.605%200.763-1.605%201.701v1.894c0%200.046-0.004%200.091-0.014%200.134%202.666-0.289%205.532-0.443%208.323-0.481-0.008-0.041-0.012-0.085-0.012-0.128v-1.419c0-0.938-0.72-1.701-1.605-1.701h-5.087zM17.306%2011.601c3.053%200.005%205.948%200.149%208.308%200.403-0.001-0.015-0.002-0.031-0.002-0.047v-1.894c0-0.938-0.72-1.701-1.604-1.701h-5.089c-0.87%200-1.604%200.778-1.604%201.701v1.419c0%200.041-0.004%200.080-0.011%200.119z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 18px !important
}

.main-menu--submenu .menu-category-4547.active, .main-menu--submenu .menu-category-4547:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekreveti%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.365%2031.998h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-2.909h-21.447v2.909c0%200.353-0.286%200.64-0.64%200.64h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-7.004c0-0.067%200.010-0.131%200.029-0.191-0.080-0.151-0.097-0.329-0.044-0.495l3.41-10.662c0.033-0.102%200.090-0.192%200.164-0.264-0.101-0.112-0.163-0.261-0.163-0.426v-9.554c0-1.523%201.199-2.762%202.674-2.762%200.016%200%200.032%200%200.047%200.002h20.771c1.474%200%202.673%201.238%202.674%202.76%200%200%200%200%200%200.001v9.554c0%200.15-0.052%200.288-0.138%200.398%200.091%200.076%200.16%200.179%200.197%200.296l3.354%2010.662c0.052%200.165%200.035%200.341-0.044%200.49%200.019%200.060%200.029%200.126%200.029%200.193v7.004c-0.001%200.353-0.287%200.64-0.641%200.64zM28.529%2030.718h3.196v-6.215h-30.399v6.215h3.196v-2.909c0-0.353%200.286-0.64%200.64-0.64h22.727c0.353%200%200.64%200.286%200.64%200.64v2.909zM1.517%2023.223h30.019l-2.981-9.479c-4.811-1.032-16.203-1.243-24.014%200.024l-3.024%209.455zM4.723%202.761v9.554c0%200.044-0.004%200.088-0.013%200.13%200.493-0.076%200.995-0.147%201.509-0.212-0.040-0.084-0.062-0.177-0.062-0.276v-1.894c0-1.644%201.294-2.981%202.885-2.981h5.088c0.997%200%201.878%200.526%202.396%201.323%200.519-0.797%201.398-1.323%202.395-1.323h5.089c1.59%200%202.884%201.337%202.884%202.981v1.894c0%200.069-0.012%200.136-0.031%200.199%200.529%200.073%201.020%200.151%201.47%200.237-0.003-0.025-0.004-0.052-0.004-0.077v-9.554c0-0.817-0.625-1.481-1.393-1.481h-20.819c-0.013%200-0.026%200-0.039-0.001-0.75%200.022-1.354%200.678-1.354%201.481zM9.041%208.363c-0.885%200-1.605%200.763-1.605%201.701v1.894c0%200.046-0.004%200.091-0.014%200.134%202.666-0.289%205.532-0.443%208.323-0.481-0.008-0.041-0.012-0.085-0.012-0.128v-1.419c0-0.938-0.72-1.701-1.605-1.701h-5.087zM17.306%2011.601c3.053%200.005%205.948%200.149%208.308%200.403-0.001-0.015-0.002-0.031-0.002-0.047v-1.894c0-0.938-0.72-1.701-1.604-1.701h-5.089c-0.87%200-1.604%200.778-1.604%201.701v1.419c0%200.041-0.004%200.080-0.011%200.119z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4548 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomode_fiokari_nocni_stocici%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.742%2030.033h-21.508c-0.67%200-1.235-0.565-1.235-1.234v-16.722c0.002-0.681%200.557-1.233%201.235-1.233h21.508c0.67%200%201.235%200.565%201.235%201.235v16.721c0%200.669-0.566%201.234-1.235%201.234zM1.234%2011.974c-0.055%200-0.103%200.049-0.103%200.104v16.72c0%200.050%200.061%200.103%200.103%200.103h21.508c0.040%200%200.104-0.064%200.104-0.103v-16.721c0-0.044-0.051-0.103-0.104-0.103h-21.508z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.393%2032h-20.809c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h20.809c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.588%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.39%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.411%2019.813h-22.844c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h22.844c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.412%2021.874h-2.846c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h2.846c0.312%200%200.566%200.253%200.566%200.566s-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.321%2011.302c-0.182%200-0.36-0.087-0.47-0.249l-1.146-1.696c-0.175-0.259-0.107-0.611%200.152-0.786%200.261-0.175%200.611-0.106%200.786%200.152l1.146%201.696c0.175%200.259%200.107%200.611-0.152%200.786-0.097%200.065-0.207%200.097-0.316%200.097z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.789%2011.302c-0.109%200-0.219-0.031-0.316-0.097-0.259-0.175-0.327-0.527-0.152-0.786l1.146-1.696c0.176-0.259%200.527-0.327%200.786-0.152s0.327%200.527%200.152%200.786l-1.146%201.696c-0.109%200.162-0.288%200.249-0.469%200.249z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.873%204.625c-0.117%200-0.236-0.036-0.337-0.112-0.634-0.471-1.012-1.222-1.012-2.011%200-1.38%201.123-2.502%202.502-2.502%200.923%200%201.768%200.505%202.206%201.317%200.148%200.275%200.046%200.619-0.23%200.766-0.276%200.149-0.618%200.045-0.766-0.23-0.241-0.446-0.704-0.722-1.209-0.722-0.755%200-1.371%200.615-1.371%201.37%200%200.439%200.202%200.84%200.555%201.102%200.251%200.186%200.303%200.541%200.117%200.792-0.111%200.149-0.282%200.229-0.454%200.229z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.297%204.581c-0.165%200-0.329-0.072-0.441-0.211-0.196-0.244-0.158-0.6%200.085-0.796%200.325-0.262%200.511-0.652%200.511-1.068%200-0.755-0.615-1.37-1.371-1.37-0.497%200-0.956%200.27-1.198%200.707-0.15%200.274-0.494%200.372-0.77%200.22-0.274-0.152-0.372-0.496-0.219-0.77%200.441-0.795%201.279-1.288%202.187-1.288%201.38%200%202.503%201.123%202.503%202.502%200%200.761-0.34%201.471-0.932%201.949-0.105%200.083-0.23%200.125-0.355%200.125z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.555%2010.008c-2.402%200-4.356-1.954-4.356-4.356s1.953-4.356%204.356-4.356c2.401%200%204.355%201.954%204.355%204.356s-1.953%204.356-4.355%204.356zM15.555%202.428c-1.778%200-3.225%201.446-3.225%203.225s1.446%203.225%203.225%203.225c1.777%200%203.224-1.446%203.224-3.225s-1.446-3.225-3.224-3.225z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.555%206.218c-0.15%200-0.3-0.060-0.411-0.178-0.215-0.227-0.204-0.586%200.023-0.8l1.523-1.437c0.228-0.215%200.586-0.204%200.8%200.023s0.204%200.586-0.023%200.8l-1.523%201.437c-0.11%200.104-0.249%200.155-0.389%200.155z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.554%206.218c-0.094%200-0.189-0.024-0.277-0.073l-1.439-0.811c-0.273-0.153-0.369-0.498-0.215-0.77%200.152-0.271%200.496-0.369%200.77-0.215l1.439%200.811c0.273%200.153%200.369%200.498%200.215%200.77-0.103%200.184-0.295%200.288-0.493%200.288z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 31px auto !important;
    background-position: 24px !important
}

.main-menu--submenu .menu-category-4548.active, .main-menu--submenu .menu-category-4548:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomode_fiokari_nocni_stocici%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.742%2030.033h-21.508c-0.67%200-1.235-0.565-1.235-1.234v-16.722c0.002-0.681%200.557-1.233%201.235-1.233h21.508c0.67%200%201.235%200.565%201.235%201.235v16.721c0%200.669-0.566%201.234-1.235%201.234zM1.234%2011.974c-0.055%200-0.103%200.049-0.103%200.104v16.72c0%200.050%200.061%200.103%200.103%200.103h21.508c0.040%200%200.104-0.064%200.104-0.103v-16.721c0-0.044-0.051-0.103-0.104-0.103h-21.508z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.393%2032h-20.809c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h20.809c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.588%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.39%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.411%2019.813h-22.844c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h22.844c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.412%2021.874h-2.846c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h2.846c0.312%200%200.566%200.253%200.566%200.566s-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.321%2011.302c-0.182%200-0.36-0.087-0.47-0.249l-1.146-1.696c-0.175-0.259-0.107-0.611%200.152-0.786%200.261-0.175%200.611-0.106%200.786%200.152l1.146%201.696c0.175%200.259%200.107%200.611-0.152%200.786-0.097%200.065-0.207%200.097-0.316%200.097z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.789%2011.302c-0.109%200-0.219-0.031-0.316-0.097-0.259-0.175-0.327-0.527-0.152-0.786l1.146-1.696c0.176-0.259%200.527-0.327%200.786-0.152s0.327%200.527%200.152%200.786l-1.146%201.696c-0.109%200.162-0.288%200.249-0.469%200.249z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.873%204.625c-0.117%200-0.236-0.036-0.337-0.112-0.634-0.471-1.012-1.222-1.012-2.011%200-1.38%201.123-2.502%202.502-2.502%200.923%200%201.768%200.505%202.206%201.317%200.148%200.275%200.046%200.619-0.23%200.766-0.276%200.149-0.618%200.045-0.766-0.23-0.241-0.446-0.704-0.722-1.209-0.722-0.755%200-1.371%200.615-1.371%201.37%200%200.439%200.202%200.84%200.555%201.102%200.251%200.186%200.303%200.541%200.117%200.792-0.111%200.149-0.282%200.229-0.454%200.229z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.297%204.581c-0.165%200-0.329-0.072-0.441-0.211-0.196-0.244-0.158-0.6%200.085-0.796%200.325-0.262%200.511-0.652%200.511-1.068%200-0.755-0.615-1.37-1.371-1.37-0.497%200-0.956%200.27-1.198%200.707-0.15%200.274-0.494%200.372-0.77%200.22-0.274-0.152-0.372-0.496-0.219-0.77%200.441-0.795%201.279-1.288%202.187-1.288%201.38%200%202.503%201.123%202.503%202.502%200%200.761-0.34%201.471-0.932%201.949-0.105%200.083-0.23%200.125-0.355%200.125z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.555%2010.008c-2.402%200-4.356-1.954-4.356-4.356s1.953-4.356%204.356-4.356c2.401%200%204.355%201.954%204.355%204.356s-1.953%204.356-4.355%204.356zM15.555%202.428c-1.778%200-3.225%201.446-3.225%203.225s1.446%203.225%203.225%203.225c1.777%200%203.224-1.446%203.224-3.225s-1.446-3.225-3.224-3.225z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.555%206.218c-0.15%200-0.3-0.060-0.411-0.178-0.215-0.227-0.204-0.586%200.023-0.8l1.523-1.437c0.228-0.215%200.586-0.204%200.8%200.023s0.204%200.586-0.023%200.8l-1.523%201.437c-0.11%200.104-0.249%200.155-0.389%200.155z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.554%206.218c-0.094%200-0.189-0.024-0.277-0.073l-1.439-0.811c-0.273-0.153-0.369-0.498-0.215-0.77%200.152-0.271%200.496-0.369%200.77-0.215l1.439%200.811c0.273%200.153%200.369%200.498%200.215%200.77-0.103%200.184-0.295%200.288-0.493%200.288z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4549 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egarderoberi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.072%2029.701h-31.63c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.793%200.647-1.439%201.442-1.439h31.63c0.795%200%201.442%200.646%201.442%201.44v26.818c0%200.795-0.646%201.442-1.442%201.442zM1.442%201.322c-0.064%200-0.119%200.054-0.119%200.118v26.819c0%200.065%200.055%200.121%200.119%200.121h31.63c0.063%200%200.12-0.057%200.12-0.121v-26.818c0-0.062-0.057-0.118-0.12-0.118h-31.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.437%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.296%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.075%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.297%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.667%2031.998h-30.821c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h30.821c0.364%200%200.661%200.296%200.661%200.661s-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.657%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.028%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.844%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.483%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4549.active, .main-menu--submenu .menu-category-4549:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egarderoberi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.072%2029.701h-31.63c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.793%200.647-1.439%201.442-1.439h31.63c0.795%200%201.442%200.646%201.442%201.44v26.818c0%200.795-0.646%201.442-1.442%201.442zM1.442%201.322c-0.064%200-0.119%200.054-0.119%200.118v26.819c0%200.065%200.055%200.121%200.119%200.121h31.63c0.063%200%200.12-0.057%200.12-0.121v-26.818c0-0.062-0.057-0.118-0.12-0.118h-31.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.437%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.296%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.075%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.297%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.667%2031.998h-30.821c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h30.821c0.364%200%200.661%200.296%200.661%200.661s-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.657%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.028%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.844%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.483%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4551 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 35px auto !important;
    background-position: 22px !important
}

.main-menu--submenu .menu-category-4551.active, .main-menu--submenu .menu-category-4551:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4553 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 35px auto !important;
    background-position: 22px !important
}

.main-menu--submenu .menu-category-4553.active, .main-menu--submenu .menu-category-4553:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4556 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etapacirani_nam_i_garniture%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M46.702%2032h-6.458c-0.51%200-0.924-0.413-0.924-0.924v-3.82c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.895h4.611v-2.579c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.504c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.62%2032h-6.461c-0.51%200-0.924-0.413-0.924-0.924v-3.504c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.579h4.613v-2.895c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.82c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M48.383%2027.454h-46.891c-0.829%200-1.493-0.665-1.493-1.48v-15.76c0-0.817%200.665-1.482%201.482-1.482h2.296c2.967%200%205.38%202.412%205.38%205.378v4.188h31.553v-4.188c0-2.966%202.412-5.378%205.377-5.378h2.297c0.817%200%201.48%200.665%201.48%201.482v15.759c0%200.817-0.664%201.482-1.48%201.482zM1.846%2025.605h46.168v-15.024h-1.93c-1.946%200-3.529%201.583-3.529%203.531v5.111c0%200.51-0.413%200.924-0.924%200.924h-33.399c-0.51%200-0.924-0.413-0.924-0.924v-5.113c0-1.946-1.584-3.531-3.531-3.531h-1.93v15.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.861%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.135-2.531-2.531-2.531h-9.695c-1.396%200-2.531%201.135-2.531%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0-2.415%201.964-4.379%204.379-4.379h9.695c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M41.607%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.136-2.531-2.532-2.531h-9.697c-1.394%200-2.529%201.135-2.529%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0.001-2.415%201.966-4.379%204.379-4.379h9.697c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4556.active, .main-menu--submenu .menu-category-4556:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etapacirani_nam_i_garniture%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M46.702%2032h-6.458c-0.51%200-0.924-0.413-0.924-0.924v-3.82c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.895h4.611v-2.579c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.504c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.62%2032h-6.461c-0.51%200-0.924-0.413-0.924-0.924v-3.504c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.579h4.613v-2.895c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.82c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M48.383%2027.454h-46.891c-0.829%200-1.493-0.665-1.493-1.48v-15.76c0-0.817%200.665-1.482%201.482-1.482h2.296c2.967%200%205.38%202.412%205.38%205.378v4.188h31.553v-4.188c0-2.966%202.412-5.378%205.377-5.378h2.297c0.817%200%201.48%200.665%201.48%201.482v15.759c0%200.817-0.664%201.482-1.48%201.482zM1.846%2025.605h46.168v-15.024h-1.93c-1.946%200-3.529%201.583-3.529%203.531v5.111c0%200.51-0.413%200.924-0.924%200.924h-33.399c-0.51%200-0.924-0.413-0.924-0.924v-5.113c0-1.946-1.584-3.531-3.531-3.531h-1.93v15.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.861%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.135-2.531-2.531-2.531h-9.695c-1.396%200-2.531%201.135-2.531%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0-2.415%201.964-4.379%204.379-4.379h9.695c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M41.607%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.136-2.531-2.532-2.531h-9.697c-1.394%200-2.529%201.135-2.529%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0.001-2.415%201.966-4.379%204.379-4.379h9.697c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4557 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomadni_nam_za_sedenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.293%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.848c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.159h3.439v-1.924c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.612c-0.001%200.382-0.309%200.69-0.69%200.69z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.442%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.612c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v1.924h3.439v-2.159c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.848c-0.001%200.38-0.309%200.688-0.69%200.688z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.814%2028.612h-31.701c-0.617%200-1.111-0.497-1.111-1.106v-15.276c0-0.61%200.495-1.106%201.103-1.106h1.714c2.211%200%204.009%201.799%204.009%204.010v4.311c2.971-0.617%206.625-0.953%2010.403-0.953%203.733%200%207.192%200.329%209.863%200.933v-4.291c0-2.211%201.799-4.009%204.009-4.009h1.712c0.61%200%201.105%200.496%201.105%201.106v15.275c0.001%200.599-0.505%201.106-1.104%201.106zM1.379%2027.234h31.162v-14.731h-1.439c-1.451%200-2.632%201.18-2.632%202.632v5.168c0%200.214-0.1%200.416-0.269%200.547s-0.391%200.174-0.597%200.119c-2.654-0.708-6.338-1.099-10.374-1.099-4.042%200-7.924%200.392-10.933%201.104-0.205%200.051-0.421%200-0.586-0.13s-0.261-0.33-0.261-0.54v-5.168c0-1.451-1.18-2.633-2.632-2.633h-1.44v14.732z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.492%2020.231c-0.012%200-0.023%200-0.035-0.001-0.379-0.019-0.673-0.342-0.654-0.723l0.815-16.277c0.022-0.45-0.148-0.891-0.483-1.243-0.369-0.388-0.881-0.611-1.404-0.611h-17.54c-0.529%200-1.042%200.221-1.409%200.606-0.331%200.349-0.503%200.793-0.48%201.248l0.815%2016.276c0.019%200.38-0.274%200.704-0.654%200.723-0.372%200.029-0.704-0.274-0.723-0.654l-0.815-16.276c-0.041-0.838%200.263-1.642%200.858-2.267%200.626-0.657%201.504-1.034%202.408-1.034h17.54c0.9%200%201.776%200.379%202.404%201.039%200.597%200.628%200.902%201.431%200.86%202.261l-0.814%2016.277c-0.018%200.369-0.323%200.655-0.687%200.655z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 38px auto !important;
    background-position: 21px !important
}

.main-menu--submenu .menu-category-4557.active, .main-menu--submenu .menu-category-4557:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomadni_nam_za_sedenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.293%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.848c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.159h3.439v-1.924c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.612c-0.001%200.382-0.309%200.69-0.69%200.69z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.442%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.612c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v1.924h3.439v-2.159c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.848c-0.001%200.38-0.309%200.688-0.69%200.688z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.814%2028.612h-31.701c-0.617%200-1.111-0.497-1.111-1.106v-15.276c0-0.61%200.495-1.106%201.103-1.106h1.714c2.211%200%204.009%201.799%204.009%204.010v4.311c2.971-0.617%206.625-0.953%2010.403-0.953%203.733%200%207.192%200.329%209.863%200.933v-4.291c0-2.211%201.799-4.009%204.009-4.009h1.712c0.61%200%201.105%200.496%201.105%201.106v15.275c0.001%200.599-0.505%201.106-1.104%201.106zM1.379%2027.234h31.162v-14.731h-1.439c-1.451%200-2.632%201.18-2.632%202.632v5.168c0%200.214-0.1%200.416-0.269%200.547s-0.391%200.174-0.597%200.119c-2.654-0.708-6.338-1.099-10.374-1.099-4.042%200-7.924%200.392-10.933%201.104-0.205%200.051-0.421%200-0.586-0.13s-0.261-0.33-0.261-0.54v-5.168c0-1.451-1.18-2.633-2.632-2.633h-1.44v14.732z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.492%2020.231c-0.012%200-0.023%200-0.035-0.001-0.379-0.019-0.673-0.342-0.654-0.723l0.815-16.277c0.022-0.45-0.148-0.891-0.483-1.243-0.369-0.388-0.881-0.611-1.404-0.611h-17.54c-0.529%200-1.042%200.221-1.409%200.606-0.331%200.349-0.503%200.793-0.48%201.248l0.815%2016.276c0.019%200.38-0.274%200.704-0.654%200.723-0.372%200.029-0.704-0.274-0.723-0.654l-0.815-16.276c-0.041-0.838%200.263-1.642%200.858-2.267%200.626-0.657%201.504-1.034%202.408-1.034h17.54c0.9%200%201.776%200.379%202.404%201.039%200.597%200.628%200.902%201.431%200.86%202.261l-0.814%2016.277c-0.018%200.369-0.323%200.655-0.687%200.655z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4558 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epredsoblja%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.564%2029.703h-25.122c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.795%200.647-1.442%201.442-1.442h25.122c0.782%200%201.442%200.66%201.442%201.442v26.818c0%200.782-0.659%201.443-1.442%201.443zM1.442%201.322c-0.064%200-0.119%200.055-0.119%200.119v26.819c0%200.063%200.067%200.121%200.119%200.121h25.122c0.053%200%200.12-0.068%200.12-0.121v-26.818c0-0.053-0.057-0.12-0.12-0.12h-25.122z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.156%2032h-24.306c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h24.306c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.151%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%203.73h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.345%2010.739h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%2013.146h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.345%2020.153h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%2022.562h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 32px auto !important;
    background-position: 22px !important
}

.main-menu--submenu .menu-category-4558.active, .main-menu--submenu .menu-category-4558:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epredsoblja%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.564%2029.703h-25.122c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.795%200.647-1.442%201.442-1.442h25.122c0.782%200%201.442%200.66%201.442%201.442v26.818c0%200.782-0.659%201.443-1.442%201.443zM1.442%201.322c-0.064%200-0.119%200.055-0.119%200.119v26.819c0%200.063%200.067%200.121%200.119%200.121h25.122c0.053%200%200.12-0.068%200.12-0.121v-26.818c0-0.053-0.057-0.12-0.12-0.12h-25.122z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.156%2032h-24.306c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h24.306c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.151%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%203.73h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.345%2010.739h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%2013.146h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.345%2020.153h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%2022.562h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4561 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Evitrine_i_regali%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.349%2030.074h-30.94c-0.778%200-1.41-0.632-1.41-1.41v-27.255c0.002-0.778%200.635-1.409%201.41-1.409h30.94c0.778%200%201.411%200.632%201.411%201.409v27.254c0%200.779-0.633%201.411-1.411%201.411zM1.409%201.293c-0.062%200-0.117%200.056-0.117%200.118v27.252c0%200.062%200.055%200.118%200.117%200.118h30.94c0.062%200%200.119-0.056%200.119-0.118v-27.253c0-0.062-0.056-0.117-0.119-0.117h-30.94z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.813%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.945%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.762%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.878%2029.93c-0.357%200-0.647-0.289-0.647-0.647v-27.619c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v27.619c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.996%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.101%2011.565h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.101%2021.837h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.622%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.386%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4561.active, .main-menu--submenu .menu-category-4561:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Evitrine_i_regali%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.349%2030.074h-30.94c-0.778%200-1.41-0.632-1.41-1.41v-27.255c0.002-0.778%200.635-1.409%201.41-1.409h30.94c0.778%200%201.411%200.632%201.411%201.409v27.254c0%200.779-0.633%201.411-1.411%201.411zM1.409%201.293c-0.062%200-0.117%200.056-0.117%200.118v27.252c0%200.062%200.055%200.118%200.117%200.118h30.94c0.062%200%200.119-0.056%200.119-0.118v-27.253c0-0.062-0.056-0.117-0.119-0.117h-30.94z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.813%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.945%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.762%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.878%2029.93c-0.357%200-0.647-0.289-0.647-0.647v-27.619c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v27.619c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.996%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.101%2011.565h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.101%2021.837h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.622%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.386%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4562 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2232%22%20viewBox%3D%220%200%2041%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etrpezarije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2016.039c-0.422%200-0.765-0.342-0.765-0.765v-7.318c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v7.319c0%200.422-0.343%200.764-0.765%200.764z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2020.369c-1.616%200-2.931-1.314-2.931-2.93s1.315-2.931%202.931-2.931c1.617%200%202.931%201.315%202.931%202.931s-1.314%202.93-2.931%202.93zM20.595%2016.039c-0.773%200-1.4%200.628-1.4%201.4s0.628%201.399%201.4%201.399%201.4-0.628%201.4-1.399c0-0.772-0.627-1.4-1.4-1.4z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M29.86%2032c-4.064%200-4.819-2.561-5.431-4.635-0.591-1.999-1.057-3.579-3.85-3.821-0.421-0.036-0.732-0.407-0.696-0.827%200.037-0.421%200.416-0.735%200.828-0.696%203.833%200.332%204.582%202.871%205.185%204.912%200.632%202.142%201.085%203.682%204.403%203.526%200.393-0.017%200.781%200.303%200.802%200.727%200.021%200.421-0.304%200.78-0.727%200.802-0.176%200.009-0.349%200.013-0.513%200.013z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.33%2032c-0.166%200-0.337-0.004-0.514-0.014-0.422-0.021-0.747-0.38-0.726-0.802%200.020-0.422%200.36-0.765%200.802-0.727%203.311%200.148%203.768-1.385%204.402-3.526%200.603-2.041%201.352-4.581%205.185-4.912%200.412-0.046%200.792%200.275%200.828%200.696s-0.275%200.791-0.696%200.827c-2.792%200.242-3.259%201.822-3.85%203.822-0.611%202.074-1.367%204.635-5.43%204.635z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2029.408c-0.422%200-0.765-0.342-0.765-0.765v-8.558c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v8.558c0%200.423-0.343%200.765-0.765%200.765z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%208.602c-0.841%200-20.595-0.049-20.595-4.302%200-4.251%2019.754-4.3%2020.595-4.3s20.594%200.049%2020.594%204.3c0%204.253-19.753%204.302-20.594%204.302zM20.595%201.531c-12.008%200-18.698%201.794-19.068%202.799%200.37%200.947%207.058%202.742%2019.068%202.742s18.698-1.795%2019.068-2.801c-0.371-0.946-7.061-2.74-19.068-2.74z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4562.active, .main-menu--submenu .menu-category-4562:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2232%22%20viewBox%3D%220%200%2041%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etrpezarije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2016.039c-0.422%200-0.765-0.342-0.765-0.765v-7.318c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v7.319c0%200.422-0.343%200.764-0.765%200.764z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2020.369c-1.616%200-2.931-1.314-2.931-2.93s1.315-2.931%202.931-2.931c1.617%200%202.931%201.315%202.931%202.931s-1.314%202.93-2.931%202.93zM20.595%2016.039c-0.773%200-1.4%200.628-1.4%201.4s0.628%201.399%201.4%201.399%201.4-0.628%201.4-1.399c0-0.772-0.627-1.4-1.4-1.4z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M29.86%2032c-4.064%200-4.819-2.561-5.431-4.635-0.591-1.999-1.057-3.579-3.85-3.821-0.421-0.036-0.732-0.407-0.696-0.827%200.037-0.421%200.416-0.735%200.828-0.696%203.833%200.332%204.582%202.871%205.185%204.912%200.632%202.142%201.085%203.682%204.403%203.526%200.393-0.017%200.781%200.303%200.802%200.727%200.021%200.421-0.304%200.78-0.727%200.802-0.176%200.009-0.349%200.013-0.513%200.013z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.33%2032c-0.166%200-0.337-0.004-0.514-0.014-0.422-0.021-0.747-0.38-0.726-0.802%200.020-0.422%200.36-0.765%200.802-0.727%203.311%200.148%203.768-1.385%204.402-3.526%200.603-2.041%201.352-4.581%205.185-4.912%200.412-0.046%200.792%200.275%200.828%200.696s-0.275%200.791-0.696%200.827c-2.792%200.242-3.259%201.822-3.85%203.822-0.611%202.074-1.367%204.635-5.43%204.635z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2029.408c-0.422%200-0.765-0.342-0.765-0.765v-8.558c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v8.558c0%200.423-0.343%200.765-0.765%200.765z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%208.602c-0.841%200-20.595-0.049-20.595-4.302%200-4.251%2019.754-4.3%2020.595-4.3s20.594%200.049%2020.594%204.3c0%204.253-19.753%204.302-20.594%204.302zM20.595%201.531c-12.008%200-18.698%201.794-19.068%202.799%200.37%200.947%207.058%202.742%2019.068%202.742s18.698-1.795%2019.068-2.801c-0.371-0.946-7.061-2.74-19.068-2.74z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4564 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekuhinje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.851%2029.858h-29.506c-0.742%200-1.346-0.603-1.346-1.345v-8.993c0-0.73%200.616-1.346%201.346-1.346h29.506c0.729%200%201.344%200.617%201.344%201.346v8.993c0%200.742-0.603%201.345-1.344%201.345zM1.345%2019.406c-0.053%200-0.112%200.059-0.112%200.113v8.993c0%200.057%200.056%200.112%200.112%200.112h29.506c0.059%200%200.111-0.053%200.111-0.112v-8.993c0-0.059-0.062-0.113-0.111-0.113h-29.506z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.74%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.582%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.473%2032.002h-28.75c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h28.75c0.34%200%200.617%200.276%200.617%200.617s-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.465%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.73%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.986%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.495%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.139%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M6.116%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.094%2021.195c-0.285%200-0.54-0.198-0.603-0.487-0.071-0.333%200.134-0.695%200.467-0.767%200.334-0.069%200.654%200.106%200.725%200.44l0.015%200.069c0.071%200.333-0.141%200.66-0.475%200.731-0.043%200.009-0.086%200.014-0.128%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.072%2021.195c-0.284%200-0.539-0.196-0.602-0.484-0.073-0.333%200.13-0.695%200.463-0.768%200.332-0.071%200.654%200.103%200.727%200.436l0.015%200.069c0.073%200.333-0.138%200.661-0.47%200.734-0.045%200.009-0.089%200.014-0.133%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.582%2022.887h-12.484c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h12.484c0.34%200%200.617%200.276%200.617%200.617s-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.851%2010.47h-16.638c-0.742%200-1.345-0.604-1.345-1.345v-7.78c0-0.729%200.616-1.345%201.345-1.345h16.638c0.728%200%201.343%200.615%201.345%201.343v7.781c0%200.741-0.603%201.345-1.345%201.345zM14.213%201.233c-0.052%200-0.112%200.060-0.112%200.112v7.78c0%200.051%200.051%200.112%200.112%200.112h16.638c0.059%200%200.112-0.052%200.112-0.112v-7.781c0-0.058-0.063-0.111-0.112-0.111h-16.638z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.739%2010.469c-0.34%200-0.617-0.276-0.617-0.617v-9.236c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.236c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.986%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.495%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M12.714%2010.534h-11.296c-0.492%200-1.154-0.35-1.357-0.872-0.129-0.333-0.049-0.689%200.212-0.928l2.912-2.681c0.66-0.607%201.179-0.891%201.631-0.891h4.498c0.164%200%200.664%200%201.632%200.891l2.914%202.682c0.263%200.243%200.344%200.6%200.214%200.934-0.203%200.517-0.867%200.865-1.36%200.865zM9.3%206.396l-4.483%200.001c0.002%200.001-0.222%200.037-0.797%200.565l-2.541%202.34h11.175l-2.542-2.34c-0.472-0.434-0.746-0.556-0.812-0.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.376%206.447c-0.34%200-0.617-0.276-0.617-0.617v-4.597h-3.383v4.597c0%200.34-0.276%200.617-0.617%200.617s-0.617-0.276-0.617-0.617v-5.214c0-0.34%200.277-0.617%200.617-0.617h4.617c0.34%200%200.617%200.276%200.617%200.617v5.214c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.705%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M3.491%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 18px !important
}

.main-menu--submenu .menu-category-4564.active, .main-menu--submenu .menu-category-4564:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekuhinje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.851%2029.858h-29.506c-0.742%200-1.346-0.603-1.346-1.345v-8.993c0-0.73%200.616-1.346%201.346-1.346h29.506c0.729%200%201.344%200.617%201.344%201.346v8.993c0%200.742-0.603%201.345-1.344%201.345zM1.345%2019.406c-0.053%200-0.112%200.059-0.112%200.113v8.993c0%200.057%200.056%200.112%200.112%200.112h29.506c0.059%200%200.111-0.053%200.111-0.112v-8.993c0-0.059-0.062-0.113-0.111-0.113h-29.506z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.74%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.582%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.473%2032.002h-28.75c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h28.75c0.34%200%200.617%200.276%200.617%200.617s-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.465%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.73%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.986%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.495%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.139%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M6.116%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.094%2021.195c-0.285%200-0.54-0.198-0.603-0.487-0.071-0.333%200.134-0.695%200.467-0.767%200.334-0.069%200.654%200.106%200.725%200.44l0.015%200.069c0.071%200.333-0.141%200.66-0.475%200.731-0.043%200.009-0.086%200.014-0.128%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.072%2021.195c-0.284%200-0.539-0.196-0.602-0.484-0.073-0.333%200.13-0.695%200.463-0.768%200.332-0.071%200.654%200.103%200.727%200.436l0.015%200.069c0.073%200.333-0.138%200.661-0.47%200.734-0.045%200.009-0.089%200.014-0.133%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.582%2022.887h-12.484c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h12.484c0.34%200%200.617%200.276%200.617%200.617s-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.851%2010.47h-16.638c-0.742%200-1.345-0.604-1.345-1.345v-7.78c0-0.729%200.616-1.345%201.345-1.345h16.638c0.728%200%201.343%200.615%201.345%201.343v7.781c0%200.741-0.603%201.345-1.345%201.345zM14.213%201.233c-0.052%200-0.112%200.060-0.112%200.112v7.78c0%200.051%200.051%200.112%200.112%200.112h16.638c0.059%200%200.112-0.052%200.112-0.112v-7.781c0-0.058-0.063-0.111-0.112-0.111h-16.638z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.739%2010.469c-0.34%200-0.617-0.276-0.617-0.617v-9.236c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.236c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.986%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.495%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M12.714%2010.534h-11.296c-0.492%200-1.154-0.35-1.357-0.872-0.129-0.333-0.049-0.689%200.212-0.928l2.912-2.681c0.66-0.607%201.179-0.891%201.631-0.891h4.498c0.164%200%200.664%200%201.632%200.891l2.914%202.682c0.263%200.243%200.344%200.6%200.214%200.934-0.203%200.517-0.867%200.865-1.36%200.865zM9.3%206.396l-4.483%200.001c0.002%200.001-0.222%200.037-0.797%200.565l-2.541%202.34h11.175l-2.542-2.34c-0.472-0.434-0.746-0.556-0.812-0.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.376%206.447c-0.34%200-0.617-0.276-0.617-0.617v-4.597h-3.383v4.597c0%200.34-0.276%200.617-0.617%200.617s-0.617-0.276-0.617-0.617v-5.214c0-0.34%200.277-0.617%200.617-0.617h4.617c0.34%200%200.617%200.276%200.617%200.617v5.214c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.705%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.491%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4569 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2232%22%20viewBox%3D%220%200%2018%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edodaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.069%2031.999h-14.053c-0.347%200-0.63-0.282-0.63-0.63s0.282-0.63%200.63-0.63h14.053c0.347%200%200.63%200.282%200.63%200.63s-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.042%2032c-0.347%200-0.63-0.282-0.63-0.63v-18.272c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v18.272c0%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M12.333%2021.908c-0.347%200-0.63-0.282-0.63-0.63v-8.137c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v8.137c-0.001%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.624%2020.865c0%200.713-0.578%201.291-1.291%201.291s-1.291-0.578-1.291-1.291c0-0.713%200.578-1.291%201.291-1.291s1.291%200.578%201.291%201.291z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.646%2013.48h-15.21c-0.487%200-0.968-0.222-1.227-0.567-0.194-0.258-0.255-0.575-0.17-0.873l3.139-10.948c0.193-0.674%200.728-1.093%201.398-1.093h8.93c0.659%200%201.208%200.429%201.399%201.091l3.141%2010.95c0.084%200.296%200.020%200.613-0.173%200.87-0.261%200.345-0.742%200.568-1.226%200.568zM1.303%2012.198c0.039%200.013%200.086%200.023%200.133%200.023h15.21c0.047%200%200.094-0.011%200.133-0.024l-3.085-10.757c-0.052-0.18-0.148-0.18-0.189-0.18h-8.93c-0.051%200-0.136%200-0.187%200.181l-3.085%2010.758z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 23px auto !important;
    background-position: 28px !important
}

.main-menu--submenu .menu-category-4569.active, .main-menu--submenu .menu-category-4569:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2232%22%20viewBox%3D%220%200%2018%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edodaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.069%2031.999h-14.053c-0.347%200-0.63-0.282-0.63-0.63s0.282-0.63%200.63-0.63h14.053c0.347%200%200.63%200.282%200.63%200.63s-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.042%2032c-0.347%200-0.63-0.282-0.63-0.63v-18.272c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v18.272c0%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M12.333%2021.908c-0.347%200-0.63-0.282-0.63-0.63v-8.137c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v8.137c-0.001%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.624%2020.865c0%200.713-0.578%201.291-1.291%201.291s-1.291-0.578-1.291-1.291c0-0.713%200.578-1.291%201.291-1.291s1.291%200.578%201.291%201.291z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.646%2013.48h-15.21c-0.487%200-0.968-0.222-1.227-0.567-0.194-0.258-0.255-0.575-0.17-0.873l3.139-10.948c0.193-0.674%200.728-1.093%201.398-1.093h8.93c0.659%200%201.208%200.429%201.399%201.091l3.141%2010.95c0.084%200.296%200.020%200.613-0.173%200.87-0.261%200.345-0.742%200.568-1.226%200.568zM1.303%2012.198c0.039%200.013%200.086%200.023%200.133%200.023h15.21c0.047%200%200.094-0.011%200.133-0.024l-3.085-10.757c-0.052-0.18-0.148-0.18-0.189-0.18h-8.93c-0.051%200-0.136%200-0.187%200.181l-3.085%2010.758z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4570 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epolice%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.201%2029.758h-25.794c-0.775%200-1.407-0.632-1.407-1.409v-26.942c0-0.775%200.632-1.407%201.407-1.407h25.794c0.776%200%201.407%200.632%201.407%201.407v26.942c0%200.764-0.644%201.409-1.407%201.409zM1.407%201.291c-0.063%200-0.117%200.054-0.117%200.117v26.942c0%200.060%200.056%200.118%200.117%200.118h25.794c0.056%200%200.117-0.060%200.117-0.118v-26.941c0-0.059-0.057-0.117-0.117-0.117h-25.794z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.305%2029.684c-0.356%200-0.645-0.289-0.645-0.645v-27.56c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v27.56c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.807%2031.999h-25.005c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h25.005c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.81%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.798%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.22%2010.304c-0.224%200-0.441-0.117-0.56-0.324l-2.788-4.869c-0.177-0.31-0.070-0.704%200.239-0.881s0.704-0.070%200.88%200.239l2.787%204.869c0.177%200.309%200.070%200.704-0.239%200.88-0.1%200.058-0.211%200.086-0.319%200.086z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.548%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.731%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M21.543%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.727%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.911%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.436%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.727%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M21.543%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.366%2029.032c-0.11%200-0.222-0.028-0.324-0.088-0.307-0.18-0.411-0.575-0.232-0.883l2.542-4.355c0.179-0.306%200.575-0.411%200.883-0.232s0.411%200.575%200.232%200.883l-2.542%204.355c-0.12%200.205-0.336%200.32-0.558%200.32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.904%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.088%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.841%2010.811h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.841%2020.282h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.904%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.088%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.271%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c-0.001%200.356-0.29%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.911%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 35px auto !important;
    background-position: 22px !important
}

.main-menu--submenu .menu-category-4570.active, .main-menu--submenu .menu-category-4570:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epolice%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.201%2029.758h-25.794c-0.775%200-1.407-0.632-1.407-1.409v-26.942c0-0.775%200.632-1.407%201.407-1.407h25.794c0.776%200%201.407%200.632%201.407%201.407v26.942c0%200.764-0.644%201.409-1.407%201.409zM1.407%201.291c-0.063%200-0.117%200.054-0.117%200.117v26.942c0%200.060%200.056%200.118%200.117%200.118h25.794c0.056%200%200.117-0.060%200.117-0.118v-26.941c0-0.059-0.057-0.117-0.117-0.117h-25.794z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.305%2029.684c-0.356%200-0.645-0.289-0.645-0.645v-27.56c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v27.56c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.807%2031.999h-25.005c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h25.005c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.81%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.798%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.22%2010.304c-0.224%200-0.441-0.117-0.56-0.324l-2.788-4.869c-0.177-0.31-0.070-0.704%200.239-0.881s0.704-0.070%200.88%200.239l2.787%204.869c0.177%200.309%200.070%200.704-0.239%200.88-0.1%200.058-0.211%200.086-0.319%200.086z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.548%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.731%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M21.543%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.727%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.911%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.436%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.727%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M21.543%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.366%2029.032c-0.11%200-0.222-0.028-0.324-0.088-0.307-0.18-0.411-0.575-0.232-0.883l2.542-4.355c0.179-0.306%200.575-0.411%200.883-0.232s0.411%200.575%200.232%200.883l-2.542%204.355c-0.12%200.205-0.336%200.32-0.558%200.32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.904%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.088%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.841%2010.811h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.841%2020.282h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.904%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.088%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.271%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c-0.001%200.356-0.29%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.911%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4572 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edecje_sobe%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.19%2031.999c-1.091%200-1.979-0.887-1.979-1.98%200-0.857%200.548-1.588%201.312-1.862%200-0.005%200-0.009%200-0.014v-1.578h-26.88v1.578c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862%200%201.092-0.888%201.98-1.979%201.98s-1.978-0.887-1.978-1.98c0-0.857%200.548-1.587%201.311-1.861%200-0.006%200-0.010%200-0.015v-25.681c-0.391-0.229-0.655-0.655-0.655-1.141%200-0.728%200.593-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v5.156h26.88v-5.155c-0.392-0.229-0.656-0.655-0.656-1.14%200-0.729%200.592-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v25.682c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862-0.001%201.092-0.888%201.98-1.979%201.98zM30.19%2029.375c-0.356%200-0.646%200.289-0.646%200.644%200%200.357%200.29%200.647%200.646%200.647s0.646-0.29%200.646-0.647c0-0.355-0.291-0.644-0.646-0.644zM1.978%2029.375c-0.355%200-0.645%200.289-0.645%200.644%200%200.357%200.29%200.647%200.645%200.647s0.646-0.29%200.646-0.647c0-0.355-0.29-0.644-0.646-0.644zM2.644%2025.234h26.88v-0.992h-26.88v0.992zM23.992%2022.909h5.531v-13.959h-5.531v13.959zM16.751%2022.909h5.91v-13.959h-5.91v13.959zM9.508%2022.909h5.91v-13.959h-5.91v13.959zM2.644%2022.909h5.532v-13.959h-5.532v13.959zM1.978%201.31c0.004%200%200.007%200%200.011%200l-0.011-0.644v0.644zM30.19%201.31c0.004%200%200.006%200%200.010%200l-0.010-0.644v0.644z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 35px auto !important;
    background-position: 22px !important
}

.main-menu--submenu .menu-category-4572.active, .main-menu--submenu .menu-category-4572:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edecje_sobe%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.19%2031.999c-1.091%200-1.979-0.887-1.979-1.98%200-0.857%200.548-1.588%201.312-1.862%200-0.005%200-0.009%200-0.014v-1.578h-26.88v1.578c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862%200%201.092-0.888%201.98-1.979%201.98s-1.978-0.887-1.978-1.98c0-0.857%200.548-1.587%201.311-1.861%200-0.006%200-0.010%200-0.015v-25.681c-0.391-0.229-0.655-0.655-0.655-1.141%200-0.728%200.593-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v5.156h26.88v-5.155c-0.392-0.229-0.656-0.655-0.656-1.14%200-0.729%200.592-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v25.682c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862-0.001%201.092-0.888%201.98-1.979%201.98zM30.19%2029.375c-0.356%200-0.646%200.289-0.646%200.644%200%200.357%200.29%200.647%200.646%200.647s0.646-0.29%200.646-0.647c0-0.355-0.291-0.644-0.646-0.644zM1.978%2029.375c-0.355%200-0.645%200.289-0.645%200.644%200%200.357%200.29%200.647%200.645%200.647s0.646-0.29%200.646-0.647c0-0.355-0.29-0.644-0.646-0.644zM2.644%2025.234h26.88v-0.992h-26.88v0.992zM23.992%2022.909h5.531v-13.959h-5.531v13.959zM16.751%2022.909h5.91v-13.959h-5.91v13.959zM9.508%2022.909h5.91v-13.959h-5.91v13.959zM2.644%2022.909h5.532v-13.959h-5.532v13.959zM1.978%201.31c0.004%200%200.007%200%200.011%200l-0.011-0.644v0.644zM30.19%201.31c0.004%200%200.006%200%200.010%200l-0.010-0.644v0.644z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4574 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etv_police%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.284%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M18.916%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.812%2030.108h-30.425c-0.765%200-1.388-0.622-1.388-1.387v-13.281c0.002-0.765%200.625-1.386%201.388-1.386h30.425c0.765%200%201.388%200.622%201.388%201.386v13.281c0%200.765-0.623%201.387-1.388%201.387zM1.387%2015.325c-0.062%200-0.116%200.055-0.116%200.117v13.28c0%200.060%200.055%200.116%200.116%200.116h30.425c0.058%200%200.117-0.057%200.117-0.116v-13.281c0-0.060-0.055-0.115-0.117-0.115h-30.425z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.783%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.414%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.165%2010.917h-17.129c-0.351%200-0.636-0.284-0.636-0.636v-9.645c0-0.351%200.285-0.636%200.636-0.636h17.128c0.351%200%200.636%200.284%200.636%200.636l0.001%209.645c0%200.169-0.067%200.33-0.186%200.45s-0.28%200.186-0.45%200.186zM8.672%209.645h15.858v-8.373h-15.858v8.373z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.346%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.851%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.815%2019.506h-30.431c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h30.431c0.351%200%200.636%200.284%200.636%200.636s-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.6%2029.496c-0.351%200-0.636-0.284-0.636-0.636v-9.489c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v9.489c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.891%2014.437h-8.583c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h8.583c0.351%200%200.636%200.284%200.636%200.636s-0.284%200.636-0.636%200.636z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4574.active, .main-menu--submenu .menu-category-4574:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etv_police%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.284%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M18.916%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.812%2030.108h-30.425c-0.765%200-1.388-0.622-1.388-1.387v-13.281c0.002-0.765%200.625-1.386%201.388-1.386h30.425c0.765%200%201.388%200.622%201.388%201.386v13.281c0%200.765-0.623%201.387-1.388%201.387zM1.387%2015.325c-0.062%200-0.116%200.055-0.116%200.117v13.28c0%200.060%200.055%200.116%200.116%200.116h30.425c0.058%200%200.117-0.057%200.117-0.116v-13.281c0-0.060-0.055-0.115-0.117-0.115h-30.425z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.783%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.414%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.165%2010.917h-17.129c-0.351%200-0.636-0.284-0.636-0.636v-9.645c0-0.351%200.285-0.636%200.636-0.636h17.128c0.351%200%200.636%200.284%200.636%200.636l0.001%209.645c0%200.169-0.067%200.33-0.186%200.45s-0.28%200.186-0.45%200.186zM8.672%209.645h15.858v-8.373h-15.858v8.373z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.346%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.851%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.815%2019.506h-30.431c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h30.431c0.351%200%200.636%200.284%200.636%200.636s-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.6%2029.496c-0.351%200-0.636-0.284-0.636-0.636v-9.489c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v9.489c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.891%2014.437h-8.583c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h8.583c0.351%200%200.636%200.284%200.636%200.636s-0.284%200.636-0.636%200.636z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4575 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekancelarijski_namestaj%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.411%2031.97h-18.906c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.906c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%2025.18h-4.771c-0.523%200-0.949-0.424-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%2015.158h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%205.134h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M0.949%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.527%2032.001c-0.523%200-0.949-0.424-0.949-0.949v-29.854c0-0.523%200.425-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.855c0%200.523-0.425%200.948-0.949%200.948z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.061%201.898h-48.111c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h48.111c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.178%2021.725h-18.909c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.909c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.297%2011.702h-18.91c-0.523%200-0.949-0.425-0.949-0.949s0.424-0.949%200.949-0.949h18.91c0.523%200%200.949%200.425%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.153%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 40px auto !important;
    background-position: 20px !important
}

.main-menu--submenu .menu-category-4575.active, .main-menu--submenu .menu-category-4575:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekancelarijski_namestaj%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.411%2031.97h-18.906c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.906c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%2025.18h-4.771c-0.523%200-0.949-0.424-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%2015.158h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%205.134h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M0.949%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.527%2032.001c-0.523%200-0.949-0.424-0.949-0.949v-29.854c0-0.523%200.425-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.855c0%200.523-0.425%200.948-0.949%200.948z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.061%201.898h-48.111c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h48.111c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.178%2021.725h-18.909c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.909c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.297%2011.702h-18.91c-0.523%200-0.949-0.425-0.949-0.949s0.424-0.949%200.949-0.949h18.91c0.523%200%200.949%200.425%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.153%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4576 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eduseci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.581%2032.001h-19.39c-0.658%200-1.192-0.625-1.192-1.393v-29.215c0.001-0.782%200.525-1.392%201.192-1.392h19.391c0.657%200%201.192%200.624%201.192%201.392v29.215c-0.001%200.768-0.536%201.393-1.193%201.393zM1.197%201.178c0.033%200.003-0.020%200.079-0.020%200.216v29.214c0%200.132%200.057%200.216%200.078%200.23l19.274-0.016c0.026-0.033%200.066-0.11%200.066-0.215v-29.214c0-0.131-0.057-0.215-0.078-0.23l-19.32%200.016z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.694%2010.594c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.195-0.194%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.097-0.23%200.152-0.368%200.152zM5.501%207.145l2.193%202.193%202.192-2.193-2.193-2.193-2.192%202.193z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.693%2016.309c-0.133%200-0.266-0.051-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.93c0.202-0.203%200.532-0.203%200.736%200l2.93%202.928c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.27-0.152%200.367l-2.929%202.93c-0.102%200.103-0.235%200.154-0.368%200.154zM5.499%2012.86l2.194%202.193%202.193-2.194-2.195-2.193-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2010.594c-0.133%200-0.266-0.051-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.929-2.929c0.194-0.195%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.929%202.929c-0.102%200.101-0.235%200.152-0.368%200.152zM12.088%207.145l2.193%202.193%202.193-2.193-2.193-2.194-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2016.309c-0.138%200-0.269-0.054-0.367-0.152l-2.93-2.929c-0.097-0.098-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.096-0.23%200.151-0.368%200.151zM12.087%2012.86l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.693%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.202-0.203%200.532-0.203%200.735%200l2.93%202.928c0.098%200.097%200.153%200.229%200.153%200.367s-0.054%200.269-0.152%200.367l-2.929%202.93c-0.098%200.097-0.23%200.152-0.368%200.152zM5.499%2018.688l2.194%202.193%202.193-2.195-2.195-2.192-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.694%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.202-0.203%200.532-0.203%200.735%200l2.928%202.925c0.203%200.203%200.203%200.532%200.001%200.736l-2.928%202.932c-0.099%200.096-0.231%200.151-0.369%200.151zM5.501%2024.404l2.193%202.197%202.192-2.197-2.192-2.191-2.193%202.191z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.097-0.097-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.93c-0.098%200.095-0.23%200.151-0.368%200.151zM12.087%2018.688l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.204-0.203%200.531-0.203%200.736%200l2.929%202.925c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.269-0.152%200.367l-2.929%202.932c-0.099%200.097-0.231%200.152-0.369%200.152zM12.088%2024.404l2.193%202.197%202.193-2.197-2.193-2.191-2.193%202.191z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 27px auto !important;
    background-position: 26px !important
}

.main-menu--submenu .menu-category-4576.active, .main-menu--submenu .menu-category-4576:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eduseci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.581%2032.001h-19.39c-0.658%200-1.192-0.625-1.192-1.393v-29.215c0.001-0.782%200.525-1.392%201.192-1.392h19.391c0.657%200%201.192%200.624%201.192%201.392v29.215c-0.001%200.768-0.536%201.393-1.193%201.393zM1.197%201.178c0.033%200.003-0.020%200.079-0.020%200.216v29.214c0%200.132%200.057%200.216%200.078%200.23l19.274-0.016c0.026-0.033%200.066-0.11%200.066-0.215v-29.214c0-0.131-0.057-0.215-0.078-0.23l-19.32%200.016z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.694%2010.594c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.195-0.194%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.097-0.23%200.152-0.368%200.152zM5.501%207.145l2.193%202.193%202.192-2.193-2.193-2.193-2.192%202.193z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.693%2016.309c-0.133%200-0.266-0.051-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.93c0.202-0.203%200.532-0.203%200.736%200l2.93%202.928c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.27-0.152%200.367l-2.929%202.93c-0.102%200.103-0.235%200.154-0.368%200.154zM5.499%2012.86l2.194%202.193%202.193-2.194-2.195-2.193-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2010.594c-0.133%200-0.266-0.051-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.929-2.929c0.194-0.195%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.929%202.929c-0.102%200.101-0.235%200.152-0.368%200.152zM12.088%207.145l2.193%202.193%202.193-2.193-2.193-2.194-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2016.309c-0.138%200-0.269-0.054-0.367-0.152l-2.93-2.929c-0.097-0.098-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.096-0.23%200.151-0.368%200.151zM12.087%2012.86l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.693%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.202-0.203%200.532-0.203%200.735%200l2.93%202.928c0.098%200.097%200.153%200.229%200.153%200.367s-0.054%200.269-0.152%200.367l-2.929%202.93c-0.098%200.097-0.23%200.152-0.368%200.152zM5.499%2018.688l2.194%202.193%202.193-2.195-2.195-2.192-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.694%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.202-0.203%200.532-0.203%200.735%200l2.928%202.925c0.203%200.203%200.203%200.532%200.001%200.736l-2.928%202.932c-0.099%200.096-0.231%200.151-0.369%200.151zM5.501%2024.404l2.193%202.197%202.192-2.197-2.192-2.191-2.193%202.191z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.097-0.097-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.93c-0.098%200.095-0.23%200.151-0.368%200.151zM12.087%2018.688l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.204-0.203%200.531-0.203%200.736%200l2.929%202.925c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.269-0.152%200.367l-2.929%202.932c-0.099%200.097-0.231%200.152-0.369%200.152zM12.088%2024.404l2.193%202.197%202.193-2.197-2.193-2.191-2.193%202.191z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.main-menu--submenu .menu-category-4579 {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ebastenska_ganitura%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.313%2023.932c-1.032%200-1.9-0.731-2.018-1.699l-0.097-0.795c-0.061-0.493%200.080-0.989%200.397-1.394%200.339-0.434%200.855-0.722%201.414-0.79l15.673-1.927c1.154-0.138%202.156%200.633%202.285%201.684l0.098%200.793c0.063%200.526-0.096%201.044-0.452%201.462-0.341%200.402-0.825%200.659-1.36%200.724l-15.673%201.925c-0.089%200.011-0.178%200.016-0.267%200.016zM24.945%2018.612c-0.034%200-0.070%200.003-0.106%200.007l-15.673%201.927c-0.22%200.026-0.419%200.135-0.547%200.299-0.103%200.131-0.149%200.285-0.131%200.434l0.097%200.795c0.043%200.347%200.415%200.612%200.836%200.549l15.674-1.925c0.21-0.025%200.397-0.124%200.528-0.276%200.117-0.137%200.17-0.301%200.15-0.462l-0.098-0.793c-0.038-0.311-0.358-0.556-0.729-0.556z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.188%2020.062v0c-0.814%200-1.574-0.531-1.89-1.321l-6.144-15.421c-0.215-0.539-0.206-1.145%200.025-1.663%200.208-0.467%200.575-0.816%201.034-0.984l1.509-0.554c0.215-0.080%200.442-0.12%200.674-0.12%200.858%200%201.62%200.541%201.896%201.346l5.377%2015.676c0.369%201.077-0.091%202.223-1.050%202.61l-0.743%200.298c-0.219%200.088-0.451%200.133-0.688%200.133zM3.397%201.301c-0.079%200-0.154%200.014-0.226%200.039l-1.51%200.555c-0.162%200.059-0.248%200.192-0.294%200.293-0.088%200.196-0.089%200.44-0.005%200.651l6.144%2015.421c0.148%200.369%200.565%200.594%200.884%200.463l0.743-0.298c0.316-0.127%200.45-0.558%200.304-0.981l-5.376-15.676c-0.11-0.323-0.415-0.467-0.667-0.467z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.646%2032c-0.028%200-0.056-0.002-0.084-0.005-0.357-0.046-0.608-0.371-0.562-0.728l1.056-8.199c0.045-0.357%200.369-0.612%200.728-0.562%200.357%200.046%200.608%200.371%200.562%200.728l-1.056%208.199c-0.042%200.328-0.322%200.567-0.644%200.567z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.593%2032c-0.299%200-0.569-0.208-0.634-0.512l-3.834-17.681c-0.077-0.351%200.146-0.696%200.498-0.773%200.344-0.077%200.697%200.146%200.772%200.498l3.834%2017.681c0.077%200.351-0.146%200.696-0.498%200.772-0.046%200.011-0.092%200.015-0.138%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.122%2016.717c-0.031%200-0.061-0.001-0.092-0.002-0.625-0.023-1.201-0.3-1.619-0.777-0.749-0.855-0.921-1.836-0.458-2.622%200.406-0.692%201.242-1.076%201.982-0.92%200.696%200.15%201.167%200.726%201.257%201.543%200.039%200.357-0.219%200.678-0.576%200.717-0.351%200.034-0.678-0.219-0.717-0.576-0.026-0.246-0.106-0.385-0.236-0.413-0.177-0.034-0.453%200.077-0.588%200.306-0.229%200.389%200.098%200.861%200.314%201.107%200.186%200.211%200.418%200.323%200.691%200.334%200.395%200.013%200.845-0.194%201.232-0.574%200.547-0.535%200.62-1.611%200.156-2.304-0.551-0.826-1.719-0.935-3.204-0.299-0.864%200.37-1.425%200.669-1.919%200.934-1.068%200.57-1.838%200.983-4.425%201.507-3.733%200.757-7.157%201.052-11.586%201.384-0.362%200.020-0.67-0.242-0.696-0.6s0.242-0.67%200.6-0.696c4.381-0.329%207.766-0.62%2011.425-1.362%202.401-0.486%203.066-0.841%204.071-1.379%200.517-0.277%201.104-0.591%202.020-0.983%203.091-1.323%204.453%200.257%204.798%200.771%200.809%201.212%200.663%202.986-0.328%203.956-0.625%200.612-1.368%200.947-2.1%200.947z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 35px auto !important;
    background-position: 21px !important
}

.main-menu--submenu .menu-category-4579.active, .main-menu--submenu .menu-category-4579:hover {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ebastenska_ganitura%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.313%2023.932c-1.032%200-1.9-0.731-2.018-1.699l-0.097-0.795c-0.061-0.493%200.080-0.989%200.397-1.394%200.339-0.434%200.855-0.722%201.414-0.79l15.673-1.927c1.154-0.138%202.156%200.633%202.285%201.684l0.098%200.793c0.063%200.526-0.096%201.044-0.452%201.462-0.341%200.402-0.825%200.659-1.36%200.724l-15.673%201.925c-0.089%200.011-0.178%200.016-0.267%200.016zM24.945%2018.612c-0.034%200-0.070%200.003-0.106%200.007l-15.673%201.927c-0.22%200.026-0.419%200.135-0.547%200.299-0.103%200.131-0.149%200.285-0.131%200.434l0.097%200.795c0.043%200.347%200.415%200.612%200.836%200.549l15.674-1.925c0.21-0.025%200.397-0.124%200.528-0.276%200.117-0.137%200.17-0.301%200.15-0.462l-0.098-0.793c-0.038-0.311-0.358-0.556-0.729-0.556z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.188%2020.062v0c-0.814%200-1.574-0.531-1.89-1.321l-6.144-15.421c-0.215-0.539-0.206-1.145%200.025-1.663%200.208-0.467%200.575-0.816%201.034-0.984l1.509-0.554c0.215-0.080%200.442-0.12%200.674-0.12%200.858%200%201.62%200.541%201.896%201.346l5.377%2015.676c0.369%201.077-0.091%202.223-1.050%202.61l-0.743%200.298c-0.219%200.088-0.451%200.133-0.688%200.133zM3.397%201.301c-0.079%200-0.154%200.014-0.226%200.039l-1.51%200.555c-0.162%200.059-0.248%200.192-0.294%200.293-0.088%200.196-0.089%200.44-0.005%200.651l6.144%2015.421c0.148%200.369%200.565%200.594%200.884%200.463l0.743-0.298c0.316-0.127%200.45-0.558%200.304-0.981l-5.376-15.676c-0.11-0.323-0.415-0.467-0.667-0.467z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.646%2032c-0.028%200-0.056-0.002-0.084-0.005-0.357-0.046-0.608-0.371-0.562-0.728l1.056-8.199c0.045-0.357%200.369-0.612%200.728-0.562%200.357%200.046%200.608%200.371%200.562%200.728l-1.056%208.199c-0.042%200.328-0.322%200.567-0.644%200.567z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.593%2032c-0.299%200-0.569-0.208-0.634-0.512l-3.834-17.681c-0.077-0.351%200.146-0.696%200.498-0.773%200.344-0.077%200.697%200.146%200.772%200.498l3.834%2017.681c0.077%200.351-0.146%200.696-0.498%200.772-0.046%200.011-0.092%200.015-0.138%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.122%2016.717c-0.031%200-0.061-0.001-0.092-0.002-0.625-0.023-1.201-0.3-1.619-0.777-0.749-0.855-0.921-1.836-0.458-2.622%200.406-0.692%201.242-1.076%201.982-0.92%200.696%200.15%201.167%200.726%201.257%201.543%200.039%200.357-0.219%200.678-0.576%200.717-0.351%200.034-0.678-0.219-0.717-0.576-0.026-0.246-0.106-0.385-0.236-0.413-0.177-0.034-0.453%200.077-0.588%200.306-0.229%200.389%200.098%200.861%200.314%201.107%200.186%200.211%200.418%200.323%200.691%200.334%200.395%200.013%200.845-0.194%201.232-0.574%200.547-0.535%200.62-1.611%200.156-2.304-0.551-0.826-1.719-0.935-3.204-0.299-0.864%200.37-1.425%200.669-1.919%200.934-1.068%200.57-1.838%200.983-4.425%201.507-3.733%200.757-7.157%201.052-11.586%201.384-0.362%200.020-0.67-0.242-0.696-0.6s0.242-0.67%200.6-0.696c4.381-0.329%207.766-0.62%2011.425-1.362%202.401-0.486%203.066-0.841%204.071-1.379%200.517-0.277%201.104-0.591%202.020-0.983%203.091-1.323%204.453%200.257%204.798%200.771%200.809%201.212%200.663%202.986-0.328%203.956-0.625%200.612-1.368%200.947-2.1%200.947z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

@media screen and (max-width: 74.9375em) {
    .main-menu {
        float: none
    }

    .main-menu--container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main-menu ul {
        padding-left: 0;
        bottom: -20px
    }

    .main-menu li {
        margin: 0 20px
    }

    .main-menu a {
        font-size: 13px
    }

    .main-menu--lvl1.first {
        margin-left: 0
    }

    .main-menu--lvl1.first:after {
        bottom: -5px
    }

    .main-menu--right ul {
        bottom: -20px
    }

    .main-menu--submenu__active {
        padding-bottom: 600px
    }

    .main-menu--submenu .category-menu-popup {
        padding: 0
    }

    .main-menu--submenu .category-menu-popup ul {
        border-left: none;
        border-right: none;
        border-bottom: 4px solid #fd0;
        margin-bottom: -1px;
        background-color: #fff
    }

    .main-menu--submenu .category-menu-popup ul:after {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezuta_strelica_kategorije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.015%200.793l-31.012%2030.414%2061.995-0.038z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        left: calc(50% - 16px);
        bottom: 0;
        width: 32px;
        height: 21px;
        content: " "
    }

    .main-menu--submenu .category-menu-item {
        width: 25%;
        outline: 1px solid #e6e6e6;
        border: none;
        font-size: 12px
    }

    .main-menu--submenu .category-menu-item:last-child {
        width: calc(25% - 1px)
    }
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .main-menu--right {
        padding-right: 0
    }
}

@media screen and (max-width: 74.9375em) {
    .lang_foreign .main-menu--submenu__active {
        padding-bottom: 480px
    }
}

@media screen and (max-width: 63.9375em) {
    .main-menu a {
        font-size: 12px
    }

    .main-menu li {
        margin: 0 9px
    }

    .main-menu--right {
        padding-right: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .main-menu--submenu {
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 10;
        width: 100%;
        padding: 0 !important;
        transition: top 1s
    }

    .main-menu--submenu .category-menu, .main-menu--submenu__active {
        top: 0
    }

    .main-menu--submenu .category-menu-popup {
        position: static
    }

    .main-menu--submenu .category-menu-popup ul {
        border: none
    }

    .main-menu--submenu .category-menu-item {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 33.333%;
        background-position: center 20px !important
    }

    .main-menu--submenu .category-menu-item.active, .main-menu--submenu .category-menu-item:hover {
        background-position: center 20px
    }

    .main-menu--submenu .category-menu-item a {
        padding: 80px 15px 20px;
        text-align: center
    }

    .main-menu--submenu .category-menu-item a span {
        width: 100%
    }

    .main-menu--submenu .category-menu-item:last-child {
        width: 33.3333%
    }

    .main-menu--submenu .category-menu-item__all {
        display: block !important;
        padding: 30px 10px !important;
        text-transform: uppercase;
        line-height: 1.1
    }

    .main-menu--submenu .category-menu-item__all span {
        width: 100%;
        margin: 0
    }

    .main-menu--submenu .category-menu-item__all:after {
        display: block;
        clear: both;
        width: 100%;
        margin: 25px 0;
        background-position: 50%
    }

    .main-menu--submenu .category-menu-item__all:hover {
        color: #263c75 !important
    }

    .main-menu--submenu .category-menu-item__all:hover:after {
        background-position: 50%;
        width: 100%
    }

    .main-menu--submenu .menu-category-4547 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekreveti%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.365%2031.998h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-2.909h-21.447v2.909c0%200.353-0.286%200.64-0.64%200.64h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-7.004c0-0.067%200.010-0.131%200.029-0.191-0.080-0.151-0.097-0.329-0.044-0.495l3.41-10.662c0.033-0.102%200.090-0.192%200.164-0.264-0.101-0.112-0.163-0.261-0.163-0.426v-9.554c0-1.523%201.199-2.762%202.674-2.762%200.016%200%200.032%200%200.047%200.002h20.771c1.474%200%202.673%201.238%202.674%202.76%200%200%200%200%200%200.001v9.554c0%200.15-0.052%200.288-0.138%200.398%200.091%200.076%200.16%200.179%200.197%200.296l3.354%2010.662c0.052%200.165%200.035%200.341-0.044%200.49%200.019%200.060%200.029%200.126%200.029%200.193v7.004c-0.001%200.353-0.287%200.64-0.641%200.64zM28.529%2030.718h3.196v-6.215h-30.399v6.215h3.196v-2.909c0-0.353%200.286-0.64%200.64-0.64h22.727c0.353%200%200.64%200.286%200.64%200.64v2.909zM1.517%2023.223h30.019l-2.981-9.479c-4.811-1.032-16.203-1.243-24.014%200.024l-3.024%209.455zM4.723%202.761v9.554c0%200.044-0.004%200.088-0.013%200.13%200.493-0.076%200.995-0.147%201.509-0.212-0.040-0.084-0.062-0.177-0.062-0.276v-1.894c0-1.644%201.294-2.981%202.885-2.981h5.088c0.997%200%201.878%200.526%202.396%201.323%200.519-0.797%201.398-1.323%202.395-1.323h5.089c1.59%200%202.884%201.337%202.884%202.981v1.894c0%200.069-0.012%200.136-0.031%200.199%200.529%200.073%201.020%200.151%201.47%200.237-0.003-0.025-0.004-0.052-0.004-0.077v-9.554c0-0.817-0.625-1.481-1.393-1.481h-20.819c-0.013%200-0.026%200-0.039-0.001-0.75%200.022-1.354%200.678-1.354%201.481zM9.041%208.363c-0.885%200-1.605%200.763-1.605%201.701v1.894c0%200.046-0.004%200.091-0.014%200.134%202.666-0.289%205.532-0.443%208.323-0.481-0.008-0.041-0.012-0.085-0.012-0.128v-1.419c0-0.938-0.72-1.701-1.605-1.701h-5.087zM17.306%2011.601c3.053%200.005%205.948%200.149%208.308%200.403-0.001-0.015-0.002-0.031-0.002-0.047v-1.894c0-0.938-0.72-1.701-1.604-1.701h-5.089c-0.87%200-1.604%200.778-1.604%201.701v1.419c0%200.041-0.004%200.080-0.011%200.119z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 20px !important
    }

    .main-menu--submenu .menu-category-4547.active, .main-menu--submenu .menu-category-4547:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekreveti%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.365%2031.998h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-2.909h-21.447v2.909c0%200.353-0.286%200.64-0.64%200.64h-4.476c-0.353%200-0.64-0.286-0.64-0.64v-7.004c0-0.067%200.010-0.131%200.029-0.191-0.080-0.151-0.097-0.329-0.044-0.495l3.41-10.662c0.033-0.102%200.090-0.192%200.164-0.264-0.101-0.112-0.163-0.261-0.163-0.426v-9.554c0-1.523%201.199-2.762%202.674-2.762%200.016%200%200.032%200%200.047%200.002h20.771c1.474%200%202.673%201.238%202.674%202.76%200%200%200%200%200%200.001v9.554c0%200.15-0.052%200.288-0.138%200.398%200.091%200.076%200.16%200.179%200.197%200.296l3.354%2010.662c0.052%200.165%200.035%200.341-0.044%200.49%200.019%200.060%200.029%200.126%200.029%200.193v7.004c-0.001%200.353-0.287%200.64-0.641%200.64zM28.529%2030.718h3.196v-6.215h-30.399v6.215h3.196v-2.909c0-0.353%200.286-0.64%200.64-0.64h22.727c0.353%200%200.64%200.286%200.64%200.64v2.909zM1.517%2023.223h30.019l-2.981-9.479c-4.811-1.032-16.203-1.243-24.014%200.024l-3.024%209.455zM4.723%202.761v9.554c0%200.044-0.004%200.088-0.013%200.13%200.493-0.076%200.995-0.147%201.509-0.212-0.040-0.084-0.062-0.177-0.062-0.276v-1.894c0-1.644%201.294-2.981%202.885-2.981h5.088c0.997%200%201.878%200.526%202.396%201.323%200.519-0.797%201.398-1.323%202.395-1.323h5.089c1.59%200%202.884%201.337%202.884%202.981v1.894c0%200.069-0.012%200.136-0.031%200.199%200.529%200.073%201.020%200.151%201.47%200.237-0.003-0.025-0.004-0.052-0.004-0.077v-9.554c0-0.817-0.625-1.481-1.393-1.481h-20.819c-0.013%200-0.026%200-0.039-0.001-0.75%200.022-1.354%200.678-1.354%201.481zM9.041%208.363c-0.885%200-1.605%200.763-1.605%201.701v1.894c0%200.046-0.004%200.091-0.014%200.134%202.666-0.289%205.532-0.443%208.323-0.481-0.008-0.041-0.012-0.085-0.012-0.128v-1.419c0-0.938-0.72-1.701-1.605-1.701h-5.087zM17.306%2011.601c3.053%200.005%205.948%200.149%208.308%200.403-0.001-0.015-0.002-0.031-0.002-0.047v-1.894c0-0.938-0.72-1.701-1.604-1.701h-5.089c-0.87%200-1.604%200.778-1.604%201.701v1.419c0%200.041-0.004%200.080-0.011%200.119z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4548 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomode_fiokari_nocni_stocici%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.742%2030.033h-21.508c-0.67%200-1.235-0.565-1.235-1.234v-16.722c0.002-0.681%200.557-1.233%201.235-1.233h21.508c0.67%200%201.235%200.565%201.235%201.235v16.721c0%200.669-0.566%201.234-1.235%201.234zM1.234%2011.974c-0.055%200-0.103%200.049-0.103%200.104v16.72c0%200.050%200.061%200.103%200.103%200.103h21.508c0.040%200%200.104-0.064%200.104-0.103v-16.721c0-0.044-0.051-0.103-0.104-0.103h-21.508z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.393%2032h-20.809c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h20.809c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.588%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.39%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.411%2019.813h-22.844c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h22.844c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.412%2021.874h-2.846c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h2.846c0.312%200%200.566%200.253%200.566%200.566s-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.321%2011.302c-0.182%200-0.36-0.087-0.47-0.249l-1.146-1.696c-0.175-0.259-0.107-0.611%200.152-0.786%200.261-0.175%200.611-0.106%200.786%200.152l1.146%201.696c0.175%200.259%200.107%200.611-0.152%200.786-0.097%200.065-0.207%200.097-0.316%200.097z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.789%2011.302c-0.109%200-0.219-0.031-0.316-0.097-0.259-0.175-0.327-0.527-0.152-0.786l1.146-1.696c0.176-0.259%200.527-0.327%200.786-0.152s0.327%200.527%200.152%200.786l-1.146%201.696c-0.109%200.162-0.288%200.249-0.469%200.249z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.873%204.625c-0.117%200-0.236-0.036-0.337-0.112-0.634-0.471-1.012-1.222-1.012-2.011%200-1.38%201.123-2.502%202.502-2.502%200.923%200%201.768%200.505%202.206%201.317%200.148%200.275%200.046%200.619-0.23%200.766-0.276%200.149-0.618%200.045-0.766-0.23-0.241-0.446-0.704-0.722-1.209-0.722-0.755%200-1.371%200.615-1.371%201.37%200%200.439%200.202%200.84%200.555%201.102%200.251%200.186%200.303%200.541%200.117%200.792-0.111%200.149-0.282%200.229-0.454%200.229z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.297%204.581c-0.165%200-0.329-0.072-0.441-0.211-0.196-0.244-0.158-0.6%200.085-0.796%200.325-0.262%200.511-0.652%200.511-1.068%200-0.755-0.615-1.37-1.371-1.37-0.497%200-0.956%200.27-1.198%200.707-0.15%200.274-0.494%200.372-0.77%200.22-0.274-0.152-0.372-0.496-0.219-0.77%200.441-0.795%201.279-1.288%202.187-1.288%201.38%200%202.503%201.123%202.503%202.502%200%200.761-0.34%201.471-0.932%201.949-0.105%200.083-0.23%200.125-0.355%200.125z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.555%2010.008c-2.402%200-4.356-1.954-4.356-4.356s1.953-4.356%204.356-4.356c2.401%200%204.355%201.954%204.355%204.356s-1.953%204.356-4.355%204.356zM15.555%202.428c-1.778%200-3.225%201.446-3.225%203.225s1.446%203.225%203.225%203.225c1.777%200%203.224-1.446%203.224-3.225s-1.446-3.225-3.224-3.225z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.555%206.218c-0.15%200-0.3-0.060-0.411-0.178-0.215-0.227-0.204-0.586%200.023-0.8l1.523-1.437c0.228-0.215%200.586-0.204%200.8%200.023s0.204%200.586-0.023%200.8l-1.523%201.437c-0.11%200.104-0.249%200.155-0.389%200.155z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.554%206.218c-0.094%200-0.189-0.024-0.277-0.073l-1.439-0.811c-0.273-0.153-0.369-0.498-0.215-0.77%200.152-0.271%200.496-0.369%200.77-0.215l1.439%200.811c0.273%200.153%200.369%200.498%200.215%200.77-0.103%200.184-0.295%200.288-0.493%200.288z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 31px auto !important;
        background-position: center 17px !important
    }

    .main-menu--submenu .menu-category-4548.active, .main-menu--submenu .menu-category-4548:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomode_fiokari_nocni_stocici%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.742%2030.033h-21.508c-0.67%200-1.235-0.565-1.235-1.234v-16.722c0.002-0.681%200.557-1.233%201.235-1.233h21.508c0.67%200%201.235%200.565%201.235%201.235v16.721c0%200.669-0.566%201.234-1.235%201.234zM1.234%2011.974c-0.055%200-0.103%200.049-0.103%200.104v16.72c0%200.050%200.061%200.103%200.103%200.103h21.508c0.040%200%200.104-0.064%200.104-0.103v-16.721c0-0.044-0.051-0.103-0.104-0.103h-21.508z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.393%2032h-20.809c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h20.809c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.588%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.39%2031.718c-0.312%200-0.566-0.253-0.566-0.566v-1.49c0-0.312%200.253-0.566%200.566-0.566s0.566%200.253%200.566%200.566v1.49c0%200.313-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.411%2019.813h-22.844c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h22.844c0.312%200%200.566%200.253%200.566%200.566s-0.253%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.412%2021.874h-2.846c-0.312%200-0.566-0.253-0.566-0.566s0.253-0.566%200.566-0.566h2.846c0.312%200%200.566%200.253%200.566%200.566s-0.254%200.566-0.566%200.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.321%2011.302c-0.182%200-0.36-0.087-0.47-0.249l-1.146-1.696c-0.175-0.259-0.107-0.611%200.152-0.786%200.261-0.175%200.611-0.106%200.786%200.152l1.146%201.696c0.175%200.259%200.107%200.611-0.152%200.786-0.097%200.065-0.207%200.097-0.316%200.097z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.789%2011.302c-0.109%200-0.219-0.031-0.316-0.097-0.259-0.175-0.327-0.527-0.152-0.786l1.146-1.696c0.176-0.259%200.527-0.327%200.786-0.152s0.327%200.527%200.152%200.786l-1.146%201.696c-0.109%200.162-0.288%200.249-0.469%200.249z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.873%204.625c-0.117%200-0.236-0.036-0.337-0.112-0.634-0.471-1.012-1.222-1.012-2.011%200-1.38%201.123-2.502%202.502-2.502%200.923%200%201.768%200.505%202.206%201.317%200.148%200.275%200.046%200.619-0.23%200.766-0.276%200.149-0.618%200.045-0.766-0.23-0.241-0.446-0.704-0.722-1.209-0.722-0.755%200-1.371%200.615-1.371%201.37%200%200.439%200.202%200.84%200.555%201.102%200.251%200.186%200.303%200.541%200.117%200.792-0.111%200.149-0.282%200.229-0.454%200.229z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.297%204.581c-0.165%200-0.329-0.072-0.441-0.211-0.196-0.244-0.158-0.6%200.085-0.796%200.325-0.262%200.511-0.652%200.511-1.068%200-0.755-0.615-1.37-1.371-1.37-0.497%200-0.956%200.27-1.198%200.707-0.15%200.274-0.494%200.372-0.77%200.22-0.274-0.152-0.372-0.496-0.219-0.77%200.441-0.795%201.279-1.288%202.187-1.288%201.38%200%202.503%201.123%202.503%202.502%200%200.761-0.34%201.471-0.932%201.949-0.105%200.083-0.23%200.125-0.355%200.125z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.555%2010.008c-2.402%200-4.356-1.954-4.356-4.356s1.953-4.356%204.356-4.356c2.401%200%204.355%201.954%204.355%204.356s-1.953%204.356-4.355%204.356zM15.555%202.428c-1.778%200-3.225%201.446-3.225%203.225s1.446%203.225%203.225%203.225c1.777%200%203.224-1.446%203.224-3.225s-1.446-3.225-3.224-3.225z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.555%206.218c-0.15%200-0.3-0.060-0.411-0.178-0.215-0.227-0.204-0.586%200.023-0.8l1.523-1.437c0.228-0.215%200.586-0.204%200.8%200.023s0.204%200.586-0.023%200.8l-1.523%201.437c-0.11%200.104-0.249%200.155-0.389%200.155z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.554%206.218c-0.094%200-0.189-0.024-0.277-0.073l-1.439-0.811c-0.273-0.153-0.369-0.498-0.215-0.77%200.152-0.271%200.496-0.369%200.77-0.215l1.439%200.811c0.273%200.153%200.369%200.498%200.215%200.77-0.103%200.184-0.295%200.288-0.493%200.288z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4549 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egarderoberi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.072%2029.701h-31.63c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.793%200.647-1.439%201.442-1.439h31.63c0.795%200%201.442%200.646%201.442%201.44v26.818c0%200.795-0.646%201.442-1.442%201.442zM1.442%201.322c-0.064%200-0.119%200.054-0.119%200.118v26.819c0%200.065%200.055%200.121%200.119%200.121h31.63c0.063%200%200.12-0.057%200.12-0.121v-26.818c0-0.062-0.057-0.118-0.12-0.118h-31.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.437%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.296%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.075%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.297%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.667%2031.998h-30.821c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h30.821c0.364%200%200.661%200.296%200.661%200.661s-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.657%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.028%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.844%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.483%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 20px !important
    }

    .main-menu--submenu .menu-category-4549.active, .main-menu--submenu .menu-category-4549:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2232%22%20viewBox%3D%220%200%2035%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egarderoberi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.072%2029.701h-31.63c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.793%200.647-1.439%201.442-1.439h31.63c0.795%200%201.442%200.646%201.442%201.44v26.818c0%200.795-0.646%201.442-1.442%201.442zM1.442%201.322c-0.064%200-0.119%200.054-0.119%200.118v26.819c0%200.065%200.055%200.121%200.119%200.121h31.63c0.063%200%200.12-0.057%200.12-0.121v-26.818c0-0.062-0.057-0.118-0.12-0.118h-31.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.437%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.296%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.075%2029.627c-0.364%200-0.661-0.296-0.661-0.661v-28.233c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v28.234c0%200.364-0.297%200.66-0.661%200.66z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.667%2031.998h-30.821c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h30.821c0.364%200%200.661%200.296%200.661%200.661s-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.657%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.742c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.742c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.028%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.844%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.483%2017.172c-0.364%200-0.661-0.296-0.661-0.661v-3.324c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v3.324c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4551 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 35px auto !important;
        background-position: center 22px !important
    }

    .main-menu--submenu .menu-category-4551.active, .main-menu--submenu .menu-category-4551:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4553 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 35px auto !important;
        background-position: center 22px !important
    }

    .main-menu--submenu .menu-category-4553.active, .main-menu--submenu .menu-category-4553:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2232%22%20viewBox%3D%220%200%2030%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eklub_i_set_stolovi%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.81%2011.113c-3.854%200-7.481-0.231-10.214-0.65-4.073-0.629-4.596-1.41-4.596-2.022%200-0.544%200.407-1.245%203.583-1.848%202.058-0.389%204.931-0.664%208.089-0.771%200.262-0.005%200.474%200.194%200.483%200.451%200.007%200.257-0.194%200.474-0.452%200.482-2.935%200.1-5.643%200.348-7.624%200.697-2.423%200.428-3%200.861-3.12%200.989%200.137%200.144%200.854%200.683%204.142%201.153%202.642%200.379%206.089%200.587%209.711%200.587s7.068-0.208%209.712-0.587c3.316-0.475%204.017-1.017%204.147-1.156-0.354-0.44-3.124-1.36-10.015-1.657-0.258-0.012-0.46-0.229-0.446-0.486%200.012-0.257%200.228-0.455%200.485-0.447%202.982%200.128%205.674%200.409%207.58%200.79%202.316%200.461%203.347%201.018%203.347%201.802%200%200.613-0.522%201.393-4.594%202.022-2.735%200.419-6.363%200.65-10.217%200.65z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.692%2013.596c-5.158%200-11.294-0.583-12.581-1.867-0.182-0.181-0.182-0.476%200-0.661%200.18-0.182%200.476-0.182%200.659%200%200.786%200.784%205.46%201.595%2011.921%201.595%203.124%200%206.1-0.195%208.381-0.549%203.144-0.488%203.55-1.046%203.579-1.091%200.051-0.248%200.291-0.41%200.542-0.363s0.421%200.293%200.372%200.546c-0.093%200.497-0.624%201.226-4.147%201.797-2.354%200.383-5.454%200.592-8.728%200.592z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.2%2011.673c-0.258%200-0.466-0.209-0.466-0.466v-1.6c0-0.259%200.208-0.466%200.466-0.466s0.467%200.208%200.467%200.466v1.6c0%200.257-0.208%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.398%2011.673c-0.258%200-0.467-0.209-0.467-0.466v-1.333c0-0.258%200.209-0.467%200.467-0.467s0.467%200.209%200.467%200.467v1.333c0%200.257-0.21%200.466-0.467%200.466z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.667%2031.942c-0.259%200-0.467-0.209-0.467-0.468v-18c0-0.259%200.208-0.468%200.467-0.468s0.464%200.209%200.464%200.468v18c0%200.259-0.207%200.468-0.464%200.468z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.962%209.687c-1.587%200-3.079-0.090-4.207-0.251-1.521-0.219-2.115-0.515-2.115-1.055%200-0.441%200.261-0.934%203.357-1.19%200.256-0.019%200.481%200.171%200.502%200.427%200.024%200.259-0.167%200.483-0.425%200.505-0.894%200.074-1.515%200.17-1.924%200.259%200.844%200.183%202.464%200.369%204.811%200.369s3.966-0.187%204.813-0.369c-0.412-0.090-1.037-0.187-1.935-0.261-0.259-0.020-0.45-0.247-0.43-0.503%200.021-0.258%200.248-0.447%200.504-0.427%203.109%200.255%203.368%200.75%203.368%201.19%200%200.54-0.593%200.837-2.115%201.054-1.129%200.162-2.621%200.251-4.206%200.251z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.101%208.554v0c-0.865-0.001-1.583-0.3-2.135-0.887-1.303-1.391-1.157-3.929-1.151-4.035%200.019-0.244%200.218-0.437%200.464-0.437l5.517-0.039c0.001%200%200.003%200%200.006%200%200.247%200%200.451%200.193%200.465%200.442%200.006%200.11%200.131%202.747-1.179%204.125-0.523%200.55-1.189%200.83-1.986%200.83zM12.744%204.126c0.019%200.706%200.155%202.107%200.903%202.905%200.373%200.397%200.848%200.588%201.452%200.588l0.001%200.468v-0.468c0.538%200%200.964-0.175%201.307-0.536%200.757-0.795%200.901-2.256%200.927-2.99l-4.591%200.033z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.297%206.97c-0.147%200-0.294-0.070-0.385-0.201-0.145-0.211-0.095-0.502%200.118-0.648%200.254-0.179%200.585-0.299%200.933-0.427%200.32-0.117%200.913-0.335%200.954-0.507%200.028-0.125%200.020-0.205-0.024-0.234-0.148-0.098-0.554-0.057-0.812%200.13-0.208%200.153-0.499%200.107-0.651-0.102-0.152-0.208-0.106-0.5%200.101-0.651%200.493-0.358%201.328-0.514%201.873-0.154%200.384%200.252%200.538%200.694%200.423%201.216-0.149%200.673-0.89%200.942-1.544%201.181-0.278%200.103-0.563%200.208-0.72%200.315-0.082%200.058-0.176%200.083-0.267%200.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.297%202.838c-0.081%200-0.165-0.021-0.239-0.064-0.322-0.193-0.421-0.436-0.445-0.603-0.061-0.415%200.23-0.742%200.464-1.005%200.053-0.057%200.13-0.141%200.183-0.21-0.031-0.015-0.071-0.031-0.121-0.049-0.241-0.087-0.368-0.354-0.281-0.597s0.355-0.369%200.597-0.281c0.163%200.057%200.656%200.236%200.768%200.689%200.112%200.443-0.199%200.792-0.451%201.072-0.055%200.059-0.132%200.148-0.187%200.217%200.182%200.144%200.232%200.402%200.112%200.605-0.085%200.147-0.241%200.227-0.401%200.227z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.879%2032c-0.609%200-1.177-0.158-1.695-0.476-1.819-1.11-2.424-3.846-2.598-4.97-0.273-1.739-0.306-3.232-0.106-4.564%200.382-2.549%201.599-5.51%203.615-8.802l0.098-0.162c0.134-0.222%200.422-0.293%200.643-0.159s0.29%200.421%200.157%200.641l-0.102%200.166c-1.952%203.187-3.125%206.032-3.49%208.455-0.185%201.238-0.15%202.638%200.105%204.281%200.155%200.997%200.676%203.409%202.163%204.318%200.643%200.394%201.38%200.444%202.249%200.155%200.549-0.179%200.975-0.568%201.201-1.090%200.248-0.569%200.235-1.232-0.035-1.82-0.232-0.502-1.033-0.789-1.529-0.671-0.28%200.066-0.4%200.235-0.388%200.552%200.010%200.258-0.191%200.474-0.449%200.483-0.254%200.009-0.474-0.191-0.482-0.449-0.027-0.766%200.384-1.323%201.103-1.496%200.872-0.208%202.152%200.23%202.591%201.192%200.382%200.827%200.399%201.768%200.045%202.581-0.334%200.768-0.962%201.338-1.764%201.605-0.464%200.153-0.907%200.23-1.334%200.23z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.5%2029.059c-0.126%200-0.256-0.026-0.386-0.084-0.237-0.103-0.346-0.377-0.243-0.613%200.090-0.207%200.309-0.314%200.52-0.272%200.031-0.234%200.235-0.412%200.474-0.407%200.258%200.006%200.461%200.22%200.455%200.477-0.008%200.338-0.152%200.622-0.394%200.777-0.126%200.080-0.273%200.121-0.427%200.121z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.534%2032c-0.421%200-0.868-0.077-1.331-0.23-0.803-0.266-1.428-0.837-1.765-1.605-0.353-0.814-0.337-1.754%200.044-2.581%200.445-0.969%201.765-1.419%202.65-1.176%200.737%200.203%201.121%200.812%201.035%201.633-0.027%200.256-0.259%200.441-0.514%200.414-0.255-0.028-0.441-0.259-0.413-0.514%200.049-0.463-0.163-0.582-0.355-0.635-0.488-0.134-1.32%200.152-1.554%200.666-0.272%200.589-0.283%201.253-0.036%201.82%200.227%200.522%200.654%200.911%201.201%201.090%200.87%200.289%201.605%200.239%202.248-0.155%201.487-0.909%202.007-3.321%202.163-4.318%200.255-1.643%200.29-3.044%200.103-4.281-0.362-2.424-1.538-5.268-3.486-8.455l-0.101-0.166c-0.134-0.22-0.062-0.507%200.16-0.641%200.219-0.133%200.505-0.063%200.638%200.159l0.098%200.162c2.018%203.292%203.234%206.253%203.616%208.802%200.2%201.333%200.165%202.825-0.105%204.564-0.175%201.125-0.778%203.859-2.6%204.97-0.517%200.32-1.084%200.478-1.696%200.478z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.986%2029.297c-0.152%200-0.3-0.042-0.426-0.122-0.244-0.155-0.388-0.438-0.397-0.777-0.005-0.258%200.2-0.473%200.456-0.476%200.242-0.012%200.444%200.172%200.474%200.406%200.213-0.044%200.432%200.065%200.523%200.27%200.101%200.238-0.006%200.513-0.243%200.614-0.129%200.057-0.26%200.085-0.387%200.085z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4556 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etapacirani_nam_i_garniture%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M46.702%2032h-6.458c-0.51%200-0.924-0.413-0.924-0.924v-3.82c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.895h4.611v-2.579c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.504c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.62%2032h-6.461c-0.51%200-0.924-0.413-0.924-0.924v-3.504c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.579h4.613v-2.895c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.82c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M48.383%2027.454h-46.891c-0.829%200-1.493-0.665-1.493-1.48v-15.76c0-0.817%200.665-1.482%201.482-1.482h2.296c2.967%200%205.38%202.412%205.38%205.378v4.188h31.553v-4.188c0-2.966%202.412-5.378%205.377-5.378h2.297c0.817%200%201.48%200.665%201.48%201.482v15.759c0%200.817-0.664%201.482-1.48%201.482zM1.846%2025.605h46.168v-15.024h-1.93c-1.946%200-3.529%201.583-3.529%203.531v5.111c0%200.51-0.413%200.924-0.924%200.924h-33.399c-0.51%200-0.924-0.413-0.924-0.924v-5.113c0-1.946-1.584-3.531-3.531-3.531h-1.93v15.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.861%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.135-2.531-2.531-2.531h-9.695c-1.396%200-2.531%201.135-2.531%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0-2.415%201.964-4.379%204.379-4.379h9.695c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M41.607%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.136-2.531-2.532-2.531h-9.697c-1.394%200-2.529%201.135-2.529%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0.001-2.415%201.966-4.379%204.379-4.379h9.697c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 28px !important
    }

    .main-menu--submenu .menu-category-4556.active, .main-menu--submenu .menu-category-4556:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etapacirani_nam_i_garniture%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M46.702%2032h-6.458c-0.51%200-0.924-0.413-0.924-0.924v-3.82c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.895h4.611v-2.579c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.504c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.62%2032h-6.461c-0.51%200-0.924-0.413-0.924-0.924v-3.504c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v2.579h4.613v-2.895c0-0.51%200.413-0.924%200.924-0.924s0.924%200.413%200.924%200.924v3.82c-0.001%200.511-0.415%200.924-0.926%200.924z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M48.383%2027.454h-46.891c-0.829%200-1.493-0.665-1.493-1.48v-15.76c0-0.817%200.665-1.482%201.482-1.482h2.296c2.967%200%205.38%202.412%205.38%205.378v4.188h31.553v-4.188c0-2.966%202.412-5.378%205.377-5.378h2.297c0.817%200%201.48%200.665%201.48%201.482v15.759c0%200.817-0.664%201.482-1.48%201.482zM1.846%2025.605h46.168v-15.024h-1.93c-1.946%200-3.529%201.583-3.529%203.531v5.111c0%200.51-0.413%200.924-0.924%200.924h-33.399c-0.51%200-0.924-0.413-0.924-0.924v-5.113c0-1.946-1.584-3.531-3.531-3.531h-1.93v15.026z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.861%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.135-2.531-2.531-2.531h-9.695c-1.396%200-2.531%201.135-2.531%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0-2.415%201.964-4.379%204.379-4.379h9.695c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M41.607%2019.125c-0.51%200-0.924-0.413-0.924-0.924v-13.821c0-1.396-1.136-2.531-2.532-2.531h-9.697c-1.394%200-2.529%201.135-2.529%202.531v13.823c0%200.51-0.413%200.924-0.924%200.924s-0.924-0.413-0.924-0.924v-13.822c0.001-2.415%201.966-4.379%204.379-4.379h9.697c2.415%200%204.379%201.964%204.379%204.379v13.822c-0.001%200.51-0.415%200.923-0.924%200.923z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4557 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomadni_nam_za_sedenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.293%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.848c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.159h3.439v-1.924c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.612c-0.001%200.382-0.309%200.69-0.69%200.69z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.442%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.612c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v1.924h3.439v-2.159c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.848c-0.001%200.38-0.309%200.688-0.69%200.688z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.814%2028.612h-31.701c-0.617%200-1.111-0.497-1.111-1.106v-15.276c0-0.61%200.495-1.106%201.103-1.106h1.714c2.211%200%204.009%201.799%204.009%204.010v4.311c2.971-0.617%206.625-0.953%2010.403-0.953%203.733%200%207.192%200.329%209.863%200.933v-4.291c0-2.211%201.799-4.009%204.009-4.009h1.712c0.61%200%201.105%200.496%201.105%201.106v15.275c0.001%200.599-0.505%201.106-1.104%201.106zM1.379%2027.234h31.162v-14.731h-1.439c-1.451%200-2.632%201.18-2.632%202.632v5.168c0%200.214-0.1%200.416-0.269%200.547s-0.391%200.174-0.597%200.119c-2.654-0.708-6.338-1.099-10.374-1.099-4.042%200-7.924%200.392-10.933%201.104-0.205%200.051-0.421%200-0.586-0.13s-0.261-0.33-0.261-0.54v-5.168c0-1.451-1.18-2.633-2.632-2.633h-1.44v14.732z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.492%2020.231c-0.012%200-0.023%200-0.035-0.001-0.379-0.019-0.673-0.342-0.654-0.723l0.815-16.277c0.022-0.45-0.148-0.891-0.483-1.243-0.369-0.388-0.881-0.611-1.404-0.611h-17.54c-0.529%200-1.042%200.221-1.409%200.606-0.331%200.349-0.503%200.793-0.48%201.248l0.815%2016.276c0.019%200.38-0.274%200.704-0.654%200.723-0.372%200.029-0.704-0.274-0.723-0.654l-0.815-16.276c-0.041-0.838%200.263-1.642%200.858-2.267%200.626-0.657%201.504-1.034%202.408-1.034h17.54c0.9%200%201.776%200.379%202.404%201.039%200.597%200.628%200.902%201.431%200.86%202.261l-0.814%2016.277c-0.018%200.369-0.323%200.655-0.687%200.655z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 38px auto !important;
        background-position: center 23px !important
    }

    .main-menu--submenu .menu-category-4557.active, .main-menu--submenu .menu-category-4557:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekomadni_nam_za_sedenje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.293%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.848c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.159h3.439v-1.924c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.612c-0.001%200.382-0.309%200.69-0.69%200.69z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.442%2032h-4.816c-0.38%200-0.689-0.308-0.689-0.689v-2.612c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v1.924h3.439v-2.159c0-0.38%200.308-0.689%200.689-0.689s0.689%200.308%200.689%200.689v2.848c-0.001%200.38-0.309%200.688-0.69%200.688z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.814%2028.612h-31.701c-0.617%200-1.111-0.497-1.111-1.106v-15.276c0-0.61%200.495-1.106%201.103-1.106h1.714c2.211%200%204.009%201.799%204.009%204.010v4.311c2.971-0.617%206.625-0.953%2010.403-0.953%203.733%200%207.192%200.329%209.863%200.933v-4.291c0-2.211%201.799-4.009%204.009-4.009h1.712c0.61%200%201.105%200.496%201.105%201.106v15.275c0.001%200.599-0.505%201.106-1.104%201.106zM1.379%2027.234h31.162v-14.731h-1.439c-1.451%200-2.632%201.18-2.632%202.632v5.168c0%200.214-0.1%200.416-0.269%200.547s-0.391%200.174-0.597%200.119c-2.654-0.708-6.338-1.099-10.374-1.099-4.042%200-7.924%200.392-10.933%201.104-0.205%200.051-0.421%200-0.586-0.13s-0.261-0.33-0.261-0.54v-5.168c0-1.451-1.18-2.633-2.632-2.633h-1.44v14.732z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.492%2020.231c-0.012%200-0.023%200-0.035-0.001-0.379-0.019-0.673-0.342-0.654-0.723l0.815-16.277c0.022-0.45-0.148-0.891-0.483-1.243-0.369-0.388-0.881-0.611-1.404-0.611h-17.54c-0.529%200-1.042%200.221-1.409%200.606-0.331%200.349-0.503%200.793-0.48%201.248l0.815%2016.276c0.019%200.38-0.274%200.704-0.654%200.723-0.372%200.029-0.704-0.274-0.723-0.654l-0.815-16.276c-0.041-0.838%200.263-1.642%200.858-2.267%200.626-0.657%201.504-1.034%202.408-1.034h17.54c0.9%200%201.776%200.379%202.404%201.039%200.597%200.628%200.902%201.431%200.86%202.261l-0.814%2016.277c-0.018%200.369-0.323%200.655-0.687%200.655z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4558 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epredsoblja%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.564%2029.703h-25.122c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.795%200.647-1.442%201.442-1.442h25.122c0.782%200%201.442%200.66%201.442%201.442v26.818c0%200.782-0.659%201.443-1.442%201.443zM1.442%201.322c-0.064%200-0.119%200.055-0.119%200.119v26.819c0%200.063%200.067%200.121%200.119%200.121h25.122c0.053%200%200.12-0.068%200.12-0.121v-26.818c0-0.053-0.057-0.12-0.12-0.12h-25.122z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.156%2032h-24.306c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h24.306c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.151%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%203.73h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.345%2010.739h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%2013.146h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.345%2020.153h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.665%2022.562h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 32px auto !important;
        background-position: center 22px !important
    }

    .main-menu--submenu .menu-category-4558.active, .main-menu--submenu .menu-category-4558:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2232%22%20viewBox%3D%220%200%2028%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epredsoblja%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.564%2029.703h-25.122c-0.794%200-1.442-0.647-1.442-1.442v-26.819c0-0.795%200.647-1.442%201.442-1.442h25.122c0.782%200%201.442%200.66%201.442%201.442v26.818c0%200.782-0.659%201.443-1.442%201.443zM1.442%201.322c-0.064%200-0.119%200.055-0.119%200.119v26.819c0%200.063%200.067%200.121%200.119%200.121h25.122c0.053%200%200.12-0.068%200.12-0.121v-26.818c0-0.053-0.057-0.12-0.12-0.12h-25.122z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.156%2032h-24.306c-0.365%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h24.306c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.854%2031.67c-0.365%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.296%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.151%2031.67c-0.364%200-0.661-0.296-0.661-0.661v-1.741c0-0.364%200.296-0.661%200.661-0.661s0.661%200.296%200.661%200.661v1.741c0%200.365-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%203.73h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.345%2010.739h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%2013.146h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.345%2020.153h-26.684c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h26.684c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.665%2022.562h-3.325c-0.364%200-0.661-0.296-0.661-0.661s0.296-0.661%200.661-0.661h3.325c0.364%200%200.661%200.296%200.661%200.661s-0.297%200.661-0.661%200.661z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4561 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Evitrine_i_regali%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32.349%2030.074h-30.94c-0.778%200-1.41-0.632-1.41-1.41v-27.255c0.002-0.778%200.635-1.409%201.41-1.409h30.94c0.778%200%201.411%200.632%201.411%201.409v27.254c0%200.779-0.633%201.411-1.411%201.411zM1.409%201.293c-0.062%200-0.117%200.056-0.117%200.118v27.252c0%200.062%200.055%200.118%200.117%200.118h30.94c0.062%200%200.119-0.056%200.119-0.118v-27.253c0-0.062-0.056-0.117-0.119-0.117h-30.94z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.813%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.945%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.762%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.878%2029.93c-0.357%200-0.647-0.289-0.647-0.647v-27.619c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v27.619c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.996%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.101%2011.565h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M33.101%2021.837h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.622%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.386%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 21px !important
    }

    .main-menu--submenu .menu-category-4561.active, .main-menu--submenu .menu-category-4561:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Evitrine_i_regali%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.349%2030.074h-30.94c-0.778%200-1.41-0.632-1.41-1.41v-27.255c0.002-0.778%200.635-1.409%201.41-1.409h30.94c0.778%200%201.411%200.632%201.411%201.409v27.254c0%200.779-0.633%201.411-1.411%201.411zM1.409%201.293c-0.062%200-0.117%200.056-0.117%200.118v27.252c0%200.062%200.055%200.118%200.117%200.118h30.94c0.062%200%200.119-0.056%200.119-0.118v-27.253c0-0.062-0.056-0.117-0.119-0.117h-30.94z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.813%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.945%2031.999c-0.357%200-0.647-0.289-0.647-0.647v-1.703c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v1.703c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.762%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.878%2029.93c-0.357%200-0.647-0.289-0.647-0.647v-27.619c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v27.619c0%200.357-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.996%2021.837c-0.357%200-0.647-0.289-0.647-0.647v-19.526c0-0.357%200.289-0.647%200.647-0.647s0.647%200.289%200.647%200.647v19.526c0%200.357-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.101%2011.565h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M33.101%2021.837h-32.446c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h32.446c0.357%200%200.647%200.289%200.647%200.647s-0.289%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.622%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.386%2024.191h-3.25c-0.357%200-0.647-0.289-0.647-0.647s0.289-0.647%200.647-0.647h3.25c0.357%200%200.647%200.289%200.647%200.647s-0.29%200.647-0.647%200.647z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4562 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2232%22%20viewBox%3D%220%200%2041%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etrpezarije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2016.039c-0.422%200-0.765-0.342-0.765-0.765v-7.318c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v7.319c0%200.422-0.343%200.764-0.765%200.764z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2020.369c-1.616%200-2.931-1.314-2.931-2.93s1.315-2.931%202.931-2.931c1.617%200%202.931%201.315%202.931%202.931s-1.314%202.93-2.931%202.93zM20.595%2016.039c-0.773%200-1.4%200.628-1.4%201.4s0.628%201.399%201.4%201.399%201.4-0.628%201.4-1.399c0-0.772-0.627-1.4-1.4-1.4z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M29.86%2032c-4.064%200-4.819-2.561-5.431-4.635-0.591-1.999-1.057-3.579-3.85-3.821-0.421-0.036-0.732-0.407-0.696-0.827%200.037-0.421%200.416-0.735%200.828-0.696%203.833%200.332%204.582%202.871%205.185%204.912%200.632%202.142%201.085%203.682%204.403%203.526%200.393-0.017%200.781%200.303%200.802%200.727%200.021%200.421-0.304%200.78-0.727%200.802-0.176%200.009-0.349%200.013-0.513%200.013z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M11.33%2032c-0.166%200-0.337-0.004-0.514-0.014-0.422-0.021-0.747-0.38-0.726-0.802%200.020-0.422%200.36-0.765%200.802-0.727%203.311%200.148%203.768-1.385%204.402-3.526%200.603-2.041%201.352-4.581%205.185-4.912%200.412-0.046%200.792%200.275%200.828%200.696s-0.275%200.791-0.696%200.827c-2.792%200.242-3.259%201.822-3.85%203.822-0.611%202.074-1.367%204.635-5.43%204.635z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%2029.408c-0.422%200-0.765-0.342-0.765-0.765v-8.558c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v8.558c0%200.423-0.343%200.765-0.765%200.765z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.595%208.602c-0.841%200-20.595-0.049-20.595-4.302%200-4.251%2019.754-4.3%2020.595-4.3s20.594%200.049%2020.594%204.3c0%204.253-19.753%204.302-20.594%204.302zM20.595%201.531c-12.008%200-18.698%201.794-19.068%202.799%200.37%200.947%207.058%202.742%2019.068%202.742s18.698-1.795%2019.068-2.801c-0.371-0.946-7.061-2.74-19.068-2.74z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 24px !important
    }

    .main-menu--submenu .menu-category-4562.active, .main-menu--submenu .menu-category-4562:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2232%22%20viewBox%3D%220%200%2041%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etrpezarije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2016.039c-0.422%200-0.765-0.342-0.765-0.765v-7.318c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v7.319c0%200.422-0.343%200.764-0.765%200.764z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2020.369c-1.616%200-2.931-1.314-2.931-2.93s1.315-2.931%202.931-2.931c1.617%200%202.931%201.315%202.931%202.931s-1.314%202.93-2.931%202.93zM20.595%2016.039c-0.773%200-1.4%200.628-1.4%201.4s0.628%201.399%201.4%201.399%201.4-0.628%201.4-1.399c0-0.772-0.627-1.4-1.4-1.4z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M29.86%2032c-4.064%200-4.819-2.561-5.431-4.635-0.591-1.999-1.057-3.579-3.85-3.821-0.421-0.036-0.732-0.407-0.696-0.827%200.037-0.421%200.416-0.735%200.828-0.696%203.833%200.332%204.582%202.871%205.185%204.912%200.632%202.142%201.085%203.682%204.403%203.526%200.393-0.017%200.781%200.303%200.802%200.727%200.021%200.421-0.304%200.78-0.727%200.802-0.176%200.009-0.349%200.013-0.513%200.013z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M11.33%2032c-0.166%200-0.337-0.004-0.514-0.014-0.422-0.021-0.747-0.38-0.726-0.802%200.020-0.422%200.36-0.765%200.802-0.727%203.311%200.148%203.768-1.385%204.402-3.526%200.603-2.041%201.352-4.581%205.185-4.912%200.412-0.046%200.792%200.275%200.828%200.696s-0.275%200.791-0.696%200.827c-2.792%200.242-3.259%201.822-3.85%203.822-0.611%202.074-1.367%204.635-5.43%204.635z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%2029.408c-0.422%200-0.765-0.342-0.765-0.765v-8.558c0-0.422%200.342-0.765%200.765-0.765s0.765%200.342%200.765%200.765v8.558c0%200.423-0.343%200.765-0.765%200.765z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.595%208.602c-0.841%200-20.595-0.049-20.595-4.302%200-4.251%2019.754-4.3%2020.595-4.3s20.594%200.049%2020.594%204.3c0%204.253-19.753%204.302-20.594%204.302zM20.595%201.531c-12.008%200-18.698%201.794-19.068%202.799%200.37%200.947%207.058%202.742%2019.068%202.742s18.698-1.795%2019.068-2.801c-0.371-0.946-7.061-2.74-19.068-2.74z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4564 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekuhinje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.851%2029.858h-29.506c-0.742%200-1.346-0.603-1.346-1.345v-8.993c0-0.73%200.616-1.346%201.346-1.346h29.506c0.729%200%201.344%200.617%201.344%201.346v8.993c0%200.742-0.603%201.345-1.344%201.345zM1.345%2019.406c-0.053%200-0.112%200.059-0.112%200.113v8.993c0%200.057%200.056%200.112%200.112%200.112h29.506c0.059%200%200.111-0.053%200.111-0.112v-8.993c0-0.059-0.062-0.113-0.111-0.113h-29.506z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.74%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.582%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.473%2032.002h-28.75c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h28.75c0.34%200%200.617%200.276%200.617%200.617s-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.465%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.73%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.986%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.495%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.139%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M6.116%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.094%2021.195c-0.285%200-0.54-0.198-0.603-0.487-0.071-0.333%200.134-0.695%200.467-0.767%200.334-0.069%200.654%200.106%200.725%200.44l0.015%200.069c0.071%200.333-0.141%200.66-0.475%200.731-0.043%200.009-0.086%200.014-0.128%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.072%2021.195c-0.284%200-0.539-0.196-0.602-0.484-0.073-0.333%200.13-0.695%200.463-0.768%200.332-0.071%200.654%200.103%200.727%200.436l0.015%200.069c0.073%200.333-0.138%200.661-0.47%200.734-0.045%200.009-0.089%200.014-0.133%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.582%2022.887h-12.484c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h12.484c0.34%200%200.617%200.276%200.617%200.617s-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.851%2010.47h-16.638c-0.742%200-1.345-0.604-1.345-1.345v-7.78c0-0.729%200.616-1.345%201.345-1.345h16.638c0.728%200%201.343%200.615%201.345%201.343v7.781c0%200.741-0.603%201.345-1.345%201.345zM14.213%201.233c-0.052%200-0.112%200.060-0.112%200.112v7.78c0%200.051%200.051%200.112%200.112%200.112h16.638c0.059%200%200.112-0.052%200.112-0.112v-7.781c0-0.058-0.063-0.111-0.112-0.111h-16.638z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M22.739%2010.469c-0.34%200-0.617-0.276-0.617-0.617v-9.236c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.236c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.986%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.495%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M12.714%2010.534h-11.296c-0.492%200-1.154-0.35-1.357-0.872-0.129-0.333-0.049-0.689%200.212-0.928l2.912-2.681c0.66-0.607%201.179-0.891%201.631-0.891h4.498c0.164%200%200.664%200%201.632%200.891l2.914%202.682c0.263%200.243%200.344%200.6%200.214%200.934-0.203%200.517-0.867%200.865-1.36%200.865zM9.3%206.396l-4.483%200.001c0.002%200.001-0.222%200.037-0.797%200.565l-2.541%202.34h11.175l-2.542-2.34c-0.472-0.434-0.746-0.556-0.812-0.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.376%206.447c-0.34%200-0.617-0.276-0.617-0.617v-4.597h-3.383v4.597c0%200.34-0.276%200.617-0.617%200.617s-0.617-0.276-0.617-0.617v-5.214c0-0.34%200.277-0.617%200.617-0.617h4.617c0.34%200%200.617%200.276%200.617%200.617v5.214c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M10.705%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M3.491%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 18px !important
    }

    .main-menu--submenu .menu-category-4564.active, .main-menu--submenu .menu-category-4564:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekuhinje%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.851%2029.858h-29.506c-0.742%200-1.346-0.603-1.346-1.345v-8.993c0-0.73%200.616-1.346%201.346-1.346h29.506c0.729%200%201.344%200.617%201.344%201.346v8.993c0%200.742-0.603%201.345-1.344%201.345zM1.345%2019.406c-0.053%200-0.112%200.059-0.112%200.113v8.993c0%200.057%200.056%200.112%200.112%200.112h29.506c0.059%200%200.111-0.053%200.111-0.112v-8.993c0-0.059-0.062-0.113-0.111-0.113h-29.506z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.74%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.582%2029.789c-0.34%200-0.617-0.276-0.617-0.617v-9.897c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.897c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.473%2032.002h-28.75c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h28.75c0.34%200%200.617%200.276%200.617%200.617s-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.465%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.73%2031.694c-0.34%200-0.617-0.276-0.617-0.617v-1.624c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v1.624c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.986%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.495%2024.725c-0.34%200-0.617-0.276-0.617-0.617v-3.101c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.101c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.139%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M6.116%2021.195c-0.282%200-0.536-0.194-0.601-0.481-0.075-0.332%200.126-0.695%200.458-0.771s0.655%200.099%200.73%200.432l0.015%200.069c0.075%200.332-0.134%200.661-0.466%200.737-0.046%200.010-0.092%200.015-0.136%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.094%2021.195c-0.285%200-0.54-0.198-0.603-0.487-0.071-0.333%200.134-0.695%200.467-0.767%200.334-0.069%200.654%200.106%200.725%200.44l0.015%200.069c0.071%200.333-0.141%200.66-0.475%200.731-0.043%200.009-0.086%200.014-0.128%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.072%2021.195c-0.284%200-0.539-0.196-0.602-0.484-0.073-0.333%200.13-0.695%200.463-0.768%200.332-0.071%200.654%200.103%200.727%200.436l0.015%200.069c0.073%200.333-0.138%200.661-0.47%200.734-0.045%200.009-0.089%200.014-0.133%200.014z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.582%2022.887h-12.484c-0.34%200-0.617-0.276-0.617-0.617s0.276-0.617%200.617-0.617h12.484c0.34%200%200.617%200.276%200.617%200.617s-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.851%2010.47h-16.638c-0.742%200-1.345-0.604-1.345-1.345v-7.78c0-0.729%200.616-1.345%201.345-1.345h16.638c0.728%200%201.343%200.615%201.345%201.343v7.781c0%200.741-0.603%201.345-1.345%201.345zM14.213%201.233c-0.052%200-0.112%200.060-0.112%200.112v7.78c0%200.051%200.051%200.112%200.112%200.112h16.638c0.059%200%200.112-0.052%200.112-0.112v-7.781c0-0.058-0.063-0.111-0.112-0.111h-16.638z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M22.739%2010.469c-0.34%200-0.617-0.276-0.617-0.617v-9.236c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v9.236c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.986%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c0%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.495%208.492c-0.34%200-0.617-0.276-0.617-0.617v-3.099c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v3.099c-0.001%200.341-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M12.714%2010.534h-11.296c-0.492%200-1.154-0.35-1.357-0.872-0.129-0.333-0.049-0.689%200.212-0.928l2.912-2.681c0.66-0.607%201.179-0.891%201.631-0.891h4.498c0.164%200%200.664%200%201.632%200.891l2.914%202.682c0.263%200.243%200.344%200.6%200.214%200.934-0.203%200.517-0.867%200.865-1.36%200.865zM9.3%206.396l-4.483%200.001c0.002%200.001-0.222%200.037-0.797%200.565l-2.541%202.34h11.175l-2.542-2.34c-0.472-0.434-0.746-0.556-0.812-0.566z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.376%206.447c-0.34%200-0.617-0.276-0.617-0.617v-4.597h-3.383v4.597c0%200.34-0.276%200.617-0.617%200.617s-0.617-0.276-0.617-0.617v-5.214c0-0.34%200.277-0.617%200.617-0.617h4.617c0.34%200%200.617%200.276%200.617%200.617v5.214c0%200.34-0.277%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M10.705%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.491%2029.066c-0.34%200-0.617-0.276-0.617-0.617v-5.868c0-0.34%200.276-0.617%200.617-0.617s0.617%200.276%200.617%200.617v5.868c0%200.341-0.276%200.617-0.617%200.617z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4569 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2232%22%20viewBox%3D%220%200%2018%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edodaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.069%2031.999h-14.053c-0.347%200-0.63-0.282-0.63-0.63s0.282-0.63%200.63-0.63h14.053c0.347%200%200.63%200.282%200.63%200.63s-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.042%2032c-0.347%200-0.63-0.282-0.63-0.63v-18.272c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v18.272c0%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M12.333%2021.908c-0.347%200-0.63-0.282-0.63-0.63v-8.137c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v8.137c-0.001%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M13.624%2020.865c0%200.713-0.578%201.291-1.291%201.291s-1.291-0.578-1.291-1.291c0-0.713%200.578-1.291%201.291-1.291s1.291%200.578%201.291%201.291z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.646%2013.48h-15.21c-0.487%200-0.968-0.222-1.227-0.567-0.194-0.258-0.255-0.575-0.17-0.873l3.139-10.948c0.193-0.674%200.728-1.093%201.398-1.093h8.93c0.659%200%201.208%200.429%201.399%201.091l3.141%2010.95c0.084%200.296%200.020%200.613-0.173%200.87-0.261%200.345-0.742%200.568-1.226%200.568zM1.303%2012.198c0.039%200.013%200.086%200.023%200.133%200.023h15.21c0.047%200%200.094-0.011%200.133-0.024l-3.085-10.757c-0.052-0.18-0.148-0.18-0.189-0.18h-8.93c-0.051%200-0.136%200-0.187%200.181l-3.085%2010.758z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 23px auto !important;
        background-position: center 21px !important
    }

    .main-menu--submenu .menu-category-4569.active, .main-menu--submenu .menu-category-4569:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2232%22%20viewBox%3D%220%200%2018%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edodaci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.069%2031.999h-14.053c-0.347%200-0.63-0.282-0.63-0.63s0.282-0.63%200.63-0.63h14.053c0.347%200%200.63%200.282%200.63%200.63s-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.042%2032c-0.347%200-0.63-0.282-0.63-0.63v-18.272c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v18.272c0%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M12.333%2021.908c-0.347%200-0.63-0.282-0.63-0.63v-8.137c0-0.347%200.282-0.63%200.63-0.63s0.63%200.282%200.63%200.63v8.137c-0.001%200.348-0.282%200.63-0.63%200.63z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M13.624%2020.865c0%200.713-0.578%201.291-1.291%201.291s-1.291-0.578-1.291-1.291c0-0.713%200.578-1.291%201.291-1.291s1.291%200.578%201.291%201.291z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.646%2013.48h-15.21c-0.487%200-0.968-0.222-1.227-0.567-0.194-0.258-0.255-0.575-0.17-0.873l3.139-10.948c0.193-0.674%200.728-1.093%201.398-1.093h8.93c0.659%200%201.208%200.429%201.399%201.091l3.141%2010.95c0.084%200.296%200.020%200.613-0.173%200.87-0.261%200.345-0.742%200.568-1.226%200.568zM1.303%2012.198c0.039%200.013%200.086%200.023%200.133%200.023h15.21c0.047%200%200.094-0.011%200.133-0.024l-3.085-10.757c-0.052-0.18-0.148-0.18-0.189-0.18h-8.93c-0.051%200-0.136%200-0.187%200.181l-3.085%2010.758z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4570 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epolice%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.201%2029.758h-25.794c-0.775%200-1.407-0.632-1.407-1.409v-26.942c0-0.775%200.632-1.407%201.407-1.407h25.794c0.776%200%201.407%200.632%201.407%201.407v26.942c0%200.764-0.644%201.409-1.407%201.409zM1.407%201.291c-0.063%200-0.117%200.054-0.117%200.117v26.942c0%200.060%200.056%200.118%200.117%200.118h25.794c0.056%200%200.117-0.060%200.117-0.118v-26.941c0-0.059-0.057-0.117-0.117-0.117h-25.794z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.305%2029.684c-0.356%200-0.645-0.289-0.645-0.645v-27.56c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v27.56c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.807%2031.999h-25.005c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h25.005c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.81%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.798%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.22%2010.304c-0.224%200-0.441-0.117-0.56-0.324l-2.788-4.869c-0.177-0.31-0.070-0.704%200.239-0.881s0.704-0.070%200.88%200.239l2.787%204.869c0.177%200.309%200.070%200.704-0.239%200.88-0.1%200.058-0.211%200.086-0.319%200.086z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.548%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.731%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M21.543%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.727%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.911%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M19.436%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M23.727%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M21.543%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.366%2029.032c-0.11%200-0.222-0.028-0.324-0.088-0.307-0.18-0.411-0.575-0.232-0.883l2.542-4.355c0.179-0.306%200.575-0.411%200.883-0.232s0.411%200.575%200.232%200.883l-2.542%204.355c-0.12%200.205-0.336%200.32-0.558%200.32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.904%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.088%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.841%2010.811h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M27.841%2020.282h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M4.904%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.088%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.271%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c-0.001%200.356-0.29%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2.796%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.911%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 35px auto !important;
        background-position: center 22px !important
    }

    .main-menu--submenu .menu-category-4570.active, .main-menu--submenu .menu-category-4570:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Epolice%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.201%2029.758h-25.794c-0.775%200-1.407-0.632-1.407-1.409v-26.942c0-0.775%200.632-1.407%201.407-1.407h25.794c0.776%200%201.407%200.632%201.407%201.407v26.942c0%200.764-0.644%201.409-1.407%201.409zM1.407%201.291c-0.063%200-0.117%200.054-0.117%200.117v26.942c0%200.060%200.056%200.118%200.117%200.118h25.794c0.056%200%200.117-0.060%200.117-0.118v-26.941c0-0.059-0.057-0.117-0.117-0.117h-25.794z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.305%2029.684c-0.356%200-0.645-0.289-0.645-0.645v-27.56c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v27.56c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.807%2031.999h-25.005c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h25.005c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.81%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.798%2031.68c-0.356%200-0.645-0.289-0.645-0.645v-1.7c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v1.7c0%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.22%2010.304c-0.224%200-0.441-0.117-0.56-0.324l-2.788-4.869c-0.177-0.31-0.070-0.704%200.239-0.881s0.704-0.070%200.88%200.239l2.787%204.869c0.177%200.309%200.070%200.704-0.239%200.88-0.1%200.058-0.211%200.086-0.319%200.086z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.548%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.731%2010.304c-0.356%200-0.645-0.289-0.645-0.645v-4.869c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M21.543%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.727%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.911%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M19.436%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M23.727%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M21.543%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.366%2029.032c-0.11%200-0.222-0.028-0.324-0.088-0.307-0.18-0.411-0.575-0.232-0.883l2.542-4.355c0.179-0.306%200.575-0.411%200.883-0.232s0.411%200.575%200.232%200.883l-2.542%204.355c-0.12%200.205-0.336%200.32-0.558%200.32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.904%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.088%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2020.030c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c0%200.357-0.289%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.841%2010.811h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M27.841%2020.282h-27.075c-0.356%200-0.645-0.289-0.645-0.645s0.289-0.645%200.645-0.645h27.075c0.356%200%200.645%200.289%200.645%200.645s-0.29%200.645-0.645%200.645z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M4.904%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.088%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.271%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c-0.001%200.356-0.29%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M2.796%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.868c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.869c0%200.356-0.289%200.644-0.645%200.644z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.911%2029.032c-0.356%200-0.645-0.289-0.645-0.645v-4.87c0-0.356%200.289-0.645%200.645-0.645s0.645%200.289%200.645%200.645v4.87c-0.001%200.357-0.29%200.645-0.645%200.645z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4572 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edecje_sobe%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.19%2031.999c-1.091%200-1.979-0.887-1.979-1.98%200-0.857%200.548-1.588%201.312-1.862%200-0.005%200-0.009%200-0.014v-1.578h-26.88v1.578c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862%200%201.092-0.888%201.98-1.979%201.98s-1.978-0.887-1.978-1.98c0-0.857%200.548-1.587%201.311-1.861%200-0.006%200-0.010%200-0.015v-25.681c-0.391-0.229-0.655-0.655-0.655-1.141%200-0.728%200.593-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v5.156h26.88v-5.155c-0.392-0.229-0.656-0.655-0.656-1.14%200-0.729%200.592-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v25.682c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862-0.001%201.092-0.888%201.98-1.979%201.98zM30.19%2029.375c-0.356%200-0.646%200.289-0.646%200.644%200%200.357%200.29%200.647%200.646%200.647s0.646-0.29%200.646-0.647c0-0.355-0.291-0.644-0.646-0.644zM1.978%2029.375c-0.355%200-0.645%200.289-0.645%200.644%200%200.357%200.29%200.647%200.645%200.647s0.646-0.29%200.646-0.647c0-0.355-0.29-0.644-0.646-0.644zM2.644%2025.234h26.88v-0.992h-26.88v0.992zM23.992%2022.909h5.531v-13.959h-5.531v13.959zM16.751%2022.909h5.91v-13.959h-5.91v13.959zM9.508%2022.909h5.91v-13.959h-5.91v13.959zM2.644%2022.909h5.532v-13.959h-5.532v13.959zM1.978%201.31c0.004%200%200.007%200%200.011%200l-0.011-0.644v0.644zM30.19%201.31c0.004%200%200.006%200%200.010%200l-0.010-0.644v0.644z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 35px auto !important;
        background-position: center 22px !important
    }

    .main-menu--submenu .menu-category-4572.active, .main-menu--submenu .menu-category-4572:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edecje_sobe%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.19%2031.999c-1.091%200-1.979-0.887-1.979-1.98%200-0.857%200.548-1.588%201.312-1.862%200-0.005%200-0.009%200-0.014v-1.578h-26.88v1.578c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862%200%201.092-0.888%201.98-1.979%201.98s-1.978-0.887-1.978-1.98c0-0.857%200.548-1.587%201.311-1.861%200-0.006%200-0.010%200-0.015v-25.681c-0.391-0.229-0.655-0.655-0.655-1.141%200-0.728%200.593-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v5.156h26.88v-5.155c-0.392-0.229-0.656-0.655-0.656-1.14%200-0.729%200.592-1.322%201.322-1.322s1.322%200.593%201.322%201.322c0%200.486-0.264%200.912-0.656%201.14v25.682c0%200.005%200%200.009%200%200.014%200.764%200.274%201.312%201.005%201.312%201.862-0.001%201.092-0.888%201.98-1.979%201.98zM30.19%2029.375c-0.356%200-0.646%200.289-0.646%200.644%200%200.357%200.29%200.647%200.646%200.647s0.646-0.29%200.646-0.647c0-0.355-0.291-0.644-0.646-0.644zM1.978%2029.375c-0.355%200-0.645%200.289-0.645%200.644%200%200.357%200.29%200.647%200.645%200.647s0.646-0.29%200.646-0.647c0-0.355-0.29-0.644-0.646-0.644zM2.644%2025.234h26.88v-0.992h-26.88v0.992zM23.992%2022.909h5.531v-13.959h-5.531v13.959zM16.751%2022.909h5.91v-13.959h-5.91v13.959zM9.508%2022.909h5.91v-13.959h-5.91v13.959zM2.644%2022.909h5.532v-13.959h-5.532v13.959zM1.978%201.31c0.004%200%200.007%200%200.011%200l-0.011-0.644v0.644zM30.19%201.31c0.004%200%200.006%200%200.010%200l-0.010-0.644v0.644z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4574 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etv_police%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.284%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M18.916%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.812%2030.108h-30.425c-0.765%200-1.388-0.622-1.388-1.387v-13.281c0.002-0.765%200.625-1.386%201.388-1.386h30.425c0.765%200%201.388%200.622%201.388%201.386v13.281c0%200.765-0.623%201.387-1.388%201.387zM1.387%2015.325c-0.062%200-0.116%200.055-0.116%200.117v13.28c0%200.060%200.055%200.116%200.116%200.116h30.425c0.058%200%200.117-0.057%200.117-0.116v-13.281c0-0.060-0.055-0.115-0.117-0.115h-30.425z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M1.783%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.414%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M25.165%2010.917h-17.129c-0.351%200-0.636-0.284-0.636-0.636v-9.645c0-0.351%200.285-0.636%200.636-0.636h17.128c0.351%200%200.636%200.284%200.636%200.636l0.001%209.645c0%200.169-0.067%200.33-0.186%200.45s-0.28%200.186-0.45%200.186zM8.672%209.645h15.858v-8.373h-15.858v8.373z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M15.346%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M17.851%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M31.815%2019.506h-30.431c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h30.431c0.351%200%200.636%200.284%200.636%200.636s-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M16.6%2029.496c-0.351%200-0.636-0.284-0.636-0.636v-9.489c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v9.489c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.891%2014.437h-8.583c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h8.583c0.351%200%200.636%200.284%200.636%200.636s-0.284%200.636-0.636%200.636z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 21px !important
    }

    .main-menu--submenu .menu-category-4574.active, .main-menu--submenu .menu-category-4574:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Etv_police%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.284%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M18.916%2026.349c-0.351%200-0.636-0.284-0.636-0.636v-3.196c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v3.196c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.812%2030.108h-30.425c-0.765%200-1.388-0.622-1.388-1.387v-13.281c0.002-0.765%200.625-1.386%201.388-1.386h30.425c0.765%200%201.388%200.622%201.388%201.386v13.281c0%200.765-0.623%201.387-1.388%201.387zM1.387%2015.325c-0.062%200-0.116%200.055-0.116%200.117v13.28c0%200.060%200.055%200.116%200.116%200.116h30.425c0.058%200%200.117-0.057%200.117-0.116v-13.281c0-0.060-0.055-0.115-0.117-0.115h-30.425z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.783%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.414%2032.002c-0.351%200-0.636-0.284-0.636-0.636v-1.675c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v1.675c0%200.351-0.284%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M25.165%2010.917h-17.129c-0.351%200-0.636-0.284-0.636-0.636v-9.645c0-0.351%200.285-0.636%200.636-0.636h17.128c0.351%200%200.636%200.284%200.636%200.636l0.001%209.645c0%200.169-0.067%200.33-0.186%200.45s-0.28%200.186-0.45%200.186zM8.672%209.645h15.858v-8.373h-15.858v8.373z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M15.346%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M17.851%2013.673c-0.351%200-0.636-0.284-0.636-0.636v-2.568c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v2.568c0%200.351-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M31.815%2019.506h-30.431c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h30.431c0.351%200%200.636%200.284%200.636%200.636s-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M16.6%2029.496c-0.351%200-0.636-0.284-0.636-0.636v-9.489c0-0.351%200.284-0.636%200.636-0.636s0.636%200.284%200.636%200.636v9.489c0%200.352-0.285%200.636-0.636%200.636z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.891%2014.437h-8.583c-0.351%200-0.636-0.284-0.636-0.636s0.284-0.636%200.636-0.636h8.583c0.351%200%200.636%200.284%200.636%200.636s-0.284%200.636-0.636%200.636z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4575 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekancelarijski_namestaj%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.411%2031.97h-18.906c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.906c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%2025.18h-4.771c-0.523%200-0.949-0.424-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%2015.158h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M42.109%205.134h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M0.949%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.527%2032.001c-0.523%200-0.949-0.424-0.949-0.949v-29.854c0-0.523%200.425-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.855c0%200.523-0.425%200.948-0.949%200.948z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.061%201.898h-48.111c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h48.111c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.178%2021.725h-18.909c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.909c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M49.297%2011.702h-18.91c-0.523%200-0.949-0.425-0.949-0.949s0.424-0.949%200.949-0.949h18.91c0.523%200%200.949%200.425%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M30.153%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 40px auto !important;
        background-position: center 28px !important
    }

    .main-menu--submenu .menu-category-4575.active, .main-menu--submenu .menu-category-4575:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ekancelarijski_namestaj%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.411%2031.97h-18.906c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.906c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%2025.18h-4.771c-0.523%200-0.949-0.424-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.424%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%2015.158h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M42.109%205.134h-4.771c-0.523%200-0.949-0.425-0.949-0.949s0.425-0.949%200.949-0.949h4.771c0.523%200%200.949%200.425%200.949%200.949s-0.425%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M0.949%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.527%2032.001c-0.523%200-0.949-0.424-0.949-0.949v-29.854c0-0.523%200.425-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.855c0%200.523-0.425%200.948-0.949%200.948z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.061%201.898h-48.111c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h48.111c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.178%2021.725h-18.909c-0.523%200-0.949-0.424-0.949-0.949s0.424-0.949%200.949-0.949h18.909c0.523%200%200.949%200.424%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M49.297%2011.702h-18.91c-0.523%200-0.949-0.425-0.949-0.949s0.424-0.949%200.949-0.949h18.91c0.523%200%200.949%200.425%200.949%200.949s-0.426%200.949-0.949%200.949z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M30.153%2031.75c-0.523%200-0.949-0.424-0.949-0.949v-29.851c0-0.523%200.424-0.949%200.949-0.949s0.949%200.424%200.949%200.949v29.851c0%200.523-0.424%200.949-0.949%200.949z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4576 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eduseci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M20.581%2032.001h-19.39c-0.658%200-1.192-0.625-1.192-1.393v-29.215c0.001-0.782%200.525-1.392%201.192-1.392h19.391c0.657%200%201.192%200.624%201.192%201.392v29.215c-0.001%200.768-0.536%201.393-1.193%201.393zM1.197%201.178c0.033%200.003-0.020%200.079-0.020%200.216v29.214c0%200.132%200.057%200.216%200.078%200.23l19.274-0.016c0.026-0.033%200.066-0.11%200.066-0.215v-29.214c0-0.131-0.057-0.215-0.078-0.23l-19.32%200.016z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.694%2010.594c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.195-0.194%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.097-0.23%200.152-0.368%200.152zM5.501%207.145l2.193%202.193%202.192-2.193-2.193-2.193-2.192%202.193z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.693%2016.309c-0.133%200-0.266-0.051-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.93c0.202-0.203%200.532-0.203%200.736%200l2.93%202.928c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.27-0.152%200.367l-2.929%202.93c-0.102%200.103-0.235%200.154-0.368%200.154zM5.499%2012.86l2.194%202.193%202.193-2.194-2.195-2.193-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2010.594c-0.133%200-0.266-0.051-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.929-2.929c0.194-0.195%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.929%202.929c-0.102%200.101-0.235%200.152-0.368%200.152zM12.088%207.145l2.193%202.193%202.193-2.193-2.193-2.194-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2016.309c-0.138%200-0.269-0.054-0.367-0.152l-2.93-2.929c-0.097-0.098-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.096-0.23%200.151-0.368%200.151zM12.087%2012.86l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.693%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.202-0.203%200.532-0.203%200.735%200l2.93%202.928c0.098%200.097%200.153%200.229%200.153%200.367s-0.054%200.269-0.152%200.367l-2.929%202.93c-0.098%200.097-0.23%200.152-0.368%200.152zM5.499%2018.688l2.194%202.193%202.193-2.195-2.195-2.192-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.694%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.202-0.203%200.532-0.203%200.735%200l2.928%202.925c0.203%200.203%200.203%200.532%200.001%200.736l-2.928%202.932c-0.099%200.096-0.231%200.151-0.369%200.151zM5.501%2024.404l2.193%202.197%202.192-2.197-2.192-2.191-2.193%202.191z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.097-0.097-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.93c-0.098%200.095-0.23%200.151-0.368%200.151zM12.087%2018.688l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M14.281%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.204-0.203%200.531-0.203%200.736%200l2.929%202.925c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.269-0.152%200.367l-2.929%202.932c-0.099%200.097-0.231%200.152-0.369%200.152zM12.088%2024.404l2.193%202.197%202.193-2.197-2.193-2.191-2.193%202.191z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 27px auto !important;
        background-position: center 26px !important
    }

    .main-menu--submenu .menu-category-4576.active, .main-menu--submenu .menu-category-4576:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2232%22%20viewBox%3D%220%200%2022%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eduseci%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M20.581%2032.001h-19.39c-0.658%200-1.192-0.625-1.192-1.393v-29.215c0.001-0.782%200.525-1.392%201.192-1.392h19.391c0.657%200%201.192%200.624%201.192%201.392v29.215c-0.001%200.768-0.536%201.393-1.193%201.393zM1.197%201.178c0.033%200.003-0.020%200.079-0.020%200.216v29.214c0%200.132%200.057%200.216%200.078%200.23l19.274-0.016c0.026-0.033%200.066-0.11%200.066-0.215v-29.214c0-0.131-0.057-0.215-0.078-0.23l-19.32%200.016z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.694%2010.594c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.195-0.194%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.097-0.23%200.152-0.368%200.152zM5.501%207.145l2.193%202.193%202.192-2.193-2.193-2.193-2.192%202.193z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.693%2016.309c-0.133%200-0.266-0.051-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.93c0.202-0.203%200.532-0.203%200.736%200l2.93%202.928c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.27-0.152%200.367l-2.929%202.93c-0.102%200.103-0.235%200.154-0.368%200.154zM5.499%2012.86l2.194%202.193%202.193-2.194-2.195-2.193-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2010.594c-0.133%200-0.266-0.051-0.367-0.152l-2.929-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.929-2.929c0.194-0.195%200.541-0.195%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.929%202.929c-0.102%200.101-0.235%200.152-0.368%200.152zM12.088%207.145l2.193%202.193%202.193-2.193-2.193-2.194-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2016.309c-0.138%200-0.269-0.054-0.367-0.152l-2.93-2.929c-0.097-0.098-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.929c-0.098%200.096-0.23%200.151-0.368%200.151zM12.087%2012.86l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.693%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.203-0.203-0.203-0.532%200-0.736l2.928-2.929c0.202-0.203%200.532-0.203%200.735%200l2.93%202.928c0.098%200.097%200.153%200.229%200.153%200.367s-0.054%200.269-0.152%200.367l-2.929%202.93c-0.098%200.097-0.23%200.152-0.368%200.152zM5.499%2018.688l2.194%202.193%202.193-2.195-2.195-2.192-2.192%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.694%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.202-0.203%200.532-0.203%200.735%200l2.928%202.925c0.203%200.203%200.203%200.532%200.001%200.736l-2.928%202.932c-0.099%200.096-0.231%200.151-0.369%200.151zM5.501%2024.404l2.193%202.197%202.192-2.197-2.192-2.191-2.193%202.191z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2022.137c-0.138%200-0.27-0.054-0.367-0.152l-2.93-2.929c-0.097-0.097-0.152-0.229-0.152-0.367s0.054-0.27%200.152-0.367l2.929-2.929c0.203-0.203%200.533-0.203%200.736%200l2.929%202.929c0.203%200.203%200.203%200.532%200%200.736l-2.928%202.93c-0.098%200.095-0.23%200.151-0.368%200.151zM12.087%2018.688l2.194%202.193%202.192-2.194-2.193-2.193-2.193%202.194z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M14.281%2027.855c-0.138%200-0.27-0.054-0.367-0.152l-2.929-2.932c-0.098-0.098-0.152-0.23-0.152-0.367s0.055-0.27%200.153-0.367l2.929-2.925c0.204-0.203%200.531-0.203%200.736%200l2.929%202.925c0.097%200.097%200.152%200.229%200.152%200.367s-0.054%200.269-0.152%200.367l-2.929%202.932c-0.099%200.097-0.231%200.152-0.369%200.152zM12.088%2024.404l2.193%202.197%202.193-2.197-2.193-2.191-2.193%202.191z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu .menu-category-4579 {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ebastenska_ganitura%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M9.313%2023.932c-1.032%200-1.9-0.731-2.018-1.699l-0.097-0.795c-0.061-0.493%200.080-0.989%200.397-1.394%200.339-0.434%200.855-0.722%201.414-0.79l15.673-1.927c1.154-0.138%202.156%200.633%202.285%201.684l0.098%200.793c0.063%200.526-0.096%201.044-0.452%201.462-0.341%200.402-0.825%200.659-1.36%200.724l-15.673%201.925c-0.089%200.011-0.178%200.016-0.267%200.016zM24.945%2018.612c-0.034%200-0.070%200.003-0.106%200.007l-15.673%201.927c-0.22%200.026-0.419%200.135-0.547%200.299-0.103%200.131-0.149%200.285-0.131%200.434l0.097%200.795c0.043%200.347%200.415%200.612%200.836%200.549l15.674-1.925c0.21-0.025%200.397-0.124%200.528-0.276%200.117-0.137%200.17-0.301%200.15-0.462l-0.098-0.793c-0.038-0.311-0.358-0.556-0.729-0.556z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M8.188%2020.062v0c-0.814%200-1.574-0.531-1.89-1.321l-6.144-15.421c-0.215-0.539-0.206-1.145%200.025-1.663%200.208-0.467%200.575-0.816%201.034-0.984l1.509-0.554c0.215-0.080%200.442-0.12%200.674-0.12%200.858%200%201.62%200.541%201.896%201.346l5.377%2015.676c0.369%201.077-0.091%202.223-1.050%202.61l-0.743%200.298c-0.219%200.088-0.451%200.133-0.688%200.133zM3.397%201.301c-0.079%200-0.154%200.014-0.226%200.039l-1.51%200.555c-0.162%200.059-0.248%200.192-0.294%200.293-0.088%200.196-0.089%200.44-0.005%200.651l6.144%2015.421c0.148%200.369%200.565%200.594%200.884%200.463l0.743-0.298c0.316-0.127%200.45-0.558%200.304-0.981l-5.376-15.676c-0.11-0.323-0.415-0.467-0.667-0.467z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M7.646%2032c-0.028%200-0.056-0.002-0.084-0.005-0.357-0.046-0.608-0.371-0.562-0.728l1.056-8.199c0.045-0.357%200.369-0.612%200.728-0.562%200.357%200.046%200.608%200.371%200.562%200.728l-1.056%208.199c-0.042%200.328-0.322%200.567-0.644%200.567z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M24.593%2032c-0.299%200-0.569-0.208-0.634-0.512l-3.834-17.681c-0.077-0.351%200.146-0.696%200.498-0.773%200.344-0.077%200.697%200.146%200.772%200.498l3.834%2017.681c0.077%200.351-0.146%200.696-0.498%200.772-0.046%200.011-0.092%200.015-0.138%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M26.122%2016.717c-0.031%200-0.061-0.001-0.092-0.002-0.625-0.023-1.201-0.3-1.619-0.777-0.749-0.855-0.921-1.836-0.458-2.622%200.406-0.692%201.242-1.076%201.982-0.92%200.696%200.15%201.167%200.726%201.257%201.543%200.039%200.357-0.219%200.678-0.576%200.717-0.351%200.034-0.678-0.219-0.717-0.576-0.026-0.246-0.106-0.385-0.236-0.413-0.177-0.034-0.453%200.077-0.588%200.306-0.229%200.389%200.098%200.861%200.314%201.107%200.186%200.211%200.418%200.323%200.691%200.334%200.395%200.013%200.845-0.194%201.232-0.574%200.547-0.535%200.62-1.611%200.156-2.304-0.551-0.826-1.719-0.935-3.204-0.299-0.864%200.37-1.425%200.669-1.919%200.934-1.068%200.57-1.838%200.983-4.425%201.507-3.733%200.757-7.157%201.052-11.586%201.384-0.362%200.020-0.67-0.242-0.696-0.6s0.242-0.67%200.6-0.696c4.381-0.329%207.766-0.62%2011.425-1.362%202.401-0.486%203.066-0.841%204.071-1.379%200.517-0.277%201.104-0.591%202.020-0.983%203.091-1.323%204.453%200.257%204.798%200.771%200.809%201.212%200.663%202.986-0.328%203.956-0.625%200.612-1.368%200.947-2.1%200.947z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        background-size: 35px auto !important;
        background-position: center 27px !important
    }

    .main-menu--submenu .menu-category-4579.active, .main-menu--submenu .menu-category-4579:hover {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2232%22%20viewBox%3D%220%200%2029%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ebastenska_ganitura%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M9.313%2023.932c-1.032%200-1.9-0.731-2.018-1.699l-0.097-0.795c-0.061-0.493%200.080-0.989%200.397-1.394%200.339-0.434%200.855-0.722%201.414-0.79l15.673-1.927c1.154-0.138%202.156%200.633%202.285%201.684l0.098%200.793c0.063%200.526-0.096%201.044-0.452%201.462-0.341%200.402-0.825%200.659-1.36%200.724l-15.673%201.925c-0.089%200.011-0.178%200.016-0.267%200.016zM24.945%2018.612c-0.034%200-0.070%200.003-0.106%200.007l-15.673%201.927c-0.22%200.026-0.419%200.135-0.547%200.299-0.103%200.131-0.149%200.285-0.131%200.434l0.097%200.795c0.043%200.347%200.415%200.612%200.836%200.549l15.674-1.925c0.21-0.025%200.397-0.124%200.528-0.276%200.117-0.137%200.17-0.301%200.15-0.462l-0.098-0.793c-0.038-0.311-0.358-0.556-0.729-0.556z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M8.188%2020.062v0c-0.814%200-1.574-0.531-1.89-1.321l-6.144-15.421c-0.215-0.539-0.206-1.145%200.025-1.663%200.208-0.467%200.575-0.816%201.034-0.984l1.509-0.554c0.215-0.080%200.442-0.12%200.674-0.12%200.858%200%201.62%200.541%201.896%201.346l5.377%2015.676c0.369%201.077-0.091%202.223-1.050%202.61l-0.743%200.298c-0.219%200.088-0.451%200.133-0.688%200.133zM3.397%201.301c-0.079%200-0.154%200.014-0.226%200.039l-1.51%200.555c-0.162%200.059-0.248%200.192-0.294%200.293-0.088%200.196-0.089%200.44-0.005%200.651l6.144%2015.421c0.148%200.369%200.565%200.594%200.884%200.463l0.743-0.298c0.316-0.127%200.45-0.558%200.304-0.981l-5.376-15.676c-0.11-0.323-0.415-0.467-0.667-0.467z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M7.646%2032c-0.028%200-0.056-0.002-0.084-0.005-0.357-0.046-0.608-0.371-0.562-0.728l1.056-8.199c0.045-0.357%200.369-0.612%200.728-0.562%200.357%200.046%200.608%200.371%200.562%200.728l-1.056%208.199c-0.042%200.328-0.322%200.567-0.644%200.567z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M24.593%2032c-0.299%200-0.569-0.208-0.634-0.512l-3.834-17.681c-0.077-0.351%200.146-0.696%200.498-0.773%200.344-0.077%200.697%200.146%200.772%200.498l3.834%2017.681c0.077%200.351-0.146%200.696-0.498%200.772-0.046%200.011-0.092%200.015-0.138%200.015z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M26.122%2016.717c-0.031%200-0.061-0.001-0.092-0.002-0.625-0.023-1.201-0.3-1.619-0.777-0.749-0.855-0.921-1.836-0.458-2.622%200.406-0.692%201.242-1.076%201.982-0.92%200.696%200.15%201.167%200.726%201.257%201.543%200.039%200.357-0.219%200.678-0.576%200.717-0.351%200.034-0.678-0.219-0.717-0.576-0.026-0.246-0.106-0.385-0.236-0.413-0.177-0.034-0.453%200.077-0.588%200.306-0.229%200.389%200.098%200.861%200.314%201.107%200.186%200.211%200.418%200.323%200.691%200.334%200.395%200.013%200.845-0.194%201.232-0.574%200.547-0.535%200.62-1.611%200.156-2.304-0.551-0.826-1.719-0.935-3.204-0.299-0.864%200.37-1.425%200.669-1.919%200.934-1.068%200.57-1.838%200.983-4.425%201.507-3.733%200.757-7.157%201.052-11.586%201.384-0.362%200.020-0.67-0.242-0.696-0.6s0.242-0.67%200.6-0.696c4.381-0.329%207.766-0.62%2011.425-1.362%202.401-0.486%203.066-0.841%204.071-1.379%200.517-0.277%201.104-0.591%202.020-0.983%203.091-1.323%204.453%200.257%204.798%200.771%200.809%201.212%200.663%202.986-0.328%203.956-0.625%200.612-1.368%200.947-2.1%200.947z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem
    }

    .main-menu--submenu--toggle {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezuta_strelica_kategorije%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M32.015%200.793l-31.012%2030.414%2061.995-0.038z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        display: block;
        height: 46px;
        background-color: #fff;
        background-position: bottom;
        background-size: auto 18px;
        border-bottom: 4px solid #fd0
    }

    .main-menu--lvl1.first:after {
        display: none
    }
}

.mobile--headline {
    display: none
}

.desktop--headline {
    display: block
}

.div-hidden {
    display: none !important
}

.page--header--headline, .product--header--headline {
    width: calc(25% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page--header--headline, .product--header--headline {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--header--headline h1, .product--header--headline h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #263c75;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.3px
}

.page--header--headline__full {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page--header--headline__full {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--header--headline__full h1 {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #263c75;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.3px
}

.page--header--headline__mobile {
    display: none
}

.page--header--menu {
    width: calc(75% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-top: 50px
}

@media screen and (min-width: 48em) {
    .page--header--menu {
        width: calc(75% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--header--menu .tx-i-shop {
    justify-content: space-between;
    box-pack: end;
    display: flex
}

.page213 .page--header--menu, .page414 .page--header--menu, .page456 .page--header--menu, .page497 .page--header--menu, .page538 .page--header--menu, .page579 .page--header--menu, .page620 .page--header--menu, .page661 .page--header--menu {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page213 .page--header--menu, .page414 .page--header--menu, .page456 .page--header--menu, .page497 .page--header--menu, .page538 .page--header--menu, .page579 .page--header--menu, .page620 .page--header--menu, .page661 .page--header--menu {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--content {
    padding-top: 30px;
    padding-bottom: 90px;
    background: #f1f1f1
}

.page--content__nobg {
    padding-bottom: 90px;
    background: #fff
}

.page671 .page--content__nobg {
    padding-bottom: 170px
}

.page--content--aside, .page--content--aside2 {
    width: calc(25% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page--content--aside, .page--content--aside2 {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--content--main {
    width: calc(75% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page--content--main {
        width: calc(75% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--content--main--offset {
    width: calc(66.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(8.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .page--content--main--offset {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(8.33333% + .9375rem)
    }
}

.page--content--box {
    padding: 20px 30px;
    margin: 0 15px;
    width: 100%;
    background-color: #fff
}

.page--content--box ul {
    padding-left: 25px
}

img {
    max-width: 100%;
    height: auto
}

aside .button--show-all__no-arrow span, aside .button--show-all span {
    font-size: 12px
}

.homepage-content {
    padding-bottom: 60px
}

.lang_foreign .show-only-sr {
    display: none !important
}

.last-minute-no-products-wrapper {
    text-align: center
}

.last-minute-no-products-wrapper h4 {
    color: #263c75;
    font-size: 20px
}

@media screen and (max-width: 74.9375em) {
    .page--header--headline h1, .product--header--headline h1 {
        margin-top: 30px
    }

    .desktop--headline {
        width: 100%
    }

    .desktop--headline .product--header--headline {
        margin: 20px 25px !important;
        line-height: 1.3
    }
}

@media screen and (max-width: 74.9375em) {
    .product--footer {
        display: none
    }

    .mobile--headline {
        display: block;
        width: 100%
    }

    .desktop--headline {
        display: none
    }

    .page--header {
        position: relative
    }

    .page--header--headline__full h1, .page--header--headline__mobile h1, .page--header--headline h1, .product--header--headline h1 {
        padding: 22px 0;
        margin: 0 !important;
        margin-right: 50px !important;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase
    }

    .page--header--headline__full h1 {
        text-transform: uppercase !important
    }

    .page--header--headline__mobile {
        position: relative;
        display: block
    }

    .page--content {
        padding-top: 0;
        background: #fff
    }

    .page--content--box {
        margin: 0;
        padding: 20px 25px
    }

    .page--content--aside, .page--content--aside2 {
        position: fixed;
        top: 0;
        right: -300px;
        bottom: 0;
        left: auto;
        z-index: 1000;
        width: 280px;
        margin: 0;
        padding: 15px 0 100px;
        overflow: scroll;
        background: #fff;
        transition: right .5s
    }

    .page--content--aside2 li, .page--content--aside li {
        max-width: 100%
    }

    .page--content--aside2 li a, .page--content--aside li a {
        padding: 18px 20px;
        color: #4d4d4d;
        border-bottom: 1px solid #d8d8d8;
        text-align: right;
        line-height: 1
    }

    .page--content--aside2 li a.page--side-menu--link__active, .page--content--aside li a.page--side-menu--link__active {
        color: #263c75;
        background: #fd0
    }

    .page--content--aside2 .page--side-menu--title, .page--content--aside .page--side-menu--title {
        padding: 0 25px
    }

    .page--content--aside2 .page--side-menu--title a, .page--content--aside .page--side-menu--title a {
        color: #4d4d4d;
        font-size: 18px
    }

    .page--content--aside2 .page--side-menu--title:after, .page--content--aside .page--side-menu--title:after {
        display: none
    }

    .page--content--main, .page--content--main--offset {
        width: 100%;
        padding: 0 25px
    }

    .page--content--main--offset {
        padding: 0
    }

    .mobile--menu--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_hor_flip%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M1.057%2013.927h28.705l-11.342-11.009%202.975-2.931%2016.504%2016.014-16.504%2016.014-2.975-2.929%2011.345-11.014h-28.708z%22%2F%3E%20%3C%2Fsvg%3E);
        background-position: 0 50%;
        background-size: 2rem 2rem;
        top: 10px;
        content: "x";
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 20px auto;
        background-position: 50%
    }

    .mobile--menu--close, .mobile--menu--trigger {
        background-repeat: no-repeat;
        position: absolute;
        right: 25px
    }

    .mobile--menu--trigger {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2257%22%20height%3D%2232%22%20viewBox%3D%220%200%2057%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%201.231h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2013.538h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M1.231%2025.846h54.154v4.923h-54.154v-4.923z%22%2F%3E%20%3C%2Fsvg%3E);
        background-position: 0 50%;
        background-size: 2rem 2rem;
        top: 21px;
        width: 30px;
        height: 25px;
        background-position: 100%;
        background-size: contain
    }

    .mobile--menu--trigger:after {
        position: absolute;
        top: 1px;
        right: -3px;
        content: " ";
        width: 8px;
        height: 8px;
        background-color: #263c75;
        border-radius: 50%
    }

    .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .fi-slider--container > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .grid-container > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .homepage-ambients > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .main-menu--submenu > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .page--header > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .store--bottom--content > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content > .tab--content--container > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .fi-slider--container > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .grid-container > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .homepage-ambients > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .main-menu--submenu > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .page--header > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .store--bottom--content > ul:before, .main-menu--submenu .category-menu-popup .sidebar-open-aside .page--content__nobg > .tab--content--container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .fi-slider--container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .grid-container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .homepage-ambients > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .main-menu--submenu > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .page--header > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .store--bottom--content > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content > .tab--content--container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .fi-slider--container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .grid-container > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .homepage-ambients > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .main-menu--submenu > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .page--header > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .store--bottom--content > ul:before, .sidebar-open-aside .main-menu--submenu .category-menu-popup .page--content__nobg > .tab--content--container > ul:before, .sidebar-open-aside .page--content > .fi-slider--container > .ambient--detail:before, .sidebar-open-aside .page--content > .fi-slider--container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .fi-slider--container > .cart-validation:before, .sidebar-open-aside .page--content > .fi-slider--container > .combined-data-entry:before, .sidebar-open-aside .page--content > .fi-slider--container > .contact--data:before, .sidebar-open-aside .page--content > .fi-slider--container > .edit-data-entry:before, .sidebar-open-aside .page--content > .fi-slider--container > .footer--bottom:before, .sidebar-open-aside .page--content > .fi-slider--container > .footer--top:before, .sidebar-open-aside .page--content > .fi-slider--container > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .fi-slider--container > .inner-row:before, .sidebar-open-aside .page--content > .fi-slider--container > .inner-row__wide:before, .sidebar-open-aside .page--content > .fi-slider--container > .mini-cart--item:before, .sidebar-open-aside .page--content > .fi-slider--container > .news-item--row:before, .sidebar-open-aside .page--content > .fi-slider--container > .offset--header:before, .sidebar-open-aside .page--content > .fi-slider--container > .product-list--cart--item:before, .sidebar-open-aside .page--content > .fi-slider--container > .product-list--header:before, .sidebar-open-aside .page--content > .fi-slider--container > .product-list--wrapper:before, .sidebar-open-aside .page--content > .fi-slider--container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .fi-slider--container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .fi-slider--container > .purchase--steps:before, .sidebar-open-aside .page--content > .fi-slider--container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .fi-slider--container > .tutorial:before, .sidebar-open-aside .page--content > .fi-slider--container > .user-registration:before, .sidebar-open-aside .page--content > .grid-container > .ambient--detail:before, .sidebar-open-aside .page--content > .grid-container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .grid-container > .cart-validation:before, .sidebar-open-aside .page--content > .grid-container > .combined-data-entry:before, .sidebar-open-aside .page--content > .grid-container > .contact--data:before, .sidebar-open-aside .page--content > .grid-container > .edit-data-entry:before, .sidebar-open-aside .page--content > .grid-container > .footer--bottom:before, .sidebar-open-aside .page--content > .grid-container > .footer--top:before, .sidebar-open-aside .page--content > .grid-container > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .grid-container > .inner-row:before, .sidebar-open-aside .page--content > .grid-container > .inner-row__wide:before, .sidebar-open-aside .page--content > .grid-container > .mini-cart--item:before, .sidebar-open-aside .page--content > .grid-container > .news-item--row:before, .sidebar-open-aside .page--content > .grid-container > .offset--header:before, .sidebar-open-aside .page--content > .grid-container > .product-list--cart--item:before, .sidebar-open-aside .page--content > .grid-container > .product-list--header:before, .sidebar-open-aside .page--content > .grid-container > .product-list--wrapper:before, .sidebar-open-aside .page--content > .grid-container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .grid-container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .grid-container > .purchase--steps:before, .sidebar-open-aside .page--content > .grid-container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .grid-container > .tutorial:before, .sidebar-open-aside .page--content > .grid-container > .user-registration:before, .sidebar-open-aside .page--content > .homepage-ambients > .ambient--detail:before, .sidebar-open-aside .page--content > .homepage-ambients > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .homepage-ambients > .cart-validation:before, .sidebar-open-aside .page--content > .homepage-ambients > .combined-data-entry:before, .sidebar-open-aside .page--content > .homepage-ambients > .contact--data:before, .sidebar-open-aside .page--content > .homepage-ambients > .edit-data-entry:before, .sidebar-open-aside .page--content > .homepage-ambients > .footer--bottom:before, .sidebar-open-aside .page--content > .homepage-ambients > .footer--top:before, .sidebar-open-aside .page--content > .homepage-ambients > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .homepage-ambients > .inner-row:before, .sidebar-open-aside .page--content > .homepage-ambients > .inner-row__wide:before, .sidebar-open-aside .page--content > .homepage-ambients > .mini-cart--item:before, .sidebar-open-aside .page--content > .homepage-ambients > .news-item--row:before, .sidebar-open-aside .page--content > .homepage-ambients > .offset--header:before, .sidebar-open-aside .page--content > .homepage-ambients > .product-list--cart--item:before, .sidebar-open-aside .page--content > .homepage-ambients > .product-list--header:before, .sidebar-open-aside .page--content > .homepage-ambients > .product-list--wrapper:before, .sidebar-open-aside .page--content > .homepage-ambients > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .homepage-ambients > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .homepage-ambients > .purchase--steps:before, .sidebar-open-aside .page--content > .homepage-ambients > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .homepage-ambients > .tutorial:before, .sidebar-open-aside .page--content > .homepage-ambients > .user-registration:before, .sidebar-open-aside .page--content > .main-menu--submenu > .ambient--detail:before, .sidebar-open-aside .page--content > .main-menu--submenu > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .main-menu--submenu > .cart-validation:before, .sidebar-open-aside .page--content > .main-menu--submenu > .combined-data-entry:before, .sidebar-open-aside .page--content > .main-menu--submenu > .contact--data:before, .sidebar-open-aside .page--content > .main-menu--submenu > .edit-data-entry:before, .sidebar-open-aside .page--content > .main-menu--submenu > .footer--bottom:before, .sidebar-open-aside .page--content > .main-menu--submenu > .footer--top:before, .sidebar-open-aside .page--content > .main-menu--submenu > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .main-menu--submenu > .inner-row:before, .sidebar-open-aside .page--content > .main-menu--submenu > .inner-row__wide:before, .sidebar-open-aside .page--content > .main-menu--submenu > .mini-cart--item:before, .sidebar-open-aside .page--content > .main-menu--submenu > .news-item--row:before, .sidebar-open-aside .page--content > .main-menu--submenu > .offset--header:before, .sidebar-open-aside .page--content > .main-menu--submenu > .product-list--cart--item:before, .sidebar-open-aside .page--content > .main-menu--submenu > .product-list--header:before, .sidebar-open-aside .page--content > .main-menu--submenu > .product-list--wrapper:before, .sidebar-open-aside .page--content > .main-menu--submenu > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .main-menu--submenu > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .main-menu--submenu > .purchase--steps:before, .sidebar-open-aside .page--content > .main-menu--submenu > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .main-menu--submenu > .tutorial:before, .sidebar-open-aside .page--content > .main-menu--submenu > .user-registration:before, .sidebar-open-aside .page--content > .page--header > .ambient--detail:before, .sidebar-open-aside .page--content > .page--header > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .page--header > .cart-validation:before, .sidebar-open-aside .page--content > .page--header > .combined-data-entry:before, .sidebar-open-aside .page--content > .page--header > .contact--data:before, .sidebar-open-aside .page--content > .page--header > .edit-data-entry:before, .sidebar-open-aside .page--content > .page--header > .footer--bottom:before, .sidebar-open-aside .page--content > .page--header > .footer--top:before, .sidebar-open-aside .page--content > .page--header > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .page--header > .inner-row:before, .sidebar-open-aside .page--content > .page--header > .inner-row__wide:before, .sidebar-open-aside .page--content > .page--header > .mini-cart--item:before, .sidebar-open-aside .page--content > .page--header > .news-item--row:before, .sidebar-open-aside .page--content > .page--header > .offset--header:before, .sidebar-open-aside .page--content > .page--header > .product-list--cart--item:before, .sidebar-open-aside .page--content > .page--header > .product-list--header:before, .sidebar-open-aside .page--content > .page--header > .product-list--wrapper:before, .sidebar-open-aside .page--content > .page--header > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .page--header > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .page--header > .purchase--steps:before, .sidebar-open-aside .page--content > .page--header > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .page--header > .tutorial:before, .sidebar-open-aside .page--content > .page--header > .user-registration:before, .sidebar-open-aside .page--content > .store--bottom--content > .ambient--detail:before, .sidebar-open-aside .page--content > .store--bottom--content > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .store--bottom--content > .cart-validation:before, .sidebar-open-aside .page--content > .store--bottom--content > .combined-data-entry:before, .sidebar-open-aside .page--content > .store--bottom--content > .contact--data:before, .sidebar-open-aside .page--content > .store--bottom--content > .edit-data-entry:before, .sidebar-open-aside .page--content > .store--bottom--content > .footer--bottom:before, .sidebar-open-aside .page--content > .store--bottom--content > .footer--top:before, .sidebar-open-aside .page--content > .store--bottom--content > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .store--bottom--content > .inner-row:before, .sidebar-open-aside .page--content > .store--bottom--content > .inner-row__wide:before, .sidebar-open-aside .page--content > .store--bottom--content > .mini-cart--item:before, .sidebar-open-aside .page--content > .store--bottom--content > .news-item--row:before, .sidebar-open-aside .page--content > .store--bottom--content > .offset--header:before, .sidebar-open-aside .page--content > .store--bottom--content > .product-list--cart--item:before, .sidebar-open-aside .page--content > .store--bottom--content > .product-list--header:before, .sidebar-open-aside .page--content > .store--bottom--content > .product-list--wrapper:before, .sidebar-open-aside .page--content > .store--bottom--content > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .store--bottom--content > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .store--bottom--content > .purchase--steps:before, .sidebar-open-aside .page--content > .store--bottom--content > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .store--bottom--content > .tutorial:before, .sidebar-open-aside .page--content > .store--bottom--content > .user-registration:before, .sidebar-open-aside .page--content > .tab--content--container > .ambient--detail:before, .sidebar-open-aside .page--content > .tab--content--container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content > .tab--content--container > .cart-validation:before, .sidebar-open-aside .page--content > .tab--content--container > .combined-data-entry:before, .sidebar-open-aside .page--content > .tab--content--container > .contact--data:before, .sidebar-open-aside .page--content > .tab--content--container > .edit-data-entry:before, .sidebar-open-aside .page--content > .tab--content--container > .footer--bottom:before, .sidebar-open-aside .page--content > .tab--content--container > .footer--top:before, .sidebar-open-aside .page--content > .tab--content--container > .homepage-ambients--row:before, .sidebar-open-aside .page--content > .tab--content--container > .inner-row:before, .sidebar-open-aside .page--content > .tab--content--container > .inner-row__wide:before, .sidebar-open-aside .page--content > .tab--content--container > .mini-cart--item:before, .sidebar-open-aside .page--content > .tab--content--container > .news-item--row:before, .sidebar-open-aside .page--content > .tab--content--container > .offset--header:before, .sidebar-open-aside .page--content > .tab--content--container > .product-list--cart--item:before, .sidebar-open-aside .page--content > .tab--content--container > .product-list--header:before, .sidebar-open-aside .page--content > .tab--content--container > .product-list--wrapper:before, .sidebar-open-aside .page--content > .tab--content--container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content > .tab--content--container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content > .tab--content--container > .purchase--steps:before, .sidebar-open-aside .page--content > .tab--content--container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content > .tab--content--container > .tutorial:before, .sidebar-open-aside .page--content > .tab--content--container > .user-registration:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .contact--data:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .footer--top:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .inner-row:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .offset--header:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .tutorial:before, .sidebar-open-aside .page--content__nobg > .fi-slider--container > .user-registration:before, .sidebar-open-aside .page--content__nobg > .grid-container > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .grid-container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .grid-container > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .grid-container > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .grid-container > .contact--data:before, .sidebar-open-aside .page--content__nobg > .grid-container > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .grid-container > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .grid-container > .footer--top:before, .sidebar-open-aside .page--content__nobg > .grid-container > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .grid-container > .inner-row:before, .sidebar-open-aside .page--content__nobg > .grid-container > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .grid-container > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .grid-container > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .grid-container > .offset--header:before, .sidebar-open-aside .page--content__nobg > .grid-container > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .grid-container > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .grid-container > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .grid-container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .grid-container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .grid-container > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .grid-container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .grid-container > .tutorial:before, .sidebar-open-aside .page--content__nobg > .grid-container > .user-registration:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .contact--data:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .footer--top:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .inner-row:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .offset--header:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .tutorial:before, .sidebar-open-aside .page--content__nobg > .homepage-ambients > .user-registration:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .contact--data:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .footer--top:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .inner-row:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .offset--header:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .tutorial:before, .sidebar-open-aside .page--content__nobg > .main-menu--submenu > .user-registration:before, .sidebar-open-aside .page--content__nobg > .page--header > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .page--header > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .page--header > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .page--header > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .page--header > .contact--data:before, .sidebar-open-aside .page--content__nobg > .page--header > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .page--header > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .page--header > .footer--top:before, .sidebar-open-aside .page--content__nobg > .page--header > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .page--header > .inner-row:before, .sidebar-open-aside .page--content__nobg > .page--header > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .page--header > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .page--header > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .page--header > .offset--header:before, .sidebar-open-aside .page--content__nobg > .page--header > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .page--header > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .page--header > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .page--header > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .page--header > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .page--header > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .page--header > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .page--header > .tutorial:before, .sidebar-open-aside .page--content__nobg > .page--header > .user-registration:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .contact--data:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .footer--top:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .inner-row:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .offset--header:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .tutorial:before, .sidebar-open-aside .page--content__nobg > .store--bottom--content > .user-registration:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .ambient--detail:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .cart-validate-invoicedata--top:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .cart-validation:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .combined-data-entry:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .contact--data:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .edit-data-entry:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .footer--bottom:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .footer--top:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .homepage-ambients--row:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .inner-row:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .inner-row__wide:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .mini-cart--item:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .news-item--row:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .offset--header:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .product-list--cart--item:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .product-list--header:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .product-list--wrapper:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .product-list--wrapper__full:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .product-list-single-lastminute-wrapper:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .purchase--steps:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .search-product-list-wrapper:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .tutorial:before, .sidebar-open-aside .page--content__nobg > .tab--content--container > .user-registration:before {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3)
    }
}

.planner-container {
    max-width: 1250px;
    margin: 0 auto
}

.planner-container iframe {
    width: 100%;
    height: 95vh;
    border: 0
}

.planner-wrap {
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    text-align: center
}

.planner-wrap img {
    max-width: 100%
}

.planner-video {
    display: inline-block;
    border: 13px solid #d8d8d8;
    border-radius: 13px
}

.planner-video iframe {
    margin-bottom: -3px
}

.planer-link {
    text-align: center;
    font-size: 18px
}

.planner-wrap-mobile {
    display: none
}

@media screen and (max-width: 47.9375em) {
    .planner-wrap-desktop {
        display: none
    }

    .planner-wrap-mobile {
        display: block
    }
}

@media screen and (min-width: 40em) {
    .planer-link {
        margin-top: -37px
    }
}

.catalogue-container-gr h3 {
    min-height: 70px
}

.data-confirmation-wrap {
    margin: 0 15px
}

@media only screen and (max-width: 768px) {
    .data-confirmation-wrap {
        margin: 0
    }
}

.powermail_fieldwrap_341 .fi-button .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.powermail_fieldwrap_341 .fi-button .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.powermail_fieldwrap_341 .fi-button .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.powermail_fieldwrap_341 .fi-button .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.powermail_fieldwrap_341 .fi-button .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .powermail_fieldwrap_341 .fi-button .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .powermail_fieldwrap_341 .fi-button .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.powermail_fieldwrap_341 .fi-button .button:hover {
    text-decoration: none !important
}

.powermail_fieldwrap_341 .fi-button .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.powermail_fieldwrap_341 .fi-button .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.powermail_fieldwrap_341 .fi-button .button:hover .button--textprimary {
    transform: translateX(100%)
}

.powermail_fieldwrap_341 .fi-button .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button--add-to-cart {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button--add-to-cart--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button--add-to-cart--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--add-to-cart--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #f1f1f1;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button--add-to-cart--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #f1f1f1;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button--add-to-cart--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button--add-to-cart--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button--add-to-cart:hover {
    text-decoration: none !important
}

.button--add-to-cart:hover .button--add-to-cart--text {
    background-color: #263c75;
    color: #f1f1f1
}

.button--add-to-cart:hover .button--add-to-cart--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28241%2C241%2C241%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button--add-to-cart:hover .button--add-to-cart--textprimary {
    transform: translateX(100%)
}

.button--add-to-cart:hover .button--add-to-cart--texthover {
    transform: translateX(0);
    cursor: pointer
}

body {
    position: relative;
    left: 0;
    transition: left .5s
}

body.side-menu__show {
    left: -500px
}

.header--side-menu {
    position: fixed;
    display: flex;
    top: 0;
    right: -500px;
    bottom: 0;
    z-index: 999999;
    width: 500px;
    margin: 0;
    padding: 60px 80px 0;
    background: #fff;
    border-left: 1px solid #f1f1f1;
    transition: right .5s
}

.header--side-menu__show {
    right: 0
}

.header--side-menu ul {
    list-style: none
}

.header--side-menu--close {
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #263c75;
    cursor: pointer
}

.header--side-menu--nav {
    padding: 0;
    width: 100%
}

.header--side-menu--nav--link, .header--side-menu--nav--link__active {
    display: block;
    padding: 15px;
    color: #263c75;
    border-bottom: 1px solid #fd0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px
}

.header--side-menu--nav--link:hover, .header--side-menu--nav--link__active:hover {
    font-weight: 700;
    text-decoration: none
}

.header--side-menu--nav--link__active {
    font-weight: 700
}

.header--side-menu--bottom {
    align-self: flex-end;
    margin-bottom: 40px;
    width: 100%
}

.header--side-menu--lang {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #fd0
}

.header--side-menu--lang li {
    width: 25%
}

.header--side-menu--lang--link, .header--side-menu--lang--link__active {
    display: block;
    padding: 10px 15px;
    color: #949599;
    font-size: 13px;
    text-decoration: none;
    text-transform: none
}

.header--side-menu--lang--link:hover, .header--side-menu--lang--link__active:hover {
    color: #fd0;
    text-decoration: none
}

.header--side-menu--lang--link__active {
    color: #fd0;
    text-transform: none
}

.header--side-menu--newsletter {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #fd0;
    line-height: 1.5
}

.header--side-menu--newsletter .button--form--text {
    text-transform: none
}

.header--side-menu--newsletter .button--form--text:after {
    display: none
}

.header--side-menu--newsletter #powermail_field_e_mail-error {
    position: absolute;
    top: 30px !important;
    color: #e91308
}

.header--side-menu--newsletter p {
    margin: 0;
    padding-bottom: 5px;
    font-size: 13px;
    color: #949599;
    letter-spacing: 1px
}

.header--side-menu--newsletter p span {
    color: #000
}

.header--side-menu--newsletter label {
    color: #4d4d4d;
    font-size: 10px;
    font-style: italic
}

.header--side-menu--social {
    padding: 0;
    margin: 25px 10px;
    display: flex
}

.header--side-menu--social a {
    padding: 5px;
    font-size: 32px
}

.header--side-menu .field-wrap {
    margin-top: 30px
}

.header--side-menu label {
    padding: 9px 15px;
    width: 100%
}

.header--side-menu input[type=email] {
    width: 70%;
    height: 36px;
    float: left;
    border: 1px solid #263c75;
    padding: 5px 15px
}

.header--side-menu input[type=email]::-webkit-input-placeholder {
    color: #949599;
    font-size: 11px;
    font-style: italic;
    font-weight: 100
}

.header--side-menu input[type=email]::-moz-placeholder {
    color: #949599;
    font-size: 11px;
    font-style: italic;
    font-weight: 100
}

.header--side-menu input[type=email]:-ms-input-placeholder, .header--side-menu input[type=email]::-ms-input-placeholder {
    color: #949599;
    font-size: 11px;
    font-style: italic;
    font-weight: 100
}

.header--side-menu input[type=email]::placeholder {
    color: #949599;
    font-size: 11px;
    font-style: italic;
    font-weight: 100
}

.header--side-menu input[type=submit] {
    width: 30%;
    height: 36px;
    margin-top: 0;
    float: right;
    padding: 1px;
    border: 1px solid #263c75;
    background: #263c75;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1.5px
}

.page--side-menu {
    text-transform: uppercase
}

.page312 .page--side-menu {
    display: none
}

.page--side-menu--title {
    font-weight: 400;
    font-size: 20px
}

.page--side-menu--title a {
    color: #000
}

.page--side-menu--title a:hover {
    text-decoration: none
}

.page--side-menu--title:after {
    border-top: 1px solid #949599;
    max-width: 250px;
    display: block;
    margin-top: 10px;
    content: ""
}

.page240 .page--side-menu--title:after, .page417 .page--side-menu--title:after, .page459 .page--side-menu--title:after, .page500 .page--side-menu--title:after, .page541 .page--side-menu--title:after, .page582 .page--side-menu--title:after, .page623 .page--side-menu--title:after, .page664 .page--side-menu--title:after {
    max-width: 225px
}

.page--side-menu--list {
    padding: 0;
    list-style: none
}

.page--side-menu--list .page--side-menu--list {
    padding-left: 20px;
    margin-top: 60px
}

.page--side-menu--item {
    max-width: 250px
}

.page--side-menu--link, .page--side-menu--link__active {
    border-bottom: 1px solid #949599;
    padding: 15px 0;
    display: block;
    color: #000;
    text-decoration: none !important;
    font-size: 15px
}

.page--side-menu--link:hover, .page--side-menu--link__active:hover {
    border-color: #fd0;
    color: #263c75;
    font-weight: 700;
    text-decoration: none
}

.page--side-menu--link__active {
    border-color: #fd0;
    color: #263c75 !important;
    font-weight: 700
}

.page--side-menu--link__active a {
    border-color: #fd0;
    color: #263c75
}

.lang_foreign .header--side-menu--newsletter, .page187 .page--side-menu, .page418 .page--side-menu, .page460 .page--side-menu, .page501 .page--side-menu, .page542 .page--side-menu, .page583 .page--side-menu, .page624 .page--side-menu, .page665 .page--side-menu {
    display: none
}

@media screen and (max-width: 74.9375em) {
    body.side-menu__show {
        left: -400px
    }

    .header--side-menu {
        width: 400px;
        padding: 60px 50px 0
    }

    .header--side-menu--social a {
        padding: 5px 10px;
        font-size: 45px
    }

    .lang_foreign--newsletter {
        display: none
    }
}

.error--message--container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    font-size: 16px
}

.error--message--container a {
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px
}

.ambient-item--link {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.ambient-item--link--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.ambient-item--link--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient-item--link--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.ambient-item--link--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .ambient-item--link--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .ambient-item--link--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.ambient-item--link:hover {
    text-decoration: none !important
}

.ambient-item--link:hover .ambient-item--link--text {
    background-color: #fff;
    color: #263c75
}

.ambient-item--link:hover .ambient-item--link--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient-item--link:hover .ambient-item--link--textprimary {
    transform: translateX(100%)
}

.ambient-item--link:hover .ambient-item--link--texthover {
    transform: translateX(0);
    cursor: pointer
}

.ambient-item {
    margin-bottom: 30px;
    background: #fff
}

.ambient-item--image, .ambient-item--image img {
    width: 100%;
    height: auto
}

.ambient-item--image--wrapper {
    display: block;
    height: 400px;
    overflow: hidden
}

.ambient-item--content {
    position: relative;
    flex: 0 0 auto;
    display: block;
    padding: 30px
}

.ambient-item--title {
    width: 100%;
    margin: 0;
    padding-right: 150px;
    min-height: 120px;
    font-weight: 400
}

.ambient-item--title--link {
    text-decoration: none;
    color: #263c75
}

.ambient-item--title--link:hover {
    text-decoration: underline
}

.ambient-item--link {
    position: absolute;
    top: 39px;
    right: 30px
}

.ambient-item--link span {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400
}

.ambient-item--text {
    color: #949599
}

.ambient-item--slider {
    display: none;
    height: auto;
    overflow: visible;
    padding-top: 20px;
    min-height: 230px
}

.ambient-item--slider .slick-prev {
    left: -40px;
    background-position: 100%;
    background-size: auto 35px
}

.ambient-item--slider .slick-next {
    right: -20px;
    background-position: 100%;
    background-size: auto 35px
}

.collection--ambient-item--title {
    margin-top: 0
}

.collection--ambient-item--text {
    margin-bottom: 30px
}

@media screen and (max-width: 74.9375em) {
    .ambient-item {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .ambient-item {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .ambient-item--title {
        min-height: 60px
    }

    .ambient-item--slider {
        height: auto
    }

    .ambient-item--link {
        top: 38px
    }

    .ambient-item--image--wrapper {
        height: auto
    }
}

@media screen and (max-width: 47.9375em) {
    .ambient-item {
        width: 100%;
        margin: 0
    }

    .ambient-item--title {
        min-height: 48px;
        padding-right: 0;
        font-size: 16px;
        letter-spacing: .3px
    }

    .ambient-item--title--link {
        color: #4d4d4d
    }

    .ambient-item--slider {
        display: none !important
    }

    .ambient-item--image--wrapper {
        height: auto;
        min-height: 200px;
        line-height: 0
    }

    .ambient-item--content {
        padding: 30px 25px 80px
    }

    .ambient-item--link {
        top: auto;
        bottom: 40px;
        right: auto;
        left: 25px
    }

    .ambient-item--text {
        margin-bottom: 35px;
        color: #4d4d4d;
        font-size: 13px
    }

    .page239 .page--content, .page416 .page--content, .page458 .page--content, .page499 .page--content, .page540 .page--content, .page581 .page--content, .page622 .page--content, .page663 .page--content {
        padding-bottom: 30px;
        background: #fff
    }
}

.ambient--link {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.ambient--link--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #f1f1f1;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.ambient--link--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28241%2C241%2C241%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient--link--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #f1f1f1;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.ambient--link--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #f1f1f1;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .ambient--link--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .ambient--link--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.ambient--link:hover {
    text-decoration: none !important
}

.ambient--link:hover .ambient--link--text {
    background-color: #f1f1f1;
    color: #263c75
}

.ambient--link:hover .ambient--link--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient--link:hover .ambient--link--textprimary {
    transform: translateX(100%)
}

.ambient--link:hover .ambient--link--texthover {
    transform: translateX(0);
    cursor: pointer
}

.ambient {
    height: auto
}

.ambient img {
    width: 100%;
    height: auto
}

.ambient--slider img {
    width: 100%;
    height: 720px
}

.ambient--detail {
    margin: 0 -15px
}

.ambient--content {
    padding: 0 15px 30px
}

.ambient--title {
    margin: 35px 0 30px;
    font-size: 26px;
    font-weight: 400
}

.ambient--text {
    color: #949599
}

.ambient--form {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: right;
    display: block;
    padding: 40px 0 90px
}

@media screen and (min-width: 48em) {
    .ambient--form {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.ambient--form--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

.ambient--form--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

.ambient--form--error {
    display: block;
    color: #e91308;
    font-size: 12px
}

.ambient--form--field {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 8.4px;
    padding-bottom: 8.4px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

.ambient--form--field.form--error, .ambient--form--field.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.ambient--form--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 9.4px 15px;
    width: 100%;
    max-width: 520px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    transition: all .4s ease;
    cursor: text
}

.ambient--form--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 9.4px;
    padding-bottom: 9.4px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

.ambient--form--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.ambient--form--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.ambient--form--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient--form--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.ambient--form--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .ambient--form--submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .ambient--form--submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.ambient--form--submit .button:hover {
    text-decoration: none !important
}

.ambient--form--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.ambient--form--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.ambient--form--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

.ambient--form--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.ambient--form .select2-selection--single {
    padding: 0;
    height: 35px;
    border-radius: 0
}

.ambient--form .select2-selection--single.form-error {
    border-color: #e91308
}

.ambient--form .select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 35px
}

.ambient--form .select2-selection--single .select2-selection__arrow {
    height: 35px
}

.ambient--form .checkbox {
    position: relative;
    top: 2.5px
}

.ambient--form input {
    max-width: 100%
}

.ambient--form textarea {
    max-width: 100%;
    height: 150px
}

.ambient--link span {
    padding: 10px 20px;
    font-size: 14px
}

.ambient--products {
    margin: 0 10px
}

.ambient--products .slick-arrow {
    display: block !important
}

.ambient--products .slick-prev {
    top: 35%;
    left: 0;
    background-position: 10px 50%;
    background-size: 50% 100%
}

.ambient--products .slick-next {
    top: 35%;
    right: 0;
    background-position: 10px 50%;
    background-size: 50% 100%
}

.ambient--products .slick-list {
    margin: 0 -20px
}

.ambient--products .slick-slide {
    margin: 0 20px
}

.ambient--products .product-list--single--img {
    background: #fff
}

@media screen and (max-width: 74.9375em) {
    .ambient--content {
        width: 100%
    }

    .ambient--form {
        width: 60%
    }
}

@media screen and (max-width: 47.9375em) {
    .ambient--detail {
        margin: 0 -25px 20px
    }

    .ambient--content {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 20px
    }

    .ambient--form {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0 25px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .ambient--form {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .ambient--products {
        margin: 0 25px
    }

    .ambient--title {
        font-size: 22px;
        line-height: 1.5;
        color: #4d4d4d
    }
}

.art-competition--container-inner {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.art-competition--container-inner .art-competition-content {
    position: absolute;
    top: 250px;
    left: 144px;
    width: 100%;
    max-width: 600px
}

.art-competition-form {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 30px
}

.art-competition-form .checkout-field--wrapp {
    float: none !important;
    width: 100% !important;
    margin: 0 0 15px !important;
    padding-bottom: 15px
}

.art-competition-image-upload-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 14px -26px 0;
    padding: 70px 30px 30px;
    align-items: center;
    text-align: center !important;
    background-color: #f1f1f1
}

.art-competition-agree-caption {
    font-size: 10px;
    font-color: #e6e6e6;
    padding-left: 20px
}

.art-competition-form .checkout-field--wrapp .checkout-field {
    padding: 15px 20px 1px;
    background: unset;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px
}

.art-competition-form label {
    width: unset
}

.art-competition--container label.error, .art-competition--container label.form--error, .art-competition--container label.tx-srfeuserregister-pi1-error {
    padding-left: 15px;
    color: #e91308;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 0 !important
}

.art-competition--container label.form--error, .art-competition--container label.tx-srfeuserregister-pi1-error {
    padding-left: 0
}

.art-competition--container a:hover {
    cursor: pointer
}

.art-competition--container h2 {
    color: #263c75
}

.art-competition--container h4 {
    color: #4d4d4d
}

.art-competition--container .checkout-field--wrapp-checkbox {
    position: relative;
    padding-left: 20px;
    display: flex;
    padding-bottom: 15px
}

.art-competition--container .checkout-field--wrapp-checkbox .checkbox {
    position: relative;
    margin-right: 15px;
    top: -1px
}

.art-competition--container .checkout-field--wrapp-checkbox label.form--error, .art-competition--container .checkout-field--wrapp-checkbox label.tx-srfeuserregister-pi1-error {
    top: 20px !important;
    padding-left: 20px !important
}

.art-competition--container .checkout-field--wrapp-checkbox input {
    float: right
}

.art-competition--container .checkout-field--wrapp-checkbox .error {
    color: #e91308;
    font-size: 10px;
    position: absolute;
    left: unset;
    right: 0;
    top: 0
}

.art-competition--container .checkout-field--wrapp-checkbox .checkout-field--wrapp {
    width: unset !important;
    float: none !important
}

.art-competition--container #art-competition-parent-agree {
    position: relative;
    top: 3px
}

.art-competition--container input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.art-competition-bold {
    font-weight: 600;
    color: #263c75
}

.art-competition-link {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    padding: 15px 40px;
    background-color: #263c75;
    color: #fff;
    font-weight: 500
}

.art-competition-link:after {
    display: inline-block;
    padding: 3px;
    margin-left: 15px;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.art-competition-btn-wrapper {
    margin: 30px 0;
    border-top: 1px dashed #263c75
}

.art-competition-link-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.art-competition-submit-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center
}

.art-competition-submit-wrapper button {
    display: inline-block;
    padding: 15px 40px;
    vertical-align: middle;
    font-family: Muli, sans-serif;
    background-color: #b5b5b5;
    color: #fff;
    border: none
}

.art-competition-image-upload-wrapper label.error, .art-competition-image-upload-wrapper label.form--error, .art-competition-image-upload-wrapper label.tx-srfeuserregister-pi1-error {
    position: relative !important;
    color: #e91308;
    top: 0 !important;
    font-size: 10px;
    margin-top: -15px;
    padding-bottom: 8px
}

.art-competition-image-upload-wrapper:before {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    margin-bottom: 20px;
    width: 32px;
    height: 22px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2030%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E0380D070-7A81-417B-8BFB-9C7C993C4F68%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.137255%200%200%200%200%200.239216%200%200%200%200%200.462745%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M30%2C15.5%20C30%2C18.8136875%2027.3136875%2C21.5%2024%2C21.5%20L6.75%2C21.5%20C3.02207813%2C21.5%200%2C18.4779219%200%2C14.75%20C0%2C11.8075156%201.88301563%2C9.30523438%204.5095625%2C8.38123438%20C4.50321686%2C8.25425511%204.50002837%2C8.12713773%204.5%2C8%20C4.5%2C3.85784375%207.85784375%2C0.5%2012%2C0.5%20C14.779125%2C0.5%2017.2050937%2C2.011625%2018.5008125%2C4.25745313%20C19.2157031%2C3.77909375%2020.0752031%2C3.5%2021%2C3.5%20C23.4852656%2C3.5%2025.5%2C5.51473438%2025.5%2C8%20C25.5%2C8.571125%2025.3933594%2C9.1173125%2025.1992969%2C9.62%20C27.9382969%2C10.1756563%2030%2C12.5970313%2030%2C15.5%20Z%20M18.9696563%2C11.2196562%20L14.0303438%2C6.28034375%20C13.7374688%2C5.98746875%2013.2625781%2C5.98746875%2012.9697031%2C6.28034375%20L8.03034375%2C11.2196562%20C7.55784375%2C11.6921562%207.89248437%2C12.5%208.56064062%2C12.5%20L11.625%2C12.5%20L11.625%2C17.75%20C11.625%2C18.1642344%2011.9608125%2C18.5%2012.375%2C18.5%20L14.625%2C18.5%20C15.0391875%2C18.5%2015.375%2C18.1642344%2015.375%2C17.75%20L15.375%2C12.5%20L18.4393594%2C12.5%20C19.1075156%2C12.5%2019.4421563%2C11.6921562%2018.9696562%2C11.2196562%20L18.9696563%2C11.2196562%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.3-Predskolci%22%20transform%3D%22translate%28-676.000000%2C%20-1088.000000%29%22%3E%20%3Cg%20id%3D%22ic-upload%22%20transform%3D%22translate%28365.000000%2C%201064.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28311.000000%2C%2024.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Cg%20transform%3D%22translate%280.000000%2C%20-4.000000%29%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%20id%3D%22Black%22%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E) no-repeat 50%;
    content: ""
}

.art-competition-image-upload-wrapper p {
    margin: 0 !important
}

.art-competition-image-upload-wrapper label {
    width: unset;
    color: #263c75;
    text-decoration: underline
}

.art-competition-image-upload-wrapper label:hover {
    cursor: pointer
}

.art-competition-remove-uploaded-image {
    display: inline-block;
    padding-right: 20px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2215px%22%20height%3D%2215px%22%20viewBox%3D%220%200%2015%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3EF4DA0CB3-AC2F-4411-9911-18C6069E7CC4%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.917346%200%200%200%200%200.021186%200%200%200%200%200.021186%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M0.9375%2C2.4609375%20L0.9375%2C1.640625%20C0.9375%2C1.25097656%201.25097656%2C0.9375%201.640625%2C0.9375%20L4.921875%2C0.9375%20L5.19726562%2C0.389648438%20C5.31445313%2C0.149414063%205.55761719%2C0%205.82421875%2C0%20L9.17285156%2C0%20C9.43945313%2C0%209.68261719%2C0.149414062%209.80273438%2C0.389648438%20L10.078125%2C0.9375%20L13.359375%2C0.9375%20C13.7490234%2C0.9375%2014.0625%2C1.25097656%2014.0625%2C1.640625%20L14.0625%2C2.4609375%20C14.0625%2C2.65429688%2013.9042969%2C2.8125%2013.7109375%2C2.8125%20L1.2890625%2C2.8125%20C1.09570312%2C2.8125%200.9375%2C2.65429688%200.9375%2C2.4609375%20Z%20M13.125%2C4.1015625%20L13.125%2C13.59375%20C13.125%2C14.3701172%2012.4951172%2C15%2011.71875%2C15%20L3.28125%2C15%20C2.50488281%2C15%201.875%2C14.3701172%201.875%2C13.59375%20L1.875%2C4.1015625%20C1.875%2C3.90820312%202.03320312%2C3.75%202.2265625%2C3.75%20L12.7734375%2C3.75%20C12.9667969%2C3.75%2013.125%2C3.90820312%2013.125%2C4.1015625%20Z%20M5.15625%2C6.09375%20C5.15625%2C5.8359375%204.9453125%2C5.625%204.6875%2C5.625%20C4.4296875%2C5.625%204.21875%2C5.8359375%204.21875%2C6.09375%20L4.21875%2C12.65625%20C4.21875%2C12.9140625%204.4296875%2C13.125%204.6875%2C13.125%20C4.9453125%2C13.125%205.15625%2C12.9140625%205.15625%2C12.65625%20L5.15625%2C6.09375%20Z%20M7.96875%2C6.09375%20C7.96875%2C5.8359375%207.7578125%2C5.625%207.5%2C5.625%20C7.2421875%2C5.625%207.03125%2C5.8359375%207.03125%2C6.09375%20L7.03125%2C12.65625%20C7.03125%2C12.9140625%207.2421875%2C13.125%207.5%2C13.125%20C7.7578125%2C13.125%207.96875%2C12.9140625%207.96875%2C12.65625%20L7.96875%2C6.09375%20Z%20M10.78125%2C6.09375%20C10.78125%2C5.8359375%2010.5703125%2C5.625%2010.3125%2C5.625%20C10.0546875%2C5.625%209.84375%2C5.8359375%209.84375%2C6.09375%20L9.84375%2C12.65625%20C9.84375%2C12.9140625%2010.0546875%2C13.125%2010.3125%2C13.125%20C10.5703125%2C13.125%2010.78125%2C12.9140625%2010.78125%2C12.65625%20L10.78125%2C6.09375%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.4-Predskolci%22%20transform%3D%22translate%28-766.000000%2C%20-1166.000000%29%22%3E%20%3Cg%20id%3D%22ic-trash%22%20transform%3D%22translate%28392.000000%2C%201089.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28374.000000%2C%2077.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%28233%2C19%2C8%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%28233%2C19%2C8%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Crect%20id%3D%22Black%22%20fill%3D%22rgb%28233%2C19%2C8%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E) no-repeat 100%;
    background-size: 15px
}

.art-competition-remove-uploaded-image:hover {
    cursor: pointer
}

@media screen and (max-width: 63.9375em) {
    .art-competition--container-inner .art-competition--image {
        display: none
    }

    .art-competition-form {
        display: grid;
        grid-template-columns:1fr
    }

    .art-competition-content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    .art-competition-image-upload-wrapper {
        text-align: center;
        margin: 0
    }

    .art-competition-link {
        padding: 10px 30px;
        margin-top: 15px
    }

    .art-competition-submit-wrapper button {
        width: 100%
    }
}

.art-competition-submit-wrapper-add-art a, .art-competition-submit-wrapper-add-art button {
    padding: 15px 53px 15px 40px;
    width: unset;
    background-color: #263c75;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228px%22%20height%3D%2212px%22%20viewBox%3D%220%200%208%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E70FE858C-BDD0-4A1F-9A05-CCC8DD64AAFA%3C%2Ftitle%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter-1%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%200%201.000000%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3Cpath%20d%3D%22M7.58881988%2C6.63354037%20L2.52049689%2C11.7018634%20C2.17018634%2C12.0521739%201.60372671%2C12.0521739%201.25714286%2C11.7018634%20L0.414906832%2C10.8596273%20C0.0645962733%2C10.5093168%200.0645962733%2C9.94285714%200.414906832%2C9.59627329%20L4.00745342%2C6.00372671%20L0.414906832%2C2.41118012%20C0.0645962733%2C2.06086957%200.0645962733%2C1.49440994%200.414906832%2C1.14782609%20L1.25341615%2C0.298136646%20C1.60372671%2C-0.052173913%202.17018634%2C-0.052173913%202.51677019%2C0.298136646%20L7.58509317%2C5.36645963%20C7.93913043%2C5.71677019%207.93913043%2C6.28322981%207.58881988%2C6.63354037%20L7.58881988%2C6.63354037%20Z%22%20id%3D%22path-2%22%2F%3E%20%3Cfilter%20id%3D%22filter-4%22%3E%20%3CfeColorMatrix%20in%3D%22SourceGraphic%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%200%200.945822%200%200%200%201.000000%200%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.5%22%20transform%3D%22translate%28-591.000000%2C%20-716.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28413.000000%2C%20580.000000%29%22%3E%20%3Cg%20id%3D%22Solid%2Fangle-right%22%20transform%3D%22translate%280.000000%2C%20117.000000%29%22%20filter%3D%22url%28%23filter-1%29%22%3E%20%3Cg%20transform%3D%22translate%28178.000000%2C%2019.000000%29%22%3E%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22rgb%28255%2C255%2C255%29%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3C%2Fmask%3E%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22rgb%28255%2C255%2C255%29%22%20xlink%3Ahref%3D%22%23path-2%22%2F%3E%20%3Cg%20filter%3D%22url%28%23filter-4%29%22%20id%3D%22%26%23x1F3A8%3B-color%22%3E%20%3Cg%20mask%3D%22url%28%23mask-3%29%22%3E%20%3Cg%20transform%3D%22translate%28-2.000000%2C%200.000000%29%22%20fill%3D%22rgb%28255%2C255%2C255%29%22%20id%3D%22Black%22%3E%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%2212%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: 85%;
    background-size: 8px
}

.art-competition-upload-success {
    background-color: unset !important
}

.art-competition-upload-success:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2030%2021%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3Ctitle%3E3F98287A-5BA2-4EF2-8A76-D4C825DA3810%3C%2Ftitle%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%221.4-Predskolci%22%20transform%3D%22translate%28-667.000000%2C%20-1089.000000%29%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%3E%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate%28392.000000%2C%201089.000000%29%22%3E%20%3Cpath%20d%3D%22M287%2C-1.77635684e-15%20C289.779125%2C-1.77635684e-15%20292.205094%2C1.511625%20293.500812%2C3.75745312%20C294.215703%2C3.27909375%20295.075203%2C3%20296%2C3%20C298.485266%2C3%20300.5%2C5.01473438%20300.5%2C7.5%20C300.5%2C8.071125%20300.393359%2C8.6173125%20300.199297%2C9.12%20C302.938297%2C9.67565625%20305%2C12.0970313%20305%2C15%20C305%2C18.3136875%20302.313688%2C21%20299%2C21%20L281.75%2C21%20C278.022078%2C21%20275%2C17.9779219%20275%2C14.25%20C275%2C11.3075156%20276.883016%2C8.80523438%20279.509563%2C7.88123438%20C279.503217%2C7.75425511%20279.500028%2C7.62713773%20279.5%2C7.5%20C279.5%2C3.35784375%20282.857844%2C-1.77635684e-15%20287%2C-1.77635684e-15%20Z%20M293.66207%2C7.68304644%20L288.563196%2C13.0992362%20L286.352212%2C10.7124547%20C286.127795%2C10.4701823%20285.762391%2C10.4685861%20285.536148%2C10.7089532%20L284.170655%2C12.1594976%20C283.944412%2C12.3998132%20283.942921%2C12.7910534%20284.167385%2C13.0333257%20L288.13932%2C17.3210568%20C288.363737%2C17.5633291%20288.729092%2C17.5649254%20288.955336%2C17.3245583%20L295.829345%2C10.0226608%20C296.055588%2C9.78234518%20296.057079%2C9.39110498%20295.832615%2C9.14883265%20L294.478086%2C7.68654793%20C294.253669%2C7.44427561%20293.888314%2C7.44267934%20293.66207%2C7.68304644%20Z%22%20id%3D%22ic-success%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem
}

.art-competition-consent-text {
    margin-top: 20px;
    display: none
}

.art-competition-consent-text p {
    margin-bottom: 5px !important;
    margin-top: 0 !important
}

.art-competition-consent-text li, .art-competition-consent-text p {
    font-size: 12px !important
}

.art-competition-link-centered {
    text-align: center
}

.art-competition-consent-data {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 10px
}

.art-competition-consent-trigger {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 53px 15px 40px;
    font-family: Muli, sans-serif;
    width: unset;
    background-color: #263c75;
    color: #fff;
    border: none;
    cursor: pointer
}

.blog-detail-header {
    height: 550px;
    width: 100%
}

.blog-detail-content {
    display: flex
}

.blog-detail-social {
    max-width: 180px;
    width: 100%;
    margin-right: 30px;
    padding: 60px 0 0 20px
}

.blog-detail-article {
    max-width: 720px;
    width: 100%;
    font-size: 14px
}

.blog-detail-article p {
    font-size: 14px;
    line-height: 23px;
    color: #4a4a4a
}

.blog-detail-article h1 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    text-transform: none;
    font-weight: 300;
    margin-top: 40px
}

.blog-detail-article img {
    max-width: 720px;
    width: 100%;
    height: auto
}

.blog-detail-article a {
    text-decoration: underline;
}

.blog-detail-article .blog-post-info {
    margin: 30px 0 40px;
    text-transform: uppercase
}

.blog-detail-sidebar {
    max-width: 292px;
    width: 100%;
    margin-left: 30px
}

.blog-detail-sidebar-title {
    text-transform: none;
    color: #000;
    font-size: 14px;
    margin-top: 70px
}

.blog-detail-sidebar-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 10px;
    background-color: #fd0
}

.blog-detail-sidebar-posts {
    background-color: #f1f1f1;
    margin-top: 60px;
    padding-bottom: 20px
}

.blog-detail-sidebar-posts h4 {
    padding: 20px 0 10px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px
}

.blog-detail-sidebar-posts-item {
    display: flex;
    max-width: 240px;
    margin: 0 30px 20px 25px
}

.blog-detail-sidebar-posts-item img {
    width: 80px;
    height: 80px
}

.blog-detail-sidebar-social {
    margin-left: 0 !important
}

.blog-detail-sidebar-social span {
    width: 25px;
    height: 25px;
    background-size: 25px
}

.blog-detail-sidebar-instagram {
    display: flex;
    flex-wrap: wrap
}

.blog-detail-sidebar-instagram img {
    max-width: 145px;
    max-height: 145px;
    width: 100%;
    height: 100%;
    border: .5px solid #fff
}

.blog-detail-sidebar-newsletter-email {
    border-color: #000 !important
}

.blog-detail-sidebar-newsletter-submit {
    font-weight: 700;
    margin-top: 20px !important;
    float: left !important;
    color: #000 !important
}

.blog-detail-navigation {
    padding-top: 55px;
    border-top: 1px solid #fd0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.blog-detail-navigation-next, .blog-detail-navigation-prev {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column
}

.blog-detail-navigation-prev {
    align-items: flex-start
}

.blog-detail-navigation-next {
    align-items: flex-end;
    text-align: right;
    border-left: 1px solid #fd0
}

.blog-detail-navigation-link-title {
    width: 95%
}

.blog-detail-navigation-title {
    color: #263c75;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    height: 70px;
    margin: 0;
    overflow: hidden
}

.blog-detail-navigation-link {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.blog-detail-navigation .blog-post-info {
    margin: 15px 0
}

.blog-detail-navigation .blog-post-image {
    width: 320px
}

.blog-share-text, .blog-share-text-content {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 20px
}

.blog-share-text-content strong, .blog-share-text strong {
    font-size: 13px;
    font-weight: 700
}

.blog-share-icons {
    width: 45px;
    text-align: center
}

.blog-share-text-content {
    display: none
}

.blog-posts-container {
    width: 140px;
    margin-left: 20px
}

.blog-posts-container p {
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 120%;
    color: #263c75
}

.blog-posts-container .blog-smalldescription {
    font-size: 11px;
    line-height: 120%;
    display: inline-block;
    color: #000
}

.blog-posts-container .blog-post-info {
    margin-bottom: 5px;
    line-height: 70%
}

.blog-posts-container .blog-post-separator {
    margin: 0 2px
}

.blog-posts-container .blog-post-category, .blog-posts-container .blog-post-date, .blog-posts-container .blog-post-separator {
    font-size: 9px
}

@media screen and (max-width: 74.9375em) {
    .blog-detail-header {
        height: auto
    }

    .blog-detail-social {
        display: none
    }

    .blog-share-text-content {
        display: block
    }
}

@media screen and (max-width: 63.9375em) {
    .blog-detail-sidebar {
        display: none
    }

    .blog-detail-navigation {
        padding-top: 25px;
        margin-bottom: 30px
    }

    .blog-detail-navigation-title {
        max-width: 100%
    }

    .blog-detail-navigation .blog-post-image {
        width: 90% !important
    }

    .blog-detail-article h1 {
        font-size: 32px
    }

    .blog-detail-article p {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 19.9375em) {
    .blog-detail-navigation .blog-post-info a, .blog-footer {
        display: block
    }
}

.blog-overlay {
    width: 0;
    height: 0;
    background-color: #263c75;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    overflow-x: hidden
}

.blog-overlay-container {
    width: 100%;
    max-width: 1250px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0
}

.blog-overlay-container .blog-nav-menu-item-884 > a:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eaktivni_link_glavni_meni%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M64%200l-32%2032-32-32z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-right: -36px;
    background-size: 100%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .3s
}

.blog-overlay-container .blog-nav-menu-item-active a:after {
    transform: rotate(180deg)
}

.blog-overlay-container .blog-subnav-container {
    padding: 20px 0
}

.blog-nav-menu-item .blog-overlay-container .blog-subnav-container {
    display: none
}

.blog-overlay-container .blog-subnav-menu-link {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #fd0 !important;
    font-weight: 300 !important;
    padding: 10px 0 !important;
    display: block !important
}

.blog-overlay-container .blog-subnav-menu-item {
    margin: 0 !important;
    padding: 0 !important
}

.blog-overlay-closecontainer {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    z-index: 2
}

.blog-overlay-social {
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-overlay-social span {
    margin: 60px 10px 0
}

.blog-overlay-social-fb, .blog-overlay-social-google, .blog-overlay-social-inst, .blog-overlay-social-lin, .blog-overlay-social-yt {
    content: "";
    display: block;
    width: 22px;
    height: 22px
}

.blog-overlay-social-fb {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efacebook_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.002%200c-8.838%200-16.002%207.166-16.002%2016.002s7.163%2015.998%2016.002%2015.998c8.836%200%2015.998-7.162%2015.998-15.998s-7.163-16.002-15.998-16.002zM19.792%2011.057h-2.405c-0.286%200-0.602%200.378-0.602%200.875v1.734h3.007l-0.455%202.476h-2.552v7.436h-2.841v-7.436h-2.573v-2.476h2.573v-1.456c0-2.089%201.451-3.787%203.443-3.787h2.405v2.634h-0.001z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-overlay-social-fb, .blog-overlay-social-lin {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 22px
}

.blog-overlay-social-lin {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Elinkedin_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.002%200.002c-8.836%200-16.002%207.162-16.002%2015.998s7.166%2015.998%2016.002%2015.998c8.834%200%2015.998-7.162%2015.998-15.998s-7.164-15.998-15.998-15.998zM12.086%2022.633h-3.241v-10.427h3.241v10.427zM10.444%2010.922c-1.022%200-1.683-0.722-1.683-1.622%200-0.912%200.68-1.616%201.725-1.616%201.043%200%201.684%200.704%201.703%201.616%200%200.901-0.661%201.622-1.745%201.622zM23.917%2022.633h-3.24v-5.779c0-1.346-0.472-2.259-1.641-2.259-0.895%200-1.428%200.618-1.662%201.213-0.088%200.211-0.109%200.512-0.109%200.808v6.016h-3.241v-7.102c0-1.303-0.042-2.389-0.084-3.328h2.814l0.146%201.449h0.066c0.427-0.678%201.472-1.683%203.219-1.683%202.133%200%203.73%201.43%203.73%204.496l0.002%206.169z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-overlay-social-inst {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Einstagram_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M21%2016c0%202.759-2.241%204.998-4.999%204.998-2.76%200-5.001-2.239-5.001-4.998%200-0.283%200.031-0.564%200.088-0.837h-1.75v6.663c0%200.461%200.375%200.836%200.83%200.836h11.661c0.463%200%200.837-0.375%200.837-0.836v-6.663h-1.75c0.054%200.272%200.084%200.553%200.084%200.837zM16.001%2019.327c1.84%200%203.334-1.486%203.334-3.327s-1.497-3.335-3.334-3.335c-1.84%200-3.336%201.495-3.336%203.335s1.496%203.327%203.336%203.327zM20.001%2012.498h1.998c0.281%200%200.504-0.222%200.504-0.497v-2.002c0-0.275-0.223-0.496-0.504-0.496h-1.998c-0.28%200-0.501%200.221-0.501%200.496v2.002c0%200.275%200.221%200.497%200.501%200.497zM16.001%200.002c-8.837%200-16.001%207.159-16.001%2015.998%200%208.837%207.164%2015.998%2016.001%2015.998s15.999-7.162%2015.999-15.998c0-8.839-7.163-15.998-15.999-15.998zM24.337%2022.477c0%201.021-0.839%201.851-1.861%201.851h-12.954c-1.023%200-1.857-0.83-1.857-1.851v-12.962c0-1.015%200.834-1.852%201.857-1.852h12.954c1.021%200%201.861%200.837%201.861%201.852v12.962z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-overlay-social-inst, .blog-overlay-social-yt {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 22px
}

.blog-overlay-social-yt {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eyoutube_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M18.673%2015.724l-3.743-1.747c-0.33-0.154-0.598%200.016-0.598%200.38v3.288c0%200.364%200.268%200.538%200.598%200.38l3.743-1.747c0.325-0.153%200.325-0.402%200-0.554zM16%200c-8.836%200-16%207.171-16%2016.002%200%208.829%207.164%2015.998%2016%2015.998s16-7.169%2016-15.998c0-8.831-7.164-16.002-16-16.002zM16%2022.5c-8.189%200-8.334-0.738-8.334-6.498s0.144-6.502%208.334-6.502%208.334%200.742%208.334%206.502c0%205.761-0.144%206.498-8.334%206.498z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-overlay-social-google {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Egoogle_plus_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.002%200c-8.839%200-16.002%207.166-16.002%2015.999%200%208.839%207.162%2016.001%2016.002%2016.001%208.836%200%2015.998-7.162%2015.998-16.001%200-8.833-7.163-15.999-15.998-15.999zM15.078%2022.868c-1.005%200.49-2.085%200.543-2.504%200.543-0.081%200-0.127%200-0.127%200s-0.035%200-0.091%200c-0.651%200-3.904-0.152-3.904-3.111%200-2.912%203.543-3.141%204.627-3.141h0.029c-0.625-0.837-0.496-1.679-0.496-1.679-0.055%200.003-0.133%200.005-0.234%200.005-0.409%200-1.196-0.065-1.871-0.502-0.832-0.528-1.252-1.439-1.252-2.696%200-3.554%203.877-3.696%203.918-3.697h3.87v0.083c0%200.435-0.777%200.519-1.309%200.592-0.178%200.026-0.54%200.059-0.643%200.111%200.98%200.526%201.137%201.351%201.137%202.575%200%201.398-0.543%202.133-1.125%202.654-0.359%200.321-0.643%200.573-0.643%200.914%200%200.33%200.389%200.667%200.841%201.062%200.734%200.65%201.741%201.53%201.741%203.024%200.003%201.53-0.659%202.632-1.966%203.263zM23.5%2015.999h-2.5v2.502h-1.664v-2.502h-2.499v-1.669h2.499v-2.498h1.664v2.498h2.5v1.669zM13.038%2017.918c-0.083%200-0.172%200.006-0.259%200.007-0.74%200.057-1.425%200.337-1.918%200.784-0.491%200.444-0.74%201.007-0.704%201.569%200.073%201.182%201.347%201.875%202.891%201.768%201.523-0.112%202.534-0.986%202.461-2.173-0.071-1.112-1.041-1.956-2.471-1.956zM14.496%2011.475c-0.403-1.416-1.050-1.837-2.061-1.837-0.111%200-0.221%200.016-0.325%200.046-0.438%200.126-0.785%200.49-0.981%201.031-0.195%200.55-0.209%201.123-0.039%201.782%200.311%201.165%201.137%202.012%201.975%202.012%200.111%200%200.219-0.016%200.325-0.047%200.915-0.258%201.487-1.653%201.106-2.988z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 22px
}

.blog-overlay ul {
    list-style: none;
    padding-left: 0;
    min-width: 300px
}

.blog-overlay ul li {
    text-align: center;
    margin-bottom: 25px
}

.blog-overlay ul li a {
    color: #fff;
    font-size: 32px;
    font-weight: 500
}

.blog-overlay-close {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 15px;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 45px;
    left: 4px;
    cursor: pointer
}

.blog-overlay.overlay-active {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}


.blog-container .content-main {
    padding: 0 !important;
}

@media screen and (min-width: 1240px) {
    .blog-container .content-main {
        padding: 0 0 360px 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .blog-container .content-main {
        padding: 0 20px 360px 20px !important;
    }
}

.blog-container {
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 350px;
    font-family: Poppins, sans-serif
}
@media screen and (max-width: 1200px) {
    .blog-container {
        padding-bottom: 0 !important;
    }

    .blog-container .content-main {
        padding-bottom: 0 !important;
    }
}

.blog-container b, .blog-container strong {
    font-weight: 700 !important
}

.blog-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    max-width: 1250px;
    background: #fff;
    transition: all .3s
}

.blog-nav-hamburger img, .blog-nav-search img {
    height: 14px;
    width: auto;
    cursor: pointer
}

.blog-header {
    background-image: url(/assets/vendors/blog/img/header.jpg);
    background-size: cover;
    background-position: 50%;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-header-title-wrapper {
    position: relative;
    padding: 20px 50px
}

@media screen and (max-width: 48em) {
    .blog-header-title-wrapper {
        text-align: center;
        padding: 10px 36px;
        margin: 0 20px
    }
}

@media screen and (max-width: 31.25em) {
    .blog-header-title-wrapper {
        padding: 10px 30px
    }
}

.blog-header-title-wrapper-blured {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #949599;
    background-color: hsla(0, 0%, 87%, .4);
    overflow: hidden;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.blog-header-title-wrapper-blured:after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block
}

.blog-header-title {
    position: relative;
    z-index: 2;
    background: hsla(228, 2%, 59%, .8);
    padding: 43px 37px;
    line-height: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 2px
}

@media screen and (max-width: 48em) {
    .blog-header-title {
        line-height: 40px;
        font-size: 38px;
        padding: 15px 20px
    }
}

.blog-categories {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    align-items: center
}

.blog-categories-links {
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 14px;
    position: relative
}

.blog-categories-links:after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: -5px;
    background-color: #fd0;
    transition: width .3s ease-in
}

.blog-categories-links:hover {
    text-decoration: none
}

.blog-categories-links:hover:after {
    width: 100%
}

.blog-categories-links.active:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background-color: #fd0
}

.blog-post-container {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-flow: row wrap
}

.blog-post-container:after {
    content: "";
    flex: auto;
    width: 33%;
    flex: 1 1 100%
}

.blog-post {
    width: 100%;
    max-width: 400px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column
}

.blog-post-image {
    max-width: 400px;
    width: 100%;
    height: auto
}

.blog-post-title {
    margin-bottom: 10px;
    text-transform: none;
    line-height: 35px;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    border: 1px solid #fff;
    min-height: 150px
}

@media screen and (max-width: 74.9375em) {
    .blog-post-title {
        min-height: 180px
    }
}

@media screen and (max-width: 47.9375em) {
    .blog-post-title {
        min-height: 220px
    }
}

@media screen and (max-width: 19.9375em) {
    .blog-post-title {
        min-height: 0
    }
}

.blog-post-title h3 {
    font-family: Poppins, sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 1.5;
    width: 100%
}

.blog-post-info {
    line-height: 150%
}

.blog-post-category, .blog-post-date {
    font-size: 11px;
    color: #9b9b9b
}

.blog-post-date {
    text-transform: uppercase
}

.blog-post-separator {
    font-size: 13px;
    margin: 0 5px;
    color: #fd0
}

.blog-post a {
    font-size: 14px
}

.blog-post a:hover {
    text-decoration: none
}

.blog-post p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 23px;
    min-height: 100px;
    flex: 1;
    color: #4a4a4a
}

.blog-pagination {
    width: 100%
}

.blog-pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-pagination ul li {
    color: #263c75;
    margin: 0 10px;
    font-size: 14px
}

.blog-footer {
    justify-content: space-between;
    border-top: 5px solid #263c75;
    margin: 40px 0;
    display: flex;
    padding-top: 40px
}

.blog-detail-sidebar-newsletter, .blog-footer-newsletter {
    max-width: 325px;
    width: 100%
}

.blog-footer-newsletter-title {
    font-size: 18px;
    color: #263c75;
    text-transform: uppercase;
    margin-top: 16px
}

.blog-detail-sidebar-newsletter-email, .blog-footer-newsletter-email {
    border: none;
    border-bottom: 1px solid #263c75;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0
}

.blog-detail-sidebar-newsletter-email::-webkit-input-placeholder, .blog-footer-newsletter-email::-webkit-input-placeholder {
    font-size: 10px;
    color: #999
}

.blog-detail-sidebar-newsletter-email::-moz-placeholder, .blog-footer-newsletter-email::-moz-placeholder {
    font-size: 10px;
    color: #999
}

.blog-detail-sidebar-newsletter-email:-ms-input-placeholder, .blog-detail-sidebar-newsletter-email::-ms-input-placeholder, .blog-footer-newsletter-email:-ms-input-placeholder, .blog-footer-newsletter-email::-ms-input-placeholder {
    font-size: 10px;
    color: #999
}

.blog-detail-sidebar-newsletter-email::placeholder, .blog-footer-newsletter-email::placeholder {
    font-size: 10px;
    color: #999
}

.blog-detail-sidebar-newsletter-submit, .blog-footer-newsletter-submit {
    border: none;
    font-size: 13px;
    padding: 0;
    float: right;
    color: #263c75;
    max-width: 45px;
    cursor: pointer
}

.blog-footer-links.larger-links {
    margin-right: 230px;
}
.blog-footer-links.larger-links ul li {
    padding-left: 0;
}

.blog-footer-links ul {
    list-style: none;
    padding: 0
}

.blog-footer-links ul li:before {
    display: none;
}

.blog-footer-links ul li {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px
}

.blog-footer-links ul li a {
    color: gray
}

.blog-footer-links ul li a:hover {
    text-decoration: none
}

.blog-detail-sidebar-social, .blog-footer-social {
    display: flex;
    margin-top: 60px;
    margin-left: 120px
}

.blog-detail-sidebar-social span, .blog-footer-social span {
    margin-right: 10px
}

.blog-footer-social-fb, .blog-footer-social-inst, .blog-footer-social-lin, .blog-footer-social-yt {
    content: "";
    display: block;
    width: 22px;
    height: 22px
}

.blog-footer-social-fb {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efacebook_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M16.002%200c-8.838%200-16.002%207.166-16.002%2016.002s7.163%2015.998%2016.002%2015.998c8.836%200%2015.998-7.162%2015.998-15.998s-7.163-16.002-15.998-16.002zM19.792%2011.057h-2.405c-0.286%200-0.602%200.378-0.602%200.875v1.734h3.007l-0.455%202.476h-2.552v7.436h-2.841v-7.436h-2.573v-2.476h2.573v-1.456c0-2.089%201.451-3.787%203.443-3.787h2.405v2.634h-0.001z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-footer-social-fb, .blog-footer-social-lin {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 20px
}

.blog-footer-social-lin {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Elinkedin_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M16.002%200.002c-8.836%200-16.002%207.162-16.002%2015.998s7.166%2015.998%2016.002%2015.998c8.834%200%2015.998-7.162%2015.998-15.998s-7.164-15.998-15.998-15.998zM12.086%2022.633h-3.241v-10.427h3.241v10.427zM10.444%2010.922c-1.022%200-1.683-0.722-1.683-1.622%200-0.912%200.68-1.616%201.725-1.616%201.043%200%201.684%200.704%201.703%201.616%200%200.901-0.661%201.622-1.745%201.622zM23.917%2022.633h-3.24v-5.779c0-1.346-0.472-2.259-1.641-2.259-0.895%200-1.428%200.618-1.662%201.213-0.088%200.211-0.109%200.512-0.109%200.808v6.016h-3.241v-7.102c0-1.303-0.042-2.389-0.084-3.328h2.814l0.146%201.449h0.066c0.427-0.678%201.472-1.683%203.219-1.683%202.133%200%203.73%201.43%203.73%204.496l0.002%206.169z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-footer-social-inst {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Einstagram_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M21%2016c0%202.759-2.241%204.998-4.999%204.998-2.76%200-5.001-2.239-5.001-4.998%200-0.283%200.031-0.564%200.088-0.837h-1.75v6.663c0%200.461%200.375%200.836%200.83%200.836h11.661c0.463%200%200.837-0.375%200.837-0.836v-6.663h-1.75c0.054%200.272%200.084%200.553%200.084%200.837zM16.001%2019.327c1.84%200%203.334-1.486%203.334-3.327s-1.497-3.335-3.334-3.335c-1.84%200-3.336%201.495-3.336%203.335s1.496%203.327%203.336%203.327zM20.001%2012.498h1.998c0.281%200%200.504-0.222%200.504-0.497v-2.002c0-0.275-0.223-0.496-0.504-0.496h-1.998c-0.28%200-0.501%200.221-0.501%200.496v2.002c0%200.275%200.221%200.497%200.501%200.497zM16.001%200.002c-8.837%200-16.001%207.159-16.001%2015.998%200%208.837%207.164%2015.998%2016.001%2015.998s15.999-7.162%2015.999-15.998c0-8.839-7.163-15.998-15.999-15.998zM24.337%2022.477c0%201.021-0.839%201.851-1.861%201.851h-12.954c-1.023%200-1.857-0.83-1.857-1.851v-12.962c0-1.015%200.834-1.852%201.857-1.852h12.954c1.021%200%201.861%200.837%201.861%201.852v12.962z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-footer-social-inst, .blog-footer-social-yt {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 20px
}

.blog-footer-social-yt {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eyoutube_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M18.673%2015.724l-3.743-1.747c-0.33-0.154-0.598%200.016-0.598%200.38v3.288c0%200.364%200.268%200.538%200.598%200.38l3.743-1.747c0.325-0.153%200.325-0.402%200-0.554zM16%200c-8.836%200-16%207.171-16%2016.002%200%208.829%207.164%2015.998%2016%2015.998s16-7.169%2016-15.998c0-8.831-7.164-16.002-16-16.002zM16%2022.5c-8.189%200-8.334-0.738-8.334-6.498s0.144-6.502%208.334-6.502%208.334%200.742%208.334%206.502c0%205.761-0.144%206.498-8.334%206.498z%22%2F%3E%20%3C%2Fsvg%3E)
}

.blog-search-form {
    position: relative
}

.blog-search-input {
    width: 100%
}

.blog-search-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    border: none;
    background-image: url(/assets/workfiles/project/sprite/SVG/search_ikonica_sticky_header.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 15px auto;
    background-position: 50%;
    background-color: #fff;
    color: #263c75;
    cursor: pointer
}

.blog-no-results {
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px
}

.blog-subnav-container {
    display: none
}

.blog-container .field-wrap {
    margin-bottom: 5px
}

.form--label {
    padding: 11.9px 0;
    font-size: 11px
}

.ambient--form .select2-selection--single, .collection--content--form .select2-selection--single, .form--field, .form--textarea, .form .select2-selection--single, .select2-selection--single, .store--map-form .select2-selection--single, .user-registration--form .select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 0
}

.button--form {
    background: transparent
}

.blog-detail-sidebar-newsletter .button--form, .blog-footer-newsletter .button--form {
    float: right
}

.blog-detail-sidebar-newsletter .button--form {
    float: left
}

.button--form--text, .button--form span {
    background: none;
    border: none;
    padding: 5px 0;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    color: #263c75
}

.button--form--text:after, .button--form span:after {
    content: none
}

.blog-detail-sidebar-newsletter p, .blog-footer-newsletter p {
    font-size: 14px
}

.blogheader__sticky .blog-nav {
    height: 80px;
    transition: all .3s
}

@media screen and (max-width: 74.9375em) {
    body {

    }

    .blog-container {

    }

    .blog-nav {
        width: 100%;
        max-width: 100%;
        left: 0;
        padding: 0 20px;
        height: 80px
    }

    .blog-nav-logo img {
        max-width: 250px
    }

    .blog-overlay-closecontainer {
        top: 0;
        left: 20px
    }

    .blog-post {
        max-width: none;
        width: 32%
    }

    .blog-footer .larger-links {
        margin-right: 50px
    }

    .blog-footer-social-fb, .blog-footer-social-google, .blog-footer-social-inst, .blog-footer-social-lin, .blog-footer-social-yt, .blog-overlay-social-fb, .blog-overlay-social-google, .blog-overlay-social-inst, .blog-overlay-social-lin, .blog-overlay-social-yt {
        background-size: 40px;
        height: 40px;
        width: 40px
    }
}

@media screen and (max-width: 19.9375em) {
    .blog-container {
        padding-top: 80px
    }

    .blog-nav-logo img {
        max-width: 200px
    }

    .blog-header {
        background: none;
        height: auto
    }

    .blog-header-title {
        color: #263c75;
        font-size: 36px;
        text-shadow: none
    }

    .blog-categories {
        display: none
    }

    .blog-post {
        max-width: 100%;
        width: 100%
    }

    .blog-post-title {
        min-height: 0
    }

    .blog-footer {
        display: block
    }

    .blog-detail-sidebar-newsletter, .blog-footer-newsletter {
        max-width: none
    }

    .blog-footer-links {
        display: none
    }

    .blog-detail-sidebar-social, .blog-footer-social {
        width: 100%;
        margin-left: 0;
        justify-content: space-evenly
    }
}

@media screen and (max-width: 63.9375em) {
    .blog-footer-links {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .blog-post {
        flex: 0 49%;
        width: unset
    }

    .blog-post-container {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media screen and (max-width: 39.9375em) {
    .blog-footer {
        display: block
    }

    .blog-detail-sidebar-social, .blog-footer-social {
        margin-left: 0
    }

    .blog-detail-sidebar-social a, .blog-footer-social a {
        margin-right: 5px
    }

    .blog-detail-sidebar-social a span, .blog-footer-social a span {
        background-size: 30px;
        height: 30px;
        width: 30px;
        margin-right: 0
    }
}

@media screen and (max-width: 28.125em) {
    .blog-post {
        flex: 0 100%
    }

    .blog-post-title, .blog-post p {
        min-height: unset
    }
}

@media screen and (max-width: 47.9375em) {
    .blog-categories {
        flex-direction: column
    }

    .blog-categories-links {
        margin-bottom: 10px
    }
}

.justify-spacer {
    width: 32%;
    height: 0
}

.catalog--download-img {
    margin-top: 50px;
    background-image: url(/assets/img/download.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 70px
}

.catalog--container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.catalog--container h3 {
    margin: 20px 0;
    font-size: 16px
}

.catalog--container a {
    color: #263c75;
    text-transform: none;
    text-decoration: none
}

.collection-item--link {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.collection-item--link--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.collection-item--link--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.collection-item--link--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.collection-item--link--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .collection-item--link--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .collection-item--link--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.collection-item--link:hover {
    text-decoration: none !important
}

.collection-item--link:hover .collection-item--link--text {
    background-color: #fff;
    color: #263c75
}

.collection-item--link:hover .collection-item--link--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.collection-item--link:hover .collection-item--link--textprimary {
    transform: translateX(100%)
}

.collection-item--link:hover .collection-item--link--texthover {
    transform: translateX(0);
    cursor: pointer
}

.collection-item {
    margin-bottom: 30px;
    background: #fff
}

.collection-item--slider {
    height: 400px
}

.collection-item--slider img {
    width: 100%
}

.collection-item--slider .slick-next {
    right: -5px;
    background-size: auto 35px
}

.collection-item--slider .slick-prev {
    background-size: auto 35px
}

.collection-item--content {
    position: relative;
    padding: 30px;
    height: 340px
}

.collection-item--title {
    margin: 5px 0 10px;
    font-weight: 400;
    text-align: left
}

.collection-item--title--link {
    text-decoration: none;
    color: #263c75
}

.collection-item--title--link:hover {
    text-decoration: underline
}

.collection-item--subtitle {
    padding-bottom: 10px;
    margin-top: 10px;
    color: #263c75;
    font-weight: 400
}

.collection-item--text {
    color: #949599;
    letter-spacing: .4px
}

.collection-item--link {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.collection-item--link--text {
    font-size: 12px;
    letter-spacing: .2px
}

.collection-item--link--text__hover {
    background-color: #fff;
    font-size: 12px;
    letter-spacing: .2px
}

.collection-item--link span {
    padding: 13px 15px
}

@media screen and (max-width: 74.9375em) {
    .collection-item {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .collection-item {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .collection-item--slider {
        height: auto
    }

    .collection-item--content {
        height: 305px
    }
}

@media screen and (max-width: 47.9375em) {
    .collection-item {
        width: 100%;
        margin: 0
    }

    .collection-item--title {
        padding-right: 0;
        font-size: 16px;
        letter-spacing: .3px
    }

    .collection-item--title--link {
        font-size: 20px
    }

    .collection-item--content {
        height: auto;
        padding: 30px 25px 80px
    }

    .collection-item--text {
        margin-bottom: 35px;
        color: #4d4d4d;
        font-size: 13px;
        line-height: 1.8
    }

    .collection-item--link {
        left: 25px;
        bottom: 40px
    }

    .collection--hamburger {
        top: 10px
    }
}

.collection-menu {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none
}

.collection-menu--item, .collection-menu--item__active {
    display: block;
    float: left;
    margin-right: 20px
}

.collection-menu--item--link, .collection-menu--item__active--link {
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.9 !important
}

.collection-menu--item--link:hover, .collection-menu--item__active--link:hover {
    color: #263c75;
    text-decoration: none !important
}

.collection-menu--item__active--link {
    font-weight: 700;
    color: #263c75
}

.collection--content {
    margin-top: 30px;
    background: #fff
}

.page240 .collection--content, .page417 .collection--content, .page459 .collection--content, .page500 .collection--content, .page541 .collection--content, .page582 .collection--content, .page623 .collection--content, .page664 .collection--content {
    margin-top: 0
}

.collection--content--slider--image {
    width: 100%;
    height: auto
}

.collection--content--slider .slick-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E);
    left: -5px
}

.collection--content--slider .slick-next, .collection--content--slider .slick-prev {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 100%;
    background-size: auto 35px
}

.collection--content--slider .slick-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.collection--content--container {
    padding: 0 15px 30px
}

.collection--content--title {
    margin: 35px 0 25px;
    font-size: 22px;
    font-weight: 400
}

.collection--content--text {
    color: #949599;
    line-height: 1.8
}

.collection--content--form {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: right;
    display: block;
    margin: 25px 30px 45px
}

@media screen and (min-width: 48em) {
    .collection--content--form {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.collection--content--form--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

.collection--content--form--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

.collection--content--form--error {
    display: block;
    color: #e91308;
    font-size: 12px
}

.collection--content--form--field {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 8.4px;
    padding-bottom: 8.4px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

.collection--content--form--field.form--error, .collection--content--form--field.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.collection--content--form--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 9.4px 15px;
    width: 100%;
    max-width: 520px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    transition: all .4s ease;
    cursor: text
}

.collection--content--form--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 9.4px;
    padding-bottom: 9.4px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

.collection--content--form--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.collection--content--form--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.collection--content--form--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.collection--content--form--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.collection--content--form--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .collection--content--form--submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .collection--content--form--submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.collection--content--form--submit .button:hover {
    text-decoration: none !important
}

.collection--content--form--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.collection--content--form--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.collection--content--form--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

.collection--content--form--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.collection--content--form .select2-selection--single {
    padding: 0;
    height: 35px;
    border-radius: 0
}

.collection--content--form .select2-selection--single.form-error {
    border-color: #e91308
}

.collection--content--form .select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 35px
}

.collection--content--form .select2-selection--single .select2-selection__arrow {
    height: 35px
}

.collection--content--form .checkbox {
    position: relative;
    top: 2.5px
}

.collection--content--form input {
    width: 100%
}

.collection--content--form textarea {
    width: 100%;
    height: 140px
}

.collection--content--form--title {
    font-size: 16px
}

.collection--product {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    margin-bottom: 40px
}

@media screen and (min-width: 48em) {
    .collection--product {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page--content--aside2 .collection-menu, .page--content--aside .collection-menu {
    margin: 20px 0 50px
}

.page--content--aside2 .collection-menu--item, .page--content--aside2 .collection-menu--item__active, .page--content--aside .collection-menu--item, .page--content--aside .collection-menu--item__active {
    max-width: 250px;
    width: 225px;
    float: none
}

.page--content--aside2 .collection-menu--item__active, .page--content--aside .collection-menu--item__active {
    border-color: #fd0;
    color: #263c75;
    font-weight: 700
}

.page--content--aside2 .collection-menu--item__active a, .page--content--aside .collection-menu--item__active a {
    color: #263c75
}

.page--content--aside2 .collection-menu--item--link, .page--content--aside2 .collection-menu--item__active--link, .page--content--aside .collection-menu--item--link, .page--content--aside .collection-menu--item__active--link {
    border-bottom: 1px solid #949599;
    padding: 5px 0;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 13px
}

.page--content--aside2 .collection-menu--item--link:hover, .page--content--aside2 .collection-menu--item__active--link:hover, .page--content--aside .collection-menu--item--link:hover, .page--content--aside .collection-menu--item__active--link:hover {
    color: #263c75;
    font-weight: 700
}

.page--content--aside2 .collection-menu--item--list, .page--content--aside .collection-menu--item--list {
    padding: 0;
    list-style: none
}

#sub-menu {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

#sub-menu:after {
    border-top: 1px solid #949599;
    width: 75px;
    display: block;
    margin-top: 20px;
    content: ""
}

#sub-menu a {
    color: #000;
    text-decoration: none
}

@media screen and (max-width: 74.9375em) {
    .collection--content--container {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 30px
    }

    .collection--content--form {
        float: none;
        width: 100%;
        margin: 0;
        padding: 10px 30px 30px
    }

    .collection--product {
        height: auto
    }

    .page--content--aside2 .collection-menu--item, .page--content--aside2 .collection-menu--item__active, .page--content--aside .collection-menu--item, .page--content--aside .collection-menu--item__active {
        width: 100%
    }
}

@media screen and (max-width: 47.9375em) {
    .page240 .page--content, .page417 .page--content, .page459 .page--content, .page500 .page--content, .page541 .page--content, .page582 .page--content, .page623 .page--content, .page664 .page--content {
        background: #fff !important
    }

    .collection--content--title {
        padding-top: 10px;
        font-size: 20px;
        text-transform: none
    }

    .collection--content--container {
        padding: 0 25px
    }

    .collection--content--form {
        padding: 10px 25px 0
    }

    .collection--product {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        height: auto;
        padding: 0 25px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .collection--product {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .collection--product .product-list--single, .collection--product .product-list--single__small {
        height: auto
    }
}

.company--history {
    margin-top: 45px
}

.company--history h3 {
    margin-bottom: 45px;
    text-transform: none;
    font-size: 23px
}

.company--history-video-25-years {
    margin-top: 30px
}

@media screen and (max-width: 74.9375em) {
    .company--history-video-25-years {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.complain-form-wrapper h3 {
    font-size: 22px
}

.contact {
    margin: 10px 0
}

.contact--data {
    margin: 25px -15px
}

.contact--data p {
    color: #4d4d4d
}

.contact--header p {
    margin-bottom: 40px;
    color: #4d4d4d
}

.contact--subheader hr {
    margin: 40px 0
}

.contact--subheader .contact--form input, .contact--subheader .contact--form textarea {
    width: 100%;
    max-width: 95%
}

.contact--phone {
    font-size: 20px !important
}

.contact--form {
    margin: 50px 0
}

.contact--form .form--field, .contact--form .form--label, .contact--form .form--textarea, .contact--form .select2-selection--single {
    max-width: 300px
}

.contact--form .field-wrap {
    float: left;
    width: 50%
}

.contact--form textarea {
    height: 100px
}

.contact--form .powermail_fieldwrap_submit {
    clear: both
}

.contact h3 {
    font-size: 16px
}

.contact p {
    line-height: 1.5;
    font-size: 15px
}

.contact p a {
    color: #263c75;
    text-decoration: none;
    font-size: 15px
}

.faq--wrapper h3 {
    margin: 0 0 20px
}

.faq--wrapper h3:not(:first-child) {
    margin: 40px 0 20px
}

.header-tab {
    margin-left: -20px;
    line-height: 40px;
    font-size: 14px
}

.header-tab--link, .header-tab--link__active {
    padding: 0 20px;
    text-transform: uppercase
}

.header-tab--link__active {
    color: #263c75;
    font-weight: 700
}

.header-tab--link__active:hover {
    text-decoration: none
}

.header-tab--link:hover {
    color: #263c75;
    text-decoration: none !important;
    cursor: pointer
}

@media screen and (max-width: 47.9375em) {
    .header-tab {
        display: flex;
        justify-content: space-around;
        padding: 10px
    }

    .header-tab--link {
        color: #4d4d4d
    }

    .header-tab--content--container {
        margin: 0 -25px
    }
}

.homepage-ambients--title {
    position: relative;
    text-align: center
}

.homepage-ambients--title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 5px 45px;
    background: #fff
}

.homepage-ambients--title:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fd0
}

.homepage-ambients--slider {
    margin-bottom: 0 !important
}

.homepage-ambients--slider .slick-dots {
    right: 0;
    width: 70%
}

.homepage-ambients--slider .slick-prev {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_nazad_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M0.010%2016l0.571%200.573%2015.992-15.992-0.571-0.573zM0.582%2015.427l15.992%2015.992-0.571%200.573-15.993-15.992z%22%2F%3E%20%3C%2Fsvg%3E);
    left: 390px
}

.homepage-ambients--slider .slick-next, .homepage-ambients--slider .slick-prev {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 50% 100%;
    background-position: 10px 50%
}

.homepage-ambients--slider .slick-next {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2232%22%20viewBox%3D%220%200%2017%2032%22%20style%3D%22%22%3E%20%3Ctitle%3EStrelica_napred_product%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M16.792%2016l-0.584-0.568-16.2%2015.984%200.584%200.576zM16.208%2016.568l-16.2-15.984%200.584-0.576%2016.2%2015.992z%22%2F%3E%20%3C%2Fsvg%3E)
}

.homepage-ambients:after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 35px;
    margin-bottom: -5px;
    background: #fd0
}

.homepage-ambient--description--button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.homepage-ambient--description--button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.homepage-ambient--description--button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.homepage-ambient--description--button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.homepage-ambient--description--button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .homepage-ambient--description--button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .homepage-ambient--description--button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.homepage-ambient--description--button:hover {
    text-decoration: none !important
}

.homepage-ambient--description--button:hover .homepage-ambient--description--button--text {
    background-color: #fff;
    color: #263c75
}

.homepage-ambient--description--button:hover .homepage-ambient--description--button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.homepage-ambient--description--button:hover .homepage-ambient--description--button--textprimary {
    transform: translateX(100%)
}

.homepage-ambient--description--button:hover .homepage-ambient--description--button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.homepage-ambient--description {
    position: relative;
    width: 30%;
    float: left;
    height: 550px;
    padding: 20px 50px;
    background: #f1f1f1
}

.homepage-ambient--description--title {
    color: #004892;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700
}

.homepage-ambient--description--text {
    margin-top: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: .8px
}

.homepage-ambient--description--button {
    position: absolute;
    left: 50px;
    bottom: 50px
}

.homepage-ambient--description--button--text {
    background-color: #004892
}

.homepage-ambient--description--button span {
    font-size: 16px;
    letter-spacing: 1.5px
}

.homepage-ambient--image {
    width: 70%;
    height: 550px
}

.lang_foreign .homepage-ambients--slider .slick-prev {
    left: 15px
}

.lang_foreign .homepage-ambients--slider .slick-dots {
    bottom: 10px !important;
    width: 100%
}

@media screen and (max-width: 74.9375em) {
    .homepage-ambient--row {
        display: flex;
        flex-direction: column-reverse
    }

    .homepage-ambient--image {
        width: 100%;
        height: auto
    }

    .homepage-ambient--description {
        width: 100%;
        height: auto;
        padding: 10px 150px;
        text-align: center
    }

    .homepage-ambient--description--title {
        margin: 20px 0
    }

    .homepage-ambient--description--button {
        position: relative;
        left: 0 !important;
        bottom: 0;
        margin-bottom: 20px
    }

    .homepage-ambients:after {
        margin-top: 0
    }

    .homepage-ambients--slider .slick-next {
        top: 50%
    }

    .homepage-ambients--slider .slick-prev {
        top: 50%;
        left: 15px
    }

    .homepage-ambients--slider .slick-dots {
        bottom: 380px;
        width: 100%
    }
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .homepage-ambients:after {
        margin-top: 30px
    }

    .homepage-ambients .slick-dots {
        bottom: 300px
    }
}

@media screen and (max-width: 63.9375em) {
    .homepage-ambients .slick-dots {
        bottom: 375px
    }
}

@media screen and (max-width: 47.9375em) {
    .homepage-ambient--description {
        position: absolute;
        top: auto;
        bottom: 20px;
        padding: 0;
        background: none
    }

    .homepage-ambient--description--text, .homepage-ambient--description--title {
        display: none
    }

    .homepage-ambient--description--button {
        margin: 0
    }

    .homepage-ambient--description--button span {
        padding: 12px 30px
    }

    .homepage-ambients--title {
        width: 100%
    }

    .homepage-ambients--title:before {
        display: none
    }

    .homepage-ambients--title span {
        display: block;
        padding: 0
    }

    .homepage-ambients:after {
        display: none
    }

    .homepage-ambients--slider .slick-dots {
        display: none !important
    }
}

div#n2-ss-4 .n2-ss-slider-1 {
    padding: 0 !important;
    margin-top: 30px
}

@media only screen and (max-width: 768px) {
    .main-slider-desktop {
        background-image: unset !important
    }
}

.hover, .hover--apolo {
    overflow: hidden;
    transition: all 1s
}

.hover--zoom img {
    transition: all 1s
}

.hover--zoom:hover img {
    transform: scale(1.3)
}

.hover--apolo {
    position: relative
}

.hover--apolo img {
    opacity: .95;
    transition: all .3s;
    transform: scale3d(1.05, 1.05, 1)
}

.hover--apolo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    content: "";
    transition: transform .6s;
    transform: scale3d(1.9, 1.7, 1) rotate(45deg) translate3d(0, -100%, 0)
}

.hover--apolo:hover {
    background: #263c75
}

.hover--apolo:hover img {
    opacity: .6;
    transform: scaleX(1)
}

.hover--apolo:hover:before {
    transform: scale3d(1.9, 1.7, 1) rotate(45deg) translate3d(0, 100%, 0)
}

.id--page--table {
    padding-top: 20px;
    text-align: left
}

.id--page--table tr {
    border-bottom: 1px solid #b5b5b5
}

.id--page--table th {
    padding: 10px 0;
    color: #263c75;
    font-weight: 400
}

.id--page--table td {
    padding: 10px 0;
    color: #949599;
    line-height: 1.5
}

.id--page--table td a {
    color: #263c75
}

.id--page--table td .tableLabel {
    margin-right: 80px;
    width: 200px;
    display: inline-block;
    color: #4d4d4d;
    line-height: 2.5
}

.id--page--table--download {
    margin: 40px 0;
    width: 35%
}

.id--page--table--download .csc-textpic {
    text-align: center
}

.id--page--table--download .csc-textpic a {
    font-size: 16px
}

#row324-8 {
    vertical-align: top;
    padding-top: 20px
}

.job-adds-list h3:first-of-type {
    margin-bottom: 10px;
    line-height: 18px
}

.job-adds-list h3:nth-of-type(2) {
    color: #767676;
    font-size: 14px;
    line-height: 18px
}

.job-add-single {
    position: relative;
    min-height: 80px;
    margin-bottom: 40px;
    border-bottom: 2px solid #e7e7e7
}

.job-add-single ul {
    padding: 20px
}

.job-details-wrapper {
    display: none;
    border-top: 1px solid transparent;
    padding-bottom: 30px
}

.job-details-trigger {
    position: relative;
    padding-right: 200px
}

.button-job-open {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.button-job-open--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.button-job-open--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button-job-open--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fff;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.button-job-open--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fff;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .button-job-open--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .button-job-open--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.button-job-open:hover {
    text-decoration: none !important
}

.button-job-open:hover .button-job-open--text {
    background-color: #263c75;
    color: #fff
}

.button-job-open:hover .button-job-open--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.button-job-open:hover .button-job-open--textprimary {
    transform: translateX(100%)
}

.button-job-open:hover .button-job-open--texthover {
    transform: translateX(0);
    cursor: pointer
}

.button-job-open {
    position: absolute;
    right: 0;
    top: 0
}

.button-job-open--text {
    border: 1px solid #263c75;
    font-size: 14px;
    font-weight: 400
}

.button-job-close {
    position: absolute;
    right: 31px;
    top: 15px;
    display: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20sketchtool%2056.3%20%28101010%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3E36DAE044-264E-4953-BF0A-8C010F82E780%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Deklaracija-opened%22%20transform%3D%22translate%28-1434.000000%2C%20-965.000000%29%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M1434.18311%2C973.93207%20C1433.93896%2C974.176192%201433.93938%2C974.571953%201434.18311%2C974.816075%20C1434.42683%2C975.060197%201434.82304%2C975.059781%201435.06719%2C974.816075%20L1435.06719%2C974.816075%20L1438.92597%2C970.958029%20C1438.9668%2C970.917203%201439.03263%2C970.917203%201439.07346%2C970.958029%20C1439.07346%2C970.958029%201439.07346%2C970.958029%201439.07346%2C970.958029%20L1442.93224%2C974.816908%20C1443.17638%2C975.061031%201443.57218%2C975.061031%201443.81632%2C974.816908%20C1444.06046%2C974.572786%201444.06046%2C974.177025%201443.81632%2C973.932903%20L1439.95795%2C970.07319%20C1439.91712%2C970.032364%201439.91712%2C969.966543%201439.95795%2C969.925717%20C1439.95795%2C969.925717%201439.95795%2C969.925717%201439.95795%2C969.925717%20L1443.81715%2C966.067254%20C1444.0613%2C965.822715%201444.06088%2C965.426954%201443.81632%2C965.182832%20C1443.57176%2C964.938709%201443.17597%2C964.939126%201442.93224%2C965.183665%20L1439.07346%2C969.041295%20C1439.03263%2C969.082121%201438.9668%2C969.082121%201438.92597%2C969.041295%20C1438.92597%2C969.041295%201438.92597%2C969.041295%201438.92597%2C969.041295%20L1435.06719%2C965.183665%20C1434.82304%2C964.939543%201434.42725%2C964.939543%201434.18311%2C965.183248%20C1433.93896%2C965.426954%201433.93896%2C965.823131%201434.18311%2C966.067254%20C1434.18311%2C966.067254%201434.18311%2C966.067254%201434.18311%2C966.067254%20L1438.04147%2C969.925717%20C1438.0823%2C969.966543%201438.0823%2C970.032364%201438.04147%2C970.07319%20C1438.04147%2C970.07319%201438.04147%2C970.07319%201438.04147%2C970.07319%20L1434.18311%2C973.93207%20Z%22%20id%3D%22ic-close%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: right 0 center;
    background-size: 12px;
    padding-right: 20px;
    height: 15px;
    cursor: pointer;
    color: #263c75;
    font-size: 14px
}

@media only screen and (max-width: 769px) {
    .button-job-open {
        position: relative;
        right: unset;
        top: unset
    }

    .button-job-open, .job-add-single {
        margin-bottom: 25px
    }

    .button-job-close {
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 30px
    }

    .job-details-trigger {
        padding-right: 0
    }

    .job-adds-list {
        margin-top: 20px
    }

    .job-adds-list h3:first-of-type {
        font-size: 18px;
        line-height: 20px
    }

    .job-adds-list h3:nth-of-type(2) {
        margin-bottom: 15px
    }
}

.konkurs img {
    margin: 0 auto
}

.landscape-orientation {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% + 63px);
    z-index: 10000;
    background-color: #263c75;
    font-size: 30px
}

.landscape-orientation h3 {
    color: #fff
}

@media screen and (max-width: 47.9375em) {
    .landscape-orientation-active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.sr a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -100px
}

.en a:before, .sr a:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.en a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -344px
}

.de a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -466px
}

.de a:before, .ro a:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.ro a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -222px
}

.ru a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -161px
}

.cz a:before, .ru a:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.cz a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -527px
}

.gr a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -405px
}

.gr a:before, .hu a:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.hu a:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -283px
}

.sr__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -100px
}

.en__active:before, .sr__active:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.en__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -344px
}

.de__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -466px
}

.de__active:before, .ro__active:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.ro__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -222px
}

.ru__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -161px
}

.cs__active:before, .ru__active:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.cs__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -527px
}

.el__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -405px
}

.el__active:before, .hu__active:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: inline-block;
    padding-right: 10px
}

.hu__active:before {
    background: url(/assets/images/sprite.png) no-repeat -6px -283px
}

.product-list-single .product-list--single--duration {
    background: transparent
}

#cart-top-popup {
    display: none
}

.mini-cart--count {
    position: absolute;
    right: 3px;
    top: 6px;
    width: 12px;
    color: #263c75;
    font-size: 8px;
    text-align: center
}

.mini-cart--content {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 290px;
    padding: 20px 20px 30px;
    max-height: 586px;
    background: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
    font-size: 16px;
    overflow: auto;
    transition: max-height .2s ease-out
}

.mini-cart--content .button--full {
    font-size: 16px;
    line-height: 1;
    text-align: center
}

.product-list--cart--content .mini-cart--content {
    position: static;
    width: 100%;
    padding: 0;
    box-shadow: none
}

.mini-cart--item {
    margin-bottom: 20px;
    margin-left: 0
}

.mini-cart--item--remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 100% auto;
    background-position: 50%
}

.mini-cart--item--img {
    width: 100px;
    height: 100px
}

.mini-cart--item--info {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    display: inline-block;
    vertical-align: top
}

@media screen and (min-width: 48em) {
    .mini-cart--item--info {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.mini-cart--item--name {
    display: block;
    margin: 5px 0;
    padding-right: 15px;
    color: #949599;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase
}

.mini-cart--item--price {
    margin-top: 0;
    color: #949599;
    font-size: 12px;
    text-transform: uppercase
}

.mini-cart--item--quantity {
    position: absolute;
    bottom: 10px;
    display: block;
    padding: 0;
    background: #f1f1f1;
    text-align: center
}

.mini-cart--item--quantity a {
    padding: 2px 0 0;
    float: left;
    width: 33.33%;
    background: none;
    border: none;
    font-size: 14px;
    color: #949599;
    cursor: pointer;
    outline: none
}

.mini-cart--item--quantity a:hover {
    color: #263c75;
    text-decoration: none
}

.mini-cart--item--quantity input {
    float: left;
    width: 33.33%;
    padding: 5px 0;
    background: none;
    color: #949599;
    border: none;
    font-size: 13px;
    text-align: center
}

.mini-cart--divider {
    margin: 60px 0 26px
}

.mini-cart--total {
    margin-bottom: 40px;
    color: #263c75;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: right
}

.mini-cart--button {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: #263c75;
    border: none;
    font-size: 20px;
    color: #fff
}

@media screen and (max-width: 47.9375em) {
    .mini-cart--count {
        top: -3px;
        right: auto;
        left: 50%;
        z-index: 10;
        margin-left: 2px
    }

    .mini-cart--content {
        position: static;
        width: 100%;
        padding: 0;
        box-shadow: none
    }

    .mini-cart--content .button--full {
        position: fixed;
        right: 25px;
        bottom: 130%;
        width: 140px;
        margin-bottom: 20px;
        transition: all .5s
    }

    .mini-cart--content .button--full--text {
        padding: 9px;
        font-size: 12px;
        font-weight: 400
    }

    .mini-cart--item {
        margin: 0;
        padding: 10px 25px;
        border-bottom: 1px solid #e6e6e6
    }

    .mini-cart--item--img {
        width: 120px;
        height: 120px
    }

    .mini-cart--item--img img {
        width: 100%
    }

    .mini-cart--item--info {
        margin: 0 0 0 20px
    }

    .mini-cart--item--quantity {
        right: 0;
        bottom: 0;
        left: 0
    }

    .mini-cart--item--quantity a {
        padding: 0;
        color: #000;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px
    }

    .mini-cart--item--quantity input {
        padding: 0;
        color: #000;
        font-size: 19px;
        font-weight: 300;
        line-height: 30px
    }

    .mini-cart--item--name {
        font-size: 12px
    }

    .mini-cart--item--name, .mini-cart--item--price {
        color: #4d4d4d;
        text-align: left
    }

    .mini-cart--item--remove {
        top: 6px
    }

    .mini-cart--divider {
        display: none
    }

    .mini-cart--total {
        position: fixed;
        left: 0;
        bottom: 130%;
        width: 100%;
        padding: 20px 25px;
        margin: 0;
        background: #fff;
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        transition: all .5s
    }

    .mini-cart--total:before {
        content: "Total";
        display: block;
        margin-bottom: 4px;
        text-transform: uppercase
    }
}

.multimedia--header {
    display: flex;
    margin: 30px;
    margin-left: -15px
}

.multimedia--header a {
    padding: 0 15px
}

.multimedia--header li:before {
    display: none
}

.multimedia--header--link, .multimedia--header--link__active {
    color: #263c75 !important;
    text-transform: uppercase;
    font-size: 15px
}

.multimedia--header--link:hover, .multimedia--header--link__active:hover {
    text-decoration: none !important
}

.multimedia--header--link__active {
    font-weight: 700
}

.gallery-images-wrapper .csc-textpic-imagerow {
    display: flex;
    justify-content: space-between
}

.gallery-images-wrapper .csc-textpic-imagerow figure {
    width: 300px;
    height: 200px;
    margin: 10px 0 !important;
    display: block
}

.gallery-images-wrapper .csc-textpic-imagerow img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    padding-right: 40px
}

.gallery-images-wrapper .csc-textpic-imagecolumn {
    width: 30.5%;
    margin: 10px 0
}

.gallery-video-wrapper .csc-textpic-imagerow {
    display: flex;
    justify-content: space-between
}

.gallery-video-wrapper .csc-textpic-imagerow figure {
    width: 100%;
    height: 175px;
    margin: 10px
}

.gallery-video-wrapper .csc-textpic-imagerow img {
    width: 100%;
    height: auto
}

.gallery-video-wrapper .csc-textpic-imagecolumn {
    width: 30.5%;
    margin: 10px 0
}

.press--contact {
    color: #263c75
}

.press--contact p {
    line-height: 1.5
}

figcaption {
    display: none !important
}

@media screen and (max-width: 74.9375em) {
    .gallery-images-wrapper .csc-textpic-imagerow figure {
        width: 100%;
        height: auto
    }

    .gallery-images-wrapper .csc-textpic-imagerow figure img {
        width: 100%;
        height: 150px;
        padding-right: 0
    }

    .gallery-video-wrapper .csc-textpic-imagerow figure {
        height: auto
    }
}

.news-item {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    margin-bottom: 70px;
    background: #fff
}

.news-item-wrapper {
    margin-top: 70px;
    padding: 30px 0 90px;
    background: #f1f1f1
}

.news-item--image-wrapper {
    height: auto;
    overflow: hidden
}

.news-item--image-wrapper img {
    width: 100%;
    height: auto
}

.news-item--image-wrapper a {
    display: block;
    line-height: 0;
    height: 100%;
    background-color: #f1f1f1
}

.news-item--content {
    padding: 30px 10px 64px 30px;
    min-height: 350px
}

.news-item--date {
    margin: 0;
    color: #263c75
}

.news-item--title {
    margin: 25px 0 30px;
    text-transform: uppercase
}

.news-item--title--link {
    color: #263c75;
    font-size: 20px;
    line-height: 35px;
    text-decoration: none
}

.news-item--text {
    margin-bottom: 35px;
    color: #949599;
    line-height: 26px
}

.news-item .button--small, .news-item .button--small__no-arrow {
    position: absolute;
    bottom: 30px;
    left: 30px
}

@media screen and (min-width: 48em) {
    .news-item {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.news-item--row {
    margin: 0 15px
}

.news-item__featured-wrapper {
    margin-top: 70px;
    padding: 30px 0 90px;
    background: #f1f1f1
}

.news-item__featured--image-wrapper {
    overflow: hidden
}

.news-item__featured--image-wrapper img {
    width: 100%;
    height: auto
}

.news-item__featured--image-wrapper a {
    display: block;
    line-height: 0;
    height: 100%;
    background-color: #f1f1f1
}

.news-item__featured--content {
    padding: 30px 10px 64px 30px;
    min-height: 350px
}

.news-item__featured--date {
    margin: 0;
    color: #263c75
}

.news-item__featured--title {
    margin: 25px 0 30px;
    text-transform: uppercase
}

.news-item__featured--title--link {
    color: #263c75;
    font-size: 20px;
    line-height: 35px;
    text-decoration: none
}

.news-item__featured--text {
    margin-bottom: 35px;
    color: #949599;
    line-height: 26px
}

.news-item__featured .button--small, .news-item__featured .button--small__no-arrow {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.news-item__featured--content {
    width: 41.66667%;
    margin-right: 0;
    position: relative;
    background: #f1f1f1;
    padding: 30px 60px 60px 30px
}

@media screen and (min-width: 48em) {
    .news-item__featured--content {
        width: 41.66667%;
        margin-right: 0
    }
}

.news-item__featured--image-wrapper {
    width: 58.33333%;
    margin-right: 0;
    margin-left: 0;
    height: auto
}

@media screen and (min-width: 48em) {
    .news-item__featured--image-wrapper {
        width: 58.33333%;
        margin-right: 0;
        margin-left: 0
    }
}

.news-item__featured--title {
    margin: 25px 0
}

.news-item__featured--title--link {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700
}

.news-item__featured--text {
    margin-bottom: 65px;
    color: #4d4d4d;
    line-height: 30px
}

.page216 .f3-widget-paginator {
    display: none
}

@media screen and (max-width: 74.9375em) {
    .news-item--image-wrapper {
        height: auto
    }

    .news-item {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .news-item {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .news-item__featured--content, .news-item__featured--image-wrapper {
        width: 100%
    }
}

@media screen and (max-width: 47.9375em) {
    .news-item-wrapper {
        padding: 30px 25px 90px
    }

    .news-item {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .news-item {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.news-single--image-wrapper img {
    width: 100%;
    height: auto
}

.news-single--content {
    padding: 40px 0 30px 25px;
    margin: 0 15px;
    background: #fff
}

.news-single--content--inner {
    width: calc(66.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin: 30px 0 0;
    line-height: 24px
}

@media screen and (min-width: 48em) {
    .news-single--content--inner {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.news-single--date {
    margin: 0;
    color: #4d4d4d;
    font-size: 20px
}

.news-single--title {
    color: #263c75;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5
}

.news-single--subtitle {
    margin: 30px 0 0;
    color: #263c75;
    line-height: 24px
}

.news-single--link {
    display: inline-block;
    padding: 5px 5px 5px 0;
    margin-top: 50px;
    color: #263c75;
    text-decoration: none;
    font-size: 12px
}

.news-single--link:hover {
    text-decoration: underline
}

.news-single--slider {
    margin: 0 15px
}

.news-single--images {
    display: flex;
    margin: 0 7.5px;
    line-height: 0
}

.news-single--images-block {
    padding: 15px 7.5px;
    width: 100%
}

.page309 .page--content {
    padding-top: 0
}

@media screen and (max-width: 47.9375em) {
    .news-single {
        margin: 0 -25px
    }

    .news-single--content {
        padding-left: 0;
        margin: 0
    }

    .news-single--content--inner {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .news-single--content--inner {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .news-single--images {
        flex-direction: column;
        margin: 0 15px
    }

    .news-single--images-block {
        padding: 10px
    }

    .news-single--images-block a {
        display: block;
        line-height: 0
    }

    .news-single--images-block img {
        width: 100%
    }
}

.newsletter-subscribe-form-wrapper {
    margin-top: 40px
}

.organization--wrapper ul {
    padding-left: 40px
}

.page225 .page--header--headline, .page225 .product--header--headline, .page233 .page--header--headline, .page233 .product--header--headline, .page312 .page--header--headline, .page312 .product--header--headline, .page861 .page--header--headline, .page861 .product--header--headline {
    width: 100%
}

.page213 .page--header--headline, .page213 .product--header--headline {
    width: calc(20% - 1.875rem)
}

.page--header--headline__full h1, .page--header--headline h1, .product--header--headline h1 {
    text-transform: none
}

.belayout16 .page--header--headline, .belayout16 .product--header--headline {
    width: calc(80% - 1.875rem)
}

@media screen and (max-width: 74.9375em) {
    .belayout16 .page--header {
        display: none
    }
}

.page233 .page--header--menu, .page312 .page--header--menu {
    display: none
}

.collection--back, .product--back {
    position: absolute;
    left: 15px;
    top: 200px;
    display: none;
    content: " "
}

.product--back {
    top: 22px !important
}

@media screen and (max-width: 74.9375em) {
    .tabs-content {
        padding: 0 15px
    }

    .page213 #breadcrumbs, .page239 #breadcrumbs, .page414 #breadcrumbs, .page416 #breadcrumbs, .page456 #breadcrumbs, .page458 #breadcrumbs, .page497 #breadcrumbs, .page499 #breadcrumbs, .page538 #breadcrumbs, .page540 #breadcrumbs, .page579 #breadcrumbs, .page581 #breadcrumbs, .page620 #breadcrumbs, .page622 #breadcrumbs, .page661 #breadcrumbs, .page663 #breadcrumbs {
        display: none
    }

    .page213 .page--header--headline, .page213 .product--header--headline, .page239 .page--header--headline, .page239 .product--header--headline, .page414 .page--header--headline, .page414 .product--header--headline, .page416 .page--header--headline, .page416 .product--header--headline, .page456 .page--header--headline, .page456 .product--header--headline, .page458 .page--header--headline, .page458 .product--header--headline, .page497 .page--header--headline, .page497 .product--header--headline, .page499 .page--header--headline, .page499 .product--header--headline, .page538 .page--header--headline, .page538 .product--header--headline, .page540 .page--header--headline, .page540 .product--header--headline, .page579 .page--header--headline, .page579 .product--header--headline, .page581 .page--header--headline, .page581 .product--header--headline, .page620 .page--header--headline, .page620 .product--header--headline, .page622 .page--header--headline, .page622 .product--header--headline, .page661 .page--header--headline, .page661 .product--header--headline, .page663 .page--header--headline, .page663 .product--header--headline {
        width: 100% !important;
        text-align: center
    }

    .page213 .page--header--headline h1, .page213 .product--header--headline h1, .page239 .page--header--headline h1, .page239 .product--header--headline h1, .page414 .page--header--headline h1, .page414 .product--header--headline h1, .page416 .page--header--headline h1, .page416 .product--header--headline h1, .page456 .page--header--headline h1, .page456 .product--header--headline h1, .page458 .page--header--headline h1, .page458 .product--header--headline h1, .page497 .page--header--headline h1, .page497 .product--header--headline h1, .page499 .page--header--headline h1, .page499 .product--header--headline h1, .page538 .page--header--headline h1, .page538 .product--header--headline h1, .page540 .page--header--headline h1, .page540 .product--header--headline h1, .page579 .page--header--headline h1, .page579 .product--header--headline h1, .page581 .page--header--headline h1, .page581 .product--header--headline h1, .page620 .page--header--headline h1, .page620 .product--header--headline h1, .page622 .page--header--headline h1, .page622 .product--header--headline h1, .page661 .page--header--headline h1, .page661 .product--header--headline h1, .page663 .page--header--headline h1, .page663 .product--header--headline h1 {
        margin-bottom: 10px
    }

    .page213 .page--header--headline__full, .page239 .page--header--headline__full, .page414 .page--header--headline__full, .page416 .page--header--headline__full, .page456 .page--header--headline__full, .page458 .page--header--headline__full, .page497 .page--header--headline__full, .page499 .page--header--headline__full, .page538 .page--header--headline__full, .page540 .page--header--headline__full, .page579 .page--header--headline__full, .page581 .page--header--headline__full, .page620 .page--header--headline__full, .page622 .page--header--headline__full, .page661 .page--header--headline__full, .page663 .page--header--headline__full {
        width: 100% !important;
        text-align: center
    }

    .page213 .page--header--headline__full h1, .page239 .page--header--headline__full h1, .page414 .page--header--headline__full h1, .page416 .page--header--headline__full h1, .page456 .page--header--headline__full h1, .page458 .page--header--headline__full h1, .page497 .page--header--headline__full h1, .page499 .page--header--headline__full h1, .page538 .page--header--headline__full h1, .page540 .page--header--headline__full h1, .page579 .page--header--headline__full h1, .page581 .page--header--headline__full h1, .page620 .page--header--headline__full h1, .page622 .page--header--headline__full h1, .page661 .page--header--headline__full h1, .page663 .page--header--headline__full h1 {
        margin-bottom: 10px;
        margin-top: 30px
    }

    .page213 .page--header--menu, .page239 .page--header--menu, .page414 .page--header--menu, .page416 .page--header--menu, .page456 .page--header--menu, .page458 .page--header--menu, .page497 .page--header--menu, .page499 .page--header--menu, .page538 .page--header--menu, .page540 .page--header--menu, .page579 .page--header--menu, .page581 .page--header--menu, .page620 .page--header--menu, .page622 .page--header--menu, .page661 .page--header--menu, .page663 .page--header--menu {
        margin-top: 0
    }

    .page213 .page--header--menu .button--show-all__no-arrow, .page213 .page--header--menu .collection-menu, .page239 .page--header--menu .button--show-all__no-arrow, .page239 .page--header--menu .collection-menu, .page414 .page--header--menu .button--show-all__no-arrow, .page414 .page--header--menu .collection-menu, .page416 .page--header--menu .button--show-all__no-arrow, .page416 .page--header--menu .collection-menu, .page456 .page--header--menu .button--show-all__no-arrow, .page456 .page--header--menu .collection-menu, .page458 .page--header--menu .button--show-all__no-arrow, .page458 .page--header--menu .collection-menu, .page497 .page--header--menu .button--show-all__no-arrow, .page497 .page--header--menu .collection-menu, .page499 .page--header--menu .button--show-all__no-arrow, .page499 .page--header--menu .collection-menu, .page538 .page--header--menu .button--show-all__no-arrow, .page538 .page--header--menu .collection-menu, .page540 .page--header--menu .button--show-all__no-arrow, .page540 .page--header--menu .collection-menu, .page579 .page--header--menu .button--show-all__no-arrow, .page579 .page--header--menu .collection-menu, .page581 .page--header--menu .button--show-all__no-arrow, .page581 .page--header--menu .collection-menu, .page620 .page--header--menu .button--show-all__no-arrow, .page620 .page--header--menu .collection-menu, .page622 .page--header--menu .button--show-all__no-arrow, .page622 .page--header--menu .collection-menu, .page661 .page--header--menu .button--show-all__no-arrow, .page661 .page--header--menu .collection-menu, .page663 .page--header--menu .button--show-all__no-arrow, .page663 .page--header--menu .collection-menu {
        display: none
    }
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .page240 .collection--hamburger, .page417 .collection--hamburger, .page459 .collection--hamburger, .page500 .collection--hamburger, .page541 .collection--hamburger, .page582 .collection--hamburger, .page623 .collection--hamburger, .page664 .collection--hamburger {
        display: none
    }
}

@media screen and (max-width: 74.9375em) and (orientation: portrait) {
    .page237 .collection--back, .page237 .product--back, .page240 .collection--back, .page240 .product--back, .page417 .collection--back, .page417 .product--back, .page459 .collection--back, .page459 .product--back, .page500 .collection--back, .page500 .product--back, .page541 .collection--back, .page541 .product--back, .page582 .collection--back, .page582 .product--back, .page623 .collection--back, .page623 .product--back, .page664 .collection--back, .page664 .product--back {
        display: block
    }

    .page237 #breadcrumbs, .page240 #breadcrumbs, .page417 #breadcrumbs, .page459 #breadcrumbs, .page500 #breadcrumbs, .page541 #breadcrumbs, .page582 #breadcrumbs, .page623 #breadcrumbs, .page664 #breadcrumbs {
        display: none
    }

    .page237 .page--header--headline, .page237 .product--header--headline, .page240 .page--header--headline, .page240 .product--header--headline, .page417 .page--header--headline, .page417 .product--header--headline, .page459 .page--header--headline, .page459 .product--header--headline, .page500 .page--header--headline, .page500 .product--header--headline, .page541 .page--header--headline, .page541 .product--header--headline, .page582 .page--header--headline, .page582 .product--header--headline, .page623 .page--header--headline, .page623 .product--header--headline, .page664 .page--header--headline, .page664 .product--header--headline {
        width: 100% !important;
        margin: 0;
        border-bottom: 1px solid #263c75;
        text-align: center
    }

    .page237 .page--header--headline h1, .page237 .product--header--headline h1, .page240 .page--header--headline h1, .page240 .product--header--headline h1, .page417 .page--header--headline h1, .page417 .product--header--headline h1, .page459 .page--header--headline h1, .page459 .product--header--headline h1, .page500 .page--header--headline h1, .page500 .product--header--headline h1, .page541 .page--header--headline h1, .page541 .product--header--headline h1, .page582 .page--header--headline h1, .page582 .product--header--headline h1, .page623 .page--header--headline h1, .page623 .product--header--headline h1, .page664 .page--header--headline h1, .page664 .product--header--headline h1 {
        margin-bottom: 10px;
        padding-left: 80px;
        padding-right: 80px
    }

    .page237 .page--header--menu, .page240 .page--header--menu, .page417 .page--header--menu, .page459 .page--header--menu, .page500 .page--header--menu, .page541 .page--header--menu, .page582 .page--header--menu, .page623 .page--header--menu, .page664 .page--header--menu {
        margin-top: 0;
        width: 100%;
        padding: 5px 0;
        text-align: center
    }

    .page237 .page--content--aside2 .button--show-all__no-arrow, .page237 .page--content--aside2 .collection-menu, .page237 .page--content--aside2 .page--side-menu, .page237 .page--content--aside .button--show-all__no-arrow, .page237 .page--content--aside .collection-menu, .page237 .page--content--aside .page--side-menu, .page237 .page--header--menu .button--show-all__no-arrow, .page237 .page--header--menu .collection-menu, .page240 .page--content--aside2 .button--show-all__no-arrow, .page240 .page--content--aside2 .collection-menu, .page240 .page--content--aside2 .page--side-menu, .page240 .page--content--aside .button--show-all__no-arrow, .page240 .page--content--aside .collection-menu, .page240 .page--content--aside .page--side-menu, .page240 .page--header--menu .button--show-all__no-arrow, .page240 .page--header--menu .collection-menu, .page417 .page--content--aside2 .button--show-all__no-arrow, .page417 .page--content--aside2 .collection-menu, .page417 .page--content--aside2 .page--side-menu, .page417 .page--content--aside .button--show-all__no-arrow, .page417 .page--content--aside .collection-menu, .page417 .page--content--aside .page--side-menu, .page417 .page--header--menu .button--show-all__no-arrow, .page417 .page--header--menu .collection-menu, .page459 .page--content--aside2 .button--show-all__no-arrow, .page459 .page--content--aside2 .collection-menu, .page459 .page--content--aside2 .page--side-menu, .page459 .page--content--aside .button--show-all__no-arrow, .page459 .page--content--aside .collection-menu, .page459 .page--content--aside .page--side-menu, .page459 .page--header--menu .button--show-all__no-arrow, .page459 .page--header--menu .collection-menu, .page500 .page--content--aside2 .button--show-all__no-arrow, .page500 .page--content--aside2 .collection-menu, .page500 .page--content--aside2 .page--side-menu, .page500 .page--content--aside .button--show-all__no-arrow, .page500 .page--content--aside .collection-menu, .page500 .page--content--aside .page--side-menu, .page500 .page--header--menu .button--show-all__no-arrow, .page500 .page--header--menu .collection-menu, .page541 .page--content--aside2 .button--show-all__no-arrow, .page541 .page--content--aside2 .collection-menu, .page541 .page--content--aside2 .page--side-menu, .page541 .page--content--aside .button--show-all__no-arrow, .page541 .page--content--aside .collection-menu, .page541 .page--content--aside .page--side-menu, .page541 .page--header--menu .button--show-all__no-arrow, .page541 .page--header--menu .collection-menu, .page582 .page--content--aside2 .button--show-all__no-arrow, .page582 .page--content--aside2 .collection-menu, .page582 .page--content--aside2 .page--side-menu, .page582 .page--content--aside .button--show-all__no-arrow, .page582 .page--content--aside .collection-menu, .page582 .page--content--aside .page--side-menu, .page582 .page--header--menu .button--show-all__no-arrow, .page582 .page--header--menu .collection-menu, .page623 .page--content--aside2 .button--show-all__no-arrow, .page623 .page--content--aside2 .collection-menu, .page623 .page--content--aside2 .page--side-menu, .page623 .page--content--aside .button--show-all__no-arrow, .page623 .page--content--aside .collection-menu, .page623 .page--content--aside .page--side-menu, .page623 .page--header--menu .button--show-all__no-arrow, .page623 .page--header--menu .collection-menu, .page664 .page--content--aside2 .button--show-all__no-arrow, .page664 .page--content--aside2 .collection-menu, .page664 .page--content--aside2 .page--side-menu, .page664 .page--content--aside .button--show-all__no-arrow, .page664 .page--content--aside .collection-menu, .page664 .page--content--aside .page--side-menu, .page664 .page--header--menu .button--show-all__no-arrow, .page664 .page--header--menu .collection-menu {
        display: none
    }

    .page237 .page--content--main, .page240 .page--content--main, .page417 .page--content--main, .page459 .page--content--main, .page500 .page--content--main, .page541 .page--content--main, .page582 .page--content--main, .page623 .page--content--main, .page664 .page--content--main {
        width: 100%;
        margin: 0
    }

    .page237 .page--header--headline, .page237 .product--header--headline {
        border-bottom: 1px solid #e6e6e6
    }
}

@media screen and (max-width: 47.9375em) {
    .tabs-content {
        padding: 0
    }

    .collection--back, .product--back {
        top: 162px
    }

    .page--header--headline h1, .product--header--headline h1 {
        text-transform: uppercase
    }
}

@media screen and (min-width: 40em) {
    .belayout16 .page--header .ambient--detail, .belayout16 .page--header .cart-validate-invoicedata--top, .belayout16 .page--header .cart-validation, .belayout16 .page--header .combined-data-entry, .belayout16 .page--header .contact--data, .belayout16 .page--header .edit-data-entry, .belayout16 .page--header .footer--bottom, .belayout16 .page--header .footer--top, .belayout16 .page--header .homepage-ambients--row, .belayout16 .page--header .inner-row, .belayout16 .page--header .inner-row__wide, .belayout16 .page--header .main-menu--submenu .category-menu-popup ul, .belayout16 .page--header .mini-cart--item, .belayout16 .page--header .news-item--row, .belayout16 .page--header .offset--header, .belayout16 .page--header .product-list--cart--item, .belayout16 .page--header .product-list--header, .belayout16 .page--header .product-list--wrapper, .belayout16 .page--header .product-list--wrapper__full, .belayout16 .page--header .product-list-single-lastminute-wrapper, .belayout16 .page--header .purchase--steps, .belayout16 .page--header .search-product-list-wrapper, .belayout16 .page--header .tutorial, .belayout16 .page--header .user-registration, .main-menu--submenu .category-menu-popup .belayout16 .page--header ul {
        height: 150px
    }
}

.page313 .allWrap {
    background: #f1f1f1
}

.page313 .header {
    background: #fff
}

.compare--status {
    margin: 0 15px 20px;
    color: #263c75;
    text-align: right
}

.compare--container {
    display: flex;
    flex-direction: row;
    padding: 30px;
    margin: 0 15px;
    background: #fff
}

.compare--container .empty-list-message {
    margin-bottom: 30px
}

.compare--container li {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #949599;
    padding-left: 10px;
    position: relative
}

.compare--container li:before {
    display: none
}

.compare--button {
    margin-top: 40px;
    border-bottom: none !important;
    max-width: 200px;
    text-align: center
}

.compare--button--container {
    border-bottom: none !important;
    padding-left: 0 !important
}

.compare--button--remove {
    float: right
}

.compare--legend, .compare--legend li {
    width: 150px
}

.compare--legend span {
    color: #263c75;
    font-size: 16px
}

.compare--product {
    margin-left: 40px;
    display: flex
}

.compare--product--size {
    display: flex;
    flex-direction: column;
    font-size: 12px
}

.compare--product--size label {
    width: 70px;
    font-weight: 700
}

.compare--product--size--depth, .compare--product--size--height, .compare--product--size--width {
    display: flex
}

.compare--product--container {
    margin: 0 30px;
    min-width: 200px
}

.compare--price--old {
    font-size: 14px;
    text-decoration: line-through
}

.compare--price--new {
    margin-top: 5px;
    color: #263c75;
    font-size: 22px;
    font-weight: 700
}

.compare--price--discount .product-list--single--marker__sale, .compare--price--discount .product-list--single--marker__sale-super, .compare--price--discount .product-list--single--marker__sale-super-recommended {
    left: 10px !important
}

.compare--top-info {
    height: 200px;
    width: 200px
}

.compare--top-info--image {
    width: 100%;
    height: auto
}

.compare--top-info h1 {
    margin: 0;
    max-width: 100px;
    padding: 30px 10px;
    color: #263c75;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5
}

.compare--add--new-product {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important
}

.compare--add--new-product--icon {
    margin-bottom: 20px
}

.compare--add--new-product--icon:hover {
    text-decoration: none
}

.compare--add--new-product--icon:after {
    content: "+";
    display: block;
    width: 65px;
    height: 65px;
    background: #f1f1f1;
    color: #263c75;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    text-decoration: none
}

.lang_foreign .compare--button--container, .lang_foreign .compare--price, .lang_foreign .compare--price--discount, .lang_foreign .product-compare-legend-action, .lang_foreign .product-compare-legend-price {
    display: none
}

.product-list--filter--category--title, .product-list--filter--color--title, .product-list--filter--price--title, .product-list--filter--search--title {
    margin-top: 0;
    color: #263c75;
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px
}

.product-list--cart {
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #263c75
}

.product-list--cart--title {
    position: relative;
    padding: 15px 20px;
    margin: 0;
    background: #263c75;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .7px;
    cursor: pointer
}

.product-list--cart--title:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-left: 10px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2232%22%20viewBox%3D%220%200%2064%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Eaktivni_link_glavni_meni%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M64%200l-32%2032-32-32z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 20px auto;
    background-position: center 8px
}

.product-list--cart--content {
    display: none;
    padding: 20px 20px 50px;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.product-list--cart--item {
    margin-bottom: 20px;
    margin-left: 0
}

.product-list--cart--item--remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 100% auto;
    background-position: 50%
}

.product-list--cart--item--img {
    width: 100px;
    height: 100px
}

.product-list--cart--item--info {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    display: inline-block;
    vertical-align: top
}

@media screen and (min-width: 48em) {
    .product-list--cart--item--info {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product-list--cart--item--name {
    margin: 0;
    color: #949599;
    font-size: 12px;
    text-transform: uppercase
}

.product-list--cart--item--price {
    margin-top: 0;
    color: #949599;
    font-size: 13px;
    text-transform: uppercase
}

.product-list--cart--item--quantity {
    position: absolute;
    bottom: 10px;
    display: block;
    padding: 0;
    background: #f1f1f1
}

.product-list--cart--item--quantity button {
    padding: 2px 0 0;
    float: left;
    width: 33.33%;
    background: none;
    border: none;
    font-size: 14px;
    color: #949599;
    cursor: pointer;
    outline: none
}

.product-list--cart--item--quantity button:hover {
    color: #263c75
}

.product-list--cart--item--quantity input {
    float: left;
    width: 33.33%;
    padding: 5px 0;
    background: none;
    color: #949599;
    border: none;
    font-size: 13px;
    text-align: center
}

.product-list--cart--divider {
    margin: 60px 0 26px
}

.product-list--cart--total {
    margin-bottom: 40px;
    color: #263c75;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: right
}

.product-list--cart--button {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: #263c75;
    border: none;
    font-size: 20px;
    color: #fff
}

.product-list--filter--search {
    padding: 20px 15px;
    margin-bottom: 25px;
    max-width: 260px;
    border: 1px solid #d8d8d8
}

.product-list--filter--search--title, .product-list--filter--search .field-wrap {
    margin-bottom: 10px
}

.product-list--filter--search--input {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #c3c3c3;
    background-color: #fafafa
}

.product-list--filter--search--input::-webkit-input-placeholder {
    font-size: 12px
}

.product-list--filter--search--input::-moz-placeholder {
    font-size: 12px
}

.product-list--filter--search--input:-ms-input-placeholder, .product-list--filter--search--input::-ms-input-placeholder {
    font-size: 12px
}

.product-list--filter--search--input::placeholder {
    font-size: 12px
}

.product-list--filter--search--submit {
    padding: 5px 15px;
    margin-top: 30px;
    background: #263c75;
    color: #fff;
    border: none;
    text-transform: uppercase
}

.product-list--filter--search .form--label {
    padding: 8px 10px
}

.product-list--filter--search .button--small, .product-list--filter--search .button--small__no-arrow {
    border: none
}

.product-list--filter--category {
    padding: 15px;
    margin-bottom: 25px;
    max-width: 260px
}

.product-list--filter--category--title {
    margin-bottom: 10px
}

.product-list--filter--category--trigger {
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

.product-list--filter--category--trigger:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efilter_plus%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2877%2C77%2C77%29%22%20d%3D%22M13.714%200h4.571v32h-4.571v-32z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%2877%2C77%2C77%29%22%20d%3D%22M0%2013.714h32v4.571h-32v-4.571z%22%2F%3E%20%3C%2Fsvg%3E);
    background-size: 2rem 2rem;
    background-size: auto 7px;
    font-size: 11px
}

.product-list--filter--category--trigger.active:after, .product-list--filter--category--trigger:after {
    background-repeat: no-repeat;
    background-position: 0 50%;
    float: right;
    padding-top: 6px;
    width: 11px;
    height: 11px;
    background-position: 100%;
    content: ""
}

.product-list--filter--category--trigger.active:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22224%22%20height%3D%2232%22%20viewBox%3D%220%200%20224%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Efilter_minus%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2877%2C77%2C77%29%22%20d%3D%22M0%200h224v32h-224v-32z%22%2F%3E%20%3C%2Fsvg%3E);
    background-size: 2rem 2rem;
    background-size: auto 1px
}

.product-list--filter--category--single {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    padding-left: 15px
}

.product-list--filter--category--single span {
    top: 0;
    margin: 0 10px 0 0;
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    line-height: 14px;
    cursor: pointer
}

.product-list--filter--category--single span.checked:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: 8px auto
}

.product-list--filter--category--single label {
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    max-width: 160px;
    line-height: 14px;
    float: left
}

.product-list--filter--category--single--item {
    margin-bottom: 10px;
    height: auto;
    min-height: 20px;
    clear: both
}

.product-list--filter--category--single--item:after {
    content: "";
    display: block;
    clear: both
}

.product-list--filter--category > ul {
    margin-left: -10px !important
}

.product-list--filter--category ul {
    margin: 5px 0 10px 20px;
    padding: 0;
    list-style: none
}

.product-list--filter--category ul li {
    position: relative
}

.product-list--filter--category ul li a {
    color: #525252;
    font-family: Muli, sans-serif;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    width: 100%;
    text-transform: uppercase
}

@media screen and (max-width: 74.9375em) {
    .product-list--filter--category ul li a {
        padding: 10px 10px 10px 25px
    }
}

.product-list--filter--category .categoryArrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #525252;
    position: absolute;
    top: 9px;
    left: 11px
}

@media screen and (max-width: 74.9375em) {
    .product-list--filter--category .categoryArrow {
        top: 15px
    }
}

.product-list--filter--category .category-toggle {
    display: inline-block;
    position: relative;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer
}

@media screen and (max-width: 74.9375em) {
    .product-list--filter--category .category-toggle {
        width: 30px;
        height: 38px
    }
}

.product-list--filter--category .category-toggle.arrDown .categoryArrow {
    transform: rotate(90deg)
}

.product-list--filter--category .product-list--filter--category-item:last-child, .product-list--filter--category .product-list--filter--category-item ul {
    display: none
}

.product-list--filter--category .product-list--filter--category-item_active > a {
    background-color: #263c75;
    color: #fff;
    font-size: 13px;
    text-decoration: none !important
}

.product-list--filter--category .product-list--filter--category-item_active .category-toggle .categoryArrow {
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff
}

.product-list--filter--category .product-list--filter--category-item_active .category-toggle.arrDown .categoryArrow {
    transform: rotate(90deg)
}

.product-list--filter--category .product-list--filter--category-item_current > a {
    background-color: #263c75;
    color: #fff;
    font-size: 13px;
    text-decoration: none !important
}

.product-list--filter--category .product-list--filter--category-item_current .category-toggle .categoryArrow {
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff
}

.product-list--filter--category .product-list--filter--category-item_current .category-toggle.arrDown .categoryArrow {
    transform: rotate(90deg)
}

.product-list--filter--category .product-list--filter--category-item:hover .category--side-menu--nav--link {
    background-color: #263c75;
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

.product-list--filter--category .product-list--filter--category-item:hover .categoryArrow {
    border-color: transparent transparent transparent #fff
}

.product-list--filter--category .product-list--filter--category-subitem_active > a, .product-list--filter--category .product-list--filter--category-subitem_current > a {
    color: #263c75;
    -webkit-text-decoration: underline #263c75;
    text-decoration: underline #263c75;
    font-size: 11px;
    line-height: 13px
}

.product-list--filter--category .product-list--filter--category-subitem .category--side-menu--sub--nav--link {
    font-size: 11px;
    line-height: 13px
}

.product-list--filter--category .product-list--filter--category-subitem .category--side-menu--sub--nav--link:hover {
    color: #263c75;
    -webkit-text-decoration: underline #263c75;
    text-decoration: underline #263c75
}

.product-list--filter--online {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 25px;
    max-width: 260px;
    border: 1px solid #d8d8d8
}

.product-list--filter--online--input {
    position: relative;
    top: 6px;
    float: left
}

.product-list--filter--online--info {
    position: relative;
    float: left;
    width: 180px;
    padding: 0 15px;
    display: inline-block;
    color: #263c75;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.product-list--filter--online:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2232%22%20viewBox%3D%220%200%2043%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edostupno_za_online_kupovinu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M18.62%2025.835c-1.712%200-3.103%201.385-3.103%203.083%200%201.697%201.391%203.082%203.103%203.082%201.713%200%203.105-1.385%203.105-3.082%200-1.7-1.392-3.083-3.105-3.083z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M37.484%2023.633l5.593-17.887h-33.639l-3.307-5.746h-6.13v2.948h4.417l0.074%200.126%2011.876%2020.56h21.118zM39.23%208.693l-3.748%2011.991h-17.417l-0.073-0.127-6.854-11.865h28.091z%22%2F%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M33.191%2025.835c-1.712%200-3.104%201.385-3.104%203.083%200%201.697%201.392%203.082%203.104%203.082%201.714%200%203.109-1.385%203.109-3.082%200-1.7-1.396-3.083-3.109-3.083z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    top: 21px;
    right: 20px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-position: 50%;
    background-size: 100% auto
}

.product-list--filter--color {
    border: 1px solid #d8d8d8;
    padding: 20px 15px;
    max-width: 260px
}

.product-list--filter--color--item {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 7px 7px 0;
    border-radius: 50px
}

.product-list--filter--color--item--input {
    top: 0;
    width: 24px;
    height: 24px;
    margin: 0 !important;
    border-radius: 12px;
    border: none !important;
    box-shadow: 0 0 0 1px #e6e6e6;
    cursor: pointer;
    transition: all .5s;
    background-clip: padding-box
}

.product-list--filter--color--item--input[title]:hover:after {
    position: absolute;
    content: attr(title);
    width: 180px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #000;
    padding: 5px;
    z-index: 1;
    left: -85px;
    top: -35px;
    height: 15px;
    text-transform: capitalize;
    text-align: center;
    pointer-events: none
}

.product-list--filter--color--item--input.checked {
    transform: scale(1.15)
}

.product-list--filter--color--item--input.checked:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_korpa_quick_view%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M32%202.667l-2.667-2.667-13.333%2013.333-13.333-13.333-2.667%202.667%2013.333%2013.333-13.333%2013.333%202.667%202.667%2013.333-13.333%2013.333%2013.333%202.667-2.667-13.333-13.333z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-size: 10px auto;
    background-position: 50%
}

.product-list--filter--price {
    padding: 20px 15px;
    margin-bottom: 25px;
    max-width: 260px;
    border: 1px solid #d8d8d8
}

.product-list--filter--price--button {
    padding: 5px 15px;
    background: #263c75;
    color: #fff;
    border: none;
    text-transform: uppercase
}

.product-list--filter--mobile--title {
    display: none
}

.product-list--header {
    height: 31px;
    margin-bottom: 11px;
    color: #949599
}

.product-list--header--info {
    width: calc(66.66667% - 3.125rem);
    margin: 0 1.5625rem;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media screen and (min-width: 48em) {
    .product-list--header--info {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product-list--header--info span {
    position: relative
}

.product-list--header--info span:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000
}

.product-list--header--filter {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    margin-right: 0;
    margin-left: 20px;
    font-size: 12px
}

@media screen and (min-width: 48em) {
    .product-list--header--filter {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product-list--header--filter--page {
    display: none;
    float: left;
    line-height: 26px
}

.product-list--header--filter--page span {
    color: #000
}

.product-list--header--filter--page--active {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%280%2C0%2C0%29%22%20d%3D%22M2%206.88l23.99%2023.12%2024.010-23.144-5.036-4.856-18.976%2018.29-18.952-18.266-5.036%204.856z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: relative;
    padding: 0 18px 0 3px;
    margin-right: 8px;
    background-size: 10px auto;
    background-position: 100%;
    cursor: pointer
}

.product-list--header--filter--page--active--list {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 10;
    display: none;
    width: 100%;
    padding: 5px 3px;
    background: #fff
}

.product-list--header--filter--page--active--list a {
    display: block;
    color: #949599;
    cursor: pointer
}

.product-list--header--filter--page--active--list a.active {
    color: #263c75;
    font-weight: 700
}

.product-list--header--filter--page--active--list a:hover {
    color: #263c75
}

.product-list--header--filter--trigger {
    float: right;
    width: 120px;
    padding: 0 5px;
    display: block;
    margin-right: 1px;
    border: 1px solid #999;
    text-align: center;
    line-height: 24px;
    cursor: pointer
}

.product-list--header--filter--trigger:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2877%2C77%2C77%29%22%20d%3D%22M2%206.88l23.99%2023.12%2024.010-23.144-5.036-4.856-18.976%2018.29-18.952-18.266-5.036%204.856z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    margin: 0 0 -3px 5px;
    background-size: 100% auto;
    background-position: 50%
}

.product-list--header--filter--select {
    position: absolute;
    top: 24px;
    right: 1px;
    z-index: 10;
    display: none;
    width: 120px;
    background: #fff;
    border: 1px solid #999
}

.product-list--header--filter--select a {
    display: block;
    padding: 5px;
    color: #949599;
    cursor: pointer
}

.product-list--header--filter--select a.selected {
    color: #263c75
}

.product-list--header--filter--select a:hover {
    color: #263c75;
    text-decoration: none
}

.product-list--header__action #breadcrumbs {
    float: left
}

.product-list--header__action .product-list--header--filter--page {
    float: right;
    margin-top: 13px;
    color: #949599;
    font-size: 12px
}

.lang_foreign .product-list--cart {
    display: none
}

@media screen and (max-width: 74.9375em) {
    .product-list--header {
        width: 100%;
        margin-top: 0;
        padding: 0 5px
    }

    .product-list--cart {
        display: none
    }

    .product-list--filter--mobile--title {
        display: block;
        margin: 0;
        padding: 0 0 0 15px;
        color: #263c75;
        font-family: PT Sans;
        font-size: 22px;
        font-weight: 700;
        line-height: 32px
    }

    .product-list--filter--mobile--close {
        background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2232%22%20viewBox%3D%220%200%2039%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_back_hor_flip%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M1.057%2013.927h28.705l-11.342-11.009%202.975-2.931%2016.504%2016.014-16.504%2016.014-2.975-2.929%2011.345-11.014h-28.708z%22%2F%3E%20%3C%2Fsvg%3E);
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 2rem 2rem;
        position: absolute;
        top: 10px;
        right: 15px;
        content: "x";
        display: inline-block;
        width: 40px;
        height: 40px;
        background-size: 20px auto;
        background-position: 50%
    }

    .product-list--filter--category--title, .product-list--filter--color--title, .product-list--filter--price--title {
        font-size: 18px
    }

    .product-list--filter--online--info:after {
        display: none
    }

    .product-list--filter--category {
        padding-right: 0
    }

    .product-list--filter--category--title {
        display: none
    }

    .product-list--filter--category--trigger {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        text-align: right
    }

    .product-list--filter--category--trigger:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 14px !important;
        height: 14px !important;
        background-size: auto 12px !important;
        background-position: 0 !important
    }

    .product-list--filter--category--trigger.active:after {
        background-size: auto 2px !important
    }

    .product-list--filter--category--single span {
        float: right;
        margin: 0 0 0 10px
    }

    .product-list--filter--category--single label {
        float: right;
        text-align: right
    }

    .tx-i-shop {
        margin: 0
    }

    .belayout16 .page--content--aside, .belayout16 .page--content--aside2 {
        padding: 15px 0 0;
        width: 300px
    }

    .belayout16 .page--header--headline__mobile {
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
    }

    .page187 .page--header, .page418 .page--header, .page460 .page--header, .page501 .page--header, .page542 .page--header, .page583 .page--header, .page624 .page--header, .page665 .page--header {
        display: none
    }

    .page187 .page--header--headline__mobile, .page418 .page--header--headline__mobile, .page460 .page--header--headline__mobile, .page501 .page--header--headline__mobile, .page542 .page--header--headline__mobile, .page583 .page--header--headline__mobile, .page624 .page--header--headline__mobile, .page665 .page--header--headline__mobile {
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
    }

    .page187 .page--content--aside, .page187 .page--content--aside2, .page418 .page--content--aside, .page418 .page--content--aside2, .page460 .page--content--aside, .page460 .page--content--aside2, .page501 .page--content--aside, .page501 .page--content--aside2, .page542 .page--content--aside, .page542 .page--content--aside2, .page583 .page--content--aside, .page583 .page--content--aside2, .page624 .page--content--aside, .page624 .page--content--aside2, .page665 .page--content--aside, .page665 .page--content--aside2 {
        position: fixed;
        top: 0 !important;
        right: -280px;
        bottom: 0;
        left: auto !important;
        z-index: 100;
        display: block;
        width: 280px;
        margin: 0 !important;
        padding-bottom: 100px;
        overflow: scroll;
        background: #fff;
        transition: right .5s
    }

    .page187 .page--content--main, .page418 .page--content--main, .page460 .page--content--main, .page501 .page--content--main, .page542 .page--content--main, .page583 .page--content--main, .page624 .page--content--main, .page665 .page--content--main {
        width: 100%;
        margin: 40px 0
    }
}

@media screen and (max-width: 47.9375em) {
    .product-list--header--filter--page {
        display: none
    }

    .product-list--wrapper__full {
        margin-top: 30px !important
    }
}

@media screen and (min-width: 48em) {
    .grid-container-productlist {
        min-height: 1800px
    }
}

@media screen and (max-width: 74.9375em) {
    .grid-container-productlist {
        margin-top: 30px
    }
}

.percent-sign {
    position: relative;
    font-size: 10px;
    top: -5px
}

.percent {
    position: relative;
    top: 5px;
    font-weight: 900;
    font-size: 18px;
    font-family: Muli
}

.filter-background-close {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.product-list--content {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    margin-bottom: 40px
}

@media screen and (min-width: 48em) {
    .product-list--content {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product-list--content__full {
    width: calc(25% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative;
    margin-bottom: 40px
}

@media screen and (min-width: 48em) {
    .product-list--content__full {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product-list--main {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: .5s
}

.product-list--sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.product-list--colors {
    position: absolute;
    bottom: 155px;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.product-list--colors .product-details-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    margin: 0 2px 3px !important;
    border: none !important;
    cursor: pointer;
    transition: all .5s
}

.product-list--colors .product-details-color__active {
    transform: scale(1.15)
}

.product-list--single .hiddenPrice, .product-list--single__small .hiddenPrice {
    position: absolute;
    visibility: hidden
}

.product-list--single > a, .product-list--single__small > a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #949599;
    text-decoration: none;
    text-align: center
}

.product-list--single > a:hover, .product-list--single__small > a:hover {
    text-decoration: none
}

.product-list--single--img {
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 40px;
    background-color: #f1f1f1;
    transition: all 1s
}

.homepage-content .product-list--single--img {
    width: 300px;
    height: 300px
}

.product-list--single--marker, .product-list--single--marker__internet, .product-list--single--marker__new, .product-list--single--marker__sale, .product-list--single--marker__sale-super, .product-list--single--marker__sale-super-recommended, .product-list--single--marker__takeaway, .product-list--single--marker__whileinstock {
    position: absolute;
    line-height: 0
}

.product-list--single--marker__whileinstock {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 48px;
    background: url(/assets/workfiles/project/sprite/SVG/markica_ogranicena_kolicina_new.svg) no-repeat 100% 100%
}

.product-list--single--marker__new {
    bottom: 15px;
    left: 15px;
    font-size: 48px
}

.lang_foreign .product-list--single--marker__new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #b1d334;
    border-radius: 8px;
    font-family: PT Sans, sans-serif
}

.lang_foreign .product-list--single--marker__new:before {
    content: "New";
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

.lang_de .product-list--single--marker__new:before {
    content: "Neu"
}

.lang_ro .product-list--single--marker__new:before {
    content: "Nou"
}

.lang_ru .product-list--single--marker__new:before {
    content: "РќРѕРІС‹Р№";
    font-size: 10px
}

.lang_cz .product-list--single--marker__new:before {
    content: "NovГ©";
    font-size: 13px
}

.lang_gr .product-list--single--marker__new:before {
    content: "ОЅО­О±";
    font-size: 13px
}

.lang_hu .product-list--single--marker__new:before {
    content: "Гљj";
    font-size: 17px
}

.product-list--single--marker__takeaway {
    right: 15px;
    bottom: 15px;
    width: 56px;
    height: 56px;
    background: url(/assets/images/sprite.png) no-repeat -6px -855px
}

.product-list--single--marker__internet {
    right: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
    background: url(/assets/images/sprite.png) no-repeat -15px -960px
}

.product-list--single--marker__internet__active {
    bottom: 70px
}

.product-list--single--marker__sale, .product-list--single--marker__sale-super, .product-list--single--marker__sale-super-recommended {
    background: url(/assets/workfiles/project/sprite/SVG/markica_popust_new.svg) no-repeat 100% 100%;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 48px;
    display: inline-block;
    border-radius: 3px;
    background-size: 100% auto;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 48px
}

.product-list--single--marker__sale-super-recommended .discount, .product-list--single--marker__sale-super .discount, .product-list--single--marker__sale .discount {
    text-align: center
}

.product-list--single--marker__sale-super {
    background: url(/assets/workfiles/project/sprite/SVG/markica_super_snizenje.svg) no-repeat 100% 100%;
    width: 74px;
    height: 74px
}

.product-list--single--marker__sale-super-recommended {
    background: url(/assets/workfiles/project/sprite/SVG/markica_preporuka_meseca_new.svg) no-repeat 100% 100%;
    right: 15px;
    bottom: 15px;
    top: unset;
    width: 40px;
    height: 48px
}

.product-list--single--name {
    min-height: 40px;
    margin: 10px 0 0;
    color: #4d4d4d;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400
}

.homepage-content .product-list--single--name {
    font-size: 14px
}

.product-list--single--cta {
    position: relative;
    height: 100px;
    overflow: hidden
}

.product-list--single--cta.av-available:hover .product-list--single--price {
    transform: translateY(-100%)
}

.product-list--single--cta.av-available:hover .product-list--single--button {
    top: 0
}

.product-list--single--cta.av-available .product-list--single--button {
    display: block
}

.product-list--single--button {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    height: 48px;
    transition: all .3s
}

.product-list--single--price {
    height: 48px;
    transition: transform .3s
}

.product-list--single--price__old {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: line-through;
    line-height: 1
}

.product-list--single--price__new {
    margin: 5px 0;
    color: #e91308;
    font-size: 22px;
    font-weight: 700
}

.product-list--single--price__sell {
    display: none;
    width: 35px;
    margin-right: -40px;
    color: #263c75;
    font-size: 14px;
    font-weight: 400
}

.av-available .product-list--single--price__sell {
    display: inline-block
}

.product-list--single--duration {
    position: relative;
    z-index: 1;
    display: block;
    height: 53px;
    margin: 0;
    padding: 6px 0 0;
    justify-content: center;
    align-items: flex-start;
    color: #4d4d4d;
    background: #fff;
    font-size: 10px;
    line-height: 60%
}

.homepage-content .product-list--single--duration {
    background: #f1f1f1;
    font-size: 12px
}

.product-list--single--duration__mobile {
    display: none
}

.product-list--single--sizes {
    font-size: 13px
}

.product-list--single--sizes > * {
    display: inline
}

.product-list--single__small > a {
    width: auto;
    padding: 0 10px
}

.product-list--single__small--image {
    display: table;
    margin: 0 auto
}

.product-list--single__small--name {
    color: gray;
    font-size: 12px;
    text-transform: uppercase
}

.product-list--single__small--price__new {
    margin: 40px 0 0;
    color: #263c75;
    font-size: 21px;
    font-weight: 700
}

.product-list--single__small--price__old {
    color: #4d4d4d;
    font-size: 13px;
    text-decoration: line-through
}

.product-list--single__small--duration {
    margin: 0;
    color: #4d4d4d;
    font-size: 10px
}

.product-detail-delivery-note {
    line-height: 110%;
    display: inline-block
}

.product--details .product-detail-delivery-note {
    line-height: 80%
}

.product--details--links {
    margin-top: 5px
}

.product-list-single-homepagewrapper .slick-prev {
    left: -30px;
    background-size: auto 35px;
    background-position: 0
}

.product-list-single-homepagewrapper .slick-next {
    right: -30px;
    background-size: auto 35px;
    background-position: 100%
}

.product-list-single-homepagewrapper .slick-arrow {
    height: 50px
}

.lang_foreign .product-list--single__small--duration, .lang_foreign .product-list--single__small--price {
    display: none
}

.lang_foreign .product-list--single__small a {
    padding: 0 10px 20px
}

#subcategoryCSV, .lang_foreign .ic-markica_novo, .lang_foreign .product-list--single--marker__buyandtake, .lang_foreign .product-list--single--marker__internet, .lang_foreign .product-list--single--marker__new, .lang_foreign .product-list--single--marker__sale, .lang_foreign .product-list--single--marker__sale-super, .lang_foreign .product-list--single--marker__sale-super-recommended, .lang_foreign .product-list--single--marker__takeaway, .lang_foreign .product-list--single--marker__whileinstock {
    display: none
}

@media screen and (max-width: 74.9375em) {
    .product-list--colors {
        bottom: 180px
    }

    .product-list--single--cta {
        overflow: visible
    }

    .product-list--single--cta.av-available:hover .product-list--single--price {
        transform: none
    }

    .product-list--single--button, .product-list--single--cta.av-available:hover .product-list--single--button {
        top: 90px
    }

    .product-list--single--img {
        width: 100%;
        height: auto
    }

    .product-list--content {
        height: 480px
    }

    .product-list--content__full {
        width: calc(33.33333% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .product-list--content__full {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .product-list--wrapper {
        margin: 0
    }

    .product-list--wrapper__full {
        padding-bottom: 80px
    }

    .product-list--header--info {
        text-align: left
    }

    .product-list--header--filter {
        margin-left: .9375rem;
        margin-right: .9375rem
    }

    .product-list-single-homepagewrapper .slick-prev {
        left: 0
    }

    .product-list-single-homepagewrapper .slick-next {
        right: 15px
    }

    .product-list-single-homepagewrapper .slick-arrow {
        height: 50px
    }

    .product-list-single-homepagewrapper .product-list--single, .product-list-single-homepagewrapper .product-list--single__small {
        height: 500px
    }

    .homepage-content h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 74.9375em) and (max-width: 1024px) {
    .homepage-content h3 {
        font-size: 25px
    }
}

@media screen and (max-width: 74.9375em) {
    .homepage-content .fi-slider--container {
        height: auto
    }
}

@media screen and (max-width: 74.9375em) and (orientation: landscape) {
    .product-list--wrapper__full {
        padding-bottom: 80px
    }
}

@media screen and (max-width: 74.9375em) {
    .lang_foreign .product-list--content {
        height: 375px
    }
}

@media screen and (max-width: 63.9375em) {
    .product-list--colors {
        bottom: 175px;
        margin: 0 20%;
        width: 60%
    }
}

@media only screen and (max-width: 993px) {
    .product-list--content {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        height: auto
    }

    .product-list--header {
        display: none
    }
}

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .product-list--content {
        height: auto
    }

    .product-list--colors {
        bottom: 195px;
        margin: 0 20%;
        width: 60%
    }

    .product-list--single--cta {
        height: 131px
    }

    .product-list--single--button {
        position: static;
        top: auto
    }
}

@media screen and (max-width: 47.9375em) {
    .product-list--wrapper__full {
        margin: 0;
        padding: 0
    }

    .product-list--colors {
        bottom: 195px;
        left: 0;
        margin: 0 20%
    }

    .product-list--colors .product-details-color {
        margin: 0 7px 7px !important
    }

    .product-list--content {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        height: auto
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .product-list--content {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .product-list--content__full {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        height: auto;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .product-list--content__full {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .product-list--single, .product-list--single__small {
        height: 490px
    }

    .product-list--single--img {
        min-height: 300px
    }

    .product-list--single--button, .product-list--single--price {
        height: auto
    }

    .product-list--single--cta {
        height: 138px
    }

    .product-list--single--button {
        position: static
    }

    .product-list--single--duration {
        display: none;
        margin-bottom: 0
    }

    .product-list--single--duration__mobile {
        display: block
    }

    .homepage-content h3 {
        margin: 25px 0;
        font-size: 16px
    }
}

.product-wrapper {
    position: relative;
    top: -20px
}

.product--header--headline {
    margin-top: 45px;
    margin-bottom: 45px;
    color: #263c75;
    font-size: 36px;
    font-weight: 700;
    line-height: 1
}

.product-single-image-small {
    position: relative;
    margin: 0 10px 0 5px
}

.product-single-image-small .play-button {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_plava%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    display: block;
    border-color: #263c75;
    background-size: 12px auto;
    background-position: 14px
}

.product--new--price {
    margin: 6px 0 10px;
    font-size: 36px;
    font-weight: 700;
    color: #263c75
}

.product--old--price {
    color: #4d4d4d;
    font-size: 16px;
    text-decoration: line-through
}

.product-add-to-cart {
    float: right
}

.product-add-to-cart .button--add-to-cart span {
    padding: 11px 20px
}

.product--code {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 12px
}

.product--images {
    width: calc(41.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    position: relative
}

@media screen and (min-width: 48em) {
    .product--images {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--images--video {
    position: absolute;
    bottom: -74px;
    left: 0;
    margin-top: 60px;
    width: 100%
}

.product--images--video .ico {
    width: 40px;
    height: 20px;
    float: left;
    margin-right: 20px;
    margin-left: 5px
}

.product--images--video a {
    text-decoration: none;
    color: #263c75;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer
}

.product--images--video p {
    margin: 0
}

.product--images--small {
    display: flex;
    flex-wrap: wrap
}

.product--images--small .slick-prev {
    left: -35px
}

.product--images--small .slick-next {
    right: -35px
}

.product--images--small img {
    width: 110px;
    height: auto;
    border: 2px solid #e6e6e6
}

.product--images--main {
    position: relative;
    padding: 25px
}

.product--images--main--image {
    width: 100%
}

.product--images .selling-options-marker-container {
    position: absolute;
    top: 10px;
    left: 10px
}

.product--details {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(8.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .product--details {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(8.33333% + .9375rem)
    }
}

.product--details--mobile {
    display: none
}

.product--details--old--price {
    width: 100%;
    margin: 30px 15px 5px;
    line-height: 0
}

.product--details--information {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: left;
    margin: 0 30px 0 0 !important
}

@media screen and (min-width: 48em) {
    .product--details--information {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--compare {
    float: left;
    text-align: center;
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .product--details--compare {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--links {
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    width: 100%;
    line-height: 40px;
    font-size: 14px
}

@media screen and (min-width: 48em) {
    .product--details--links {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--manufacturer {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: right
}

@media screen and (min-width: 48em) {
    .product--details--manufacturer {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--manufacturer span {
    color: #263c75;
    font-size: 11px
}

.product--details--manufacturer span:nth-child(2) {
    font-weight: 700
}

.product--details--left--column {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: left;
    margin-top: 15px
}

@media screen and (min-width: 48em) {
    .product--details--left--column {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--right--column {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: right;
    margin-top: 20px
}

@media screen and (min-width: 48em) {
    .product--details--right--column {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--value {
    display: inline-block
}

.product--details--colors {
    width: calc(58.33333% - 3.125rem);
    margin: 20px 1.5625rem 10px;
    float: right;
    padding-left: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width: 48em) {
    .product--details--colors {
        width: calc(58.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--color {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    text-indent: -2000px
}

.product--details--color--name {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: left;
    margin-left: 0 !important;
    color: #4d4d4d
}

@media screen and (min-width: 48em) {
    .product--details--color--name {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--color--type {
    width: 100%;
    margin: 10px 15px;
    display: flex
}

.product--details--color--type label {
    width: auto;
    line-height: 1.5
}

.product--details--table {
    width: calc(41.66667% - 3.125rem);
    margin: 20px 1.5625rem;
    float: left;
    color: #4d4d4d;
    border-right: 1px solid #949599;
    line-height: 1.5
}

@media screen and (min-width: 48em) {
    .product--details--table {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--table label {
    width: 70px
}

.product--details--info p {
    padding-top: 20px;
    margin: 15px 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5
}

.product--details--info p + p {
    padding-top: 0
}

.product--details--info h1 {
    margin: 5px 0;
    color: #263c75;
    text-transform: uppercase
}

.product--details--info .add-to-compare-button, .product--details--info .cta-tutorial {
    padding-right: 10px;
    font-size: 11px;
    text-decoration: none;
    color: #263c75
}

.product--details--info .add-to-compare-button svg, .product--details--info .cta-tutorial svg {
    position: relative;
    bottom: -4px;
    margin-right: 5px;
    font-size: 14px
}

.product--details--info .not-for-sale {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    float: right;
    padding: 0 0 0 10px;
    margin: 0 19px;
    color: #e91308;
    font-size: 15px
}

@media screen and (min-width: 48em) {
    .product--details--info .not-for-sale {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--details--info .discount-duration {
    color: #e91308
}

.product--details--info--desc {
    margin: 0 .9375rem
}

.product--details--info--mobile {
    width: 100%;
    padding: 0 25px;
    text-align: center
}

.product--details--info--mobile p {
    font-size: 12px;
    line-height: 2
}

.product--details--mobile--button__value {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--button__value .button--product--value {
    width: 70%;
    margin: 0 auto;
    float: none;
    border: none
}

.product--details--mobile--button__buy {
    line-height: 0
}

.product--details--mobile--button__buy .product-add-to-cart {
    float: none
}

.product--details--mobile--button__buy .product-add-to-cart .button--store {
    width: 100%;
    text-align: center
}

.product--details--mobile--button__buy .product-add-to-cart .button--store span {
    padding: 25px;
    text-transform: uppercase
}

.product--details--mobile--size {
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--size .product--details--table {
    width: 100%;
    margin: 5px 0;
    float: none;
    border-right: 0
}

.product--details--mobile--size p {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 13px
}

.product--details--mobile--available {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--available .not-for-sale {
    margin: 10px 25px;
    color: #e91308;
    font-size: 12px
}

.product--details--mobile--links {
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--links-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
    padding: 5px 0
}

.product--details--mobile--links-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center
}

.product--details--mobile--links-wrapper a p {
    padding-left: 15px;
    color: #4d4d4d;
    font-size: 13px
}

.product--details--mobile--links-wrapper svg {
    font-size: 30px
}

.product--details--mobile--manufacturer {
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--manufacturer-wrapper {
    margin: 0 25px;
    padding: 18px 0
}

.product--details--mobile--manufacturer span {
    font-size: 13px
}

.product--details--mobile--info {
    border-bottom: 1px solid #e6e6e6
}

.product--details--mobile--info--name {
    margin: 0 25px;
    padding: 15px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.product--details--mobile--info--name p {
    margin: 0;
    font-size: 14px
}

.product--details--mobile--info--name span {
    font-size: 11px
}

.product--details--mobile--info--price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25px
}

.product--details--mobile--info--price .product--details--old--price {
    margin: 20px 0 5px
}

.product--details--mobile--info--price .product--details--old--price .product--old--price {
    font-size: 13px
}

.product--details--mobile--info--price .product-details-price .product--new--price {
    color: #e91308;
    font-size: 22px
}

.product--details--mobile--info--price .product--details--mobile--colors {
    display: flex;
    flex-wrap: wrap;
    max-width: 150px;
    padding-left: 10px;
    margin: 0 -5px 10px
}

.product--details--mobile--info--price .product--details--mobile--colors .product--details--color {
    width: 24px;
    height: 24px
}

.product--details--store--info {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(8.33333% + 1.5625rem);
    padding-left: 15px;
    margin: 50px 15px 10px;
    text-transform: uppercase
}

@media screen and (min-width: 48em) {
    .product--details--store--info {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(8.33333% + .9375rem)
    }
}

.product--details--store--info svg {
    margin-right: 20px;
    font-size: 15px
}

.lang_foreign .product--details--store--info {
    display: none
}

.product--cart {
    padding-top: 20px;
    clear: both
}

.product--cart--link {
    width: 100%;
    display: block;
    padding: 10px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    text-align: center;
    text-decoration: none !important;
    color: #000 !important
}

.product--cart--link:hover {
    border-top: 1px solid #263c75;
    border-bottom: 1px solid #263c75;
    transition: all .5s ease;
    color: #263c75 !important
}

.product--tab--links {
    margin: 30px 0;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #949599;
    border-bottom: 1px solid #949599;
    color: #263c75;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.product--tab--links a:first-child {
    border: none;
    text-align: right
}

.product--tab--link {
    color: #a8afc1 !important;
    font-size: 22px;
    line-height: 47px;
    font-weight: 700;
    text-align: center
}

.product--tab--link, .product--tab--link__active {
    padding: 0 20px;
    border-left: 2px solid #263c75;
    text-decoration: none !important;
    cursor: pointer
}

.product--tab--link__active {
    transition: all .3s;
    font-size: 30px;
    text-align: left;
    letter-spacing: 1px
}

.product--tabs-wrapper .tab--content {
    background: #fff
}

.product--tabs-wrapper .tab--content .slick-prev {
    left: -30px
}

.product--tabs-wrapper .tab--content .slick-next {
    right: -30px
}

.product--declaration--wrapper {
    display: none;
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(8.33333% + 1.5625rem);
    padding: 0 15px;
    position: relative
}

@media screen and (min-width: 48em) {
    .product--declaration--wrapper {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(8.33333% + .9375rem)
    }
}

.product--declaration--wrapper--mobile {
    display: none
}

.product--declaration--close {
    display: inline-block;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20sketchtool%2056.3%20%28101010%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3E36DAE044-264E-4953-BF0A-8C010F82E780%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Deklaracija-opened%22%20transform%3D%22translate%28-1434.000000%2C%20-965.000000%29%22%20fill%3D%22rgb%28233%2C19%2C8%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cpath%20d%3D%22M1434.18311%2C973.93207%20C1433.93896%2C974.176192%201433.93938%2C974.571953%201434.18311%2C974.816075%20C1434.42683%2C975.060197%201434.82304%2C975.059781%201435.06719%2C974.816075%20L1435.06719%2C974.816075%20L1438.92597%2C970.958029%20C1438.9668%2C970.917203%201439.03263%2C970.917203%201439.07346%2C970.958029%20C1439.07346%2C970.958029%201439.07346%2C970.958029%201439.07346%2C970.958029%20L1442.93224%2C974.816908%20C1443.17638%2C975.061031%201443.57218%2C975.061031%201443.81632%2C974.816908%20C1444.06046%2C974.572786%201444.06046%2C974.177025%201443.81632%2C973.932903%20L1439.95795%2C970.07319%20C1439.91712%2C970.032364%201439.91712%2C969.966543%201439.95795%2C969.925717%20C1439.95795%2C969.925717%201439.95795%2C969.925717%201439.95795%2C969.925717%20L1443.81715%2C966.067254%20C1444.0613%2C965.822715%201444.06088%2C965.426954%201443.81632%2C965.182832%20C1443.57176%2C964.938709%201443.17597%2C964.939126%201442.93224%2C965.183665%20L1439.07346%2C969.041295%20C1439.03263%2C969.082121%201438.9668%2C969.082121%201438.92597%2C969.041295%20C1438.92597%2C969.041295%201438.92597%2C969.041295%201438.92597%2C969.041295%20L1435.06719%2C965.183665%20C1434.82304%2C964.939543%201434.42725%2C964.939543%201434.18311%2C965.183248%20C1433.93896%2C965.426954%201433.93896%2C965.823131%201434.18311%2C966.067254%20C1434.18311%2C966.067254%201434.18311%2C966.067254%201434.18311%2C966.067254%20L1438.04147%2C969.925717%20C1438.0823%2C969.966543%201438.0823%2C970.032364%201438.04147%2C970.07319%20C1438.04147%2C970.07319%201438.04147%2C970.07319%201438.04147%2C970.07319%20L1434.18311%2C973.93207%20Z%22%20id%3D%22ic-close%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: right 0 center;
    background-size: 10px;
    padding-right: 20px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 43px;
    cursor: pointer;
    color: #e91308;
    font-family: Muli;
    font-size: 12px
}

.product--declaration--offset {
    width: calc(41.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .product--declaration--offset {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.product--declaration--divider {
    height: 1px;
    background-color: #949599;
    margin: 20px 0
}

.product--declaration--table--divider {
    margin-top: 25px;
    height: 4px;
    background-color: #263c74
}

.product--declaration--title {
    width: 100%;
    color: #263c75;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    margin-top: 40px
}

.product--declaration--header, .product--declaration--title {
    font-family: Muli;
    text-transform: uppercase;
    vertical-align: top
}

.product--declaration--header {
    color: #263c74;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    min-width: 190px
}

.product--declaration--header--material {
    padding: 15px 0
}

.product--declaration--description {
    color: gray;
    font-family: Muli;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top
}

.product--declaration--description--material {
    padding: 15px 0
}

.declaration-button {
    margin-right: 20px
}

.declaration-button:hover {
    cursor: pointer;
    text-decoration: underline
}

.declaration-button-mobile {
    display: flex;
    padding: 8px 0 5px
}

.declaration-button-mobile:hover {
    cursor: pointer
}

.ic-declaration {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22%22%3E%20%3C!--%20Generator%3A%20sketchtool%2056.3%20%28101010%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%20%3Ctitle%3E19E487EE-8CFC-4E65-BC5E-6E06829862B7%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22Deklaracija-opened%22%20transform%3D%22translate%28-864.000000%2C%20-897.000000%29%22%20fill%3D%22rgb%2838%2C60%2C117%29%22%20fill-rule%3D%22nonzero%22%3E%20%3Cg%20id%3D%22streamline-icon-certified-ribbon-2%4024x24%22%20transform%3D%22translate%28864.000000%2C%20897.000000%29%22%3E%20%3Cpath%20d%3D%22M10.8815031%2C0%20L1.28150309%2C0%20C0.574303086%2C0%200.00150308621%2C0.5728%200.00150308621%2C1.28%20L0.00150308621%2C14.336%20C-0.0189769138%2C14.70848%200.171103086%2C15.06048%200.493663086%2C15.248%20C0.826463086%2C15.41312%201.22326309%2C15.3824%201.52662309%2C15.168%20L5.90742309%2C12.33344%20C6.01302309%2C12.26496%206.14998309%2C12.26496%206.25558309%2C12.33344%20L10.6370231%2C15.16864%20C11.0523831%2C15.488%2011.6482231%2C15.41056%2011.9682231%2C14.9952%20C12.1128631%2C14.80704%2012.1819831%2C14.57216%2012.1615031%2C14.336%20L12.1615031%2C1.28%20C12.1615031%2C0.5728%2011.5887031%2C0%2010.8815031%2C0%20Z%20M4.53654309%2C8.78016%20L2.74070309%2C6.82048%20C2.49622309%2C6.56576%202.50454309%2C6.16064%202.75926309%2C5.91552%20C3.01398309%2C5.67104%203.41910309%2C5.67936%203.66422309%2C5.93408%20C3.67126309%2C5.94112%203.67766309%2C5.94816%203.68406309%2C5.95584%20L5.38774309%2C7.81184%20L8.80662309%2C3.16672%20C9.01654309%2C2.88192%209.41718309%2C2.82112%209.70198309%2C3.0304%20C9.98678309%2C3.24032%2010.0475831%2C3.64096%209.83766309%2C3.92512%20L6.33750309%2C8.68416%20C5.97334309%2C9.20256%205.25782309%2C9.32672%204.73942309%2C8.96256%20C4.66518309%2C8.91008%204.59670309%2C8.84864%204.53654309%2C8.78016%20Z%22%20id%3D%22ic-deklaracija%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 0;
    padding-left: 17px;
    background-size: 13px;
    width: 10px;
    height: 13px
}

.product-issellasgroup-info {
    line-height: 100%
}

@media (max-width: 767px) {
    .product-issellasgroup-info {
        margin: 20px 0 !important;
        height: auto;
        text-align: center
    }
}

.product-detail-manual-measures {
    margin-top: 10px
}

.product-detail-manual-measures td, .product-detail-manual-measures th {
    text-align: right;
    font-size: 12px
}

.product-detail-manual-measures td:last-of-type, .product-detail-manual-measures th:last-of-type {
    padding-right: 10px
}

td.product-detail-manual-measures-col-0, th.product-detail-manual-measures-col-0 {
    text-align: left
}

.lang_foreign .product--details--left--column, .lang_foreign .product--details--old--price, .lang_foreign .product--details--right--column {
    display: none
}

.lang_foreign .product--details--compare {
    text-align: left;
    margin: 0
}

.lang_foreign .product-list--colors {
    top: 75%
}

.lang_foreign .page--header--headline, .lang_foreign .product--header--headline {
    width: auto
}

.lang_foreign .page--header--headline h1, .lang_foreign .product--header--headline h1 {
    margin-right: 0 !important
}

@media screen and (max-width: 74.9375em) {
    .product--images {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0 25px
    }

    .product--images--video {
        position: relative;
        margin-top: 40px;
        bottom: 0
    }

    .product--images--main {
        max-width: 800px;
        margin: 0 auto
    }

    .product--details {
        width: 100%;
        margin-left: .9375rem;
        margin-top: 20px
    }

    .product--details--table {
        width: 39%
    }

    .product--details--colors {
        width: 40%
    }

    .product--details--store--info {
        width: 100%;
        margin: 50px 15px 10px
    }

    .product--declaration--wrapper {
        width: 100%;
        margin: 0 15px
    }

    .product--declaration--offset {
        display: none
    }

    .product--tab--link {
        font-size: 18px
    }

    .product--tab--link__active {
        font-size: 20px
    }

    .product--tabs-wrapper .tab--content .slick-prev {
        left: 0
    }

    .product--tabs-wrapper .tab--content .slick-next {
        right: 0
    }
}

@media screen and (max-width: 74.9375em) and (max-width: 74.9375em) {
    .product--details--table {
        width: 42%
    }

    .product--images--small .slick-prev {
        left: -20px
    }

    .product--images--small .slick-next {
        right: 25px
    }

    .product--images--small.slick-slider {
        padding: 0 25px
    }
}

@media screen and (max-width: 74.9375em) and (max-width: 74.9375em) and (orientation: landscape) {
    .product--details--right--column .product-add-to-cart span {
        padding: 12px 65px
    }
}

@media screen and (max-width: 74.9375em) and (max-width: 63.9375em) {
    .product--details--table {
        width: 39%
    }
}

@media screen and (max-width: 47.9375em) {
    .product--declaration--wrapper {
        display: none !important
    }

    .product--declaration--table.declaration-mobile {
        margin-left: 25px;
        width: auto
    }

    .product--declaration--header {
        min-width: 90px
    }

    .product--declaration--description, .product--declaration--header {
        line-height: 14px;
        padding: 7px 0
    }

    .product-single-image-small {
        margin: 0 10px
    }

    .product--tabs-wrapper {
        display: none
    }

    .product--images {
        overflow: hidden
    }

    .product--images--small {
        height: auto;
        flex-wrap: nowrap;
        margin: 0 10px;
        justify-content: center
    }

    .product--images--small .slick-prev {
        left: 0
    }

    .product--images--small .slick-next {
        right: 10px
    }

    .product--images--video a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .product--images--video .ico {
        margin: 0
    }

    .product--details {
        display: none
    }

    .product--details--mobile {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        display: block
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .product--details--mobile {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .product--details--mobile .ic-declaration-mobile {
        background-size: 23px;
        width: 23px;
        height: 29px
    }

    .product--details--mobile .declaration-button-mobile .cta-tutorial {
        align-self: center;
        padding-left: 15px;
        color: #4d4d4d;
        font-size: 13px;
        cursor: pointer
    }

    .product--details--mobile .declaration-button-mobile .cta-tutorial:hover {
        text-decoration: underline
    }

    .product-wrapper {
        top: 4px
    }

    .product-single-image-small img {
        height: auto !important
    }

    .product-detail-manual-measures {
        margin: 20px 30px;
        width: calc(100% - 60px)
    }

    .product-detail-manual-measures td, .product-detail-manual-measures th {
        font-size: inherit
    }

    .product-detail-manual-measures td:last-of-type, .product-detail-manual-measures th:last-of-type {
        padding-right: 0
    }
}

#popupBcg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .8;
    opacity: .7
}

#popupBcg, #popupHolder {
    display: none;
    position: fixed
}

#popupHolder {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    overflow: visible
}

@media screen and (max-width: 47.9375em) {
    #popupHolder {
        width: 90%
    }
}

#boxclose {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M32%201.333l-1.333-1.333-14.668%2014.666-14.666-14.666-1.333%201.333%2014.666%2014.666-14.666%2014.668%201.333%201.333%2014.666-14.668%2014.668%2014.668%201.333-1.333-14.668-14.668z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: auto 20px;
    cursor: pointer
}

#fade:hover ~ #boxclose {
    display: none
}

.video-skip-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    height: 40px;
    width: 250px;
    background-color: #fff;
    font: 14px Muli;
    color: #263c75;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.purchase--steps {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.purchase--steps:after {
    position: absolute;
    bottom: -30px;
    left: -15px;
    right: -15px;
    content: "";
    display: block;
    height: 30px;
    background: #f1f1f1
}

.purchase--steps--mobile {
    display: none
}

.purchase--step {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .purchase--step {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.purchase--step--number {
    width: 56px;
    height: 56px;
    float: left;
    background: #f1f1f1;
    border-radius: 50%;
    color: #263c75;
    font-size: 20px;
    line-height: 56px;
    text-align: center
}

.active .purchase--step--number {
    background: #263c75;
    color: #fd0
}

.purchase--step--title {
    display: flex;
    height: 56px;
    padding-left: 10px;
    align-items: center;
    color: #949599;
    font-size: 14px
}

.active .purchase--step--title {
    color: #263c75
}

.cart-preview {
    padding-top: 20px
}

.cart-preview-table {
    border-bottom: 1px solid #e6e6e6
}

.cart-preview--mobile {
    display: none
}

.cart-preview-table-headlines th {
    padding: 0 0 11px;
    border-bottom: 1px solid #e6e6e6;
    color: #263c75;
    font-size: 16px;
    text-transform: uppercase
}

.cart-singlerow td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px
}

.cart-singlerow td.product-image {
    width: 90px;
    padding: 10px 30px 10px 0
}

.cart-singlerow td.product-image a {
    display: block;
    line-height: 0
}

.cart-singlerow td.cart-singleproduct-price {
    text-align: center
}

.cart-singlerow td a {
    color: #949599;
    font-size: 12px;
    text-transform: uppercase
}

.cart-bottom-wrapper {
    width: 50%;
    float: right;
    margin-top: 70px;
    color: #949599
}

.cart-bottom-wrapper td {
    padding: 15px 20px;
    color: #263c75;
    border-bottom: 1px solid #949599;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.cart-bottom-wrapper .float-right {
    padding-right: 15px;
    color: #949599;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400
}

.cart-bottom-wrapper .float-left {
    color: #263c75;
    font-size: 14px;
    line-height: 16px
}

.cart-bottom-wrapper .cart-bottom-total-sum {
    color: #e91308 !important;
    font-weight: 700
}

.cart-bottom-wrapper .cart-bottom-total-sum .cart-total-label {
    font-weight: 700
}

.cart-bottom-wrapper .cart-bottom-total-sum td {
    color: #e91308 !important
}

.cart-bottom-wrapper-info {
    width: 40%;
    float: right;
    margin-bottom: 20px
}

.cart-bottom-wrapper-info p {
    margin: 10px 0 40px;
    padding-right: 15px;
    font-size: 13px;
    color: #949599;
    text-align: right
}

.cart-bottom-wrapper-info span {
    padding: 25px 10px;
    font-size: 22px;
    text-align: center
}

.copyright-mc-visa-teaser {
    position: relative;
    padding-top: 20px;
    margin-top: 30px
}

.copyright-mc-visa-teaser:before {
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    content: "";
    display: block;
    height: 30px;
    background: #f1f1f1
}

.copyright-mc-visa-teaser:after {
    content: "";
    display: block;
    clear: both
}

.copyright-teaser-left {
    float: left
}

.copyright-teaser-left a {
    display: block;
    padding: 9px 0;
    line-height: 0
}

.copyright-teaser-right {
    float: right;
    line-height: 0
}

.cart-product-delete-button {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Ezatvori_side_navigacija%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M32%201.333l-1.333-1.333-14.668%2014.666-14.666-14.666-1.333%201.333%2014.666%2014.666-14.666%2014.668%201.333%201.333%2014.666-14.668%2014.668%2014.668%201.333-1.333-14.668-14.668z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    display: block;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    background-position: 50%
}

.cart-singleproduct-subtotal {
    min-width: 200px;
    padding-right: 15px;
    color: #263c75;
    text-align: right;
    font-weight: 700
}

.cart-quantity-changes {
    display: flex;
    width: 110px;
    margin: 0 auto;
    border: 1px solid #949599;
    color: #949599
}

.cart-quantity-changes > * {
    display: inline-block;
    width: 33.3333%;
    color: #949599;
    text-align: center;
    line-height: 28px
}

.cart-quantity-changes > a:hover {
    color: #263c75;
    text-decoration: none
}

.cart-singleproduct-price {
    width: 300px;
    color: #949599
}

.cart-preview-inner {
    padding-top: 20px
}

.checkout-field {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 17px 20px 9px;
    color: #263c75;
    border: none;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    line-height: 12px
}

.checkout-field.form--error, .checkout-field.tx-srfeuserregister-pi1-error {
    border: 1px solid #e91308
}

.checkout-field--wrapp {
    position: relative;
    width: calc(50% - 1.875rem);
    float: left;
    margin: 0 14px 30px
}

.checkout-field--wrapp .select2-container {
    max-width: none !important
}

.checkout-field--wrapp .select2-selection__arrow {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2232%22%20viewBox%3D%220%200%2052%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Edropdown_menu%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28148%2C149%2C153%29%22%20d%3D%22M2%206.88l23.99%2023.12%2024.010-23.144-5.036-4.856-18.976%2018.29-18.952-18.266-5.036%204.856z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    width: 26px;
    background-size: 14px auto;
    background-position: 50%
}

.checkout-field--wrapp .select2-selection__arrow b {
    display: none
}

.checkout-field--wrapp .select2-selection__rendered {
    padding-right: 50px !important;
    color: #949599 !important
}

.checkout-field--wrapp .select2-selection--single {
    max-width: none;
    border: none;
    border-bottom: 1px solid #4d4d4d;
    text-align: right
}

.checkout-field--wrapp .form--error, .checkout-field--wrapp .tx-srfeuserregister-pi1-error {
    display: inline-block;
    margin: 0
}

.checkout-field--wrapp label.form--error, .checkout-field--wrapp label.tx-srfeuserregister-pi1-error {
    position: absolute;
    top: auto !important;
    left: 20px;
    bottom: -12px;
    z-index: 1;
    width: auto;
    font-size: 10px;
    font-weight: 400
}

.checkout-field--label {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 2;
    padding: 0 0 0 20px;
    color: #263c75;
    font-size: 12px;
    font-weight: 700;
    cursor: text;
    transition: all .2s
}

.checkout-field--label.active {
    top: 4px;
    color: #949599;
    font-size: 10px;
    font-weight: 400
}

.checkout-notice, .checkout-notice-p {
    color: #e91308;
    font-size: 14px
}

.checkout-notice-p {
    padding-top: 20px;
    padding-left: 15px
}

.checkout-section-hr {
    margin: 20px 0;
    border-top: 1px solid #949599
}

.checkout-data .checkbox {
    margin-right: 10px
}

.checkout-data .checkbox-wrap {
    margin: 0 15px 30px
}

.checkout-data .checkbox--label {
    font-size: 14px
}

.checkout-data h3 {
    font-weight: 600
}

.checkout-data h3, .checkout-data h4 {
    font-size: 14px;
    text-transform: uppercase
}

.checkout-data h4 {
    color: #4d4d4d
}

.checkout--centered-button {
    width: 33.33%;
    display: table;
    padding-bottom: 20px;
    margin: 0 auto
}

.checkout--title__small {
    padding: 33px 0 30px
}

.checkout--title__small h3 {
    margin: 0;
    color: #263c75;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.checkout--section {
    width: 100%;
    padding: 30px 0;
    color: #515151;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px
}

.checkout--section strong {
    color: #263c75;
    font-weight: 700
}

.checkout--section h4 {
    margin-top: 0;
    color: #263c75;
    font-size: 16px
}

.checkout--section p {
    margin-bottom: 5px
}

.checkout--section label {
    width: 100%;
    margin: 15px 0 5px;
    color: #263c75
}

.checkout--section input {
    width: 100%;
    max-width: 450px;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    color: #263c75;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.checkout--section--info-box {
    padding: 8px 45px;
    margin: 10px 0 30px !important;
    border: 1px solid #a1a1a1;
    color: #565656;
    text-align: center;
    line-height: 16px
}

.checkout--section .select2-container {
    display: inline-block;
    max-width: 450px !important
}

.checkout--section .select2-selection--single {
    height: 41px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6
}

.checkout--section .select2-selection__rendered {
    padding-left: 20px !important;
    color: #263c75 !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 41px !important
}

.checkout--section .select2-selection__arrow {
    height: 41px !important
}

.checkout--section .errorMessage {
    padding-top: 5px;
    color: #e91308
}

.checkout--change-data {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    font-size: 14px
}

.checkout--change-data__center {
    display: table;
    float: none;
    margin: 20px auto 0;
    color: #263c75;
    font-size: 14px
}

.payment_shipment_wrapper {
    padding-bottom: 90px
}

.payment_shipment_wrapper h3 {
    margin: 20px 20px 10px;
    font-size: 18px;
    font-weight: 600
}

.payment_shipment_wrapper p {
    padding: 0 20px;
    color: #949599;
    font-size: 14px
}

.payment_shipment_wrapper p.negative, .payment_shipment_wrapper p.positive {
    color: #e91308
}

.payment_shipment_wrapper tr.first td {
    font-weight: 700
}

.payment_shipment_wrapper tr.last td {
    padding: 50px 20px;
    color: #263c75;
    font-weight: 700
}

.payment_shipment_wrapper tr.last td.negative {
    color: #e91308
}

.payment_shipment_wrapper tr.last td.positive {
    color: #b1d334
}

.payment_shipment_wrapper td {
    padding: 20px;
    width: 40%;
    color: #949599;
    border-top: 1px solid #949599;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase
}

.payment_shipment_wrapper td + td {
    width: 60%;
    padding-left: 0;
    text-align: right;
    font-size: 20px
}

.paymenttype_checks_item input {
    max-width: 250px
}

.paymenttype_checks_item, .paymenttype_vouchers_item {
    margin-bottom: 20px
}

.paymenttype_check_add, .paymenttype_voucher_add {
    position: relative;
    float: right;
    margin-bottom: 20px;
    color: #949599;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer
}

.paymenttype_check_add:after, .paymenttype_voucher_add:after {
    content: "+";
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 20px;
    background: #b1d334;
    color: #fff;
    border-radius: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 37px
}

.paymenttype_remove {
    margin-top: 5px;
    color: #e91308;
    cursor: pointer
}

.paymenttype_check_remove {
    position: relative;
    top: 50px
}

.paymenttype_voucher_add {
    margin-bottom: 0
}

.cart-validate-data .cart-validate-paymentinfo {
    margin: 0;
    text-align: right
}

.cart-validate-data .cart-validate-paymentinfo .float-right {
    color: #263c75;
    font-weight: 700;
    text-align: right
}

.cart-validate-data .checkout--validate--title {
    margin-left: 0
}

.cart-validate-data .customer-data-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #a1a1a1
}

.cart-validate-data .shippingaddress-wrap {
    padding-bottom: 0;
    border: none
}

.edit-data-entry .add-shippingaddress-wrap, .edit-data-entry .customer-data-wrap, .edit-data-entry .ispaymentcompany-wrap {
    margin: 0 -15px
}

.customer-data-wrap, .shippingaddress-wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6
}

.edit-data-entry .customer-data-wrap, .edit-data-entry .shippingaddress-wrap {
    padding: 0 !important;
    border: none
}

.cart-validate-paymentdata, .cart-validate-paymentinfo, .cart-validate-shippingdata {
    border-top: 1px solid #e6e6e6
}

.cart-validate-paymentdata td, .cart-validate-paymentdata th, .cart-validate-paymentinfo td, .cart-validate-paymentinfo th, .cart-validate-shippingdata td, .cart-validate-shippingdata th {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px
}

.cart-validate-paymentdata th, .cart-validate-paymentinfo th, .cart-validate-shippingdata th {
    color: #adadad;
    text-align: left;
    vertical-align: top;
    font-weight: 700
}

.cart-validate-paymentdata td, .cart-validate-paymentinfo td, .cart-validate-shippingdata td {
    padding-right: 0;
    padding-left: 20px;
    color: #444;
    font-weight: 400
}

.inner-table td {
    border: none !important;
    padding-bottom: 0
}

.cart-validate-total {
    width: 250px;
    float: right;
    margin-top: 15px
}

.cart-validate-total td, .cart-validate-total th {
    padding: 7px 0;
    border: none
}

.cart-validate-total th {
    font-weight: 400;
    color: #444
}

.checkout--validate--title {
    margin: 30px 15px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.checkout--validate--title__info {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6
}

.shipping-method-note {
    padding: 20px 15px 40px
}

.cart-validate, .shipping-method-note p {
    color: #949599;
    font-size: 14px
}

.cart-validate p {
    font-size: 14px
}

.cart-validate .formrow-wrap {
    margin: 0
}

.cart-validate .formrow-wrap .field-wrap {
    margin-bottom: 10px
}

.cart-validate .formrow-wrap .field-wrap .checkbox--label {
    max-width: 70%;
    position: relative;
    top: -7px !important
}

.cart-validate .formrow-wrap .checkbox {
    margin-right: 15px
}

.cart-validate .formrow-wrap a {
    position: relative;
    top: -8px;
    margin-left: 39px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline
}

.cart-validate .formrow-wrap.loyaltyno .field-wrap, .cart-validate .formrow-wrap.message .field-wrap {
    padding: 5px 0
}

.cart-validate .formrow-wrap.loyaltyno span, .cart-validate .formrow-wrap.message span {
    display: block;
    float: left;
    margin-right: 10px;
    color: #263c75;
    font-size: 14px;
    line-height: 41px
}

.cart-validate .formrow-wrap.loyaltyno input, .cart-validate .formrow-wrap.message input, .cart-validate .formrow-wrap textarea {
    width: 100%;
    border: 0;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    color: #263c75;
    font-size: 16px;
    line-height: 18px
}

.cart-validate .formrow-wrap textarea {
    height: 80px
}

.cart-increase-decrease-quantity.float-center {
    color: #949599;
    font-size: 14px;
    text-align: center
}

.purchase-validation--title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.purchase-validation--title + p {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #949599;
    font-size: 14px
}

.payment_shipment_container h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #949599
}

.payment_shipment_wrapper .payment_shipment_container h3 {
    padding: 0;
    margin-bottom: 20px;
    border: none
}

.payment_shipment_container .field-wrap {
    margin: 0 0 15px 15px
}

.payment_shipment_container label {
    color: #949599
}

.payment_shipment_container hr {
    margin: 20px 0
}

.payment_shipment_container .checkout-notice {
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #949599
}

.checkout-data .button--full span, .data-entry .button--full span, .purchase-validation-wrapper .button--full span {
    padding: 25px 10px;
    font-size: 22px
}

.shippingaddress-wrap h4 {
    padding: 0 15px 18px;
    margin: 0
}

.cart-confirm-invoicedata {
    color: #949599;
    font-size: 14px
}

.cart-confirm-invoicedata p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px
}

.purchase--validation--table-info {
    width: 30%;
    margin-bottom: 40px
}

.purchase--validation--table-info td {
    padding: 20px 0 2px;
    border-bottom: 1px solid #949599;
    color: #263c75;
    font-size: 14px
}

.purchase--validation--table-info td + td {
    color: #949599
}

.cart-validate-invoicedata {
    margin: 50px -30px 0
}

.cart-validate-invoicedata h3, .cart-validate-invoicedata hr {
    margin-top: 35px
}

.cart-validate-invoicedata--top {
    padding: 50px 30px;
    background: #fd0;
    color: #263c75
}

.cart-validate-invoicedata--top h2 {
    text-transform: uppercase
}

.cart-validate-invoicedata--right p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7
}

.cart-validate-invoicedata--left {
    position: relative
}

.cart-validate-invoicedata--left a {
    position: absolute;
    bottom: 3px
}

.cart-validate-invoicedata--left, .cart-validate-invoicedata--right {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .cart-validate-invoicedata--left, .cart-validate-invoicedata--right {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.cart-validate-invoicedata--bottom {
    padding: 15px 30px;
    color: #fff;
    background: #263c75;
    font-size: 13px
}

.hide-wrap {
    display: none
}

.empty-cart-top-table-wrapper h4 {
    text-align: center
}

.hd-product-total {
    padding-right: 15px !important;
    text-align: right
}

@media screen and (max-width: 63.9375em) {
    .purchase--step {
        flex: 0 0 auto;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 63.9375em) and (min-width: 48em) {
    .purchase--step {
        flex: 0 0 auto;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 63.9375em) {
    .purchase--step.auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 63.9375em) and (min-width: 48em) {
    .purchase--step.auto {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 63.9375em) {
    .purchase--step--title {
        display: none
    }

    .active .purchase--step--title {
        display: flex
    }

    .empty-cart-top-table-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 200px)
    }

    .empty-cart-top-table-wrapper h4 {
        color: #263c75;
        text-align: center
    }

    .empty-cart-top-table-wrapper h3 {
        padding-top: 200px;
        font-size: 14px
    }

    .cart-bottom-wrapper, .cart-bottom-wrapper-info {
        width: 60%
    }

    .cart-validate .formrow-wrap.loyaltyno span {
        width: 25%
    }

    .cart-validate .formrow-wrap.loyaltyno input {
        width: 75%
    }

    .checkout--centered-button {
        width: 50%
    }

    .purchase--validation--table-info {
        width: 60%
    }
}

.confirm-toc .errorMessage {
    padding-left: 39px;
    margin: -5px 0 20px;
    color: #e91308
}

.cart-validation, .combined-data-entry, .edit-data-entry {
    margin: 0 -15px
}

.cart-validation .dropdown-menu li:before, .combined-data-entry .dropdown-menu li:before, .edit-data-entry .dropdown-menu li:before {
    display: none
}

.cart-validation--left, .combined-data-entry--left, .edit-data-entry--left {
    width: calc(58.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    padding-bottom: 90px
}

@media screen and (min-width: 48em) {
    .cart-validation--left, .combined-data-entry--left, .edit-data-entry--left {
        width: calc(58.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.cart-validation--right, .combined-data-entry--right, .edit-data-entry--right {
    width: calc(41.66667% - 3.125rem);
    margin: 15px 1.5625rem 30px;
    position: relative
}

@media screen and (min-width: 48em) {
    .cart-validation--right, .combined-data-entry--right, .edit-data-entry--right {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.cart-validation--right .checkout-right-box, .combined-data-entry--right .checkout-right-box, .edit-data-entry--right .checkout-right-box {
    padding: 20px 20px 0;
    border: 1px solid #949599
}

.cart-validation--right h3, .combined-data-entry--right h3, .edit-data-entry--right h3 {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border: none;
    font-size: 16px
}

.cart-validation--right .field-wrap, .combined-data-entry--right .field-wrap, .edit-data-entry--right .field-wrap {
    margin-left: 0
}

.cart-validation--right .checkbox--label, .combined-data-entry--right .checkbox--label, .edit-data-entry--right .checkbox--label {
    max-width: 160px
}

.cart-validation--right .checkout--centered-button, .combined-data-entry--right .checkout--centered-button, .edit-data-entry--right .checkout--centered-button {
    width: 100%
}

.cart-validation--right .form-fields-wrap, .combined-data-entry--right .form-fields-wrap, .edit-data-entry--right .form-fields-wrap {
    float: left;
    width: 200px
}

.cart-validation--right .form-fields-notices, .combined-data-entry--right .form-fields-notices, .edit-data-entry--right .form-fields-notices {
    float: right
}

.cart-validation--right hr, .combined-data-entry--right hr, .edit-data-entry--right hr {
    clear: both
}

.cart-validation--right .checkout-notice, .cart-validation--right .checkout-notice-p, .combined-data-entry--right .checkout-notice, .combined-data-entry--right .checkout-notice-p, .edit-data-entry--right .checkout-notice, .edit-data-entry--right .checkout-notice-p {
    padding: 0;
    margin: 0 0 15px;
    width: 205px;
    font-size: 11px
}

.cart-validation--right .payment--top-notice, .cart-validation--right .payment_shipment_wrapper, .combined-data-entry--right .payment--top-notice, .combined-data-entry--right .payment_shipment_wrapper, .edit-data-entry--right .payment--top-notice, .edit-data-entry--right .payment_shipment_wrapper {
    padding: 0
}

.cart-validation--right #price-calculator, .combined-data-entry--right #price-calculator, .edit-data-entry--right #price-calculator {
    margin: 0
}

.cart-validation--right #price-calculator td, .combined-data-entry--right #price-calculator td, .edit-data-entry--right #price-calculator td {
    padding: 20px 0;
    font-size: 14px
}

.cart-validation--right #price-calculator td.float-right, .combined-data-entry--right #price-calculator td.float-right, .edit-data-entry--right #price-calculator td.float-right {
    font-size: 12px
}

.cart-validation--right #price-calculator tr.first td, .combined-data-entry--right #price-calculator tr.first td, .edit-data-entry--right #price-calculator tr.first td {
    color: #263c75
}

.cart-validation--right #price-calculator tr.first td.float-right, .combined-data-entry--right #price-calculator tr.first td.float-right, .edit-data-entry--right #price-calculator tr.first td.float-right {
    font-size: 20px
}

.cart-validation--right #price-calculator tr.total-sum td, .combined-data-entry--right #price-calculator tr.total-sum td, .edit-data-entry--right #price-calculator tr.total-sum td {
    color: #e91308
}

.cart-validation--right #price-calculator tr.total-sum td.float-right, .combined-data-entry--right #price-calculator tr.total-sum td.float-right, .edit-data-entry--right #price-calculator tr.total-sum td.float-right {
    font-size: 20px
}

.cart-validation--right .buttondisabled span, .combined-data-entry--right .buttondisabled span, .edit-data-entry--right .buttondisabled span {
    background: #949599 !important;
    border-color: #949599 !important;
    color: #fff !important
}

.cart-validation .statementIntro p, .combined-data-entry .statementIntro p, .edit-data-entry .statementIntro p {
    margin: 10px 0;
    padding-bottom: 10px
}

.cart-validation .statementIntro .statementBtn, .combined-data-entry .statementIntro .statementBtn, .edit-data-entry .statementIntro .statementBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.cart-validation .statementIntro .statementBtn--text, .combined-data-entry .statementIntro .statementBtn--text, .edit-data-entry .statementIntro .statementBtn--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.cart-validation .statementIntro .statementBtn--text:after, .combined-data-entry .statementIntro .statementBtn--text:after, .edit-data-entry .statementIntro .statementBtn--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.cart-validation .statementIntro .statementBtn--textprimary, .combined-data-entry .statementIntro .statementBtn--textprimary, .edit-data-entry .statementIntro .statementBtn--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.cart-validation .statementIntro .statementBtn--texthover, .combined-data-entry .statementIntro .statementBtn--texthover, .edit-data-entry .statementIntro .statementBtn--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .cart-validation .statementIntro .statementBtn--texthover, .combined-data-entry .statementIntro .statementBtn--texthover, .edit-data-entry .statementIntro .statementBtn--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .cart-validation .statementIntro .statementBtn--texthover, .combined-data-entry .statementIntro .statementBtn--texthover, .edit-data-entry .statementIntro .statementBtn--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.cart-validation .statementIntro .statementBtn:hover, .combined-data-entry .statementIntro .statementBtn:hover, .edit-data-entry .statementIntro .statementBtn:hover {
    text-decoration: none !important
}

.cart-validation .statementIntro .statementBtn:hover .statementBtn--text, .combined-data-entry .statementIntro .statementBtn:hover .statementBtn--text, .edit-data-entry .statementIntro .statementBtn:hover .statementBtn--text {
    background-color: #fd0;
    color: #263c75
}

.cart-validation .statementIntro .statementBtn:hover .statementBtn--text:after, .combined-data-entry .statementIntro .statementBtn:hover .statementBtn--text:after, .edit-data-entry .statementIntro .statementBtn:hover .statementBtn--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.cart-validation .statementIntro .statementBtn:hover .statementBtn--textprimary, .combined-data-entry .statementIntro .statementBtn:hover .statementBtn--textprimary, .edit-data-entry .statementIntro .statementBtn:hover .statementBtn--textprimary {
    transform: translateX(100%)
}

.cart-validation .statementIntro .statementBtn:hover .statementBtn--texthover, .combined-data-entry .statementIntro .statementBtn:hover .statementBtn--texthover, .edit-data-entry .statementIntro .statementBtn:hover .statementBtn--texthover {
    transform: translateX(0);
    cursor: pointer
}

.cart-validation .statementIntro .statementBtn--text, .combined-data-entry .statementIntro .statementBtn--text, .edit-data-entry .statementIntro .statementBtn--text {
    padding: 5px 10px
}

.cart-validation .statementIntro .statementBtn--text:after, .combined-data-entry .statementIntro .statementBtn--text:after, .edit-data-entry .statementIntro .statementBtn--text:after {
    display: none
}

.cart-validation .statementIntro b, .combined-data-entry .statementIntro b, .edit-data-entry .statementIntro b {
    font-weight: 700
}

.cart-validation .statement-payment-text, .combined-data-entry .statement-payment-text, .edit-data-entry .statement-payment-text {
    display: none;
    margin: 50px 0
}

.cart-validation .statement-payment-text p, .combined-data-entry .statement-payment-text p, .edit-data-entry .statement-payment-text p {
    margin: 10px 0;
    padding-bottom: 10px
}

.cart-validation .statement-payment-text p:first-child, .combined-data-entry .statement-payment-text p:first-child, .edit-data-entry .statement-payment-text p:first-child {
    margin-top: 0
}

.cart-validation .statement-payment-text ul, .combined-data-entry .statement-payment-text ul, .edit-data-entry .statement-payment-text ul {
    padding-left: 40px
}

.cart-validation .statement-payment-text .statementDate, .combined-data-entry .statement-payment-text .statementDate, .edit-data-entry .statement-payment-text .statementDate {
    display: inline-block
}

.cart-validation .statement-payment-text .statementInput, .combined-data-entry .statement-payment-text .statementInput, .edit-data-entry .statement-payment-text .statementInput {
    display: inline-block;
    margin-left: 50px
}

.cart-validation .statement-payment-text .statementInput label, .combined-data-entry .statement-payment-text .statementInput label, .edit-data-entry .statement-payment-text .statementInput label {
    width: auto
}

.cart-validation .statement-payment-loyalty, .combined-data-entry .statement-payment-loyalty, .edit-data-entry .statement-payment-loyalty {
    display: none;
    margin-bottom: 20px
}

.cart-validation .statementEmail, .combined-data-entry .statementEmail, .edit-data-entry .statementEmail {
    cursor: pointer;
    color: #263c75;
    text-decoration: none;
    font-size: 14px !important;
    position: unset !important;
    top: unset !important;
    margin-left: unset !important;
    text-decoration: none !important
}

.cart-validation .statementEmail:hover, .combined-data-entry .statementEmail:hover, .edit-data-entry .statementEmail:hover {
    text-decoration: underline
}

.cart-validation .statementFooter .checkbox, .combined-data-entry .statementFooter .checkbox, .edit-data-entry .statementFooter .checkbox {
    top: 5px !important
}

.cart-validation .statementFooter .checkbox--label, .combined-data-entry .statementFooter .checkbox--label, .edit-data-entry .statementFooter .checkbox--label {
    max-width: unset !important;
    position: unset !important;
    top: unset !important
}

.cart-validation ol li:before, .combined-data-entry ol li:before, .edit-data-entry ol li:before {
    display: none
}

.cart-validation .confirm-loyalty .checkbox, .combined-data-entry .confirm-loyalty .checkbox, .edit-data-entry .confirm-loyalty .checkbox {
    top: -2px
}

.add-shippingaddress-wrap .checkbox--label, .ispaymentcompany-wrap .checkbox--label {
    color: #263c75
}

@media screen and (max-width: 47.9375em) {
    .page266 .page--header, .page266 footer, .page268 .page--header, .page268 footer, .page271 .page--header, .page271 footer, .page272 .page--header, .page272 footer, .page852 .page--header, .page852 footer {
        display: none
    }

    .page266 .page--content, .page266 .page--content--box, .page268 .page--content, .page268 .page--content--box, .page271 .page--content, .page271 .page--content--box, .page272 .page--content, .page272 .page--content--box, .page852 .page--content, .page852 .page--content--box {
        padding-bottom: 0
    }

    .purchase--steps {
        display: none
    }

    .purchase--steps--mobile {
        display: block;
        margin: -20px -25px 0;
        border-bottom: 1px solid #949599
    }

    .purchase--steps--mobile h1 {
        margin: 0;
        padding: 20px 0;
        font-size: 16px;
        line-height: 1;
        text-align: center
    }

    .cart-validation--left, .combined-data-entry--left, .edit-data-entry--left {
        padding-bottom: 20px
    }

    .checkout--title__small {
        padding-left: 0;
        padding-right: 0;
        color: #263c75
    }

    .checkout--title__small + .checkout-section-hr {
        margin-bottom: 30px
    }

    .cart-preview--mobile {
        display: block;
        margin: 0 -25px
    }

    .cart-preview--mobile > p {
        margin: 0 25px 15px;
        color: #004892;
        text-transform: uppercase
    }

    .shippingaddress-wrap h4 {
        padding: 0 0 28px;
        color: #263c75
    }

    .cart-preview-table, .copyright-mc-visa-teaser {
        display: none
    }

    .cart-bottom-wrapper {
        width: 100%;
        border: none
    }

    .cart-bottom-wrapper td {
        padding: 8px 0 !important;
        border: none;
        font-size: 13px;
        text-transform: none
    }

    .cart-bottom-wrapper td span {
        display: block
    }

    .cart-bottom-wrapper td + td {
        color: #000
    }

    .cart-bottom-wrapper .cart-bottom-total-sum span, .cart-bottom-wrapper .cart-bottom-total-sum td {
        color: #000;
        font-weight: 400 !important
    }

    .cart-bottom-wrapper-info {
        width: auto;
        margin: 0 -25px;
        float: none
    }

    .cart-bottom-wrapper-info p {
        padding-right: 25px
    }

    .cart-bottom-wrapper-info .proceed-button-wrapper {
        line-height: 0
    }

    .checkout-field--wrapp {
        width: 100%;
        margin: 0 0 30px;
        float: none
    }

    .checkout-data .checkbox-wrap {
        margin: 0 0 30px
    }

    .checkout-data .checkbox-wrap label {
        max-width: 220px
    }

    .payment_shipment_container .field-wrap {
        margin: 0 0 15px
    }

    .payment_shipment_container .checkout-notice {
        padding-bottom: 0;
        border: none
    }

    .checkout-notice, .checkout-notice-p {
        padding-left: 0 !important
    }

    .checkout-section-hr {
        margin: 20px -25px
    }

    .checkout--centered-button {
        width: auto;
        display: block
    }

    .cart-validation--left, .combined-data-entry--left, .edit-data-entry--left {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .cart-validation--left, .combined-data-entry--left, .edit-data-entry--left {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .cart-validation--right, .combined-data-entry--right, .edit-data-entry--right {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .cart-validation--right, .combined-data-entry--right, .edit-data-entry--right {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .cart-validation .checkout--title__small, .combined-data-entry .checkout--title__small, .edit-data-entry .checkout--title__small {
        display: none;
        padding: 20px 25px 10px;
        margin: 0 -25px
    }

    .cart-validation .checkout--section .c-3-1-inner, .cart-validation .checkout--section .c-3-2-inner, .cart-validation .checkout--section .c-3-3-inner, .cart-validation .checkout--section .footer--bottom--copyright, .cart-validation .checkout--section .footer--bottom--social, .combined-data-entry .checkout--section .c-3-1-inner, .combined-data-entry .checkout--section .c-3-2-inner, .combined-data-entry .checkout--section .c-3-3-inner, .combined-data-entry .checkout--section .footer--bottom--copyright, .combined-data-entry .checkout--section .footer--bottom--social, .edit-data-entry .checkout--section .c-3-1-inner, .edit-data-entry .checkout--section .c-3-2-inner, .edit-data-entry .checkout--section .c-3-3-inner, .edit-data-entry .checkout--section .footer--bottom--copyright, .edit-data-entry .checkout--section .footer--bottom--social {
        margin-bottom: 20px
    }

    .checkout--section {
        width: auto;
        padding: 18px 25px 38px;
        margin: 0 -25px
    }

    .payment_shipment_wrapper table {
        margin: 0 0 50px
    }

    .payment_shipment_wrapper td {
        padding: 5px 0 !important;
        border: none;
        font-size: 13px !important;
        font-weight: 400 !important
    }

    .payment_shipment_wrapper td.negative {
        color: #e91308 !important
    }

    .payment_shipment_wrapper .button--full--text {
        font-size: 16px !important
    }

    .payment_shipment_wrapper .checkout--change-data {
        margin-top: -100px;
        margin-right: 25px
    }

    .purchase--validation--table-info {
        width: 100%;
        margin-bottom: 40px
    }

    .purchase-validation-wrapper .mini-cart--item--quantity--count {
        float: none;
        margin: 0 auto
    }

    .purchase-validation-wrapper .cart-bottom-wrapper-info p {
        padding-right: 25px
    }

    .purchase-validation-wrapper .purchase-validation--title, .purchase-validation-wrapper .purchase-validation--title + p {
        display: none
    }

    .cart-validate-paymentinfo table td {
        display: block
    }

    .cart-validate-paymentinfo table td.float-right {
        display: table-cell
    }

    .cart-validate-paymentinfo table td + td {
        display: block !important;
        padding-top: 10px
    }

    .cart-validate-data .customer-data-wrap, .cart-validate-data .shippingaddress-wrap {
        padding-bottom: 40px;
        border-color: #e6e6e6
    }

    .cart-validate-paymentinfo {
        width: calc(100% - 50px) !important
    }

    .checkout--validate--title {
        margin: 20px 25px
    }

    .checkout--validate--title__info {
        margin: 20px 0;
        padding: 0 25px 20px;
        border-color: #e6e6e6
    }

    .cart-validate-paymentdata, .cart-validate-shippingdata {
        border-color: #e6e6e6
    }

    .cart-validate-paymentdata > tbody > tr > td, .cart-validate-shippingdata > tbody > tr > td {
        display: block;
        width: 100% !important;
        padding: 0 !important
    }

    .cart-validate label {
        max-width: 220px
    }

    .cart-validate .loyaltyno {
        width: calc(100% - 25px) !important
    }

    .cart-validate .loyaltyno span {
        width: 30% !important
    }

    .cart-validate .loyaltyno input {
        width: 70% !important
    }

    .cart-validate .checkout--centered-button {
        width: 100%;
        margin: 0
    }

    .checkout-data .button--full span, .data-entry .button--full span, .purchase-validation-wrapper .button--full span {
        font-size: 16px
    }

    .cart-confirm-data {
        margin: 0 -25px
    }

    .cart-confirm-data .customer-data-wrap, .cart-confirm-data .shippingaddress-wrap {
        border-color: #e6e6e6
    }

    .cart-confirm-invoicedata {
        margin: 0 -25px
    }

    .cart-confirm-invoicedata p {
        margin-right: 25px;
        margin-left: 25px
    }

    .cart-validate-invoicedata, .cart-validate-invoicedata p {
        margin-left: 0;
        margin-right: 0
    }

    .cart-validate-invoicedata--top {
        padding: 50px 25px
    }

    .cart-validate-invoicedata--left, .cart-validate-invoicedata--right {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .cart-validate-invoicedata--left, .cart-validate-invoicedata--right {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .errorMessage {
        margin-bottom: 0;
        padding-top: 10px
    }
}

@media screen and (min-width: 768px) {
    .customer-data-wrap .checkout-field--wrapp label.error, .shippingaddress-wrap .checkout-field--wrapp label.error {
        position: absolute;
        left: 0;
        top: 48px
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .customer-data-wrap .checkout-field--wrapp label.error, .shippingaddress-wrap .checkout-field--wrapp label.error {
        font-size: 13px
    }
}

.checkout-field--wrapp #paymentcountry, .checkout-field--wrapp #shippingcountry {
    opacity: .6
}

.checkout-field--wrapp .error.active {
    position: absolute;
    left: 0;
    bottom: -16px
}

.errorClass {
    color: #e91308
}

.payment-ticket {
    position: relative;
    width: 700px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #263c75;
    font-weight: 500
}

.payment-ticket img {
    filter: invert(70%) sepia(5%) saturate(197%) hue-rotate(191deg) brightness(85%) contrast(81%)
}

.payment-ticket-rwd {
    display: none
}

.payment-ticket span {
    position: absolute
}

.payment-ticket-fullname {
    top: 52px;
    left: 47px;
    max-width: 270px
}

.payment-ticket-purpose {
    top: 122px;
    left: 47px;
    max-width: 270px
}

.payment-ticket-reciever {
    top: 190px;
    left: 47px;
    max-width: 270px
}

.payment-ticket-code {
    top: 66px;
    left: 397px
}

.payment-ticket-currency {
    top: 66px;
    left: 453px
}

.payment-ticket-price {
    top: 66px;
    left: 516px
}

.payment-ticket-account {
    top: 108px;
    left: 448px
}

.payment-ticket-model {
    top: 150px;
    left: 397px
}

.payment-ticket-accountnumbercall {
    top: 150px;
    left: 448px
}

.payment-ticket-transfer-order img {
    filter: unset !important;
    border-bottom: 1px solid #949599
}

.payment-ticket-transfer-order .payment-ticket-account {
    top: 193px;
    left: 391px
}

.payment-ticket-transfer-order .payment-ticket-accountnumbercall, .payment-ticket-transfer-order .payment-ticket-model {
    top: 235px
}

.purchase-validation-info {
    margin-top: 55px;
    color: #263c75;
    margin-bottom: 10px
}

.purchase-validation-admin-info {
    font-size: 13px
}

@media screen and (max-width: 63.9375em) {
    .purchase-validation-info {
        margin-top: 20px
    }

    .payment-ticket {
        display: none
    }

    .payment-ticket-rwd {
        display: table-row
    }
}

.cart-loyalty-card-wrapper {
    height: 50px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns:1fr 1fr
}

.cart-loyalty-card-input {
    width: 100%
}

.cart-loyalty-card-submit {
    margin: 0 !important;
    width: 100%;
    padding: 16px;
    text-transform: uppercase;
    background-color: #263c75;
    border: none;
    color: #fff;
    font-size: 14px
}

.cart-loyalty-card-submit:hover {
    cursor: pointer
}

.cart-loyalty-card .loyalty-card-not-valid {
    color: #e91308;
    font-size: 17px
}

.cart-loyalty-card .form--error, .cart-loyalty-card .tx-srfeuserregister-pi1-error {
    color: #acacac
}

.checkout-field--input {
    position: relative
}

.cart-loyalty-card-error {
    display: none
}

.cart-loyalty-card {
    color: #263c75;
    margin-bottom: 25px
}

@media screen and (max-width: 768px) {
    .cart-loyalty-card {
        padding-right: 15px
    }
}

.qua-wrapper h4 {
    color: #263c75
}

.qua-wrapper .contact-form-wrapper {
    margin-top: 40px
}

.login--left {
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .login--left {
        flex: 1 1 0px;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.login--right {
    flex: 0 0 auto;
    width: auto;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .login--right {
        flex: 0 0 auto;
        width: auto;
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.login--right a {
    display: block
}

.login--forgoten-password, .login--no-account {
    font-size: 12px
}

.login--forgoten-password a, .login--no-account a {
    display: block
}

.login-form--left {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .login-form--left {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.login-form--right {
    width: calc(50% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin-left: calc(16.66667% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .login-form--right {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(16.66667% + .9375rem)
    }
}

.page268 .user-login input {
    max-width: 100%
}

.user-login--status {
    padding-bottom: 40px;
    color: #949599;
    font-size: 18px
}

.user-registration h3 {
    width: 100%;
    margin-left: 15px
}

.user-registration--form {
    width: calc(100% - 3.125rem);
    margin-right: 1.5625rem
}

.user-registration--form--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

.user-registration--form--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

.user-registration--form--error {
    display: block;
    color: #e91308;
    font-size: 12px
}

.user-registration--form--field {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 10.9px;
    padding-bottom: 10.9px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

.user-registration--form--field.form--error, .user-registration--form--field.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.user-registration--form--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 11.9px 15px;
    width: 100%;
    max-width: 520px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    transition: all .4s ease;
    cursor: text
}

.user-registration--form--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 11.9px;
    padding-bottom: 11.9px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

.user-registration--form--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.user-registration--form--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.user-registration--form--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.user-registration--form--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.user-registration--form--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .user-registration--form--submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .user-registration--form--submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.user-registration--form--submit .button:hover {
    text-decoration: none !important
}

.user-registration--form--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.user-registration--form--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.user-registration--form--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

.user-registration--form--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.user-registration--form .select2-selection--single {
    padding: 0;
    height: 40px;
    border-radius: 0
}

.user-registration--form .select2-selection--single.form-error {
    border-color: #e91308
}

.user-registration--form .select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 40px
}

.user-registration--form .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.user-registration--form .checkbox {
    position: relative;
    top: 5px
}

@media screen and (min-width: 48em) {
    .user-registration--form {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem
    }
}

.user-registration--form fieldset {
    margin: 0;
    padding: 0;
    border: none
}

.user-registration--form--title {
    color: #4d4d4d;
    text-transform: none;
    font-size: 15px
}

.user-registration--company {
    display: none
}

.user-registration--form .statementIntro p {
    margin: 10px 0;
    padding-bottom: 10px
}

.user-registration--form .statementIntro .statementBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.user-registration--form .statementIntro .statementBtn--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.user-registration--form .statementIntro .statementBtn--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.user-registration--form .statementIntro .statementBtn--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.user-registration--form .statementIntro .statementBtn--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .user-registration--form .statementIntro .statementBtn--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .user-registration--form .statementIntro .statementBtn--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.user-registration--form .statementIntro .statementBtn:hover {
    text-decoration: none !important
}

.user-registration--form .statementIntro .statementBtn:hover .statementBtn--text {
    background-color: #fd0;
    color: #263c75
}

.user-registration--form .statementIntro .statementBtn:hover .statementBtn--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.user-registration--form .statementIntro .statementBtn:hover .statementBtn--textprimary {
    transform: translateX(100%)
}

.user-registration--form .statementIntro .statementBtn:hover .statementBtn--texthover {
    transform: translateX(0);
    cursor: pointer
}

.user-registration--form .statementIntro .statementBtn--text:after {
    display: none
}

.user-registration--form .statementIntro b {
    font-weight: 700
}

.user-registration--form .statement-registration-text {
    display: none;
    margin: 50px 0
}

.user-registration--form .statement-registration-text p {
    margin: 10px 0;
    padding-bottom: 10px
}

.user-registration--form .statement-registration-text p:first-child {
    margin-top: 0
}

.user-registration--form .statement-registration-text ul {
    padding-left: 40px
}

.user-registration--form .statement-registration-text .statementDate {
    display: inline-block
}

.user-registration--form .statement-registration-text .statementInput {
    display: inline-block;
    margin-left: 50px
}

.user-registration--form .statement-registration-text .statementInput label {
    width: auto
}

.user-registration--form .statement-registration-form, .user-registration--form ol li:before {
    display: none
}

.user-registration--form .statementEmail {
    cursor: pointer;
    color: #263c75;
    text-decoration: none;
    font-size: 15px
}

.user-registration--form .statementEmail:hover {
    text-decoration: underline
}

.tx-srfeuserregister-pi1-error {
    margin: 2px 0
}

.tx-srfeuserregister-pi1 {
    margin: 0 15px
}

.tx-srfeuserregister-pi1 b {
    color: #263c75
}

.tx-srfeuserregister-pi1 h4 {
    color: #263c75;
    font-size: 16px
}

@media screen and (max-width: 74.9375em) {
    .login-form--left {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .login-form--left {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .login-form--right {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        margin-left: 15px
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .login-form--right {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .user-registration {
        margin: 0 25px
    }

    .user-registration--form {
        width: 100%
    }

    .login--left {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .login--left {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .login--left .button--form {
        width: 100%
    }

    .login--right {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .login--right {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .login--right .button--form {
        width: 100%;
        text-align: center;
        padding-top: 10px
    }

    .login-form--left {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0 25px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .login-form--left {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .login-form--right {
        margin: 20px 1.5625rem;
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0 25px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .login-form--right {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .login-form--right ul {
        padding: 0 15px
    }
}

.data-confirmation-wrap .statementIntro p {
    margin: 10px 0;
    padding-bottom: 10px
}

.data-confirmation-wrap .statementIntro .statementBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.data-confirmation-wrap .statementIntro .statementBtn--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.data-confirmation-wrap .statementIntro .statementBtn--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.data-confirmation-wrap .statementIntro .statementBtn--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.data-confirmation-wrap .statementIntro .statementBtn--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .data-confirmation-wrap .statementIntro .statementBtn--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .data-confirmation-wrap .statementIntro .statementBtn--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.data-confirmation-wrap .statementIntro .statementBtn:hover {
    text-decoration: none !important
}

.data-confirmation-wrap .statementIntro .statementBtn:hover .statementBtn--text {
    background-color: #fd0;
    color: #263c75
}

.data-confirmation-wrap .statementIntro .statementBtn:hover .statementBtn--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.data-confirmation-wrap .statementIntro .statementBtn:hover .statementBtn--textprimary {
    transform: translateX(100%)
}

.data-confirmation-wrap .statementIntro .statementBtn:hover .statementBtn--texthover {
    transform: translateX(0);
    cursor: pointer
}

.data-confirmation-wrap .statementIntro .statementBtn--text:after {
    display: none
}

.data-confirmation-wrap .statementIntro b {
    font-weight: 700
}

.data-confirmation-wrap .statementText {
    display: none;
    margin: 50px 0
}

.data-confirmation-wrap .statementText p {
    margin: 10px 0;
    padding-bottom: 10px
}

.data-confirmation-wrap .statementText p:first-child {
    margin-top: 0
}

.data-confirmation-wrap .statementText ul {
    padding-left: 40px
}

.data-confirmation-wrap .statementText .statementDate {
    display: inline-block
}

.data-confirmation-wrap .statementText .statementInput {
    display: inline-block;
    margin-left: 50px
}

.data-confirmation-wrap .statementText .statementInput label {
    width: auto
}

.data-confirmation-wrap .tx-powermail, .data-confirmation-wrap ol li:before {
    display: none
}

.data-confirmation-wrap .statementEmail {
    cursor: pointer;
    color: #263c75;
    text-decoration: none;
    font-size: 15px
}

.data-confirmation-wrap .statementEmail:hover {
    text-decoration: underline
}

.data-confirmation-wrap .button--form {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.data-confirmation-wrap .button--form--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #263c75;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.data-confirmation-wrap .button--form--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.data-confirmation-wrap .button--form--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.data-confirmation-wrap .button--form--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .data-confirmation-wrap .button--form--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .data-confirmation-wrap .button--form--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.data-confirmation-wrap .button--form:hover {
    text-decoration: none !important
}

.data-confirmation-wrap .button--form:hover .button--form--text {
    background-color: #fd0;
    color: #263c75
}

.data-confirmation-wrap .button--form:hover .button--form--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.data-confirmation-wrap .button--form:hover .button--form--textprimary {
    transform: translateX(100%)
}

.data-confirmation-wrap .button--form:hover .button--form--texthover {
    transform: translateX(0);
    cursor: pointer
}

@media only screen and (max-width: 420px) {
    .data-confirmation-wrap .statementText .statementInput {
        display: block;
        margin-left: 0
    }
}

.search-autocoplete-box {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #fcc90d
}

.header--content--search--autocomplete {
    position: absolute;
    z-index: 1000;
    top: 30px;
    right: 31px;
    display: none;
    width: 555px;
    max-height: 760px;
    padding: 15px;
    background: #fff
}

@media screen and (max-width: 74.9375em) {
    .header--content--search--autocomplete {
        width: 595px
    }
}

.header--content--search--autocomplete .search-loading {
    color: #263c75;
    font-family: PT Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 10px;
    margin-left: 15px;
    text-transform: none !important
}

.header--content--search--autocomplete .product-list--single__small {
    width: 170px;
    float: left;
    margin-bottom: 26px
}

.header--content--search--autocomplete .product-new-price {
    color: #004892;
    font-weight: 600
}

.header--content--search--autocomplete .product-new-price.product-new-hasoldprice {
    color: #e91308
}

.header--content--search--autocomplete .product-old-price {
    color: #4d4d4d;
    font-size: 12px;
    text-decoration: line-through
}

.header--content--search--autocomplete .discount-duration {
    color: #4d4d4d;
    font-size: 10px
}

.header--content--search--autocomplete .no-results-container {
    padding: 0
}

.header--content--search--autocomplete .no-results-container .notification-title {
    color: #263c75;
    font-family: PT Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    text-transform: none;
    margin: 10px 0;
    margin-left: 15px
}

.header--content--search--autocomplete .no-results-container p {
    color: #f84847;
    font-size: 13px;
    font-weight: 700;
    margin-left: 15px
}

.header--content--search--autocomplete .fi-slider--container, .header--content--search--autocomplete .grid-container, .header--content--search--autocomplete .homepage-ambients, .header--content--search--autocomplete .main-menu--submenu, .header--content--search--autocomplete .page--header, .header--content--search--autocomplete .store--bottom--content, .header--content--search--autocomplete .tab--content--container {
    max-height: 490px;
    overflow-y: auto;
    border-bottom: 1px solid #d8d8d8
}

.header--content--search--autocomplete .sword-all-site {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 10px 24px;
    margin-top: 20px;
    border: 1px solid transparent;
    background-color: #263c75;
    float: right;
    transition: all .3s
}

.header--content--search--autocomplete .sword-all-site:hover {
    background-color: #fefefe;
    color: #263c75;
    text-decoration: none;
    border: 1px solid #263c75
}

.header--content--search--autocomplete .sword-all-site.no-results {
    display: none
}

.header--content--search--autocomplete .search-box-link {
    float: right;
    margin-top: 23px
}

.header--content--search--autocomplete .sword-form-no-results .search-box-link {
    float: left;
    margin-top: 0
}

.header--content--search--autocomplete .sword-form-no-results .search-box-link .header--mobile--search--submit {
    padding-left: 0;
    margin-left: 15px
}

.header--content--search--autocomplete .header--mobile--search--submit {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #263c75;
    border: none;
    text-transform: none !important;
    width: auto;
    margin-top: 0;
    margin-right: 20px;
    background: transparent
}

.header--content--search--autocomplete .header--mobile--search--submit:hover {
    text-decoration: underline
}

.header--mobile--search--submit-site {
    background: transparent
}

.browsebox {
    display: inline-block;
    padding: 0;
    margin-bottom: 50px
}

.browsebox li {
    display: inline-block;
    padding: 0 7px;
    list-style: none
}

.browsebox li:hover a {
    border-bottom: 1px solid
}

.browsebox li.tx-indexedsearch-browselist-currentPage:hover a {
    border-bottom: none
}

.browsebox li a {
    padding: 3px;
    color: #4d4d4d
}

.browsebox li a, .browsebox li a:hover {
    text-decoration: none
}

.browsebox li a:active a {
    border-bottom: 1px solid red
}

.tx-indexedsearch-browselist-currentPage {
    border-bottom: 1px solid;
    margin: 0 3px
}

.tx-indexedsearch-browselist-currentPage strong {
    font-weight: 400
}

.belayout10 .page--content--main {
    width: auto !important;
    margin: 0 !important
}

@media screen and (max-width: 74.9375em) {
    .belayout10 .page--content--main {
        padding: 0
    }
}

.belayout10 .page--header--headline__full {
    border-bottom: none
}

@media screen and (max-width: 74.9375em) {
    .belayout10 .page--header--headline__full {
        margin-left: 0;
        margin-right: 0
    }
}

.belayout10 .page--header--headline__full h1 {
    padding: 0 15px;
    padding-bottom: 0;
    text-align: left;
    color: #263c75;
    font-family: PT Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-transform: none !important
}

@media screen and (max-width: 74.9375em) {
    .belayout10 .page--header--headline__full h1 {
        padding: 0
    }
}

.belayout10 .page--content--aside, .belayout10 .page--content--aside2 {
    display: none
}

.belayout1 .page--content, .page2314 .page--content {
    background: none
}

.tx-indexedsearch-res {
    border-bottom: 1px solid #d8d8d8
}

.tx-indexedsearch-res.res-tmpl-css {
    display: grid;
    grid-gap: 20px;
    grid-template-columns:400px 1fr
}

@media screen and (max-width: 85.3125em) {
    .tx-indexedsearch-res.res-tmpl-css {
        grid-template-columns:300px 1fr
    }
}

@media screen and (max-width: 63.9375em) {
    .tx-indexedsearch-res.res-tmpl-css {
        grid-template-columns:250px 1fr
    }
}

@media screen and (max-width: 47.9375em) {
    .tx-indexedsearch-res.res-tmpl-css {
        grid-template-columns:1fr;
        grid-gap: 0
    }
}

.tx-indexedsearch-res hr {
    display: none;
    border-top: 1px solid #949599
}

.tx-indexedsearch-res h3 {
    margin: 20px 0;
    font-weight: 400
}

.tx-indexedsearch-res h3 a {
    font-size: 18px;
    text-decoration: none;
    color: #263c75;
    font-family: PT Sans;
    font-weight: 700;
    line-height: 23px
}

.tx-indexedsearch-res p {
    margin-bottom: 20px;
    color: #636363;
    line-height: 1.5;
    font-size: 14px
}

.tx-indexedsearch-res p strong {
    background-color: #fddf1c
}

.tx-indexedsearch {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width: 47.9375em) {
    .tx-indexedsearch {
        padding: 0
    }
}

.tx-indexedsearch > .tx-indexedsearch-res {
    border-bottom: none;
    border-top: 1px solid #d8d8d8;
    margin-top: 40px
}

.tx-indexedsearch-browsebox {
    display: none
}

.tx-indexedsearch-browsebox p {
    margin-top: 5px;
    font-size: 14px
}

.tx-indexedsearch-browsebox p strong {
    font-weight: 400
}

.tx-indexedsearch-whatis {
    height: 20px;
    width: 244px;
    color: gray;
    font-family: Muli;
    font-size: 16px;
    line-height: 20px
}

.tx-indexedsearch-sw {
    color: #263c75;
    font-weight: 700
}

.tx-indexedsearch-text-item-path {
    color: #263c75;
    font-family: Muli;
    font-size: 12px;
    line-height: 22px
}

.tx-indexedsearch-info.path {
    margin-bottom: 20px
}

.tx-indexedsearch-redMarkup {
    background-color: #fddf1c
}

.search-product-list-wrapper {
    margin-top: 40px;
    max-width: 1280px;
    margin: 0 auto
}

.search-product-list-wrapper .product-list--single, .search-product-list-wrapper .product-list--single__small {
    width: 100%;
    height: 470px
}

.search-product-list-wrapper .product-list--single > a, .search-product-list-wrapper .product-list--single__small > a {
    width: 100%
}

.no-results-container {
    padding-top: 61px
}

.search-result-info-holder {
    max-width: 1280px;
    margin: 10px auto 50px;
    padding: 0 15px
}

.search-result-info-holder .header--mobile--search--submit {
    display: inline-block !important;
    padding-left: 0 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #263c75;
    border: none;
    text-transform: none !important;
    width: auto;
    background-color: transparent
}

.search-result-info-holder .header--mobile--search--submit:hover {
    text-decoration: underline
}

.search-result-info-holder span.no-results-word {
    color: #e91308;
    font-family: Muli;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.tx-indexedsearch-noresults {
    color: #e91308
}

.page312 .page--content--main {
    width: calc(66.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin: 0
}

@media screen and (min-width: 48em) {
    .page312 .page--content--main {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.page312 .page--content--aside, .page312 .page--content--aside2 {
    width: calc(33.33333% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem
}

@media screen and (min-width: 48em) {
    .page312 .page--content--aside, .page312 .page--content--aside2 {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.lang_foreign .search-product-list-wrapper .product-list--single, .lang_foreign .search-product-list-wrapper .product-list--single__small {
    height: 400px
}

@media screen and (max-width: 74.9375em) {
    .search-product-list-wrapper .c-3-1-inner {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .search-product-list-wrapper .c-3-1-inner {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .search-product-list-wrapper .product-list--single, .search-product-list-wrapper .product-list--single__small {
        height: 520px
    }

    .lang_foreign .search-product-list-wrapper .product-list--single, .lang_foreign .search-product-list-wrapper .product-list--single__small {
        height: 400px
    }

    .layout0 .page--header--headline__full {
        border-bottom: none
    }

    .layout0 .page--header--headline__full h1 {
        text-align: left;
        text-transform: none !important;
        font-size: 26px;
        line-height: 33px
    }
}

@media screen and (max-width: 63.9375em) {
    .search-product-list-wrapper .product-list--single, .search-product-list-wrapper .product-list--single__small {
        height: 450px
    }

    .lang_foreign .search-product-list-wrapper .product-list--single, .lang_foreign .search-product-list-wrapper .product-list--single__small {
        height: 400px
    }
}

@media screen and (max-width: 47.9375em) {
    .page312 .page--content--main {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0;
        margin: 0 25px !important
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .page312 .page--content--main {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .page312 .page--content--aside, .page312 .page--content--aside2 {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        position: static;
        padding: 0;
        margin: 0 25px !important
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .page312 .page--content--aside, .page312 .page--content--aside2 {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .page312 .page--content--aside2 .page--side-menu, .page312 .page--content--aside .page--side-menu {
        display: none
    }

    .search-product-list-wrapper .c-3-1-inner {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .search-product-list-wrapper .c-3-1-inner {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .search-product-list-wrapper .product-list--single, .search-product-list-wrapper .product-list--single__small {
        height: 520px
    }

    .layout0 .search-result-info-holder {
        padding: 0
    }

    .layout0 .header--mobile--search--submit {
        font-size: 15px;
        line-height: 19px
    }

    .layout0 .tx-indexedsearch-res h3 {
        margin: 20px 0 0
    }
}
/*
@keyframes a {
    0% {
        transform: matrix(1, 0, 0, 1, 2, 0);
        opacity: 0
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: matrix(1, 0, 0, 1, 50, 0);
        opacity: 0
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@keyframes c {
    0% {
        transform: matrix(1, 0, 0, 1, -2, 0);
        opacity: 0
    }
    to {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@keyframes d {
    0% {
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0
    }
    to {
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes e {
    0% {
        transform: translateZ(-800px) rotateY(90deg);
        left: unset;
        right: 10px;
        opacity: 0
    }
    to {
        transform: translateZ(0) rotateY(0);
        left: unset;
        right: 10px;
        opacity: 1
    }
}

@keyframes f {
    0% {
        transform: translateZ(-800px) rotateY(90deg);
        left: 10px;
        opacity: 0
    }
    to {
        transform: translateZ(0) rotateY(0);
        left: 10px;
        opacity: 1
    }
}

@keyframes g {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes h {
    0% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}
*/
.homepage-mainslider-container {
    height: 520px;
    max-width: 78rem;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0
}

.homepage-mainslider-container.slick-initialized {
    overflow: visible
}

.homepage-mainslider-container .main-slider-mobile {
    display: none
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-container, .homepage-mainslider-container .slick-slide {
        height: auto
    }

    .homepage-mainslider-container .slick-dots {
        bottom: -30px
    }

    .homepage-mainslider-container .slick-dots li.slick-active button:before {
        box-shadow: inset 0 0 0 8px #203c73;
        opacity: 1
    }

    .homepage-mainslider-container .slick-dots li button:before {
        box-shadow: inset 0 0 0 2px #203c73;
        width: 14px;
        height: 14px
    }

    .homepage-mainslider-container .main-slider-mobile {
        display: block !important
    }

    .homepage-mainslider-container .main-slider-desktop {
        display: none !important
    }
}

.homepage-mainslider-container .slick-current.slick-active .homepage-mainslider-item-link {
    animation: h 2s ease-out both
}

@media screen and (max-width: 64em) {
    .homepage-mainslider-container .slick-current.slick-active .homepage-mainslider-item-link {
        animation: none;
        line-height: 0
    }
}

.homepage-mainslider-container .slick-current.slick-active .text-container {
    animation: d .4s ease-out both;
    animation-delay: .5s
}

@media screen and (max-width: 64em) {
    .homepage-mainslider-container .slick-current.slick-active .text-container {
        animation: e .4s ease-out both
    }
}

@media screen and (max-width: 64em) {
    .homepage-mainslider-container .slick-current.slick-active .text-container-4 {
        animation: f .4s ease-out both
    }
}

.homepage-mainslider-container .slick-current.slick-active .text-container-headline {
    animation: g .7s both
}

.homepage-mainslider-container .slick-current.slick-active .text-container-date {
    animation: a .5s ease-out both
}

.homepage-mainslider-container .slick-current.slick-active .text-container-divider {
    animation: b .5s ease-out both;
    animation-delay: .8s
}

.homepage-mainslider-container .slick-current.slick-active .text-container-textline1, .homepage-mainslider-container .slick-current.slick-active .text-container-textline2 {
    animation: a .5s ease-out both
}

.homepage-mainslider-container .slick-current.slick-active .text-container-textline3 {
    animation: c .5s ease-out both
}

.homepage-mainslider-item-inner {
    width: 100%;
    height: 520px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item-inner {
        height: auto
    }

    .homepage-mainslider-item-inner a:hover {
        text-decoration: none
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item-inner-image {
        width: 100%;
        height: auto
    }
}

.homepage-mainslider-item-link {
    width: 100%;
    height: 520px;
    display: block;
    background-position: 50%;
    background-size: cover
}

.homepage-mainslider-item-link.main-slider-mobile {
    display: none
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item-link {
        height: auto
    }

    .homepage-mainslider-item-link.main-slider-desktop {
        display: none
    }

    .homepage-mainslider-item-link.main-slider-mobile {
        display: block;
        position: relative
    }
}

.homepage-mainslider-item .text-container {
    position: absolute;
    top: 30px;
    bottom: 35px;
    right: 50px;
    width: 400px;
    border: 0;
    text-align: center;
    font-family: PT Sans;
    opacity: 0
}

@media screen and (max-width: 64em) {
    .homepage-mainslider-item .text-container {
        right: unset;
        left: 50%
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container {
        top: unset;
        bottom: unset;
        right: unset;
        left: unset;
        background: #f5f5f5;
        min-height: 200px;
        max-height: 200px;
        display: flex;
        justify-content: center
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .homepage-mainslider-item .text-container {
        min-height: 300px;
        max-height: 300px
    }
}

.homepage-mainslider-item .text-container-layer1 {
    padding: 15px;
    background-color: hsla(0, 0%, 100%, .7);
    background: hsla(0, 0%, 100%, .7);
    height: 100%
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-layer1 {
        padding: 5px 25px;
        width: 90%;
        margin: auto;
        background: none
    }
}

.homepage-mainslider-item .text-container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    overflow: visible;
    font-size: 100%;
    height: 100%
}

.homepage-mainslider-item .text-container-layer {
    padding: 10px 40px;
    background-color: hsla(0, 0%, 100%, .8);
    background: hsla(0, 0%, 100%, .8);
    height: 100%
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-layer {
        padding: 0;
        background: none
    }
}

.homepage-mainslider-item .text-container-2 .text-container-headline {
    color: #fe0000;
    font-size: 450%;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto 20px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-headline {
        font-size: 210%;
        margin: 0
    }
}

.homepage-mainslider-item .text-container-2 .text-container-date {
    color: #fe0000;
    font-size: 150%;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-date {
        font-size: 100%;
        font-weight: 400;
        margin: 5px 0
    }
}

.homepage-mainslider-item .text-container-2 .text-container-textline1 {
    padding: 0 3px 0 0;
    color: #fe0000;
    font-size: 93.75%;
    line-height: 1.9;
    font-weight: 300
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-textline1 {
        font-size: 100%;
        font-family: Muli, sans-serif;
        font-weight: 300;
        color: #fe0000;
        margin: 5px auto;
        line-height: 1.3;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.homepage-mainslider-item .text-container-2 .text-container-textline2 {
    color: #fe0000;
    font-size: 593.75%;
    line-height: 1;
    font-weight: 700;
    margin: 10px auto
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-textline2 {
        font-size: 350%;
        margin: 5px auto 0
    }
}

.homepage-mainslider-item .text-container-2 .text-container-textline3 {
    display: inline-block;
    color: #fff;
    font-size: 100%;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    background: #fe0000;
    padding: .9375em 1.875em;
    border-color: #fe0000;
    border: 1px solid RGBA(254, 0, 0, 1);
    margin-top: 10px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-textline3 {
        display: none
    }
}

.homepage-mainslider-item .text-container-2 .text-container-textline3:hover {
    background: #fff;
    color: #fe0000
}

.homepage-mainslider-item .text-container-2 .text-container-divider {
    margin: 1.25em 0;
    height: .0625em;
    background: #fe0000;
    padding: 1px 0 0
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-2 .text-container-divider {
        margin: 10px auto;
        width: 160px
    }

    .homepage-mainslider-item .text-container-2 .text-container-divider.divider-top {
        display: none
    }
}

.homepage-mainslider-item .text-container-3 .text-container-headline {
    padding: 0;
    color: #004892;
    font-size: 333.75%;
    text-shadow: none;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-headline {
        font-size: 210%;
        font-weight: 700;
        margin: 0
    }
}

@media screen and (max-width: 20em) {
    .homepage-mainslider-item .text-container-3 .text-container-headline {
        font-size: 160%
    }
}

.homepage-mainslider-item .text-container-3 .text-container-date {
    color: #004892;
    font-size: 165%;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 20px auto
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-date {
        font-size: 150%;
        margin: 15px 0
    }
}

.homepage-mainslider-item .text-container-3 .text-container-textline1 {
    padding: 0 3px 0 0;
    color: #004892;
    font-size: 93.75%;
    line-height: 1.9;
    font-weight: 300
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-textline1 {
        font-size: 100%;
        font-family: Muli, sans-serif;
        font-weight: 300;
        color: #7a7a7a;
        margin: 5px auto;
        line-height: 1.3
    }
}

.homepage-mainslider-item .text-container-3 .text-container-textline2 {
    color: #004892;
    font-size: 175%;
    margin: 10px auto
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-textline2 {
        font-size: 200%;
        margin: 5px auto
    }
}

.homepage-mainslider-item .text-container-3 .text-container-textline3 {
    display: inline-block;
    color: #fff;
    font-size: 100%;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    background: #004892;
    padding: .9375em 1.875em;
    border: 1px solid #004892;
    border-radius: 0;
    margin-top: 10px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-textline3 {
        font-size: 40%;
        margin-top: 0;
        display: none
    }
}

.homepage-mainslider-item .text-container-3 .text-container-textline3:hover {
    background: #fff;
    color: #004892
}

.homepage-mainslider-item .text-container-3 .text-container-divider {
    background: #004892;
    padding: 3px 0 0
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-divider {
        display: none
    }
}

.homepage-mainslider-item .text-container-3 .text-container-layer {
    padding: 30px 40px 10px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-layer {
        padding: 0
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-3 .text-container-layer1 {
        width: 90%
    }
}

.homepage-mainslider-item .text-container-4 {
    width: 530px !important;
    right: unset;
    left: 100px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 {
        width: 100% !important;
        right: 0
    }
}

.homepage-mainslider-item .text-container-4 .text-container-headline {
    color: #004892;
    background: #fff;
    background: RGBA(255, 255, 255, 0);
    padding: 0 30px;
    font-size: 210%;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-headline {
        margin: 0;
        margin-top: 0;
        padding: 0;
        font-size: 210%
    }
}

@media screen and (max-width: 20em) {
    .homepage-mainslider-item .text-container-4 .text-container-headline {
        font-size: 150%
    }
}

.homepage-mainslider-item .text-container-4 .text-container-textline2 {
    color: #000;
    font-size: 120%;
    margin: 10px auto;
    line-height: 1.2;
    font-weight: 500
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-textline2 {
        font-family: Muli, sans-serif;
        font-weight: 300;
        font-size: 100%;
        margin: 10px auto;
        padding: 0 5px;
        color: #7a7a7a
    }
}

@media screen and (max-width: 20em) {
    .homepage-mainslider-item .text-container-4 .text-container-textline2 {
        font-size: 80%
    }
}

.homepage-mainslider-item .text-container-4 .text-container-textline3 {
    color: #000;
    font-size: 155%;
    font-weight: 700;
    margin: 5px auto;
    padding: 0 90px;
    line-height: 1.2
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-textline3 {
        font-size: 85%;
        padding: 0 70px;
        display: none
    }
}

.homepage-mainslider-item .text-container-4 .text-container-divider {
    background: #004892;
    padding: 3px 0 0
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-divider {
        margin: 5px
    }
}

.homepage-mainslider-item .text-container-4 .text-container-layer {
    position: relative;
    padding: 30px 45px 60px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-layer {
        padding: 0
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-layer1 {
        width: 100%
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-link {
        text-align: center
    }
}

.homepage-mainslider-item .text-container-4 .text-container-apps {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 470px
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-apps {
        position: relative;
        bottom: unset;
        width: 100%
    }
}

.homepage-mainslider-item .text-container-4 .text-container-button1 {
    display: inline-block;
    background: url(/assets/img/formaideale/icons-app/googleplay.png) no-repeat;
    background-size: 140px;
    height: 43px;
    width: 142px;
    margin: 5px
}

.homepage-mainslider-item .text-container-4 .text-container-button1:hover {
    cursor: pointer
}

.homepage-mainslider-item .text-container-4 .text-container-button1 a {
    display: inline-block;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-button1 {
        background-size: 100px;
        height: 31px;
        width: 102px
    }
}

.homepage-mainslider-item .text-container-4 .text-container-button2 {
    display: inline-block;
    background: url(/assets/img/formaideale/icons-app/ic-appstore.svg) no-repeat;
    background-size: 126px;
    height: 43px;
    width: 125px;
    margin: 5px
}

.homepage-mainslider-item .text-container-4 .text-container-button2:hover {
    cursor: pointer
}

.homepage-mainslider-item .text-container-4 .text-container-button2 a {
    display: inline-block;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-4 .text-container-button2 {
        background-size: 90px;
        height: 31px;
        width: 92px
    }
}

.homepage-mainslider-item .text-container-video {
    display: none;
    max-width: unset
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-video {
        display: flex;
        width: 100% !important
    }

    .homepage-mainslider-item .text-container-video .text-container-headline {
        color: #203c73;
        font-size: 210%;
        font-weight: 700;
        margin: 0;
        line-height: 1
    }
}

@media screen and (max-width: 48em) and (max-width: 20em) {
    .homepage-mainslider-item .text-container-video .text-container-headline {
        font-size: 160%
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-video .text-container-textline2 {
        font-family: Muli, sans-serif;
        font-weight: 300;
        font-size: 100%;
        line-height: 1.2;
        margin: 5px 0;
        color: #7a7a7a
    }

    .homepage-mainslider-item .text-container-video .text-container-layer1 {
        width: 100%
    }

    .homepage-mainslider-item .text-container-video .text-container-link {
        line-height: 0
    }
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-item .text-container-image .text-container-image-holder {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }
}

@media only screen and (min-width: 520px) and (max-width: 768px) {
    .homepage-mainslider-item .text-container-image .text-container-image-holder {
        height: 300px
    }
}

.homepage-mainslider-container .slick-current .active-animation .text-container {
    width: 400px;
    border: 10px;
    opacity: 1
}

@media screen and (max-width: 48em) {
    .homepage-mainslider-container .slick-current .active-animation .text-container {
        position: unset;
        width: 100%
    }
}

.homepage-mainslider-container .slick-current .active-animation .text-container-headline {
    opacity: 1;
    animation-delay: 1s
}

.homepage-mainslider-container .slick-current .active-animation .text-container-date {
    opacity: 1;
    animation-delay: 1.2s
}

.homepage-mainslider-container .slick-current .active-animation .text-container-textline1 {
    opacity: 1;
    animation-delay: 1.5s
}

.homepage-mainslider-container .slick-current .active-animation .text-container-textline2 {
    opacity: 1;
    animation-delay: 1.8s
}

.homepage-mainslider-container .slick-current .active-animation .text-container-textline3 {
    opacity: 1;
    animation-delay: 2s
}

@keyframes i {
    to {
        transform: rotate(1turn)
    }
}

.slider-loader {
    position: absolute;
    top: 420px;
    left: 50%;
    margin-left: -25px;
    border: 3px solid rgba(37, 60, 116, .3);
    border-top-color: #263c75;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: i 1s linear infinite
}

@media screen and (max-width: 48em) {
    .slider-loader {
        top: 300px
    }
}

.social--responsibility h1 {
    color: #263c75;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase
}

.social--responsibility p {
    font-size: 15px;
    line-height: 1.5
}

.social--responsibility ul {
    padding: 0 40px;
    line-height: 1.5
}

.social--responsibility .csc-textpic-center-inner {
    column-width: 13rem;
    column-gap: 1rem
}

.social--responsibility .csc-textpic-imagerow {
    display: inline-block;
    margin: .25rem;
    width: 100%
}

.social--responsibility .csc-textpic-imagecolumn {
    width: 100%
}

.social--responsibility .csc-textpic-imagerow figure, .social--responsibility .csc-textpic-imagerow img {
    width: 100%;
    height: auto
}

.store-list--header {
    width: calc(66.66667% - 3.125rem);
    margin-left: 1.5625rem;
    margin: -125px 1.5625rem 20px calc(33.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .store-list--header {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(33.33333% + .9375rem)
    }
}

.store-list--header p {
    color: #949599
}

.store-list--header .field-wrap {
    margin-bottom: 0
}

.store-list--header form {
    margin-right: -1px
}

.store-list--header-en {
    width: calc(66.66667% - 3.125rem);
    margin-left: 1.5625rem;
    margin: -125px 1.5625rem 20px calc(33.33333% + 1.5625rem)
}

@media screen and (min-width: 48em) {
    .store-list--header-en {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-left: calc(33.33333% + .9375rem)
    }
}

.store-list--header-en p {
    color: #949599
}

.store-list--header-en .field-wrap {
    margin-bottom: 0
}

.store-list--header-en form {
    margin-right: -1px
}

.store-list--countries-list {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 16px
}

.store-list--countries-list-desktop {
    display: block
}

.store-list--countries-list-mobile {
    display: none
}

.lang_foreign .store-item__featured--content-bottom {
    min-height: 150px
}

.store-item {
    position: relative;
    margin-top: 50px;
    width: calc(16.66667% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    display: flex;
    flex-flow: column wrap;
    display: none
}

.store-item--title {
    margin-bottom: 0;
    text-transform: uppercase
}

.store-item--title--link {
    color: #004892;
    text-decoration: none;
    font-size: 16px
}

.store-item--address {
    margin: 5px 0;
    color: #949599;
    line-height: 24px
}

.store-item--city {
    margin: 5px 0 40px;
    color: #004892
}

.store-item--subtitle {
    margin-bottom: 5px;
    color: #949599
}

.store-item--hours {
    font-size: 14px
}

.store-item--hours, .store-item--phone {
    margin: 5px 0;
    color: #949599
}

.store-item--phone span {
    display: inline-block
}

.store-item--mail {
    margin-bottom: 50px;
    color: #949599;
    font-size: 14px;
    cursor: pointer
}

.store-item .button--small, .store-item .button--small__no-arrow {
    position: absolute;
    margin: 10px 0 0
}

@media screen and (min-width: 48em) {
    .store-item {
        width: calc(16.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.store-item__bg-white {
    background: #fff
}

.store-item__main {
    position: relative;
    margin-top: 50px;
    display: none;
    padding: 0 15px
}

.store-item__main--title {
    margin-bottom: 0;
    text-transform: uppercase
}

.store-item__main--title--link {
    color: #004892;
    text-decoration: none;
    font-size: 16px
}

.store-item__main--address {
    margin: 5px 0;
    color: #949599;
    line-height: 24px
}

.store-item__main--city {
    margin: 5px 0 40px;
    color: #004892
}

.store-item__main--subtitle {
    margin-bottom: 5px;
    color: #949599
}

.store-item__main--hours {
    font-size: 14px
}

.store-item__main--hours, .store-item__main--phone {
    margin: 5px 0;
    color: #949599
}

.store-item__main--phone span {
    display: inline-block
}

.store-item__main--mail {
    margin-bottom: 50px;
    color: #949599;
    font-size: 14px;
    cursor: pointer
}

.store-item__main .button--small, .store-item__main .button--small__no-arrow {
    position: absolute
}

.store-item__main--content {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    padding: 50px 30px 90px 125px;
    background: #fff
}

@media screen and (min-width: 48em) {
    .store-item__main--content {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }
}

.store-item__main--title {
    margin: 0;
    font-weight: 400
}

.store-item__main--title--link {
    font-size: 26px
}

.store-item__main--address {
    margin-top: 5px;
    font-size: 16px
}

.store-item__main--subtitle {
    margin: 60px 0 0;
    color: #000;
    font-size: 14px
}

.store-item__main--phone {
    color: #000;
    font-size: 16px
}

.store-item__main--link {
    position: absolute;
    bottom: 40px;
    display: inline-block;
    padding: 10px 15px;
    background: #263c75;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px
}

.store-item__main--image-wrapper {
    width: 50%;
    margin-right: 0;
    margin-left: 0
}

@media screen and (min-width: 48em) {
    .store-item__main--image-wrapper {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }
}

.store-item__main--image-wrapper img {
    width: 100%;
    height: auto
}

.store-item__main--image-link {
    display: block;
    line-height: 0
}

.store-item__main .button--small, .store-item__main .button--small__no-arrow {
    left: 125px;
    bottom: 50px;
    margin: 10px 0 0
}

.store-item__featured {
    position: relative;
    margin-top: 50px;
    width: calc(33.33333% - 3.125rem);
    margin: 30px 1.5625rem;
    display: flex;
    flex-flow: column wrap;
    padding: 0;
    display: none;
    background: #fff
}

.store-item__featured--title {
    margin-bottom: 0;
    text-transform: uppercase
}

.store-item__featured--title--link {
    color: #004892;
    text-decoration: none;
    font-size: 16px
}

.store-item__featured--address {
    margin: 5px 0;
    color: #949599;
    line-height: 24px
}

.store-item__featured--city {
    margin: 5px 0 40px;
    color: #004892
}

.store-item__featured--subtitle {
    margin-bottom: 5px;
    color: #949599
}

.store-item__featured--hours {
    margin: 5px 0;
    color: #949599;
    font-size: 14px
}

.store-item__featured--phone {
    margin: 5px 0;
    color: #949599
}

.store-item__featured--phone span {
    display: inline-block
}

.store-item__featured--mail {
    margin-bottom: 50px;
    color: #949599;
    font-size: 14px;
    cursor: pointer
}

.store-item__featured .button--small, .store-item__featured .button--small__no-arrow {
    position: absolute;
    margin: 10px 0 0
}

@media screen and (min-width: 48em) {
    .store-item__featured {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.store-item__featured--image-wrapper {
    width: 100%;
    height: 267px;
    overflow: hidden
}

.store-item__featured--image-wrapper > a {
    display: block;
    line-height: 0
}

.store-item__featured--image-wrapper img {
    width: 100%;
    height: auto
}

.store-item__featured--content {
    position: relative;
    width: 100%;
    padding: 30px 10px 0 20px;
    flex-grow: 1
}

.store-item__featured--content-bottom {
    width: 100%;
    align-self: flex-end;
    padding: 25px 130px 30px 20px;
    min-height: 230px;
    word-wrap: break-word
}

.store-item__featured--title {
    margin-top: 0;
    font-weight: 400
}

.store-item__featured--title--link {
    font-size: 22px
}

.store-item__featured--address {
    margin-top: 10px
}

.store-item__featured--subtitle {
    margin: 0;
    color: #000
}

.store-item__featured--hours {
    min-height: 60px;
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
    white-space: pre-wrap
}

.store-item__featured--phone {
    position: absolute;
    bottom: 50px;
    margin: 10px 0 5px;
    padding-left: 25px;
    min-height: 50px;
    color: #000;
    font-size: 16px
}

.store-item__featured--phone span {
    width: 15px;
    margin-left: -25px;
    margin-right: 10px
}

.store-item__featured--mail {
    position: absolute;
    bottom: 30px;
    margin: 0;
    color: #000;
    font-size: 16px
}

.store-item__featured .button--small, .store-item__featured .button--small__no-arrow {
    bottom: 30px;
    right: 20px;
    margin: 0
}

.store-item--title {
    margin: 0
}

.store-item-wrapper {
    padding: 40px 0;
    background: #f1f1f1
}

.store-item-wrapper__white {
    padding: 0;
    background: none
}

.store-item--headline, .store-item--headline__divider {
    padding: 50px;
    margin: 0;
    text-align: center;
    background: #fff;
    color: #004892;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.store-item--headline__divider:after {
    border-bottom: 1px solid #4d4d4d;
    width: 200px;
    display: block;
    margin: 30px auto 0;
    content: ""
}

.store-item--city {
    margin-bottom: 30px
}

.store-item--phone {
    padding-left: 20px;
    min-height: 70px
}

.store-item--phone span {
    width: 10px;
    margin-left: -20px;
    margin-right: 10px
}

.store-item--content {
    flex-grow: 1
}

.store-item--content-bottom:after {
    position: static;
    border-bottom: 1px solid #949599;
    display: block;
    width: 80px;
    margin-top: 40px;
    content: ""
}

@media screen and (max-width: 74.9375em) {
    .store-list--header {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        margin: 0 .9375rem 20px 15px
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .store-list--header {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .store-list--header-en {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        margin: 0 .9375rem 20px 15px
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .store-list--header-en {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .store-item {
        width: calc(25% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .store-item {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 74.9375em) {
    .store-item__main--content, .store-item__main--image-wrapper {
        width: 100%
    }

    .store-item__main--phone {
        margin-bottom: 20px
    }

    .store-item__main--subtitle {
        margin-top: 55px
    }

    .store-item__featured {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .store-item__featured {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store-list--header {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0 25px;
        margin-bottom: 20px;
        text-align: center
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store-list--header {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store-list--header p {
        color: #000;
        font-size: 14px
    }

    .store-list--header .c-2-1-inner, .store-list--header .c-2-2-inner {
        width: 240px;
        margin: 0 auto 15px
    }

    .store-list--header-en {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 0 25px;
        margin-bottom: 20px;
        text-align: center
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store-list--header-en {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store-list--header-en p {
        color: #000;
        font-size: 14px
    }

    .store-list--header-en .c-2-1-inner, .store-list--header-en .c-2-2-inner {
        width: 240px;
        margin: 0 auto 15px
    }

    .store-list--countries-list {
        display: block
    }

    .store-list--countries-list-desktop {
        display: none
    }

    .store-list--countries-list-mobile {
        display: block
    }

    .store-item {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        margin-top: 35px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store-item {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store-item--title, .store-item--title--link {
        font-size: 16px
    }

    .store-item--phone {
        min-height: 0;
        padding-bottom: 35px
    }

    .store-item--address, .store-item--city {
        margin-top: 0
    }

    .store-item--phone {
        color: #004892
    }

    .store-item--address, .store-item--city, .store-item--hours, .store-item--mail, .store-item--phone, .store-item--subtitle {
        font-size: 14px
    }

    .store-item--headline, .store-item--headline__divider {
        padding: 20px;
        border-top: 1px solid #949599;
        border-bottom: 1px solid #949599;
        font-size: 16px
    }

    .store-item--headline__divider:after {
        display: none
    }

    .store-item-wrapper {
        padding: 0
    }

    .store-item__main {
        padding: 0 25px;
        margin: 0
    }

    .store-item__main--content {
        padding: 40px 25px
    }

    .store-item__main--title {
        font-size: 16px
    }

    .store-item__main--title--link {
        color: #000;
        font-size: 16px
    }

    .store-item__main--subtitle {
        margin-top: 25px
    }

    .store-item__main--address, .store-item__main--phone, .store-item__main--subtitle {
        font-size: 14px
    }

    .store-item__main .button--small, .store-item__main .button--small__no-arrow {
        position: static
    }

    .store-item__featured {
        width: calc(100% - 3.125rem);
        margin: 0 1.5625rem
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store-item__featured {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store-item__featured--title {
        font-size: 16px
    }

    .store-item__featured--title--link {
        color: #000;
        font-size: 16px
    }

    .store-item__featured--address, .store-item__featured--hours, .store-item__featured--mail, .store-item__featured--phone, .store-item__featured--subtitle {
        font-size: 14px
    }

    .store-item__featured--address {
        margin-top: 0
    }

    .store-item--content, .store-item--content-bottom {
        padding: 0 30px
    }

    .store-item--content-bottom:after {
        width: 110%;
        margin: 0 -5%
    }

    #map-canvas {
        height: 300px !important
    }

    h2.store-item--headline, h2.store-item--headline__divider {
        border: none
    }
}

.store--top-wrapper {
    padding: 50px 0 80px
}

.store--image-wrapper img {
    width: 100%;
    height: auto
}

.store--map--directions .adp-placemark {
    border: none
}

.store--map--directions .adp-placemark td {
    background: #263c75;
    color: #fff
}

.store--map--directions .adp-placemark td.adp-text {
    padding-left: 13px
}

.store--map--directions .adp-directions {
    color: #949599
}

.store--bottom-wrapper {
    background: #f1f1f1;
    padding: 40px 0 100px
}

.store--bottom--content {
    background: #fff;
    padding: 30px 0;
    margin: 0 15px;
    width: 100%
}

.store--headline {
    color: #263c75;
    letter-spacing: 2px
}

.store--subtitle {
    margin: 0 0 40px;
    color: #263c75;
    font-weight: 400;
    font-size: 20px
}

.store--info {
    width: 50%;
    padding: 1.875rem
}

@media screen and (min-width: 48em) {
    .store--info {
        width: 50%;
        padding: 1.875rem
    }
}

.store--info__mobile {
    display: none
}

.store--info--table {
    border-spacing: 0 !important;
    border-collapse: separate !important
}

.store--info--table--row {
    margin-bottom: 20px;
    display: table
}

.store--info--table .contact-label {
    vertical-align: top;
    display: inline-block;
    width: 150px;
    color: #263c75;
    font-weight: 400;
    text-align: left;
    font-size: 15px
}

.store--info--table .contact-value {
    color: #949599;
    font-size: 15px;
    line-height: 1.5
}

.store--small-title {
    color: #263c75;
    text-transform: uppercase
}

.store--text {
    color: #949599;
    font-size: 14px;
    line-height: 24px
}

.store--text--link {
    color: #263c75;
    text-decoration: none
}

.store--contact-form {
    width: 33.33333%;
    padding: 1.875rem;
    border-left: 1px solid #949599;
    border-right: 1px solid #949599
}

@media screen and (min-width: 48em) {
    .store--contact-form {
        width: 33.33333%;
        padding: 1.875rem
    }
}

.store--map-form {
    margin-top: 40px
}

.store--map-form--title {
    margin-bottom: 35px;
    color: #263c75;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px
}

.store--map-form--text {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 24px
}

.store--map-form--error {
    display: block;
    color: #e91308;
    font-size: 12px
}

.store--map-form--field {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    display: block;
    padding-left: 15px;
    padding-top: 8.4px;
    padding-bottom: 8.4px;
    border: 1px solid #999;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    outline: none;
    cursor: text
}

.store--map-form--field.form--error, .store--map-form--field.tx-srfeuserregister-pi1-error {
    border-color: #e91308
}

.store--map-form--label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 9.4px 15px;
    width: 100%;
    max-width: 520px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px;
    transition: all .4s ease;
    cursor: text
}

.store--map-form--label__static {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    padding-top: 9.4px;
    padding-bottom: 9.4px;
    color: #949599;
    font-size: 14px;
    line-height: 18.2px
}

.store--map-form--submit .button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.store--map-form--submit .button--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.store--map-form--submit .button--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.store--map-form--submit .button--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.store--map-form--submit .button--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .store--map-form--submit .button--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .store--map-form--submit .button--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.store--map-form--submit .button:hover {
    text-decoration: none !important
}

.store--map-form--submit .button:hover .button--text {
    background-color: #263c75;
    color: #fd0
}

.store--map-form--submit .button:hover .button--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.store--map-form--submit .button:hover .button--textprimary {
    transform: translateX(100%)
}

.store--map-form--submit .button:hover .button--texthover {
    transform: translateX(0);
    cursor: pointer
}

.store--map-form .select2-selection--single {
    padding: 0;
    height: 35px;
    border-radius: 0
}

.store--map-form .select2-selection--single.form-error {
    border-color: #e91308
}

.store--map-form .select2-selection--single .select2-selection__rendered {
    color: #949599;
    line-height: 35px
}

.store--map-form .select2-selection--single .select2-selection__arrow {
    height: 35px
}

.store--map-form .checkbox {
    position: relative;
    top: 2.5px
}

.store--map-form--field {
    max-width: 100%
}

.store--map-form-wrapper {
    width: 50%;
    padding: 1.875rem
}

@media screen and (min-width: 48em) {
    .store--map-form-wrapper {
        width: 50%;
        padding: 1.875rem
    }
}

#single-store-map-canvas {
    height: 410px;
    width: 100%
}

@media screen and (max-width: 74.9375em) {
    .store--info {
        width: 50%
    }

    .store--contact-form {
        width: 50%;
        border-right: none
    }

    .store--image-wrapper {
        line-height: 0
    }

    .store--map-form-wrapper {
        width: 70%
    }
}

@media screen and (max-width: 47.9375em) {
    .page218 .page--content__nobg {
        background: #fff !important
    }

    .store--subtitle {
        color: #000;
        font-size: 16px
    }

    .store--bottom-wrapper, .store--top-wrapper {
        padding: 0
    }

    .store--bottom--content {
        margin: 0;
        padding-bottom: 0
    }

    .store--contact-form, .store--info, .store--map-form-wrapper {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        padding: 10px 25px;
        border: none
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store--contact-form, .store--info, .store--map-form-wrapper {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store--map-form-wrapper {
        order: 1
    }

    .store--info {
        display: none
    }

    .store--info__mobile {
        width: calc(100% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem;
        display: block;
        padding: 20px 25px
    }
}

@media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .store--info__mobile {
        width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 47.9375em) {
    .store--info__mobile--title {
        margin-bottom: 5px;
        color: #000;
        font-size: 16px
    }

    .store--info__mobile p {
        margin-top: 0;
        max-width: 350px;
        color: #949599;
        font-size: 14px
    }

    .store--info__mobile--blue {
        color: #004892 !important
    }

    .store--info__mobile--subtitle {
        margin-bottom: 0;
        color: #000 !important;
        font-size: 12px
    }

    .store--info__mobile a {
        color: #004892
    }

    .store--contact-form {
        order: 2;
        padding-bottom: 0
    }
}

.maloprodaja--wrapper ul {
    padding: 20px
}

.tabs-wrapper {
    position: relative
}

.tabs-wrapper:before {
    position: absolute;
    top: 46px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #949599
}

.tab--links {
    display: table;
    margin: 0 auto;
    width: 650px;
    height: 94px
}

.tab--link, .tab--link__active {
    position: relative;
    z-index: 1;
    width: 33%;
    height: 64px;
    margin: 15px 0;
    display: block;
    float: left;
    background: #fff;
    color: #b5b5b5;
    text-align: center;
    font-size: 22px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s
}

.tab--link:before, .tab--link__active:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    display: block;
    height: 40px;
    border-left: 1px solid #949599
}

.tab--link:hover, .tab--link__active:hover {
    color: gray;
    text-decoration: none
}

.tab--link__active span, .tab--link span {
    position: relative
}

.tab--link__active span:after, .tab--link span:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #263c75;
    transform: scale3d(0, 5, 1);
    transform-origin: 0 50%;
    transition: transform .3s;
    transition-timing-function: cubic-bezier(1, .68, .16, .9)
}

.tab--link:first-child:before, .tab--link__active:first-child:before {
    display: none
}

.tab--link__active[data-tab="2"], .tab--link__active[data-tab="2"]:hover {
    color: #b1d334
}

.tab--link__active {
    color: #e91308;
    font-size: 30px
}

.tab--link__active span:after {
    transform: scaleY(3)
}

.tab--link__active:hover {
    color: #e91308
}

#tab2, #tab3, #tab4 {
    display: none
}

.tab--content {
    padding: 30px 0;
    background: #f1f1f1
}

.product-wrapper:before {
    border-top: 0 !important
}

.product-wrapper .tab--content {
    background: none
}

@media screen and (max-width: 74.9375em) {
    .homepage-tabs-wrapper .tab--links {
        display: flex;
        justify-content: center
    }

    .homepage-tabs-wrapper .tab--link, .homepage-tabs-wrapper .tab--link__active {
        width: 30%
    }

    .homepage-tabs-wrapper .tab--link__active {
        font-size: 25px
    }

    .homepage-tabs-wrapper .tab--link__active span:after {
        display: none
    }
}

@media screen and (max-width: 47.9375em) {
    .homepage-tabs-wrapper:before {
        display: none
    }

    .homepage-tabs-wrapper .tab--links {
        width: 100%;
        height: auto
    }

    .homepage-tabs-wrapper .tab--link, .homepage-tabs-wrapper .tab--link__active {
        display: block !important;
        width: 33.333%;
        margin: 0;
        font-size: 14px
    }

    .homepage-tabs-wrapper .tab--link:before, .homepage-tabs-wrapper .tab--link__active:before {
        top: 0;
        height: 100%;
        border-color: #e6e6e6
    }

    .homepage-tabs-wrapper .tab--link__active {
        font-size: 16px
    }

    .homepage-tabs-wrapper .tab--link__active:after {
        position: absolute;
        right: -1px;
        bottom: 0;
        left: -1px;
        content: "";
        display: block;
        border-top: 3px solid #263c75
    }

    .homepage-tabs-wrapper .tab--content {
        padding-bottom: 0
    }

    .homepage-tabs-wrapper .button--more {
        display: block;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase
    }

    .homepage-tabs-wrapper .button--more--text {
        padding: 25px 30px;
        font-size: 12px
    }

    .homepage-tabs-wrapper .button--more--wrapper {
        width: 100%;
        margin: 40px 0 0;
        line-height: 0
    }
}

.teaser-box--link {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700
}

.teaser-box--link--text {
    position: static;
    display: block;
    padding: 15px 30px;
    border: 1px solid #fd0;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: all .3s;
    cursor: pointer
}

.teaser-box--link--text:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%2838%2C60%2C117%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.teaser-box--link--textprimary {
    position: static;
    display: block;
    padding: 15px 30px;
    background-color: #fd0;
    color: #263c75;
    line-height: 1;
    transition: transform .3s;
    cursor: pointer
}

.teaser-box--link--texthover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-align: center;
    padding: 12px 25px !important;
    width: 100%;
    background-color: #263c75;
    color: #fd0;
    line-height: 1;
    transition: transform .3s;
    transform: translateX(-25%);
    cursor: pointer
}

@media (max-width: 767px) {
    .teaser-box--link--texthover {
        padding: 24px 25px !important;
        height: auto
    }
}

@media (min-width: 1200px) {
    .teaser-box--link--texthover {
        padding: 5px 25px !important;
        height: auto
    }
}

.teaser-box--link:hover {
    text-decoration: none !important
}

.teaser-box--link:hover .teaser-box--link--text {
    background-color: #263c75;
    color: #fd0
}

.teaser-box--link:hover .teaser-box--link--text:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_bela%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C221%2C0%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    background-position: 50%;
    background-size: 100% auto
}

.teaser-box--link:hover .teaser-box--link--textprimary {
    transform: translateX(100%)
}

.teaser-box--link:hover .teaser-box--link--texthover {
    transform: translateX(0);
    cursor: pointer
}

.teaser-box {
    position: relative;
    overflow: hidden;
    line-height: 0
}

.teaser-box--image {
    display: block;
    width: 100%
}

.teaser-box--link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 170px;
    text-align: center
}

.teaser-box--link--text {
    border-color: transparent
}

.teaser-box--link span {
    letter-spacing: .5px;
    padding: 11.5px 30px
}

.teaser-box--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.play-button {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2232%22%20viewBox%3D%220%200%2019%2032%22%20style%3D%22%22%3E%20%3Ctitle%3Estrelica_cta_plava%3C%2Ftitle%3E%20%3Cpath%20fill%3D%22rgb%28255%2C255%2C255%29%22%20d%3D%22M3.293%200l-3.293%203.359%2012.406%2012.652-12.389%2012.633%203.293%203.356%2015.682-15.989z%22%2F%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 20px;
    border: 2px solid #fff;
    background-size: 12px auto;
    background-position: 14px
}

.lang_gr .teaser-box--link {
    width: 235px
}

.lang_de .teaser-box--link--text {
    padding: 11.5px 17px
}

@media screen and (max-width: 47.9375em) {
    .teaser-box--link {
        right: 50%;
        margin-right: -85px
    }

    .teaser-box .play-button {
        display: block
    }
}

.terms--container {
    padding: 6px 0
}

.terms--container h4 {
    color: #263c75;
    text-transform: uppercase;
    font-weight: 400
}

.terms--container h5 {
    color: #263c75;
    font-weight: 400;
    font-size: 15px
}

.terms--container a:hover {
    text-decoration: none
}

.terms--container hr {
    margin: 40px 0
}

.terms--container ul {
    padding: 0 0 0 25px
}

.terms--money {
    margin: 40px 0
}

.terms--money__left {
    float: left
}

.terms--money__right {
    float: right
}

.privacy .bold {
    font-weight: 700
}

.privacy h3 {
    margin: 40px 0 20px
}

.privacy ul {
    padding-left: 15px
}

.privacy ul li:before {
    padding-right: 2px
}

.tutorial {
    margin: 55px 0
}

.tutorial--number {
    display: inline-block;
    border-radius: 50%;
    width: 2.5em;
    margin-right: 15px;
    background: #263c75;
    color: #fd0;
    font-size: 22px;
    line-height: 2.5em;
    text-align: center
}

.tutorial a img {
    width: 100% !important
}

.tutorial--video {
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.tutorial--video p {
    padding-bottom: 40px;
    text-align: center
}

.tutorial--video p, .tutorial h3 {
    color: #263c75;
    font-size: 15px;
    text-transform: uppercase
}

.tutorial h3 {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.5
}

.tutorial p {
    margin: 0 0 50px;
    max-width: 920px;
    line-height: 1.5;
    font-size: 14px
}

.tutorial .hr-small {
    border: 1px solid #e6e6e6
}

.tutorial hr {
    margin: 0;
    width: 100%;
    border: 1px solid #263c75
}

.tutorial--details {
    margin-top: 55px;
    margin-bottom: 55px
}

.tutorial--details p {
    color: #263c75;
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    text-transform: uppercase
}

.tutorial--details ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0
}

.tutorial--details li {
    padding-left: .7em;
    text-indent: -.7em;
    line-height: 1.5
}

.tutorial--details li:before {
    color: #fd0;
    content: "вЂў "
}

.tutorial--ico--text, .tutorial--icons {
    margin: 50px 0;
    text-align: center
}

.tutorial--ico--text p, .tutorial--icons p {
    color: #263c75;
    font-size: 16px;
    text-align: center
}

.tutorial--icons {
    width: 65%;
    margin: 0 auto
}

.tutorial--icons, .tutorial--icons--heading {
    text-align: center
}

.tutorial--icons--heading h3 {
    font-size: 16px
}

@media screen and (max-width: 74.9375em) {
    .tutorial--video .c-3-2-inner, .tutorial--video .footer--bottom--copyright {
        width: 100%
    }

    .tutorial--video .c-3-2-inner iframe, .tutorial--video .footer--bottom--copyright iframe {
        height: 400px;
        padding: 0 15px
    }

    .tutorial--details {
        padding: 0 15px
    }

    .tutorial--details ul {
        padding-left: 15px
    }

    .tutorial--icons {
        width: 100%
    }

    .tutorial--ico--text, .tutorial--icons {
        text-align: center
    }
}

@media screen and (max-width: 63.9375em) {
    .tutorial--video iframe {
        width: 740px
    }
}

@media screen and (max-width: 47.9375em) {
    .tutorial--video iframe {
        width: 380px;
        height: 200px
    }
}

.board--main img {
    width: 100%
}

.board--details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.board--details .product-old-price {
    font-size: 14px;
    text-decoration: line-through
}

.board--details .product-new-price {
    color: #263c75;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0
}

.board--details--container {
    display: flex;
    flex-wrap: wrap
}

.board--details--single {
    width: calc(25% - 3.125rem);
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    margin: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 48em) {
    .board--details--single {
        width: calc(25% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.board--details--single img {
    width: 300px
}

.board--details--size {
    margin: 20px 0;
    font-size: 14px
}

.board--details--size * {
    display: inline
}

.board--details--size label {
    font-weight: 700
}

.board--details--code {
    text-transform: uppercase;
    font-size: 12px
}

.board--details--icon {
    font-size: 16px
}

.lang_foreign .board--details .product-new-price, .lang_foreign .board--details .product-old-price {
    display: none
}

@media screen and (max-width: 74.9375em) {
    .board--main {
        padding: 0 15px
    }

    .board--details--single {
        width: calc(33.33333% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 74.9375em) and (min-width: 48em) {
    .board--details--single {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (max-width: 63.9375em) {
    .board--details--single {
        width: calc(50% - 3.125rem);
        margin-right: 1.5625rem;
        margin-left: 1.5625rem
    }
}

@media screen and (max-width: 63.9375em) and (min-width: 48em) {
    .board--details--single {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    z-index: 99;
    background: url(/assets/images/sprite.png) no-repeat -6px -1177px;
    cursor: pointer
}

/*# sourceMappingURL=main.css.map */

