#receipe-editor .main-desc {
    text-align: center;
}
#receipe-editor .no-items {
    display: none;
}

#receipe-editor .main-cont {
    width: 100%;
    min-width: 1600px;
}

#receipe-editor .products {
    float: none;    
    width: 33.3333333%;
}

#receipe-editor .td {
    text-align: center;
}

#receipe-editor .td h2 {
    display: block;
    height: 50px;
    line-height: 50px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

#receipe-editor .frigo {
    position: relative;
    width: 500px;
    min-height: 1000px;
    background:#bce4fb;
    border: 1px solid #868686;
    border-radius: 100px 100px 100px 100px / 60px 60px 30px 30px;
    box-shadow: 5px 7px 9px #d0d0d0;
    margin: auto;
}

#receipe-editor .frigo .door {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#bce4fb;
    border: 1px solid #868686;
    border-radius: 100px 100px 100px 100px / 60px 60px 30px 30px;
    transition: all 1s ease-out;
    z-index: 5;
}
#receipe-editor .frigo .door:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px #00c4ff;
}

#receipe-editor .frigo.open .door {
    transform: translate3d(95%, 0, 0);
    opacity: 0;
}

#receipe-editor .frigo .door:after {
    content: "";
    position: absolute;
    left: 50px;
    top: 5px;
    width: calc(100% - 80px);
    height: calc(100% - 8px);
    background: #c7ecff;
    border-radius: 42px 54px 50px 50px / 50px 75px 10px 4px;
}

#receipe-editor .frigo .door .light {
    position: absolute;
    right: 9%;
    top: 6%;
    background: #f4f8fa;
    width: 6%;
    height: 89%;
    z-index: 2;
    border-radius: 10px;    
}

#receipe-editor .frigo .door .bar {
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    height: 30px;
    background: #eee6e1;
    z-index: 3;
    border: 2px solid #7e7d7c;
    border-radius: 12px 18px 112px 100px / 30px 30px 30px 30px;
    overflow: hidden;
}

#receipe-editor .frigo .door .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: #cdc7c3;

}
#receipe-editor .frigo .door .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background:#cdc7c3;
}

#receipe-editor .frigo .door .bar.bottom {
    bottom: -3px;
}

#receipe-editor .frigo .door .bar.middle-1 {
    top: 40%;
}

#receipe-editor .frigo .door .separator {
    position: absolute;
    top: 40%;
    left: -1px;
    width: calc(100% + 2px);
    height: 50px;
    background: #666666;
    z-index: 2;
}

#receipe-editor .frigo .door .bar.middle-2 {
    top: calc(40% + 34px);
}

#receipe-editor .frigo .door .knob {
    position: absolute;
    left: 4%;
    top: 30%;
    width: 25%;
    height: 2%;
    background: #afaaa6;
    z-index: 2;
    border: 2px solid #7e7d7c;
    border-radius: 100px 20px 20px 20px / 25px 20px 20px 20px;
    overflow: hidden;
}
#receipe-editor .frigo .door .knob.bottom {
    top: 53%;
    border-radius: 20px 20px 20px 100px / 20px 20px 20px 25px;
}

#receipe-editor .frigo .door .knob:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 1px;
    width: 70%;
    height: calc(100% - 4px);
    background: #eee6e1;
    border-radius: 5px;
}

#receipe-editor .frigo .door .brand {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15%;
    font-family: 'Pushster', recursive;
    z-index: 2;
    color: #ffffff;
    font-size: 43px;
    text-shadow: 2px 2px 4px #a5a5a5;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b5b5b5;
}

#receipe-editor .frigo .inner-frame {
    background: white;
    position: absolute;
    left: 5%;
    top: 6%;
    width: calc(100% - 10%);
    height: calc(100% - 8%);
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #575757;
}

#receipe-editor .frigo .inner-frame:before {
    /*content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: #f2f2f2;
}
#receipe-editor .frigo .inner-frame:after {
    /*content: "";*/
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: #f2f2f2;
    z-index: 2;
}

