.shop-filter__components-wrapper {
    min-height: 45px;
    padding: 5px;
    background-color: #f1f4f9
}

.shop-filter__component-full {
    text-align: center;
    position: relative;
    padding-right: 30px;
    padding-left: 30px
}

.shop-filter__component-full .shop-filter__component__icon {
    margin-right: 5px
}

.shop-filter__component-full .sf_icon-angle-left,
.shop-filter__component-full .sf_icon-angle-right {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 0;
    cursor: pointer
}

.shop-filter__component-full .sf_icon-angle-right {
    left: auto;
    right: 0
}

.shop-filter__components-list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    transition: text-indent .3s linear;
    margin-left: -5px
}

.shop-filter__component:before {
    content: '';
    position: absolute;
    pointer-events: none;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid transparent
}

.shop-filter__components-list .shop-filter__component {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-indent: 0;
    margin-left: 5px
}

.shop-filter__component .shop-filter__component__title {
    display: none
}

.shop-filter__component__icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px
}

.shop-filter__component__icon img {
    display: block;
    max-width: 100%
}

.shop-filter__component__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    padding: .4em 0
}

.shop-filter__options-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: auto;
/ / max-height: 200 px
}

.shop-filter__options-wrapper--block {
    margin-left: 0;
    margin-right: 0;
    display: block
}

.shop-filter__options-wrapper+.shop-filter__options-wrapper--block {
    margin-top: 20px
}

.shop-filter__options-wrapper--block .shop-filter__option__title {
    text-align: left
}

.shop-filter__option-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px
}

.shop-filter__option {
    margin-top: 20px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.shop-filter__option img {
    width: 100%;
    display: block
}

.shop-filter__option__title {
    text-align: center;
    line-height: 1.2;
    padding: 6px 0
}

.shop-filter__option__price {
    margin: 0 -5px -5px;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    background-color: #f1f4f9
}

.shop-filter__option--block {
    display: block;
    font-size: 12px
}

.shop-filter__option--block+.shop-filter__option--block {
    margin-top: 10px
}

.shop-filter__form-field {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 5px 30px 5px 5px;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shop-filter__form-btn {
    display: inline-block;
    padding: 9px 10px;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.shop-filter__form-btn input[type=file] {
    position: absolute;
    font-size: 100px;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0
}

.shop-filter__form-file-uploader .shop-filter__form-field {
    padding-right: 35px;
    padding-left: 70px
}

.shop-filter__form-file-uploader .shop-filter__form-btn {
    position: absolute;
    top: 0;
    height: 35px
}

.shop-filter__form-file-uploader .shop-filter__form-btn--upload {
    left: 0;
    height: 100%
}

.shop-filter__form-file-uploader .shop-filter__form-btn--reset {
    right: 0;
    visibility: hidden
}

.shop-filter__form-file-uploader.has-picture .shop-filter__form-btn--reset {
    visibility: visible
}

.shop-filter__form-field-wrapper {
    margin-bottom: 3px;
    position: relative
}

.shop-filter__form-select-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: currentColor transparent transparent;
    pointer-events: none
}

.shop-filter__option__color-wrapper {
    position: relative;
    padding-right: 36px;
    display: table
}

.shop-filter__option__color-wrapper .shop-filter__form-field-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-left: 3px
}

.shop-filter__option__color-wrapper .shop-filter__form-field-wrapper:first-child {
    padding-right: 3px;
    padding-left: 0
}

.shop-filter__option__color {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer
}

.shop-filter__option__color-dropdown {
    position: absolute;
    right: -1px;
    top: 100%;
    padding: 5px;
    z-index: 2;
    min-width: 176px;
    display: none
}

.shop-filter__option__color.opened .shop-filter__option__color-dropdown {
    display: block
}
.shop-filter__option__color-elem{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 1px
}
.shop-filter__option__icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: 1px
}

.shop-filter__option__color-elem {
    vertical-align: top
}

.shop-filter__option__icon {
    padding: 2px
}

.shop-filter__viewport {
    position: relative
}

.shop-filter__viewport img {
    max-width: 100%
}

