.clac__dropdown .dropdown {
    display: block;
    position: relative;
}
.clac__dropdown .dropdown.is-open {
    z-index: 800;
}
.clac__dropdown .dropdown strong {
    color: #474747;
	width:80%;
	display:block;
}
.clac__dropdown .dropdown__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #474747;
    cursor: pointer;
    display: block;
    line-height: 1.4;
    outline: none;
    position: relative;
    text-align: left;
    vertical-align: top;
    border-radius: 2px;
    border: 1px solid #c7c7c7;
    padding-right: 32px;
}
.clac__dropdown .dropdown__button:hover,
.clac__dropdown .dropdown__button:focus {
    border-color: #005eb8;
}
.clac__dropdown .dropdown__button .icon-arrow-down {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32px;
}
.clac__dropdown .dropdown__button .icon-arrow-down:before {
    color: inherit;
    font-size: 32px;
    line-height: 1em;
    height: 28px;
    position: absolute;
    top: 4px;
    left: 0;
}
.clac__dropdown .dropdown__button .icon-arrow-down:after {
    border-left: 1px solid #c7c7c7;
    color: inherit;
    content: "";
    position: absolute;
    top: 7px;
    right: 32px;
    bottom: 7px;
}
.clac__dropdown .dropdown__button ul {
    margin-top: 0;
}
.clac__dropdown .dropdown__button li {
    display: inline-block;
    position: relative;
}
.clac__dropdown .dropdown__button li:before {
    display: none !important;
}
.clac__dropdown .dropdown__button li+li {
    margin-left: 15px;
}
.clac__dropdown .dropdown__button li+li:after {
    background: #c7c7c7;
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 1px;
    height: 100%;
}
.clac__dropdown .dropdown__button li:first-child {
    margin-left: 0;
}

