@charset "UTF-8";
.dashicons.wplng-spin {
animation: wplingua-dashicons-spin 2s infinite;
animation-timing-function: linear;
}
@keyframes wplingua-dashicons-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wplng-switcher.flags-none .wplng-language img {
display: none;
} .wplng-switcher.insert-auto {
position: fixed;
z-index: 9999;
bottom: 20px; }
.wplng-switcher.insert-auto.insert-bottom-right {
right: 20px;
}
.wplng-switcher.insert-auto { }
.wplng-switcher.insert-auto.insert-bottom-left {
left: 20px;
}
.wplng-switcher.insert-auto { }
.wplng-switcher.insert-auto.insert-bottom-center {
width: 100%;
text-align: center;
}
.wplng-switcher.insert-auto.insert-bottom-center .switcher-content {
display: inline-block;
} .wplng-switcher .language-id,
.wplng-switcher .language-name,
.wplng-switcher .language-original {
display: none;
}
.wplng-switcher.title-name .language-name, .wplng-switcher.title-original .language-original, .wplng-switcher.title-id .language-id {
display: inline-block;
line-height: normal;
vertical-align: super;
margin-left: 6px;
}
.wplng-switcher .language-id {
text-transform: uppercase;
} .wplng-switcher.style-list .wplng-language-current, .wplng-switcher.style-block .wplng-language-current {
display: none;
}
.wplng-switcher.style-list .wplng-languages .wplng-language {
display: inline-block;
}
.wplng-switcher.style-block .wplng-languages .wplng-language {
display: block;
}
.wplng-switcher { }
.wplng-switcher.style-dropdown {
min-height: 38px;
}
.wplng-switcher.style-dropdown .switcher-content {
position: absolute;
right: 0;
left: 0;
z-index: 9999;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages {
height: 0;
overflow: hidden;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-languages .wplng-language.current {
display: none;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language {
display: block;
}
.wplng-switcher.style-dropdown .switcher-content .wplng-language-current {
background-repeat: no-repeat;
background-position: calc(100% - 4px) center;
padding-right: 28px;
}
.wplng-switcher.style-dropdown .switcher-content:hover .wplng-languages {
height: auto;
}
.wplng-switcher.style-dropdown.open-top .switcher-content {
bottom: 0;
}
.wplng-switcher.style-dropdown.insert-auto .switcher-content {
position: initial;
}
.wplng-switcher { }
.wplng-switcher.title-name, .wplng-switcher.title-original {
min-width: 180px;
}
.wplng-switcher.title-id {
min-width: 100px;
}
.wplng-switcher.title-id.flags-none, .wplng-switcher.title-none {
min-width: 80px;
} .wplng-switcher.style-dropdown .wplng-language-current {
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%231d2327'/%3E%3C/svg%3E");
}
.wplng-switcher.style-dropdown.theme-dark-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-dark-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-square .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-double-smooth .wplng-language-current, .wplng-switcher.style-dropdown.theme-blurwhite-simple-smooth .wplng-language-current {
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z' fill='%23fff'/%3E%3C/svg%3E");
}
.wplng-switcher .wplng-languages .wplng-language:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.wplng-switcher.theme-dark-double-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-double-square .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-smooth .wplng-languages .wplng-language:hover, .wplng-switcher.theme-dark-simple-square .wplng-languages .wplng-language:hover {
background-color: rgba(255, 255, 255, 0.1);
} .wplng-switcher.theme-blurwhite-double-square .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid white;
border-radius: 0;
}
.wplng-switcher.theme-blurwhite-double-square .switcher-content .wplng-language {
border: 1px solid white;
color: white;
border-radius: 0;
} .wplng-switcher.theme-blurwhite-simple-square .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid white;
border-radius: 0;
}
.wplng-switcher.theme-blurwhite-simple-square .switcher-content .wplng-language {
color: white;
} .wplng-switcher.theme-blurblack-double-square .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid #1d2327;
border-radius: 0;
}
.wplng-switcher.theme-blurblack-double-square .switcher-content .wplng-language {
border: 1px solid #1d2327;
color: #1d2327;
border-radius: 0;
} .wplng-switcher.theme-blurwhite-double-smooth .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid white;
border-radius: 8px;
}
.wplng-switcher.theme-blurwhite-double-smooth .switcher-content .wplng-language {
border: 1px solid white;
color: white;
border-radius: 6px;
} .wplng-switcher.theme-blurwhite-simple-smooth .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid white;
border-radius: 9px;
}
.wplng-switcher.theme-blurwhite-simple-smooth .switcher-content .wplng-language {
color: white;
border-radius: 6px;
} .wplng-switcher.theme-blurblack-double-smooth .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid #1d2327;
border-radius: 9px;
}
.wplng-switcher.theme-blurblack-double-smooth .switcher-content .wplng-language {
border: 1px solid #1d2327;
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-blurblack-simple-smooth .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid #1d2327;
border-radius: 9px;
}
.wplng-switcher.theme-blurblack-simple-smooth .switcher-content .wplng-language {
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-blurblack-simple-square .switcher-content {
backdrop-filter: blur(25px) saturate(100%);
background: hsla(0, 0%, 100%, 0);
border: 1px solid #1d2327;
border-radius: 0;
}
.wplng-switcher.theme-blurblack-simple-square .switcher-content .wplng-language {
color: #1d2327;
} .wplng-switcher.theme-light-double-square .switcher-content {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-light-double-square .switcher-content .wplng-language {
border: 1px solid rgba(0, 0, 0, 0.25);
color: #1d2327;
border-radius: 0;
} .wplng-switcher.theme-light-simple-square .switcher-content {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-light-simple-square .switcher-content .wplng-language {
color: #1d2327;
} .wplng-switcher.theme-grey-double-square .switcher-content {
background-color: #f0f0f1;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-grey-double-square .switcher-content .wplng-language {
border: 1px solid rgba(0, 0, 0, 0.25);
color: #1d2327;
border-radius: 0;
} .wplng-switcher.theme-grey-simple-square .switcher-content {
background-color: #f0f0f1;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-grey-simple-square .switcher-content .wplng-language {
color: #1d2327;
} .wplng-switcher.theme-dark-double-square .switcher-content {
background-color: #1d2327;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-dark-double-square .switcher-content .wplng-language {
border: 1px solid rgba(255, 255, 255, 0.24);
color: white;
border-radius: 0;
} .wplng-switcher.theme-light-double-smooth .switcher-content {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-light-double-smooth .switcher-content .wplng-language {
border: 1px solid rgba(0, 0, 0, 0.25);
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-light-simple-smooth .switcher-content {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-light-simple-smooth .switcher-content .wplng-language {
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-grey-double-smooth .switcher-content {
background-color: #f0f0f1;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-grey-double-smooth .switcher-content .wplng-language {
border: 1px solid rgba(0, 0, 0, 0.25);
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-grey-simple-smooth .switcher-content {
background-color: #f0f0f1;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-grey-simple-smooth .switcher-content .wplng-language {
color: #1d2327;
border-radius: 6px;
} .wplng-switcher.theme-dark-double-smooth .switcher-content {
background-color: #1d2327;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-dark-double-smooth .switcher-content .wplng-language {
border: 1px solid rgba(255, 255, 255, 0.24);
color: white;
border-radius: 6px;
} .wplng-switcher.theme-dark-simple-smooth .switcher-content {
background-color: #1d2327;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 9px;
}
.wplng-switcher.theme-dark-simple-smooth .switcher-content .wplng-language {
color: white;
border-radius: 6px;
} .wplng-switcher.theme-dark-simple-square .switcher-content {
background-color: #1d2327;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 0;
}
.wplng-switcher.theme-dark-simple-square .switcher-content .wplng-language {
color: white;
}
#wp-admin-bar-wplingua-menu > .ab-item::before {
content: "\f326";
top: 2px;
position: relative;
transition: color 0.1s ease-in-out;
color: rgba(240, 246, 252, 0.6);
position: relative;
float: left;
font: normal 20px/1 dashicons;
speak: never;
padding: 4px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none !important;
margin-right: 6px;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item {
background: linear-gradient(125deg, #66f4e6 0%, #bcfa99 100%);
color: #1d2327;
font-weight: 700;
border: 2px solid #1d2327;
box-sizing: border-box;
border-radius: 6px;
line-height: 26px;
transition: all 0.3s;
opacity: 0.9;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu > .ab-item::before {
color: #1d2327;
top: 0;
}
.wplingua-list #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item,
.wplingua-translated #wpadminbar:not(.mobile) .ab-top-menu > li#wp-admin-bar-wplingua-menu:hover > .ab-item {
opacity: 1;
}
@keyframes text-loading {
0% {
opacity: 0.2;
}
50% {
opacity: 0.8;
}
100% {
opacity: 0.2;
}
}
.wplng-in-progress-text {
animation: text-loading 2s infinite;
animation-timing-function: linear;
}
@keyframes gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
#wplng-in-progress-container {
position: fixed;
top: 0;
width: 100%;
height: 32px;
line-height: 22px;
color: #f0f0f1;
background-color: #1d2327;
z-index: 1000000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
text-align: center;
font-weight: 600;
}
#wplng-in-progress-container #wplng-progress-bar {
position: absolute;
bottom: 1px;
height: 6px;
background-color: rgba(255, 255, 255, 0.25);
width: 100%;
}
#wplng-in-progress-container #wplng-progress-bar #wplng-progress-bar-value {
height: 5px;
background: repeating-linear-gradient(to right, #66f4e6 0%, #E795ED 50%, #66f4e6 100%);
min-width: 2%;
background-size: 200% auto;
background-position: 0 100%;
animation: gradient 2s infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
}
#wplng-in-progress-container #wplng-in-progress-text-mobile {
display: none;
}
#wplng-in-progress-container #wplng-in-progress-text-desktop {
display: inline;
}
@media screen and (max-width: 782px) {
#wplng-in-progress-container {
height: 46px;
line-height: 42px;
}
#wplng-in-progress-container #wplng-in-progress-message .wplng-spin {
position: relative;
top: 10px;
}
#wplng-in-progress-container #wplng-in-progress-text-mobile {
display: inline;
}
#wplng-in-progress-container #wplng-in-progress-text-desktop {
display: none;
}
}
#wplng-overloaded-container {
position: fixed;
top: 0;
width: 100%;
height: 32px;
line-height: 26px;
color: #f0f0f1;
background-color: #1d2327;
z-index: 1000000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
text-align: center;
font-weight: 600;
}
#wplng-overloaded-container .dashicons.dashicons-info-outline {
margin: 5px 2px;
font-size: 18px;
}
#wplng-overloaded-container #wplng-overloaded-text-mobile {
display: none;
}
#wplng-overloaded-container #wplng-overloaded-text-desktop {
display: inline;
}
#wplng-overloaded-container #wplng-overloaded-close {
float: right;
margin: 6px;
cursor: pointer;
}
@media screen and (max-width: 782px) {
#wplng-overloaded-container {
height: 46px;
line-height: 42px;
}
#wplng-overloaded-container .dashicons.dashicons-info-outline {
margin: 12px 2px;
}
#wplng-overloaded-container #wplng-overloaded-text-mobile {
display: inline;
}
#wplng-overloaded-container #wplng-overloaded-text-desktop {
display: none;
}
#wplng-overloaded-container #wplng-overloaded-close {
margin: 12px;
}
} .wp-block .wplng-switcher,
.wplng-switcher {
pointer-events: none;
position: relative;
}
.wp-block .wplng-switcher .switcher-content,
.wplng-switcher .switcher-content {
padding: 2px;
text-align: center;
pointer-events: auto;
}
.wp-block .wplng-switcher .switcher-content .wplng-language,
.wplng-switcher .switcher-content .wplng-language {
font-size: 16px;
line-height: 16px;
padding: 2px 6px 2px 0;
margin: 2px;
text-decoration: none;
text-align: left;
}
.wp-block .wplng-switcher .switcher-content .wplng-language img,
.wplng-switcher .switcher-content .wplng-language img {
box-sizing: content-box;
width: 22px;
height: 22px;
margin-left: 6px;
vertical-align: baseline;
filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
display: inline;
vertical-align: unset;
border: none;
}
.wp-block .wplng-switcher .switcher-content p,
.wplng-switcher .switcher-content p {
display: none;
margin: 0;
padding: 0;
height: 0;
width: 0;
}
a[data-wplng-flag] {
display: inline-block;
}
.wplingua-menu .wplng-menu-flag {
max-width: 1.2em;
max-height: 1.2em;
margin-right: 0.2em;
display: inline;
line-height: 1em;
vertical-align: sub;
border: none;
}
.wplng-block-attributes {
border-top: 1px solid rgb(221, 221, 221);
margin-top: -1px;
padding: 16px;
}
.wplng-block-attributes label.components-text.components-input-control__label {
text-transform: none;
}
@keyframes waiting_bar_effect{0%{left:0}to{left:100%}}.woo-multi-currency img{max-width:100%}.woo-multi-currency .vi-flag-64{vertical-align:top}.woo-multi-currency.wmc-sidebar,.woo-multi-currency.wmc-sidebar .wmc-title{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease}.woo-multi-currency.wmc-sidebar{position:fixed;z-index:9999999999;top:50%;transform:translateY(-50%);font-family:Arial}.woo-multi-currency.wmc-sidebar .wmc-title{text-align:center;visibility:hidden;color:#fff;font:300 16px Arial;margin:0;text-transform:uppercase;background:#000;transition:all .25s ease;width:250px;padding:16px 0}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open{position:relative;height:40px;width:40px;background:rgba(153,153,153,.2);border-radius:50%;margin:10px 5px 0;line-height:40px;cursor:pointer;text-align:center;color:#ccc;font-weight:700;font-size:28px;display:none}.woo-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-currency,.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-title{display:block!important;visibility:visible}.woo-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-list-currencies .wmc-sidebar-open{display:none}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies{width:250px;display:inline-block;font-size:0}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency{background:#000;text-transform:uppercase;letter-spacing:1px;width:250px;z-index:1000;font:10px Arial;margin:2px 0 0;transition:all .25s ease;position:relative;cursor:pointer;clear:both;display:inline-block;height:40px}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency:hover{background:#f78080}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span:not(.wmc-active-title){color:#fff;text-decoration:none;text-align:center;line-height:40px;vertical-align:top;width:48px;box-sizing:border-box;display:inline-block}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a,.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span.wmc-active-title{color:#fff;text-decoration:none;text-align:center;line-height:40px;vertical-align:middle;display:inline-block;width:180px;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:10px}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency.wmc-active{position:relative;background:#f78080}.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-sidebar-open:before{content:"+";width:100%;text-align:center}.woo-multi-currency.wmc-sidebar.wmc-collapse.style-1 .wmc-list-currencies .wmc-currency:not(.wmc-active){display:none}.woo-multi-currency.wmc-sidebar.style-1.wmc-left .wmc-list-currencies .wmc-currency{text-align:right}.woo-multi-currency.wmc-sidebar.wmc-left{left:-205px}.woo-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-sidebar-open{float:right}.woo-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-currency span{display:inline-block;float:right}.woo-multi-currency.wmc-sidebar.wmc-collapse .wmc-list-currencies .wmc-sidebar-open{display:block}.woo-multi-currency.wmc-sidebar.style-1.wmc-currency-flag .wmc-list-currencies .wmc-currency span:not(.wmc-active-title){width:60px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-currency-symbol .wmc-list-currencies .wmc-currency span,.woo-multi-currency.wmc-sidebar.wmc-currency-symbol .wmc-list-currencies .wmc-currency span{font-size:20px;font-weight:300;line-height:40px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-currency-symbol .wmc-list-currencies .wmc-currency a{font-size:20px}.woo-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-left .wmc-list-currencies .wmc-currency{border-radius:0 5px 5px 0}.woo-multi-currency.wmc-sidebar.wmc-right{right:-202px}.woo-multi-currency.wmc-sidebar.wmc-right.wmc-currency-flag{right:-190px}.woo-multi-currency.wmc-sidebar.wmc-right.wmc-hover{right:0}.woo-multi-currency.wmc-sidebar.wmc-left.wmc-currency-flag{left:-190px}.woo-multi-currency.wmc-sidebar.wmc-left.wmc-hover{left:0}.woo-multi-currency.wmc-shortcode img{vertical-align:middle;height:24px;width:24px;margin:0;display:inline-block;padding:0}.woo-multi-currency.wmc-shortcode .wmc-currency a{text-decoration:none!important;box-shadow:none;margin:0;padding:0}.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow{position:absolute;line-height:1.5;right:3px;padding:0;top:50%;transform:translateY(-50%);font-size:15px}.woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after{content:"▼"}.woo-multi-currency.wmc-shortcode.flag-large img{width:64px;height:auto}.woo-multi-currency.wmc-price-switcher a,.woo-multi-currency.wmc-shortcode.plain-horizontal{display:inline-block;font-size:0;vertical-align:top;width:100%}.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency{display:inline-block;padding:5px;vertical-align:top;max-width:50%;font-size:16px}.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a{font-weight:300;display:flex}.woo-multi-currency.wmc-shortcode.layout9 .wmc-current-currency a,.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a,.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a{font-weight:700}.woo-multi-currency.wmc-shortcode.plain-vertical{box-sizing:border-box;display:inline-block;cursor:context-menu}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper{position:relative}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{padding:5px 20px;display:flex;position:relative;font-weight:700;border:1px solid #e5e5e5;width:calc(100% + 2px)}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency{position:absolute;top:100%;width:calc(100% + 2px);background:#fff;border:1px solid #e5e5e5;text-align:center;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;display:none}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{position:relative;padding:5px 20px}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;font-weight:400;display:flex;align-items:center}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span{display:inline-block;vertical-align:middle;padding:0 5px}.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency{display:block}.woo-multi-currency.wmc-shortcode.plain-vertical a{white-space:nowrap}.woo-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span{padding:0 5px}.woo-multi-currency.wmc-shortcode.plain-horizontal.layout6 .wmc-currency{font-size:16px}.woo-multi-currency.wmc-shortcode.plain-vertical[data-layout=layout7] .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{display:flex;justify-content:center}.woo-multi-currency.wmc-price-switcher{font-size:16px;position:relative;cursor:pointer;z-index:1;margin:5px 0;display:inline-block}.woo-multi-currency.wmc-price-switcher .wmc-currency.wmc-sub-currency-current{display:none}.woo-multi-currency.wmc-price-switcher .wmc-current-currency{display:inline-block;padding:0 20px 5px 0;position:relative}.woo-multi-currency.wmc-price-switcher .wmc-current-currency:before{content:"▼";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:14px}.woo-multi-currency.wmc-price-switcher .wmc-sub-currency{display:inline-block;opacity:0;position:absolute;top:-50px;visibility:hidden;transition:all .25s ease;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;left:0}.woo-multi-currency.wmc-price-switcher:hover .wmc-sub-currency{visibility:visible;opacity:1;top:45px}.woo-multi-currency.wmc-price-switcher a{white-space:nowrap;vertical-align:middle;background:#eee}.woo-multi-currency.wmc-price-switcher a span{padding:0 15px;display:inline-block;vertical-align:top;font-size:16px;line-height:32px}.woo-multi-currency.wmc-price-switcher img{display:inline-block;max-width:40px;vertical-align:top}.woo-multi-currency.wmc-price-switcher .wmc-currency{padding:0 0 5px}.wmc-currency-wrapper .vi-flag-64{vertical-align:bottom}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle{display:inline-block}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-current-currency{display:inline-block;border-radius:50px;width:38px;height:38px;text-align:center;margin-bottom:3px;line-height:37px;font-size:20px}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper{position:relative}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper .wmc-sub-currency{position:absolute;top:100%;width:fit-content;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;display:none;z-index:999999}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper:hover .wmc-sub-currency{display:block;overflow:hidden}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency{border-radius:50px;width:38px;height:38px;text-align:center;margin-bottom:3px;line-height:37px;font-size:20px}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-fix-font{font-size:15px}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency-wrapper{font-size:0}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency{font-size:16px;display:inline-block;border-radius:50px;min-width:60px;text-align:center;margin-right:-30px;position:relative;border:1px solid rgba(0,0,0,.1);padding:5px 0}.woo-multi-currency.wmc-shortcode.layout9 .wmc-currency a{color:inherit;padding:0 14px}.woo-multi-currency.wmc-shortcode.layout9 .wmc-left{text-align:left}.woo-multi-currency.wmc-shortcode.layout9 .wmc-right{text-align:right}.woo-multi-currency.wmc-shortcode.layout10{vertical-align:middle}.woo-multi-currency.wmc-shortcode.layout10 .wmc-text{vertical-align:top;padding-left:5px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency{padding-left:10px!important;background-color:transparent!important;border:0!important;font-weight:400!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency>span:first-child{display:flex}.woo-multi-currency.wmc-shortcode.layout10 .wmc-current-currency .wmc-open-dropdown-currencies{padding-left:5px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency{box-shadow:0 0 2px rgba(0,0,0,.5);border-radius:3px;padding:5px;border:0!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a,.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a:hover{font-weight:400!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency:hover{background-color:#e5ecf3}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency{padding:5px!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency span{padding:0 0 0 5px!important}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency{z-index:99999;max-height:250px;overflow-y:auto;font-size:12px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar{width:7px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-track{background:#f1f1f1;margin-top:2px;margin-bottom:2px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb{background:#cecece;border-radius:20px}.woo-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb:hover{background:#555}.woo-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency-wrapper .wmc-sub-currency{width:auto}.course-origin-price+.origin-price,.wmc-cache-pid+.subscription-details+.subscription-details{display:none}@media screen and (max-width:768px){.woo-multi-currency.wmc-sidebar .wmc-title,.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency{margin-left:auto;margin-right:auto}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-currency:not(.wmc-active){display:none}.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open{display:flex}.woo-multi-currency.wmc-sidebar.wmc-hover{width:100%;top:0;right:0;left:0;transform:none;bottom:0;padding:10%0;background:rgba(255,255,255,.8)}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies{overflow:auto;width:100%;margin:0 auto;position:relative;transform:translateY(-50%);top:50%;max-height:100%}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-sidebar-open{display:none}.woo-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-currency{display:flex}}.wmc-approximately{line-height:1.5;white-space:nowrap;padding-left:5px}.product .price .wmc-approximately{display:block!important;padding-left:0}.wmc-cache-loading .woocommerce-Price-amount.amount{position:relative}.wmc-cache-loading .woocommerce-Price-amount.amount:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f0f0f0}.wmc-cache-loading .woocommerce-Price-amount.amount:after{content:"";position:absolute;top:0;width:10px;bottom:0;background-color:#fefefe;opacity:.5;left:0;filter:blur(1px);animation:waiting_bar_effect 1s infinite}