

/* Start:/local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/style.css?170798727413279*/
/*#daruti-fixed_palceholder { margin-top: 13px; margin-bottom: 45px; display: none }           */

.daruti-filter.b-filter {
    padding-bottom: 0px;
    padding-top: 10px;
    font: 1em 'DINProRegular', sans-serif;
    width: 230px;
    background: none;
}

.daruti-filter-fixed .daruti-filter.b-filter {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999
}

.daruti-filter .multifilter-new {
    display: block;
    margin: 0 0 20px 0;
}

.daruti-filter .button-dropdown {
    position: relative;

}

.daruti-filter.b-filter .form-control input[type="text"] {
    width: 56px;
    height: 26px;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    padding: 3px 5px 0px;
    font-size: 12px;
}

.daruti-filter .multifilter-new .button-dropdown {
}

.daruti-filter .multifilter-new .button-dropdown_open {
    z-index: 18;
}

.daruti-filter .button, .daruti-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0 8px;

    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    /*font-size: 14px;*/
    line-height: 2em;
    /*font-family: Arial,Helvetica,sans-serif;*/
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    outline: 0;
    background: #f4f1ef;

    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    font-family: 'DINProRegular', sans-serif;
}

.dark .daruti-filter .button, .daruti-button {
    /* dark theme */
    background: #121315;
    color: #fff;
    box-shadow: none;
}

.daruti-button.js-reset.hidden {
    display: none
}

.daruti-filter .button_disabled, .daruti-filter .button_disabled.button_active {
    border-color: #e0e0e0 !important;
    box-shadow: none !important;
    background: #fff !important;
    cursor: default !important;
}

