#configurator_cart_item_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 10000000;
    background: #fff;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

#configurator_cart_item_form .button {
    background: rgb(244,162,36)!important;
}

.hidden-fields-container {
    display: none;
}

#close_konf_cart_form {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
}

#overlay {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    max-width: 500px;
    width: 100%;
}

#add-conf-to-cart{
display:none
}
#root{
width:100%;

}
/*Czeska wersja strony*/
html[lang="cs"] .promotion-info {
    display: none;
}
html[lang="cs"] .main-page-wrapper {
    margin-top: 40px;
    position: relative;
    min-height: 90vh;
}
html[lang="cs"] .cart-widget-side.wd-side-hidden.wd-right.wd-opened {
    z-index: 10000000;
}
html[lang="cs"] .wd-close-side.wd-fill.wd-close-side-opened {
    z-index: 1000;
}

html[lang="cs"] #configurator_cart_item_form .button {
    background: #83b735!important;
}



