#shopping_icon{
    vertical-align: middle;
}

#mobileOrderBtn{
    vertical-align: middle;
    border-radius:0px;
    width:50%;
    height:40px;
    background-color:#2f7dae !important;
    float:left;
    margin-top: 0px;
}

#phone_footer{
    position:fixed;
    bottom:0px;
    right:0px;
    height:60px;
    z-index: 10;
    /* width: 100%; */
    padding: 0px;
    background-color: #fff;
    color:#fff;
    border-top:1px solid #000;}

#footerBasketText{
    vertical-align:middle;
}

#noodleCaptcha-recaptcha > div{
    margin:auto;
}

#deliverLaterLabel{
    margin-top: 20px;
    margin-left: 40px;
}

#validation_errors{
    font-size:14px;
    color:#ef4c39;
    font-weight: bold !important;
    display:none;

}

#orderBasketHeader{
    float:left;
    font-size:18pt;
    text-transform: uppercase;
    margin-left:10px;
}

#locationInstructions{
    margin-top:0px;
}

#addressDetails{
    display:none;
}

#basket_main{
    margin: 0px;
    padding: 5px 40px 40px;
    width: 100%;
}

.goback{
    margin-top:200px;
    white-space: nowrap;
    text-align:center;
}

.footer_content{
    padding-top:20px;
    color: #000;
    width:100%;
    text-align:center;
}
.order_errors{
    background-color:#fff;
    min-height:200px;
    height:100vh;
}

.reg_buttons{
    background-color: #2f7dae;
    color: #fff !important;
}

.bgwhite{
    background-color:white;
}

a {
    color: #000;
    font-weight: 500;
}

#orderForm .mdl-textfield__label,
#customizedForm .mdl-textfield__label{
    color: #000;
    font-size: 16px;
}

.isTakeout{
    display:none;
}

.odetails, .pdetails{
    text-align:left;
    padding: 3px 30px !important;
}
.odetails p {
    font-size: 16px;
}
.odetails input, .odetails select{
    width: 100%;
    padding: 10px 0;
}

.odetails textarea{
    text-align: left;
    padding: 10px 0;
}

.completeOrderDiv{
    text-align:center;
}
.completeOrderDiv .mdl-list__item{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
}

.captchaDiv, .createRfqDiv {
    display: flex;
    justify-content: center;
}

.order-bottom-square{
    margin-bottom: 30px !important;
}

.mdl-textfield{
    width: 100%;
}

.mdl-textfield__input{
    padding-left: 0 !important;
}

.mdl-textfield__label:after{background-color: #2f7dae;}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{background: #2f7dae;}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline{border: 2px solid #2f7dae;}
.mdl-radio__inner-circle{background: #2f7dae;}
.mdl-radio.is-checked .mdl-radio__outer-circle{border: 2px solid #2f7dae;}

#orderForm .mdl-list,
#customizedForm .mdl-list{
    margin: auto 30px;
}

#orderForm .mdl-cell.mdl-cell--6-col-desktop.mdl-cell--4-col-tablet:nth-child(1),
#customizedForm .mdl-cell.mdl-cell--6-col-desktop.mdl-cell--4-col-tablet:nth-child(1){
     padding-bottom:30px;
 }

.listItemOrder{
    cursor:pointer;
    /*padding: 0px;*/
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
    margin-left: 5px;
}

.orderIcon{
    padding-right: 10px;
    color: #2f7dae;
}

.content_bg{
    background-color:#fff;
}

.hide_it{
    display:none;
}

.entry-title h2{
    padding-left: 0;
    padding-right: 0;
    color: #000 !important;
    font-size: 35pt;
}

.pageMenu h3 {
    text-align: center;
    margin-top:50px;
    color: #000 !important;
    font-weight:bold;
    text-decoration: underline;
}

.posidecart {
    width: 100% !important;
}

#side_cart{
    padding: 0;
}

.mdl-data-table tbody tr:hover{
    background-color:transparent;
}

#orderTable td, #orderTableMobile td {
    overflow: hidden;
    white-space: pre-wrap;
}

#orderTable th, #orderTableMobile th {
    padding: 10px 20px;
}

#orderTable th:nth-child(1), #orderTableMobile th:nth-child(1){
    text-align: left;
}

#orderTable tbody td:nth-child(1), #orderTableMobile tbody td:nth-child(1){
    width:50%;
    text-align:left;
}
#orderTable tbody td:nth-child(2), #orderTableMobile tbody td:nth-child(2){
    width:20%;
}
#orderTable tbody td:nth-child(3), #orderTableMobile tbody td:nth-child(3) {
    width: 30%;
}
#orderTable tfoot td:first-child {
    text-align: left;
}

#side_cart.order-side-cart #orderTable {
    border: 0px;
}

@media(min-width:1000px){
    .contact-information,
    .order-type {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

@media(max-width:1600px){
    #noodleCaptcha-recaptcha{
        width:60%;
        margin:auto;
    }
}
@media(max-width:1280px){
    #noodleCaptcha-recaptcha{
        width:77%;
        margin:auto;
    }
}
@media(max-width:768px){
    #noodleCaptcha-recaptcha{
        width:83%;
        margin:auto;
    }
}
@media(max-width:320px){
    #noodleCaptcha-recaptcha{
        width:100%;
        margin:auto;
    }
}

.ptitle,
.pdetails{
    display: none;
}
