@font-face {
    font-family: "meteocons";
    src: url("./fonts/meteocons.ttf?kx31oc") format("truetype"), url("./fonts/meteocons.woff?kx31oc") format("woff"), url("./fonts/meteocons.svg?kx31oc#meteocons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.meteocons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "meteocons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-wrap-line {
    white-space: nowrap;
}
.select-style {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    /* box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    box-shadow: 0px 0px 1px 0px #ccc, 0 0px #fff inset;

    background: #f8f8f8;
    /* color: #888; */
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 115px;
}
.label-select-style {
    position: relative;
}
.label-select-style:after {
    content: "<>";
    font: 11px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
.label-select-style:before {
    content: "";
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}
/* .muiltr-1chq22w .FusePageSimple-wrapper {
    background-color: #3c102c !important; 
}
*/
.product-advance__contents .FusePageCarded-header {
    display: none;
}
.product-advance__contents .FusePageCarded-contentWrapper {
    background-color: #fff;
}
