.trp_language_switcher_shortcode {
    width: 60px;
}
.trp-language-switcher > div {
    background-color: transparent;
    border-color: transparent;
}
.trp-language-switcher > div:hover {
    z-index: 5000;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: grey;
}
.trp-ls-shortcode-current-language {
    width: auto !important;
}
.trp-ls-shortcode-language {
    width: auto !important;
}
.trp-ls-shortcode-disabled-language {
    width: auto !important;
}
.trp-language-switcher > div > a {
    padding: 4px 12px;
}



.woocommerce-product-attributes-item__value p {
    padding-left: 10px !important;
}