.daruti-filter .multifilter-new_active .multifilter-new__button {
    border: 1px solid #ff323c;
    border-top-color: #ff4f56;
    border-bottom-color: #fc0513;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
    background: url(/local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/../i/controls-bg.png) 0 -199px repeat-x #ff6b70;
    background: -webkit-linear-gradient(top, #ff5158, #ff2e38);
    background: -moz-linear-gradient(top, #ff5158, #ff2e38);
    background: -o-linear-gradient(top, #ff5158, #ff2e38);
    background: linear-gradient(to bottom, #ff5158, #ff2e38);
}

.daruti-filter .multifilter-new_active .multifilter-new__button .button__title {
    text-shadow: 0 -1px 1px #000;
    color: #fff;
}

.daruti-filter .multifilter-new__reset {
    z-index: -1;
    margin-left: -40px;
    -webkit-transition: margin .2s ease;
    -moz-transition: margin .2s ease;
    -o-transition: margin .2s ease;
    transition: margin .2s ease;
}

.daruti-filter .multifilter-new__reset:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ff5a5e;
}

.daruti-filter .multifilter-new_active .multifilter-new__reset {
    margin-left: -4px;
    visibility: visible;
    opacity: 1;
    z-index: auto;
}

.daruti-filter .button_right {
    border-radius: 0 3px 3px 0;
}

.daruti-filter .button__icon, .daruti-button .button__icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 -4px;
    background: url(/local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/images/controls_icon.png) no-repeat;
}

.daruti-filter .multifilter-new__reset .button__icon {
    width: 13px;
    height: 14px;
    margin: -4px 0 0;
    background: url(/local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/images/multifilter__reset.png) no-repeat;
}

.daruti-button.js-reset .button__icon {
    width: 13px;
    height: 14px;
    margin-left: 0;
    background-position: -218px 0;
}

.daruti-filter .dropdown {
    display: none;
    position: relative;
    margin: 0;
    text-align: left;
    list-style-type: none;
    font-size: 0.9em
}

.daruti-filter .dropdown:before {
    content: '';
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
    background: url(/local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/images/controls_icon.png) -45px -21px no-repeat;
}

.dark .daruti-filter .dropdown:before {
    /* dark theme */
    background: none;
}

.dark .multifilter-new.checkboxfilter.multifilter-new_active .button-dropdown {
    text-shadow: none;
    /* dark theme */
}

.dark .multifilter-new.checkboxfilter.multifilter-new_active .button-dropdown .button__title {
    color: #1D1F22;
    text-shadow: none;
}

.daruti-filter .multifilter-new .dropdown {
    z-index: 20;

    padding: 15px 10px 0 10px;
    display: none;
}

.daruti-filter .multifilter-list-new {
    max-height: 240px;
    margin: -8px 0 0;
    padding: 8px 5px 0;
    overflow-x: hidden;
    overflow-y: auto;
    /*overflow-y: scroll;*/
    list-style-type: none;
}

.daruti-filter .multifilter-list-new__section {
    display: block;
    margin-right: 6px;
}

.daruti-filter .multifilter-list-new__section_header {
    margin-bottom: 12px;
    font-weight: 700;
}

.daruti-filter .multifilter-list-new__section_list {
    padding: 11px 6px 0 0;
    overflow: hidden;
    max-height: 100%;
}

.daruti-filter .multifilter-list-new__section .row {
    padding-top: 10px;
    padding-bottom: 10px
}

.daruti-filter.b-filter .form-control label {
    font-size: 1em;
}

/*.daruti-filter .multifilter-item-new .checkbox {
    float: left;
}

.daruti-filter .checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    border-top-color: #dcdcdc;
    border-bottom-color: #cdcdcd;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    background: #f4f4f4;
    background: -webkit-linear-gradient(top,#fefefe,#eee);
    background: -moz-linear-gradient(top,#fefefe,#eee);
    background: -o-linear-gradient(top,#fefefe,#eee);
    background: linear-gradient(to bottom,#fefefe,#eee);
}*/

.daruti-filter .multifilter-item-new__label {
    display: block;
    position: relative;
    vertical-align: top;
    margin-left: 15px;
    padding: 0 0 8px 9px;
    line-height: 16px;
}

.daruti-filter .multifilter-actions-new {
    margin: 0 -2px 0 -10px;
    padding: 10px 0 10px 15px;
    border-top: 1px solid #eee;
}

.daruti-filter .button_blue {
    border: 1px solid #ff323c;
    border-top-color: #ff4f56;
    border-bottom-color: #fc0513;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15);
    background: #ff6b70;
    background: -webkit-linear-gradient(top, #ff5158, #ff2e38);
    background: -moz-linear-gradient(top, #ff5158, #ff2e38);
    background: -o-linear-gradient(top, #ff5158, #ff2e38);
    background: linear-gradient(to bottom, #ff5158, #ff2e38);
}

.daruti-filter .button_blue:hover, .daruti-filter .button_blue:active {
    background: #ff7a7f;
    background: -webkit-linear-gradient(top, #ff646a, #ff2e38);
    background: -moz-linear-gradient(top, #ff646a, #ff2e38);
    background: -o-linear-gradient(top, #ff646a, #ff2e38);
    background: linear-gradient(to bottom, #ff646a, #ff2e38);
}

.daruti-filter .button__title {
    display: inline-block;
    height: 100%;
    position: relative;
    text-shadow: 0 1px 1px #fff;
    color: #000;
    font-size: 16px;
    padding: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.dark .daruti-filter .button__title {
    /* dark theme */
    color: #fff;
    text-shadow: none;
}

.multifilter-new__button:before {
    content: '';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAIAgMAAABbvU1hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEX////Dv7vDv7v///+bRP7HAAAAAnRSTlMAAHaTzTgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAL0lEQVQI12NgEAthYBCNmgokMpeGMIgu0QxhEJvCFcIQFcI2hSEzhHUJw9IQ1gwAo5QJOGBQ9/8AAAAASUVORK5CYII=');
}

.button-dropdown_open .multifilter-new__button:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.daruti-filter .button_off .button__title {
    top: auto !important;
}

.daruti-filter .button_blue .button__title {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
    color: #fff;
}

.daruti-filter .multifilters-new__title {
    font: 1em 'DINProBold', sans-serif;
}

.daruti-filter .price-field {
    width: 160px
}

.daruti-filter .size-field {
    width: 250px
}

.checkboxfilter .multifilter-actions-new {
    display: none;
}

.multifilter-item-new label {
    cursor: pointer;
}

.multifilters__link {
    color: #000;
    display: block;
    position: relative;
    padding: 7px 0;
    padding-left: 20px;
}

.dark .multifilters__link {
    /* dark theme */
    color: #fff;
}

.multifilters__link:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd8d3;
    position: absolute;
    left: 2px;
    top: 16px;
}

.multifilters__link_active:before {
    background: #e9292f;
}

.multifilters__link_active {
    color: #e9292f;
}

.multifilters__link:hover {
    color: #e9292f;
    text-decoration: none;

}

.checkbox_mod_angstrem .icheckbox_angstrem {
    width: 23px;
    height: 23px;
    background-position: -199px 0 !important;
}

.checkbox_mod_angstrem .icheckbox_angstrem.checked {
    background-position: -222px 0 !important;
}

.checkbox_mod_angstrem .icheckbox_angstrem {
    margin: 0 17px 0 0;
}

.multifilters__list {
    list-style-type: none;
    margin-top: 10px;
}

.multifilter-new_mod {
    padding-left: 17px;
}

.filter-catalog-row .b-catalog-items {
    max-width: 1947px;
}

.filter-catalog-row .daruti-filter {
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin-right: 1.3%;
    min-width: 230px;
}

.filter-catalog-row .rows-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 72%;
}

#daruti-filterbar {
}

#daruti-filterbar .multifilter-new .multifilter-new__reset, #daruti-filterbar .multifilter-new .multifilter-actions-new {
    display: none;
}

#daruti-filterbar .scroll-x {
    display: none !important;
}

#daruti-filterbar .form-control__title {
    display: block;
    margin-bottom: .5em;
}

#daruti-filterbar .form-control input[type="text"] {
    margin: 0 0 0 4px;
    padding: 0 5px;
    width: 64px;
    line-height: 1;
}

#daruti-filterbar .size-field {
    width: auto;
    padding: .25em 0;
}

#daruti-filterbar .size-field + .size-field {
    margin-top: 1.25em;
}

#daruti-filterbar .price-field {
    width: auto;
    padding: .75em 0 .5em;
}

#daruti-filterbar .dropdown.multifilter-new_sectioned {
    padding: 15px;
    border: 1px solid #f4f1ef;
}

