

.jcf-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background: #fff
}

.jcf-file .jcf-real-element {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    margin: 0
}

.jcf-file .jcf-fake-input,
.jcf-file .jcf-upload-button {
    height: 40px;
    padding: 6px 15px 8px;
    transition: border-color .2s;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    background-image: none;
    display: inline-block;
    color: #151515;
    box-shadow: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap
}

.jcf-file .jcf-fake-input {
    font-size: 13px;
    line-height: 28px;
    min-width: 55%;
    max-width: 50%;
    margin: 0;
    text-overflow: ellipsis;
    border-radius: 4px 0 0 4px
}

.jcf-file .jcf-upload-button {
    font: 14px/24px Montserrat, sans-serif;
    line-height: 28px;
    margin: 0 0 0 -1px;
    border-radius: 0 4px 4px 0
}

.jcf-list .jcf-option,
.jcf-select {
    font: 14px/22px Montserrat, sans-serif
}

.jcf-scrollable-wrapper {
    position: relative;
    box-sizing: content-box
}

.jcf-scrollbar-vertical {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    background: #e3e3e3
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #bbb
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    width: 14px;
    height: 1px;
    background: #888
}

.jcf-scrollbar-horizontal {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 14px;
    background: #e3e3e3
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    overflow: hidden;
    width: 14px;
    height: 14px;
    vertical-align: top;
    background: #bbb
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    right: 0;
    left: auto
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    position: relative;
    display: inline-block;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    height: 14px;
    background: #888
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-select {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 50px;
    height: 40px;
    padding: 8px 14px;
    text-align: left;
    vertical-align: top;
    color: #151515;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none
}

.jcf-select.jcf-drop-active {
    border-radius: 4px 4px 0 0
}

.jcf-select.jcf-drop-active.jcf-drop-flipped {
    border-radius: 0 0 4px 4px
}

.jcf-select.error,
.jcf-select.error:focus,
.jcf-select.wpcf7-not-valid,
.jcf-select.wpcf7-not-valid:focus {
    border-color: #f24841!important
}

.jcf-select select {
    z-index: 1;
    top: 0;
    left: 0
}

.jcf-select .jcf-select-text {
    display: block;
    overflow: hidden;
    margin-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    text-align: center
}

.jcf-select .jcf-select-opener:after {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: translate(-65%, -50%) rotate(-45deg);
    transform: translate(-65%, -50%) rotate(-45deg);
    border-bottom: 1px solid #151515;
    border-left: 1px solid #151515
}

body>.jcf-select-drop {
    position: absolute;
    z-index: 9999;
    margin: -1px 0 0
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;
    margin-top: 0
}

.jcf-list,
 {
    position: relative;
    width: 100%
}

.jcf-select .jcf-drop-flipped {
    top: auto;
    bottom: 100%
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...'
}

.jcf-select-drop .jcf-select-drop-content {
    overflow: hidden;
    border: 1px solid #767676;
    border-radius: 0 0 4px 4px
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
    border-radius: 4px 4px 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: 0 0
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    color: #000;
    background: #e6e6e6
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    width: 8px;
    height: 4px;
    margin: -7px 5px 0 -3px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod=\'auto expand\')'
}

.jcf-list-box {
    display: inline-block;
    overflow: hidden;
    min-width: 100px;
    border: 1px solid #c6c6c6;
    border-radius: 4px
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    background: #fff
}

.jcf-list .jcf-list-content {
    display: inline-block;
    overflow: auto;
    width: 100%;
    vertical-align: top
}

.jcf-list ul {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.jcf-list ul li {
    display: block;
    overflow: hidden
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.apply-holder,
.jcf-list .jcf-option,
.loading,
.popups,
.slick-list
 {
    overflow: hidden
}

.jcf-list .jcf-option {
    display: block;
    height: 1%;
    min-height: 14px;
    padding: 5px 35px 5px 20px;
    color: #151515
}

body,
html {
    height: 100%
}

.jcf-list .jcf-hover.jcf-selected,
.jcf-list .jcf-selected {
    color: #fff;
    background-color: #48b8e6
}

.jcf-list .jcf-hover {
    background-color: #c6c6c6
}

.jcf-list .jcf-disabled {
    color: #aaa!important;
    background: #fff!important
}

.jcf-list .jcf-optgroup-caption {
    font-weight: 700;
    display: block;
    padding: 5px 9px;
    white-space: nowrap;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-disabled {
    background: #ddd!important
}

.jcf-focus,
.jcf-focus * {
    border-color: #767676!important
}




.sort-search-form {
    position: relative;
    padding: 0 16px 29px;
    text-align: center
}

.sort-search-form .more {
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    padding-top: 7px
}

.sort-search-form .more:hover {
    color: #48b8e6!important
}

.sort-search-form .form-holder {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto
}

.sort-search-form .form-holder .col {
    margin-bottom: 15px;
    text-align: left
}

.sort-search-form .form-holder .col.show {
    display: block
}