.shop-filter__viewport__text {
    position: absolute;
    z-index: 99;
    text-align: center;
    line-height: 0
}

.shop-filter__viewport__picture {
    position: absolute;
    z-index: 98;
    overflow: hidden
}

.shop-filter__viewport__picture img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.shop-filter__viewport__option-img {
    position: absolute;
    left: 0;
    top: 0
}

.shop-filter__component.is-selected {
    opacity: .8
}

.shop-filter__component.is-selected:before {
    border-color: #fff
}

.shop-filter__option-container.is-selected .shop-filter__option {
    background-color: #f1f4f9
}

.shop-filter__form-field,
.shop-filter__option__color,
.shop-filter__option__color-dropdown {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff
}

.shop-filter__form-btn {
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    background-color: #09c
}

.sf_is-hidden {
    display: none!important
}

.sf_icon-angle-left.theme-black,
.sf_icon-angle-left.theme-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-size: 145%;
    background-repeat: no-repeat;
    background-position: 50% 59%
}

.sf_icon-angle-left.theme-black {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)
}

.sf_icon-angle-right.theme-black,
.sf_icon-angle-right.theme-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: 145%;
    background-repeat: no-repeat;
    background-position: 50% 59%
}

.sf_icon-angle-right.theme-black {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)
}

.shop-filter_options_text .shop-filter__option.last {
    margin-bottom: 40px
}

/* Slider */
.shop-filter__viewport__slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: transform 0.3s;
}

.shop-filter__viewport__slider-cutter {
    overflow: hidden;
    min-height: 100%;
}

.shop-filter__viewport__slider-item {
    min-width: 100%;
    position: relative;
}

.shop-filter__viewport__slider-buttons {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    width: 100%;
    max-width: 80%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateX(-50%);
}

.shop-filter__viewport__slider-button {
    border-radius: 5px;
    padding: 0.5rem 1rem;
    border: solid 1px #000;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
}

.shop-filter__viewport__slider-button.active {
    color: #fff;
    background-color: #000;
}
/* @end Slider */
/** ----------------- */
/*Radio buttons*/
.shop-filter__option-container.shop-filter__radio {
    display: block;
    font-size: 12px;
}
.shop-filter__radio + .shop-filter__radio {
    margin-top: 15px;
}
.shop-filter__radio  input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
}

.shop-filter__radio__label {
    padding-left: 20px;
    position: relative;
    margin: 0;
    min-height: 20px;
    vertical-align: top;
    font-weight: 400;
    cursor: pointer;
}

.shop-filter__radio__text {
    display: inline-block;
    margin-left: 5px;
}

.shop-filter__radio__text:empty {
    margin-left: 0;
}

.shop-filter__radio input:checked + .shop-filter__radio__text:before {
    border-color: #09c;
}

.shop-filter__radio input:checked + .shop-filter__radio__text:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #09c;
    border: solid 2px #09c;
    /*border: solid 2px #aaa;*/
    border-radius: 50%;
}

.shop-filter__radio__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #121414;
    /*border: solid 2px #09c;*/
    border: solid 2px #aaa;
    border-radius: 50%;
}
/* @end Radio buttons*/
/** ----------------- */

.customizer_group_name{
    width: 100%;
    font-size: 16px;
    color: #e5534c;
    font-weight: bold;
    margin: 15px 0px 5px 15px;
}

.is-selected img{
    border: 2px solid  #e5534c;
}
.shop-filter__option-container{
    text-align:center;
}
.shop-filter__option__title{
    font-size: 90%;
}

.tooltip-holder {
    position: relative
}

.tooltip-text,
.tooltip-text:before {
    display: block;
    position: absolute;
    left: 50%
}

.tooltip-holder:hover .tooltip-text {
    opacity: 1
}

.tooltip-text {
    text-align: center;
    font-size: 11px;
    bottom: 100%;
    min-width: 130px;
    margin-left: -65px;
    pointer-events: none;
    opacity: 0;
    z-index: 20
}

.tooltip-text:after {
    content: attr(data-tooltip);
    padding: 3px 5px;
    display: block;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.tooltip-text:before {
    content: '';
    top: 100%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: rgba(0, 0, 0, .7) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}