#receipe-editor .frigo .brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-family: 'Pushster', recursive;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    font-size: 35px;
    text-shadow: 2px 2px 4px #a5a5a5;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b5b5b5;
}

#receipe-editor .frigo .inner-frame .separators,
#receipe-editor .frigo .inner-frame .areas,
#receipe-editor .frigo .inner-frame .boxes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#receipe-editor .frigo .inner-frame .separators {
    z-index: 3;
}


#receipe-editor .frigo .inner-frame .areas {
    z-index: 4;
}


#receipe-editor .frigo .inner-frame .separator {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 7%;
    background: white;
    border-top: 42px solid #f2f2f2;
    border-bottom: 1px solid #c7c4c4;
}

#receipe-editor .frigo .inner-frame .separators .separator:nth-child(1) {
    top: 16%;
}

#receipe-editor .frigo .inner-frame .separators .separator:nth-child(2) {
    top: 33%;
}
#receipe-editor .frigo .inner-frame .separators .separator:nth-child(3) {
    top: 50%;
}
#receipe-editor .frigo .inner-frame .separators .separator:nth-child(4) {
    top: 69%;
}
#receipe-editor .frigo .inner-frame .separators .separator:nth-child(5) {
    bottom: -2%;
}

#receipe-editor .frigo .inner-frame .box {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 24%;
    backdrop-filter: blur(5px);
    z-index: 5;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

#receipe-editor .frigo .inner-frame .box.freezer {
    top: 0%;
    border-bottom: 2px solid #c5c5c5;
    background: rgb(201 233 255 / 50%);
}

#receipe-editor .frigo .inner-frame .box.freezer.open {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

#receipe-editor .frigo .inner-frame .box.vegetables {
    bottom: 0%;
    border-top: 1px solid #c5c5c5;
    background: rgb(201 255 223 / 30%);
}
#receipe-editor .frigo .inner-frame .box.vegetables.open {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}

#receipe-editor .frigo .inner-frame .box .icon {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #95cff0;
    text-shadow: 0px 0px 4px #cfcfcf;
}

#receipe-editor .frigo .inner-frame .box.vegetables .icon {
    color: #55b199;
}

#receipe-editor .frigo .inner-frame .areas .area {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    padding-bottom: 5%;
    padding-right: 42px;
    padding-left: 4%;
    padding-right: 42px;
}

#receipe-editor .frigo .inner-frame .areas .area .more-btn {
    position: absolute;
    top: 24%;
    right: 10px;
    font-size: 25px;
    color: #608ef3;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 5;
}
#receipe-editor .frigo .inner-frame .areas .area .more-btn:hover {
    opacity: 0.5;
}
#receipe-editor .frigo .inner-frame .areas .area .more-btn.active {
    transform: rotate(180deg);
    color: #f4f400  ;
}


#receipe-editor .frigo .inner-frame .area:first-child {
    top: 0;
    height: 23%;
}

#receipe-editor .frigo .inner-frame .area:nth-child(2) {
    top: 24%;
    height: 18%;
}

#receipe-editor .frigo .inner-frame .area:nth-child(3) {
    top: 40%;
    height: 17%;
}
#receipe-editor .frigo .inner-frame .area:nth-child(4) {
    top: 57%;
    height: 19%;
}
#receipe-editor .frigo .inner-frame .area:nth-child(5) {
    bottom: 0;
    height: 24%;
}

#receipe-editor .area .grid {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-end;
}
#receipe-editor .area .grid .product {
    position: relative;
    width: 20%;
    height: 90px;
    margin: 5px;  
    cursor: pointer;
}
#receipe-editor .area .grid .product.j img {
    filter: drop-shadow(1px 2px 4px red);
}
#receipe-editor .area .grid .product.j-1 img {
    filter: drop-shadow(1px 2px 4px orange);
}
#receipe-editor .area .grid .product.j-2 img {
    filter: drop-shadow(1px 2px 4px green);
}

#receipe-editor .area .grid .product img {
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

#receipe-editor .area .grid .product.active {
    border: 2px solid #95d2f6;
    border-radius: 5px;
}

#receipe-editor .area[data-area="drink"] .grid .product {
    width: 10%;
}

