.error {
background-color: #FFEBE8;
border: 1px solid #C00;
border-radius: 4px;
padding: 4px;
}
.error .title {
font-weight: bold;
font-size: large;
}
.widget_wc_aelia_currencyswitcher_widget .currency_button {
display: inline-block;
}
.widget_wc_aelia_currencyswitcher_widget .widget_errors {
list-style-type: disc;
list-style-position: inside;
} .wc_aelia_cs_country_selector .dropdown .option.filter_hidden {
display: none;
}
.widget_wc_aelia_currencyswitcher_widget .dropdown .option.selected,
.widget_wc_aelia_currencyswitcher_widget .dropdown .option:hover {
background-color: whitesmoke;
}
.widget_wc_aelia_currencyswitcher_widget .dropdown .options {
margin: 0;
}
.widget_wc_aelia_currencyswitcher_widget .dropdown_selector .dropdown .search-container {
width: calc(100% - 30px);
margin: 15px;
}
.widget_wc_aelia_currencyswitcher_widget .dropdown_selector .dropdown .search-container .search {
display: block;
border-style: solid;
padding: 10px;
font-family: inherit;
min-height: 35px;
height: auto;
width: 100%;
transition: border-color ease .3s;
min-width: 50%;
} .wc_aelia_cs_currency_selector {
position: relative;
width: 100%;
padding: 10px 0;
max-width: 400px;
font-size: 15px;
}
.wc_aelia_cs_currency_selector .selected_currency {
align-items: center;
user-select: none;
max-width: 400px;
position: relative;
padding: 10px 32px 10px 8px;
display: flex;
cursor: pointer;
width: 100%;
border: 1px solid silver;
}
.wc_aelia_cs_currency_selector .selected_currency:before {
content: '';
background-size: contain;
height: 12px;
width: 12px;
position: absolute;
right: 12px;
top: 12px;
transition: .2s ease-out;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
transform: rotate(45deg);
color: silver;
}
.wc_aelia_cs_currency_selector.active .selected_currency:before {
transform: rotate(225deg);
top: 18px;
}
.wc_aelia_cs_currency_selector .dropdown {
display: none;
position: absolute;
top: calc(100%);
width: 100%;
max-width: 100% !important;
min-width: 130px;
background-color: #fff; z-index: 1000;
border: 1px solid silver;
padding: 6px 0;
}
.wc_aelia_cs_currency_selector .dropdown .currencies {
max-height: 190px;
margin-top: 8px;
margin-bottom: 8px;
overflow-y: auto;
}
.wc_aelia_cs_currency_selector .dropdown .currency {
display: flex;
padding: 5px 8px;
align-items: center;
margin-bottom: 0;
cursor: pointer;
transition: .3s;
text-decoration: none !important;
outline: none !important;
}
.wc_aelia_cs_currency_selector .dropdown .currency:hover {
background-color: whitesmoke;
} .wc_aelia_cs_currency_selector .currency_flag {
position: relative;
justify-content: center;
border-radius: 2px;
align-items: center;
display: flex;
height: fit-content;
max-height: 20px;
min-width: 30px;
z-index: 1;
}
.wc_aelia_cs_currency_selector .currency_name {
width: 100%;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
display: block;
text-overflow: ellipsis;
margin-left: 10px;
}
.wc_aelia_cs_currency_selector.dropdown_selector .currency_flag img {
border-radius: 2px;
max-height: 30px;
object-fit: cover;
max-width: 30px !important;
z-index: -1;
} .wc_aelia_cs_country_selector {
position: relative;
width: 100%;
padding: 10px 0;
max-width: 400px;
font-size: 15px;
}
.wc_aelia_cs_country_selector .selected_country {
align-items: center;
user-select: none;
max-width: 400px;
position: relative;
padding: 10px 32px 10px 8px;
display: flex;
cursor: pointer;
width: 100%;
border: 1px solid silver;
}
.wc_aelia_cs_country_selector .selected_country:before {
content: '';
background-size: contain;
height: 12px;
width: 12px;
position: absolute;
right: 12px;
top: 12px;
transition: .2s ease-out;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
transform: rotate(45deg);
color: silver;
}
.wc_aelia_cs_country_selector.active .selected_country:before {
transform: rotate(225deg);
top: 18px;
}
.wc_aelia_cs_country_selector .dropdown {
display: none;
position: absolute;
top: calc(100%);
width: 100%;
max-width: 100% !important;
min-width: 130px;
background-color: #fff; z-index: 1000;
border: 1px solid silver;
padding: 6px 0;
}
.wc_aelia_cs_country_selector .dropdown .countries {
max-height: 190px;
margin-top: 8px;
margin-bottom: 8px;
overflow-y: auto;
}
.wc_aelia_cs_country_selector .dropdown .country {
display: flex;
padding: 5px 8px;
align-items: center;
margin-bottom: 0;
cursor: pointer;
transition: .3s;
text-decoration: none !important;
outline: none !important;
}
.wc_aelia_cs_country_selector .country_flag {
position: relative;
justify-content: center;
border-radius: 2px;
align-items: center;
display: flex;
height: fit-content;
max-height: 20px;
min-width: 30px;
z-index: 1;
}
.wc_aelia_cs_country_selector .country_name {
width: 100%;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
display: block;
text-overflow: ellipsis;
margin-left: 10px;
}
.wc_aelia_cs_country_selector.dropdown_selector .country_flag img {
border-radius: 2px;
max-height: 30px;
object-fit: cover;
max-width: 30px !important;
z-index: -1;
}.wcml-dropdown{width:15.5em;max-width:100%;position:relative}.wcml-dropdown>ul{position:relative;padding:0;margin:0 !important;list-style-type:none}.wcml-dropdown li{list-style-type:none;padding:0;margin:0;border:1px solid #cdcdcd;background-color:#fff}.wcml-dropdown li:hover,.wcml-dropdown li:focus{background-color:#f5f5f5}.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,.wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu{visibility:visible}.wcml-dropdown a{display:block;text-decoration:none;padding:.5em .5em .4em;line-height:1;box-shadow:none !important;cursor:pointer}.wcml-dropdown a:hover{box-shadow:none !important;text-decoration:none}.wcml-dropdown a.wcml-cs-item-toggle{position:relative;padding-right:calc(10px + .7em + .7em)}.rtl .wcml-dropdown a.wcml-cs-item-toggle{padding-right:10px;padding-left:calc(10px + .7em + .7em)}.wcml-dropdown a.wcml-cs-item-toggle:after{content:'';vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wcml-dropdown a.wcml-cs-item-toggle:after{right:auto;left:10px}.wcml-dropdown .wcml-cs-submenu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0 !important;list-style-type:none;z-index:101}.wcml-dropdown .wcml-cs-submenu li{padding:0;margin:0;border:solid #cdcdcd;border-width:0 1px 1px 1px}.woocommerce .wcml-dropdown.product{margin:1em 0;overflow:visible}.widget .wcml-dropdown ul li{padding:0}.widget .wcml-dropdown ul li a{box-shadow:none}.widget .wcml-dropdown ul li a:hover{box-shadow:none;text-decoration:none}.wcml-spinner{position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.rtl .wcml-spinner{right:auto;left:-20px}