.clac__dropdown .dropdown__button .text--large {
    font-size: 1rem;
    line-height: 1;
}
.clac__dropdown .dropdown__button .text--med,
.clac__dropdown .dropdown__button .text--small,
.clac__dropdown .dropdown__button .text--content code,
.clac__dropdown .text--content .dropdown__button code,
.clac__dropdown .dropdown__button .sg-markdown code,
.clac__dropdown .sg-markdown .dropdown__button code,
.clac__dropdown .dropdown__button .sg-content__docs code,
.clac__dropdown .sg-content__docs .dropdown__button code,
.clac__dropdown .dropdown__button .text--xsmall,
.clac__dropdown .dropdown__button .text--content small,
.clac__dropdown .text--content .dropdown__button small {
    line-height: 16px;
}
.clac__dropdown .dropdown__button .dropdown__item__periode {
    display: none;
}
.clac__dropdown .dropdown--small .text--large,
.clac__dropdown .dropdown--small .dropdown__button,
.clac__dropdown .dropdown--small .dropdown__list .dropdown__item,
.clac__dropdown .dropdown--small .dropdown__filter input {
    font-size: 0.813rem;
}
.clac__dropdown .dropdown--small .text--med,
.clac__dropdown .dropdown--small .text--small,
.clac__dropdown .dropdown--small .text--content code,
.clac__dropdown .text--content .dropdown--small code,
.clac__dropdown .dropdown--small .sg-markdown code,
.clac__dropdown .sg-markdown .dropdown--small code,
.clac__dropdown .dropdown--small .sg-content__docs code,
.clac__dropdown .sg-content__docs .dropdown--small code,
.clac__dropdown .dropdown--small .text--xsmall,
.clac__dropdown .dropdown--small .text--content small,
.clac__dropdown .text--content .dropdown--small small {
    line-height: 13px;
}
.clac__dropdown .dropdown--small .dropdown__list .dropdown__item {
    padding: 10px;
    min-height: none;
}
.clac__dropdown .dropdown__toggle {
    display: none;
}
.clac__dropdown .dropdown__content__header {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
    background-image: linear-gradient(to top, #f9f9f9 0%, #fff 100%);
    color: #757575;
    padding: 20px;
    position: relative;
}
.clac__dropdown .dropdown__content__close {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    float: right;
}
.clac__dropdown .dropdown__content__close [class^="icon-"] {
    color: #757575;
}
.clac__dropdown .dropdown__content {
    background-color: #fff;
    color: #474747;
    opacity: 0;
    visibility: hidden;
}
.clac__dropdown .no-boxshadow .dropdown__content {
    border: 1px solid #adadad;
}
.style--yellow .dropdown__content,
.style--purple .dropdown__content,
.area--purple .dropdown__content,
.area--blue .dropdown__content,
.area--yellow .dropdown__content {
    border: 1px solid #adadad;
}
.clac__dropdown .is-open .dropdown__content {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.12);
    opacity: 1;
    visibility: visible;
}
.clac__dropdown .dropdown__content .dropdown__item__price {
    top: auto;
}
.clac__dropdown .dropdown__scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
}
.clac__dropdown .js .dropdown__scroll:after {
    display: none;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    height: 60px;
    z-index: 300;
}
.clac__dropdown .dropdown__filter {
    background-color: #f9f9f9;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 0 40px;
    position: relative;
}
.clac__dropdown .dropdown__filter:before {
    font-family: "framework-icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e67b";
    color: #adadad;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
}
.clac__dropdown .dropdown__filter input {
    background-color: transparent;
    border: none;
    color: #757575;
    outline: none;
    padding: 12px 0;
    width: 100%;
}
.clac__dropdown .dropdown__filter .icon-clear {
    background-color: transparent;
    border: none;
    color: #adadad;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    position: absolute;
    outline: none;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
.clac__dropdown .dropdown__filter .icon-clear:hover,
.clac__dropdown .dropdown__filter .icon-clear:focus {
    color: #757575;
}
.clac__dropdown .dropdown__filter.has-value .icon-clear {
    opacity: 1;
}
.clac__dropdown .dropdown__list .dropdown__item {
    cursor: pointer;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    line-height: 1.4;
}
.clac__dropdown .dropdown__list .dropdown__item:first-child {
    border-top: none;
}
.clac__dropdown .dropdown__list .dropdown__item:after {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0073de;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
}
.clac__dropdown .dropdown__list .dropdown__item .with-icon {
    padding-left: 30px;
}
.clac__dropdown .dropdown__list .dropdown__item li {
    margin-top: 0;
}
.clac__dropdown .dropdown__list .dropdown__item:hover,
.clac__dropdown .dropdown__list .dropdown__item:focus {
    background-color: #f9f9f9;
}
.clac__dropdown .dropdown__list .dropdown__item:hover:after,
.clac__dropdown .dropdown__list .dropdown__item:focus:after {
    width: 3px;
}
.clac__dropdown .dropdown__list .dropdown__item:hover .dropdown__item__price,
.clac__dropdown .dropdown__list .dropdown__item:focus .dropdown__item__price {
    background: #f9f9f9;
}
.clac__dropdown .dropdown__list .dropdown__item:hover .dropdown__item__price:before,
.clac__dropdown .dropdown__list .dropdown__item:focus .dropdown__item__price:before {
    background: -webkit-linear-gradient(right, #f9f9f9 0, rgba(249, 249, 249, 0) 100%);
    background: linear-gradient(to left, #f9f9f9 0, rgba(249, 249, 249, 0) 100%);
}
.clac__dropdown .dropdown__item {
    display: block;
    outline: none;
    min-height: 27px;
    padding: 10px;
    position: relative;
}
.clac__dropdown .dropdown__item [class^="icon"] {
    font-size: 20px;
    min-width: 20px;
    line-height: 1;
}
.clac__dropdown .dropdown__item [class^="icon"]:before {
    color: #adadad;
}
.clac__dropdown .dropdown__item__icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    max-width: 20px;
}
.clac__dropdown .dropdown__item__icon [class^="icon-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clac__dropdown .dropdown__item__price {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.clac__dropdown .dropdown__item__price:before {
    background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 10px;
}
.clac__dropdown .dropdown__noresult {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.clac__dropdown .dropdown__devider {
    background: #8c8c8c;
    color: #fff;
    padding: 5px 10px;
}
.clac__dropdown .dropdown__more {
    background-color: #f9f9f9;
    border-top: 1px solid #c7c7c7;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    z-index: 500;
}
.clac__dropdown .dropdown__more .button,
.clac__dropdown .dropdown__more html.checked .button--radio label,
html.checked .button--radio .dropdown__more label,
.clac__dropdown .dropdown__more .form-checkbox--filter label,
.clac__dropdown .form-checkbox--filter .dropdown__more label {
    background: #fff;
    overflow: visible;
}
@media only screen and (min-width: 37.5em) {
    .clac__dropdown .dropdown.is-open {
        display: block;
    }
    .clac__dropdown .dropdown__content__header {
        display: none;
    }
    .clac__dropdown .dropdown__content {
        border-radius: 2px;
        border: 1px solid #c7c7c7;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 8px 0 0;
        min-width: 484px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: opacity 50ms ease-out, -webkit-transform 100ms ease-out;
        transition: opacity 50ms ease-out, transform 100ms ease-out;
    }
    .clac__dropdown .dropdown__content:before,
    .clac__dropdown .dropdown__content:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
    }
    .clac__dropdown .dropdown__content:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #c7c7c7;
        left: 17px;
        top: -8px;
        margin-left: -8px;
    }
    .clac__dropdown .dropdown__content:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        left: 17px;
        top: -7px;
        margin-left: -7px;
    }
    .clac__dropdown .no-cssgradients .dropdown__content:after {
        border-bottom-color: #e0e0e0;
    }
    .clac__dropdown .dropdown__content:after {
        border-bottom: 7px solid #fff;
    }
    .clac__dropdown .is-open .dropdown__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .clac__dropdown .is-open>.dropdown__button .icon-arrow-down:before {
        content: "\e651";
    }
    .clac__dropdown .dropdown__button .with-icon {
        padding-left: 30px;
    }
    .clac__dropdown .dropdown__scroll {
        max-height: 440px;
    }
    .clac__dropdown .dropdown__list .dropdown__item li {
        float: left;
        width: 50%;
        margin-top: 5px;
    }
}
.clac__dropdown .dropdown .form-item__placeholder-fallback {
    font-size: 0.875rem;
}
@media only screen and (max-width: 37.438em) {
    .clac__dropdown .dropdown {
        border-bottom: 1px solid #c7c7c7;
        display: block;
        padding-right: 0;
    }
    .clac__dropdown .dropdown.is-inactive {
        z-index: -1;
    }
    .clac__dropdown .dropdown .is-active {
        z-index: 1;
    }
    .clac__dropdown .dropdown:before {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 800;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        pointer-events: none;
    }
    .clac__dropdown .dropdown.is-open:before {
        opacity: 1;
        pointer-events: auto
    }
   .clac__dropdown  .dropdown.is-active:before {
        z-index: 1800;
    }
    .clac__dropdown .dropdown__button {
        border-width: 0;
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: opacity .1s .5s;
        transition: opacity .1s .5s;
    }
    .clac__dropdown .is-open .dropdown__button {
        border-bottom-width: 1px;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }
    .clac__dropdown .is-open .dropdown__button .icon-arrow-down:before {
        border-left: none;
    }
    .clac__dropdown .is-active .dropdown__button {
        z-index: 2000;
    }
    .clac__dropdown .dropdown__button .icon-arrow-down:before {
        border-left: none;
    }
    .dropdown__button .dropdown__item__icon {
        display: none;
    }
    .clac__dropdown .dropdown__button ul {
        display: none;
    }
    .clac__dropdown .dropdown__button .dropdown__item__duration {
        display: block;
    }
    .clac__dropdown .dropdown__filter {
        display: none;
    }
    .clac__dropdown .dropdown__content {
        border-bottom: none;
        border-radius: 0;
        position: relative;
        max-width: none;
        min-width: none;
        height: 0;
        width: 100%;
        pointer-events: none;
        position: fixed;
        z-index: 900;
        opacity: 0;
        -webkit-transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
        transition: opacity .3s .5s, width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    .clac__dropdown .is-open .dropdown__content {
        box-shadow: none;
        display: block;
        margin-top: 0;
        pointer-events: auto;
        opacity: 1;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        -webkit-transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
        transition: width .4s .1s, height .4s .1s, top .4s .1s, left .4s .1s, margin .4s .1s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    .clac__dropdown .is-active .dropdown__content {
        z-index: 1900;
    }
    .clac__dropdown .dropdown__content__header,
    .clac__dropdown .dropdown__scroll,
    .clac__dropdown .dropdown__more {
        visibility: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity .1s, visibility 0s .1s, height 0s .1s;
        transition: opacity .1s, visibility 0s .1s, height 0s .1s;
    }
    .clac__dropdown .is-open .dropdown__content__header,
    .clac__dropdown .is-open .dropdown__scroll,
    .clac__dropdown .is-open .dropdown__more {
        visibility: visible;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity .3s .5s;
        transition: opacity .3s .5s;
    }
    .clac__dropdown .dropdown__scroll {
        max-height: 100%;
        max-height: -webkit-calc(100% - 62px);
        max-height: calc(100% - 62px);
    }
    .clac__dropdown .with-loadmore .dropdown__scroll {
        max-height: -webkit-calc(100% - 62px - 53px);
        max-height: calc(100% - 62px - 53px);
    }
    .clac__dropdown .dropdown__more {
        background-color: transparent;
        border-top: 1px solid #c7c7c7;
        box-shadow: none;
    }
}
.clac__dropdown .no-js .dropdown__button,
.clac__dropdown .no-js .dropdown__filter,
.clac__dropdown .no-js .dropdown__content__close,
.clac__dropdown .no-js .dropdown__content:before,
.clac__dropdown .no-js .dropdown__content:after {
    display: none;
}
.clac__dropdown .no-js .dropdown,
.clac__dropdown .no-js .dropdown__content__header,
.clac__dropdown .no-js .dropdown__content,
.clac__dropdown .no-js .dropdown__scroll {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
}
.clac__dropdown .no-js .dropdown__content__close {
    display: none;
}

#product-dropdown-1 .leader { margin-top:2px;}