#receipe-editor .area .grid .product:hover {
    opacity: 0.5;
}

#receipe-editor .linked-products {
    display: none;
}

#receipe-editor .visualizer {
    max-width: 500px;
    min-width: 560px;
}

#receipe-editor .visualizer .receipe {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 10px 10px 0px 0px;
    height: 1000px;
    background: #edfff4;
}

#receipe-editor .visualizer .receipe .description {
    display: none;
}

#receipe-editor .visualizer .receipe .description.shown {
    display: block;
}

#receipe-editor .visualizer .receipe .description .image {
    position: relative;
    background-image: url(../images/editor/recettes/aile-de-raie.jpg);
    width: 100%;
    height: 350px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

#receipe-editor .visualizer .receipe .description .image .flag {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}

#receipe-editor .visualizer .receipe .description h3 {
    font-family: 'Montserrat';
    margin: 1.5rem 0.5rem;
    margin-bottom: 1rem;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

#receipe-editor .visualizer .receipe .description h4 {
    margin: 1rem 0;
}

#receipe-editor .visualizer .receipe .description .summary {
    padding: 0 2rem;
}
#receipe-editor .visualizer .receipe .description .summary.add-part {
    margin-top: 20px;
}

#receipe-editor .visualizer .receipe .description .summary .td {
    vertical-align: middle;
}


#receipe-editor .visualizer .receipe .description .summary .label {
    color: grey;
    width: 100px;
    text-align: left;
}

#receipe-editor .visualizer .receipe .description .summary .value {
    padding-left: 10px;
}

#receipe-editor .visualizer .receipe .description .summary .value select {
    width: 150px;
}


#receipe-editor .visualizer .receipe .description .progress-bar {
    position: relative;
    width: 150px;
    height: 10px;
    border: 1px solid grey;
}
#receipe-editor .visualizer .receipe .description .progress-bar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#receipe-editor .visualizer .receipe .description .progress-bar .bar.lvl-4 {
    background: red;
    width: 100%;
}
#receipe-editor .visualizer .receipe .description .progress-bar .bar.lvl-3 {
    background: orange;
    width: 75%;
}
#receipe-editor .visualizer .receipe .description .progress-bar .bar.lvl-2 {
    background: yellow;
    width: 40%;
}
#receipe-editor .visualizer .receipe .description .progress-bar .bar.lvl-1 {
    background: green;
    width: 10%;
}

#receipe-editor .visualizer .receipe .description .detail {
    text-align: left;
    padding: 0 2rem;
}

#receipe-editor .visualizer .receipe .description .detail ul {
    overflow: auto;
    height: 148px;
    border-radius: 5px;
    padding-left: 1rem;
    background: #dcf0e4;
    list-style: none;
}
#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul {
    height: 345px;
}

#receipe-editor .visualizer .receipe .description .detail ul li {
    transition: none !important;
    padding: 0;
}

#receipe-editor .visualizer .receipe .description .detail ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    
}

#receipe-editor .visualizer .receipe .description .detail ul li.have { color: #006c00; }
#receipe-editor .visualizer .receipe .description .detail ul li.havnt { color: #9a0000; }

#receipe-editor .visualizer .receipe .description .detail ul li.have:before {
    content: "\f00c";
}
#receipe-editor .visualizer .receipe .description .detail ul li.havnt:before {
    content: "\f00d";
}


