#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%;

}