#display_popup
{
 font-size:20px;
 cursor:pointer;
}
#popup_box
{
 visibility:hidden;
 display:none;
 width:30%;
 background-color:#BDBDBD;
 position:fixed;
 left:35%;
 top:30%;
 border-radius:10px;
 border:2px solid grey;
 box-shadow:0px 0px 10px 0px grey;
 font-family:helvetica;
}
#popup_box #cancel_button
{
 float:right;
 margin-top:4px;
 margin-bottom:4px;
 margin-right:5px;
 background-color:grey;
 border:none;
 color:white;
 padding:5px;
 border-radius:1000px;
 width:25px;
 border:1px solid #424242;
 box-shadow:0px 0px 10px 0px grey;
 cursor:pointer;
}
#popup_box #info_text
{
 padding:10px;
 clear:both;
 background-color:white;
 color:#6E6E6E;
}
#popup_box #close_button
{
 margin:0px;
 padding:0px;
 width:70px;
 height:30px;
 line-height:30px;
 font-size:16px;
 background-color:grey;
 color:white;
 border:none;
 margin-bottom:10px;
 border-radius:2px;
 cursor:pointer;
}
#frmorder input{font-size: 12px;border:none;background: none}
#frmorder,
.menu-topbar-menu-container {display: inline-block;}
#popup_box input{background:#fff}
#popup_box #submit_button{background:#fff;border-color: #0f0e0e;background: #0f0e0e;color:#fff;font-size: 13px;
padding: 15px 30px;border-radius: 200px;cursor: pointer;}
#popup_box #costatus{margin-top:15px;margin-bottom: 15px;}
#popup_box input#prima_product_orderid {max-width: calc(100% - 35px);margin-left: 20px;border-radius: 5px;margin-bottom: 13px;margin-top: 10px;float: left; }
button.single_add_to_cart_button.button.alt.ajax_add_to_cart.progress-btn.disabled1{
    opacity: 0.25;
    cursor: not-allowed;
    border-width: 1px; 
    border-color: #e1e1e1; 
     background-color: #fff; 
     color: #000;
     pointer-events: none;
}
div#dataval {
    display: inline-block;
}
