



/* woocommerce currency switcher */

.sc_layouts_currency .select_container {
    overflow: visible;
}
.sc_layouts_currency .select_container:after,
.sc_layouts_currency .select_container:before {
    display: none;
}
.sc_layouts_currency .chosen-container .chosen-results {
    display: block;
}
.sc_layouts_currency .chosen-container {
    font-size: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 100%;
    position: relative;
}
.sc_layouts_currency .chosen-container-single .chosen-single span {
    margin: 0;
}
.sc_layouts_currency .chosen-container-single .chosen-single > div {
    display: none;
}
.sc_layouts_currency .chosen-container-active.chosen-with-drop .chosen-single,
.sc_layouts_currency .chosen-container-single .chosen-single {
    background: transparent;
    border: none;
    box-shadow: none;
    display: inline-block;
    height: 100%;
    line-height: inherit;
    padding: 0;
    position: relative;
}
.sc_layouts_currency .chosen-container-single .chosen-single:after {
    content: '\e828';
    font-family: 'fontello';
    position:absolute;
    right:0;
    top:53%;
    font-size: 95%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.sc_layouts_currency .chosen-container .chosen-results {
    margin: 0;
    width: 12em;
}
.sc_layouts_currency .chosen-container .chosen-results {
    left: -2.5em;
    position: absolute;
    text-align: left;
    background: #ffffff;
    border: 3px solid #141414;
    padding: 1.4em 2.3em;
    top: 1em;
    width: 8em;
}
.sc_layouts_currency .chosen-container .chosen-results li {
    background: transparent !important;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #141414;
    font-weight: 400;
    padding: 0.55em 0;
    line-height: inherit;
}
.sc_layouts_currency .chosen-container .active-result.highlighted,
.sc_layouts_currency .chosen-container .active-result.result-selected {
    color: red;
}
.sc_layouts_currency .chosen-container .chosen-drop {
    border-radius: 0;
    margin-top: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
/*.sc_layouts_currency.hide_drop .chosen-drop,*/
.woocommerce-currency-switcher-form .woocommerce-currency-switcher {
    display: none !important;
}