.dark #daruti-filterbar .dropdown.multifilter-new_sectioned {
    border-color: #2c2f34;
}

.filter-params {
    margin: 15px 0 0;
    font-size: 14px;
}

.filter-params span {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0 0;
}

.filter-params__item {
    position: relative;
    padding: 4px 25px 5px 10px;
    background: #fff;
    border: 1px solid #ddd8d3;
    font-size: 13px;
    line-height: 1;
    color: #afa8a2;
    border-radius: 4px;
}

.filter-params__item i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    font-style: normal;
    font-size: 22px;
    opacity: .5;
    cursor: pointer;
}

.daruti-filter .checkbox label {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.1 !important;
}

.daruti-filter .checkbox label .icheckbox_angstrem {
    margin-right: 10px;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.daruti-filter .checkbox label.checkbox-picture .icheckbox_angstrem {
    display: none;
}

@media (max-width: 1420px ) {
    .filter-catalog-row .rows-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 77%;
    }
}

@media (max-width: 1156px ) {
    .filter-catalog-row .rows-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 71%;
    }

    .filter-catalog-row .daruti-filter {
        margin-right: 30px;

    }
}
/* End */


/* Start:/assets/vendor/jquery.scrollbar.css?170798727421781*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 6px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	left: 2px;
	width: 2px;
	background-color: #ece8e5;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	height: 22px;
	background-color: #c3bfbb;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */
/* /local/components/angstrem/catalog.smart.filter/templates/daruti_ANG_allFilter/style.css?170798727413279 */
/* /assets/vendor/jquery.scrollbar.css?170798727421781 */
