#st_order ::placeholder {color: #d3d3d3;}
.navigation.sticky, .hidden {display: none !important;}
#st_order .box {
box-shadow:0 3px 5px -1px rgba(0,0,0,.4), 0 6px 5px 0 rgba(0,0,0,.28), 0 1px 10px 0 rgba(0,0,0,.24);padding: 1em;margin-top: 1em;margin-bottom: 1em;}
#st_order .box input {width: 100%;margin-bottom:1rem;}
#st_order input:focus {border-color: #c0c0c0;color: #000000;}
#st_order .box .checkbtn, #st_order .user-content .quotebtn {display: inline-block;padding: .2em .8em;color: white;background-color: #98FB98;text-transform: uppercase;text-decoration: none;cursor: pointer;}
#st_order .box .checkbtn:hover, #st_order .user-content .quotebtn:hover {background-color: #98FB98;transition: all .3s;}
#st_order .box .checkbtn.disabled, #st_order .user-content .quotebtn.disabled {cursor: default;background-color: #d3d3d3;}
#st_order input.error {border: 2px solid #ff0000;}
#st_order span.price{width: 55%;text-align: right;display: inline-block;}
#st_order {display: flex;}
#st_order .receipt {margin-left: 1em;transition: all .4s;font-size: 70% ;}
#st_order .left {width: 60%;}
#st_order span.price .usual, .price.usual{text-decoration: line-through;}
.actionForm{color: white;display: inline-block ;width: 120px;text-align: center;padding: .2em 0;background: #98FB98;position: relative;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;left: 20px;top: 10px;}
.actionForm:before {content: "";position: absolute;right: 100%;top: 26px;width: 0;height: 0;border-top: 13px solid transparent;border-right: 26px solid #98FB98;border-bottom: 13px solid transparent;}
.hideInForm {display: none;}
#st_order .right {width: 40%;}
#st_order .switch {position: relative;display: inline-block;width: 60px;height: 34px;}
#st_order .item {cursor: pointer;padding: 1em;display: flex;background-color: #eee;margin-top: 0.5em;}
#st_order .choices + .item {margin-top: 0.5em;}
#st_order .item.selected {border: 1px solid #c0c0c0;}
#st_order .item .right .price:before{content: '\20AC ' ;}
#st_order .item .right {text-align: right;}