#receipe-editor .visualizer .receipe .description .detail ul li:hover {
    opacity: 1 !important;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] h3 {
    padding: 0 2rem;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] h3 input {
    text-align: center;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li {
    margin-top: 10px;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table {
    width: 100%;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table.have:before {
    display: table-cell;
    width: 20px;
    font: normal normal normal 14px/1 FontAwesome;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table.have { color: #006c00; }
#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table.havnt { color:  #9a0000; }


#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table.have:before {
    content: "\f00c";
}
#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table.havnt:before {
    content: "\f00d";
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table .name {
    text-align: left;
    padding-left: 10px;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table .quantity {
    width: 150px;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table .quantity input {
    display: inline;
    width: 100px;
    height: 30px;
}

#receipe-editor .visualizer .receipe .description[data-receipe="new"] .detail ul li .table .quantity span {
    display: inline-block;
    width: 30px;
    
}

#receipe-editor .visualizer .receipe .description .difficulty i {
    color: yellow;
}

#receipe-editor .visualizer .receipe .controls .select-btn {
    cursor: pointer;
    margin: 0;
}
#receipe-editor .visualizer .receipe .controls .select-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#receipe-editor .visualizer .receipe .selection {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    z-index: 3;
}
#receipe-editor .visualizer .receipe .selection .result {
    width: 200px;
    height: 200px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    background: white;
    cursor: pointer;
    transition: opacity 0.3s linear;
}
#receipe-editor .visualizer .receipe .selection .result:hover {
    opacity: 0.5;
}

#receipe-editor .visualizer .receipe .selection .result.active {
    border: 2px solid #95d2f6;
    cursor: default;
}
#receipe-editor .visualizer .receipe .selection .result.active:hover {
    opacity: 1;
}

#receipe-editor .visualizer .receipe .selection .inner {
    padding: 10px 20px;
    width: 2000px;
}

#receipe-editor .visualizer .receipe .selection .result .image {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0px 0px;
}

#receipe-editor .visualizer .receipe .selection .result[data-id="new"] .image {
    background-color: #f1f1f1;
    text-align: center;
    line-height: 165px;
    font-size: 45px;
    color: #888888;
}

#receipe-editor .visualizer .receipe .selection .result .image .flag {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
}

#receipe-editor .visualizer .receipe .selection .result .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: pre;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

#receipe-editor .placard {
    padding-left: 20px;
    transition: all 0.3s ease-out;
    overflow: hidden;
    opacity: 1;
}


#receipe-editor.show-more .placard {
    width: 0;
    opacity: 0;
}

#receipe-editor.show-more .placard h2 {
    width: 0;
    transition: all 0.3s ease-out;
}

#receipe-editor .placard .results {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    height: 1000px;
    background: #eeddc5;
    background-image: url(../images/editor/wood.jpg);
    background-repeat: round;
    filter: saturate(0.2);
}

#receipe-editor .placard .products {
    width: 100%;
    padding-right: 10px;
    max-width: 500px;
    margin: auto;
}

#receipe-editor .placard .results .area {
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
    height: 20%;
}
#receipe-editor .placard .results:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: calc(100% + 10px);
    height: 2%;
    background-image: url(../images/editor/wood-2.jpg);
    background-repeat: repeat-x;
    box-shadow: -1px 7px 7px black;
}
#receipe-editor .placard .results .area:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12%;
    background-image: url(../images/editor/wood-2.jpg);
    background-repeat: repeat-x;
    box-shadow: -1px 7px 7px black;
    border-radius: 5px;
}

#receipe-editor .placard .results .area:nth-child(2) {
    top: 20%;
}
#receipe-editor .placard .results .area:nth-child(3) {
    top: 40%;
}
#receipe-editor .placard .results .area:nth-child(4) {
    top: 60%;
}
#receipe-editor .placard .results .area:nth-child(5) {
    top: 80%;
}

#receipe-editor .placard .area .grid {
    padding-bottom: 5%;
}

#receipe-editor .placard .area .grid .product {
    width: 12%;
}

#receipe-editor .placard .area[data-area="oil"] .grid .product {
    width: 15%;
    padding-bottom: 30%;
}

#receipe-editor .placard .area[data-area="can"] .grid .product {
    width: 18%;
}

#receipe-editor .fridge-more {
    display: none;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
#receipe-editor .fridge-more h2 {
    width: 0;
    transition: all 0.3s ease-out;
}

#receipe-editor.show-more .fridge-more {
    display: none;
    width: 100%;
    min-width: 350px;
    opacity: 1;
    padding-right: 20px;
}

#receipe-editor.show-more .fridge-more h2 {
    width: 100%;
}

#receipe-editor .fridge-more .more-products {
    position: relative;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    height: 1000px;
    background: #fffff0;
}

