﻿.ord-title {
    color: #131e6d;
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
}

.order-item-dtls-wrapper {
    border-bottom: 1px solid #ECECEC;
    padding-top:20px;
    padding-bottom:20px;
}
.order-item-dtls {
    width: 80%;
    padding-right: 0;
}

.order-item{
    display:flex;
}

.order-item-info {
    margin-left:10px;
}

.item-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item-size-qty {
    font-size: 12px;
}

.item-price-section {
    display: flex;
    color: #666;
    font-size: 26px;
    font-weight: bold;
    width: 20%
}

.item-price {
    width: 100%;
    text-align: right;
    margin-right:15px;
}


.item-back-img {
    width: 28px;
    margin-top: 7px;
    margin-left: 10px;
    background: url(../img/sprite.png) 0 -5373px no-repeat;
}

.order-total-section {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.order-total-header {
    background-color: #988360;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    min-height: 70px;
}

.order-total-header .title{
    padding-top:25px;
    
}

.order-total-header .price {
    font-size:48px;
}

.order-total-dtls {
    color: #999;
    margin-bottom:20px;
}

.collection{
    font-size:14px;
    padding-bottom:10px;
}

.address-h{
    font-size:14px;
}

.address-phone {
    font-size: 12px;
    font-style: italic;
}

.order-inputs input, .order-inputs textarea {
    border-radius: 0;
}

.order-inputs textarea:focus {
    border-color: rgba(156, 28, 19, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 28, 19, 0.6);
    outline: 0 none;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pickup {
    background: url(https://fbopg.blob.core.windows.net/files/EXE_ICONA_TAKE_AWAY.png) no-repeat;
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 150px;
    vertical-align: bottom;
    width: 150px;
    background-size: cover;
}

.delivery {
    background: url(https://fbopg.blob.core.windows.net/files/EXE_ICONA_DELIVERY.png) no-repeat;
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 150px;
    vertical-align: bottom;
    width: 150px;
    background-size: cover;
}

.table {
    background: url(https://fbopg.blob.core.windows.net/files/EXE_ICONA_TABLE.png) no-repeat;
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 150px;
    vertical-align: bottom;
    width: 150px;
    background-size: cover;
}

.cash {
    background-image: url(../img/cash.png); /*https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Numismatics_and_Notaphily_icon.png/1024px-Numismatics_and_Notaphily_icon.png*/
    width: 150px;
    height: 100px;
    background-size: contain;
}

.cardatdoor {
    background-image: url(../img/cardatdoor.png); /*https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Numismatics_and_Notaphily_icon.png/1024px-Numismatics_and_Notaphily_icon.png*/
    width: 150px;
    height: 100px;
    background-size: contain;
}

.mastercard {
    background-image: url(../img/SJbRQF7.png); /*http://i.imgur.com/SJbRQF7.png*/
    width: 150px;
    height: 100px;
    background-size: contain;
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    display: inline-block;
   /* width: 100px;
    height: 70px;*/
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.2) grayscale(1) opacity(.7);
    filter: brightness(1.2) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.btnPayNow {
    border-radius: 0;
    border-color: #547E00;
    background: #690;
    color: #fff;
    font-size: 16px;
    width: 170px;
    height: 40px;
    float: right;
    margin-left: 10px;
}

.btnPayNow:hover {
    border-color: #547E00;
    background: #690;
    color: #fff;
}
.btnFiniliseOrder {
    border-radius: 0;
    border-color: #547E00;
    background: #690;
    color: #fff;
    font-size: 16px;
    width: 170px;
    height: 40px;
	float:right;
}

.btnFiniliseOrder:hover {
    border-color: #547E00;
    background: #690;
    color: #fff;
}

/*.btnFiniliseOrder {
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    color: #777;
    font-size: 12px;
    width: 158px;
    height: 20px;
    text-align:right;
    padding-top:0;
    padding-right:0;
}

.btnFiniliseOrder:hover {
    border-color: transparent;
    background: transparent;
    color: #777;
}*/

.paynoworlater-br {
    display: none;
}


.btnCancelOrder {
    border-radius: 0;
    border-color: #ac2925;
    background: #c9302c;
    color: #fff;
    font-size: 16px;
    width: 170px;
    height: 40px;
}

.btnCanceOrder:hover {
    border-color: #ac2925;
    background: #c9302c;
    color: #fff;
}

.btn-finalise-section{
    margin-bottom:30px;
}

.marginbottom10{
    margin-bottom:10px;
}

.btnStartOrder{
    width:50%;
    float:right;
}

#Content_bscbReadAcceptLegalNotice1_I {
    display: block !important;
}

.qtyMinusPlus {
    background: none;
}

.paymentDetails {
    padding-top: 25px;
    width: 0px;
}

.paymentDetails .form-control {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    width: 0px !important;
    padding-right: 0px !important;
}


.pickDelType {
    padding-top: 50px;
    width: 0px;
}

    .pickDelType .form-control {
        border: 0 !important;
        -webkit-box-shadow: none !important;
        width: 0px !important;
        padding-right: 0px !important;
    }

.item-price-lbl {
    width: 100%;
    text-align: right;
    margin-right: 15px;
    color: #131e6d;
    font-size: 26px;
    font-weight: bold;
}

.order-cont {
    background-color: #f8f6f3;
    color: #131e6d;
}

.payment-page-wrapper {
    background-color: #92BBA6;
}
.iframe-container {
    background-color: #fff;
    margin: 1%;
    padding-top: 3% !important;
}

.iframe-container {
    background-color: #92BBA6;
}
/*MAPS*/
#map {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}



.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    height:34px;
    border-radius:5px;
    width: 100%;
    border:none;
}

#map .centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -10px;
    margin-top: -34px;
    /*size of the image*/
    height: 34px;
    width: 20px;
    cursor: pointer;
}
