/* Down time screen */

#upcomingOrder .menu-down-page .updateText {
    text-align: center;
    padding: 20px 20px;
    max-width: 750px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

#upcomingOrder .menu-down-page .updateText h1 {
    font-size: 30px !important;
    color: #004f6e !important;
    margin-top: 50px;
    margin-bottom: 0;
    font-family: 'montserratbold' !important;
}

#upcomingOrder .menu-down-page .updateText p {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    font-family: 'montserratregular';
    padding: 0 96px;
}

#upcomingOrder .menu-down-page .updateText a {
    color: #555;
}

@media only screen and (max-width: 768px) {
    #upcomingOrder .menu-down-page .updateText {
        text-align: center;
        padding: 20px 20px;
        max-width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    #upcomingOrder .menu-down-page .updateText p {
        padding: 0px;
    }
    #upcomingOrder .menu-down-page .updateText h1 {
        font-size: 20px !important;
    }
}

#profileWrap #profileNavBtn {
    font-family: 'montserratextrabold';
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    color: #002b47;
    line-height: 50px;
    width: 100%;
    top: 0px;
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px #dbdbdb;
    cursor: pointer;
    display: none;
}

#profileWrap #profileNavBtn:after {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 25px;
    top: 15px;
    background-image: url(../images/accordion-down.png);
    background-repeat: no-repeat;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#profileWrap #profileNavBtn.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#profileWrap #profileNav {
    width: 325px;
}

#profileWrap #profileNav #welcomeBack {
    font-size: 24px;
    font-family: 'montserratbold';
    color: #002b47;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
}

#profileWrap #profileNav #profilePicture {
    width: 161px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 16px;
    color: #00bb0d;
}

#profileWrap #profileNav #profilePicture a {
    color: inherit;
    text-decoration: none;
}

#profileWrap #profileNav #profilePicture img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#profileWrap #profileNav #profileInfo {
    line-height: 26px;
    margin-bottom: 15px;
}

#profileWrap #profileNav #profileInfo .lblLeft {
    color: #00a1e1;
    font-size: 17px;
    text-align: right;
    width: 166px;
    font-family: 'montserratbold';
    text-transform: uppercase;
}

#profileWrap #profileNav #profileInfo .lblRight {
    font-size: 16px;
    color: #707070;
    text-align: left;
    width: 150px;
}

#profileWrap #profileNav #profileInfo .lblRight a {
    text-decoration: none;
    color: inherit;
}

#profileWrap #profileNav #profileNavLinks a {
    background-image: url(../images/profile-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #e1e1e1;
    display: block;
    height: 50px;
    padding-right: 35px;
    padding-left: 18px;
    font-size: 16px;
    color: #707070;
    margin-bottom: 1px;
    line-height: 53px;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#profileWrap #profileNav #profileNavLinks a:hover,
#profileWrap #profileNav #profileNavLinks a.active {
    background-color: #00a1e1;
    color: #ffffff;
}

#profileWrap #profileContent {
    width: 834px;
}

#profileWrap #profileContent h2 {
    font-size: 36px;
    color: #00a1e1;
    text-transform: uppercase;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

#profileWrap #profileContent .orangeBtn2 {
    cursor: pointer;
    border-radius: 0px;
    float: right;
    font-size: 24px;
    width: auto;
    padding: 0 80px;
}

#profileWrap #profileContent .orangeBtn2:hover span.btnHover {
    width: 500px;
    height: 500px;
}

.deleteBtn {
    color: #d90000;
    cursor: pointer;
    text-decoration: none;
    line-height: 52px;
    text-transform: uppercase;
    font-size: 14px;
}

.deleteBtn .fa-times {
    position: relative;
    top: 1px;
}

#addNewCCBtn,
#addNewDABtn {
    background-color: #e1e1e1;
    height: 52px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 53px;
    color: #ffffff;
    font-family: 'montserratbold';
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 35px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#addNewCCBtn:hover,
#addNewDABtn:hover {
    background-color: #00a1e1;
}

.ccWrap .ccEntry,
#ccWrapAddy .ccEntry {
    margin-bottom: 20px;
}

.ccWrap .ccEntry .title,
#ccWrapAddy .ccEntry .title {
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    background-color: #f3f3f3;
    color: #707070;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 16px;
}

.ccWrap .ccEntry .title:after,
#ccWrapAddy .ccEntry .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 15px;
    top: 15px;
    background-image: url(../images/accordion-down.png);
    background-repeat: no-repeat;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ccWrap .ccEntry .title.active:after,
#ccWrapAddy .ccEntry .title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ccWrap .ccEntry .cardInfo,
#ccWrapAddy .ccEntry .cardInfo {
    position: relative;
    top: -1px;
    padding: 20px;
    border: solid 1px #ddd;
}

#allergenLetters .letter {
    background-color: #e1e1e1;
    height: 45px;
    width: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
    font-size: 36px;
    font-family: 'montserratbold';
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#allergenLetters .letter:hover,
#allergenLetters .letter.active {
    background-color: #00a1e1;
}

#allergenLists .allergenList,
#recapLists .allergenList {
    padding-top: 10px;
    display: none;
}

#allergenLists .allergenList ul,
#recapLists .allergenList ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#allergenLists .allergenList ul li,
#recapLists .allergenList ul li {
    margin: 0px;
    float: left;
    width: 33%;
    white-space: normal;
}

#allergenLists .allergenList ul li label,
#recapLists .allergenList ul li label {
    float: none;
    margin-right: 0px;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

#allergenLists .allergenList ul li label .checkbox,
#recapLists .allergenList ul li label .checkbox {
    width: 20px;
    height: 20px;
}

#recapLists .allergenList {
    display: block;
}

#orderHistoryTable tr,
.orderHistoryTable tr,
#referralTable tr {
    height: 50px;
    font-family: 'montserratlight' !important;
    line-height: 50px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#orderHistoryTable tr:nth-child(even),
.orderHistoryTable tr:nth-child(even),
#referralTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#orderHistoryTable tr:hover,
.orderHistoryTable tr:hover,
#referralTable tr:hover {
    background-color: #eaf7fc;
}

#orderHistoryTable tr#tblHd th,
.orderHistoryTable tr#tblHd th,
#referralTable tr#tblHd th {
    font-family: 'montserratbold';
    background-color: #ffffff !important;
}

#orderHistoryTable tr th,
.orderHistoryTable tr th,
#referralTable tr th {
    border-bottom: solid 1px #ffffff;
    font-weight: normal;
}

#orderHistoryTable tr th a,
.orderHistoryTable tr th a,
#referralTable tr th a {
    color: #00a1e1;
    text-decoration: none;
}

#orderHistoryTable tr th:first-child,
.orderHistoryTable tr th:first-child,
#referralTable tr th:first-child {
    text-align: left;
    padding-left: 40px;
}

#referralTable tr th:last-child {
    text-align: right;
    padding-right: 40px;
}

#referralTable.smaller {
    margin: 0 auto;
}

#referralTable.smaller tr th:first-child {
    text-align: center;
    padding-left: 0px;
}

#referralTable.smaller tr th:last-child {
    text-align: center;
    padding-right: 0px;
}

.orderDetails {
    display: none;
    width: 45%;
}

.orderDetails h2 {
    font-size: 36px;
    font-family: 'montserratextrabold';
    color: #00a1e1;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    font-weight: normal;
}

.orderDetails h2 span {
    color: #00bb0d;
}

.orderDetails .daySummary {
    width: 48%;
    text-align: center;
}

.orderDetails .daySummary h3 {
    color: #004261;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 22px;
    font-weight: normal;
}

.orderDetails .daySummary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.orderDetails .daySummary ul li:nth-child(even) {
    background-color: #f2f2f2;
}

.orderDetails .addressWrap {
    line-height: 22px;
}

.orderDetails .addressWrap h3 {
    margin-bottom: 7px;
}

.orderDetails .totalChargesWrap {
    width: auto;
}

.orderDetails .totalChargesWrap h3 {
    color: #00a1e1;
}

.orderDetails .totalChargesWrap .lblLeft {
    text-align: right;
    font-family: 'montserratbold';
    width: 52%;
}

.orderDetails .totalChargesWrap .lblRight {
    text-align: left;
    width: 46%;
}

.orderDetails .totalChargesWrap .priceTotal {
    font-family: 'montserratextrabold' !important;
    color: #004261;
}

.orderDetails hr {
    height: 1px;
    background-color: #e1e1e1;
    border: 0px;
    margin: 40px 0;
}

#creditProducts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    padding-top: 10px;
}

#creditProducts .creditProd {
    text-align: center;
    color: #707070;
    border-right: solid 1px #e1e1e1;
    padding: 0px 50px;
}

#creditProducts .creditProd:last-child {
    border-right: 0px;
}

#creditProducts .creditProd .prodTitle {
    color: #707070;
    font-size: 35px;
    font-family: 'montserratblack';
    text-transform: uppercase;
    line-height: 44px;
}

#creditProducts .creditProd .prodTitle .count {
    color: #00a1e1;
    font-size: 70px;
}

#creditProducts .creditProd .savingsTotal {
    color: #00a1e1;
    padding-top: 5px;
}

#creditProducts .creditProd label {
    float: none;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

#creditProducts .creditProd .checkbox {
    position: relative;
    margin: 10px auto 0 auto;
}

#creditsTotal {
    text-align: center;
    text-transform: uppercase;
    color: #00a1e1;
    font-size: 24px;
    font-family: 'montserratextrabold';
    padding-top: 20px;
    display: none;
}

#creditsTotal .orangeBtn2 {
    display: block;
    float: none !important;
    margin-top: 15px;
}

#feedbackAccordions .orangeBtn2 {
    border-radius: 0px;
}

#feedbackAccordions .feedbackDay {
    border-top: solid 1px #e3e3e3;
}

#feedbackAccordions .feedbackDay h3 {
    border-top: solid 1px #e3e3e3;
    color: #00a1e1;
    height: 62px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 24px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left !important;
}

#feedbackAccordions .feedbackDay .feedbackTitle {
    cursor: pointer;
    color: #00a1e1;
    height: 62px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 24px;
    position: relative;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#feedbackAccordions .feedbackDay .feedbackTitle .fa {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#feedbackAccordions .feedbackDay .orderItemsWrap {
    display: none;
}

#feedbackAccordions .feedbackDay .orderItems {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem {
    width: 276px;
    height: 444px;
    margin: 0px 57px 45px 57px;
    overflow: hidden;
    position: relative;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .pictureWrap {
    width: 222px;
    margin: 0 auto;
    padding-top: 2px;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .infoWrap {
    text-align: center;
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .starrr {
    padding-top: 10px;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .starrr a {
    font-size: 44px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .blueBtn {
    border-radius: 0px;
    width: 100%;
    margin-top: 15px;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .commentsWrap {
    width: 276px;
    position: absolute;
    z-index: 5;
    top: 445px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .commentsWrap .inputWrap {
    position: relative;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .commentsWrap .inputWrap .closeBtn {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .commentsWrap textarea {
    border: solid 1px #dbdbdb;
    padding: 20px;
    width: 100%;
    height: 392px;
    box-sizing: border-box;
    font-family: 'montserratlight';
    color: #707070;
    display: block;
    margin-bottom: 0px;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem .commentsWrap .orangeBtn2 {
    float: none !important;
    width: 100% !important;
    padding: 0px !important;
    top: -1px;
    font-size: 18px !important;
}

#feedbackAccordions .feedbackDay .orderItems .orderItem.openComment .commentsWrap {
    top: 0px;
}

#feedbackAccordions .feedbackDay:hover .feedbackTitle {
    color: #002b47;
}

#feedbackAccordions .feedbackDay.active .feedbackTitle {
    color: #002b47;
}

#feedbackAccordions .feedbackDay.active .feedbackTitle .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#awayDates {
    padding-top: 20px;
}

#awayDates .dateWrap {
    width: 500px;
    margin: 0 auto 20px auto;
}

#awayDates .dateWrap .awayReactivatedDate {
    padding-top: 10px;
    text-align: center;
    font-family: 'montserratbold';
    color: #00a1e1;
    display: none;
}

.datepicker input {
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#addNewDate {
    background-color: #e1e1e1;
    color: #ffffff;
    font-size: 24px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#addNewDate:hover {
    background-color: #00a1e1;
}

.ui-datepicker {
    z-index: 100002 !important;
}

#giftCardTotal {
    padding-top: 30px;
}

#giftCardTotal #totalCount {
    text-align: center;
    font-size: 24px;
    color: #00a1e1;
    font-family: 'montserratextrabold';
    text-transform: uppercase;
    padding-bottom: 10px;
}

#giftCardTotal .orangeBtn2 {
    width: 100% !important;
    box-sizing: border-box;
}

#creditListSmall {
    width: 390px;
    margin: 0 auto;
    padding-top: 20px;
}

#creditListSmall .lblWrap {
    color: #00a1e1;
    line-height: 20px;
}

#pagination {
    text-align: center;
    padding: 30px 0;
}

#pagination .number {
    color: #707070;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
}

#pagination .number a {
    color: inherit;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#pagination .number:hover,
#pagination .number.active {
    color: #00a1e1;
}

#orderDetail h2 {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    color: #707070 !important;
    text-transform: none !important;
    font-size: 24px !important;
    font-weight: normal !important;
    font-family: 'montserratbold' !important;
}

.customCheckWrap label {
    margin-bottom: 10px;
}

.lblWrap {
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    position: relative;
}

.lblWrap.setPrimary {
    margin-bottom: 5px;
}

.lblWrap strong {
    font-family: 'montserratbold';
    color: #00a1e1;
    font-weight: bold !important;
    font-size: 16px !important;
}

.lblWrap strong~p {
    margin-top: 0px !important;
    white-space: normal;
}

.lblWrap.w50 {
    width: 47%;
}

.lblWrap.w50 select {
    width: 100%;
}

.lblWrap.w25 {
    width: 21%;
}

.lblWrap label {
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 34px;
    margin-right: 60px;
    cursor: pointer;
    float: left;
}

.lblWrap label:last-child {
    margin-bottom: 15px;
}

.lblWrap label:hover input~.checkbox {
    background-color: #e1e1e1;
}

.lblWrap label input:checked~.checkbox {
    background-color: #00a1e1;
}

.lblWrap input[type='radio'],
.lblWrap input[type='checkbox'] {
    opacity: 0;
    position: absolute;
}

.lblWrap input[type='text'] {
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: solid 1px #cdcdcd;
    padding: 0px 10px;
    color: #707070;
    font-size: 16px;
    font-family: 'montserratlight';
}

.lblWrap input[type='text']#securityCode {
    width: 160px;
}

.lblWrap textarea {
    border: solid 1px #cdcdcd;
    color: #707070;
    font-size: 16px;
    font-family: 'montserratlight';
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 200px;
}

.lblWrap select {
    display: block;
    position: relative;
    border: solid 1px #cdcdcd;
    padding: 0px 10px;
    height: 50px;
    color: #707070;
    font-size: 16px;
    display: inline-block;
    background-image: url(../images/dd-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 40px;
    margin-right: 10px;
    margin-top: 5px;
    font-family: 'montserratlight';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lblWrap select::-ms-expand {
    display: none;
}

.lblWrap input.w190,
.lblWrap select.w190 {
    width: 190px;
}

.lblWrap input.w140,
.lblWrap select.w140 {
    width: 140px;
}

.lblWrap .checkbox {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: solid 1px #cdcdcd;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.lblWrap .inputmsg {
    color: #00a1e1;
    font-size: 14px;
    font-family: 'montserratlight';
}

.lblWrap .inputmsg.abs {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

.lblWrap #pausedInfo,
.lblWrap #cancelInfo {
    display: none;
}

.lblWrap .totalDiv .lblLeft {
    width: 125px;
    text-align: left;
}

.lblWrap .totalDiv .lblRight {
    text-align: right;
    width: 73px;
}

.lblWrap ul.innerIndent {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 40px;
}

.lblWrap ul.innerIndent li {
    padding-left: 35px;
}

.profileTopSpacing {
    height: 160px;
}

.innerIndent {
    padding-left: 32px;
}

#editCredit .lblWrap textarea {
    width: 800px;
    height: 190px;
}

.createCreditWrap {
    max-width: 800px;
    margin: 0 auto;
}


/*# sourceMappingURL=profile.css.map */

.viewOrderBtn {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    width: 175px;
    height: 50px;
    line-height: 47px;
    border: solid 3px #dddddd;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 25px 5px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    text-transform: capitalize;
}

.no-last-order {
    max-width: 650px;
    text-align: center;
    min-height: calc( 60vh);
}

.no-last-order .deliveryButton,
.deliveryButtonsWrap .deliveryButton {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    width: 175px;
    height: 45px;
    line-height: 42px;
    border: solid 3px rgb(214, 214, 214);
    background-color: #ffffff;
    border-radius: 50px;
    margin: 25px 0px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.deliveryButtonsWrap .deliveryButton.active,
.no-last-order .deliveryButton.active {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

.no-last-order .deliveryButton {
    margin-top: 25px !important;
    background: rgb(255, 97, 0);
    color: #fff;
}

#upcomingOrder #thankyouModal {
    top: calc(50% - 250px)
}

.thankyou-modal .modal-header {
    background-color: white !important;
    border: none;
    text-align: center;
}

#upcomingOrder .modal .modal-header .modal-title {
    text-align: center;
    font-size: 40px;
    color: #004261 !important;
    font-family: 'montserratblack'!important;
}

#upcomingOrder .modal .modal-content .modal-body {
    color: #777;
}

#upcomingOrder .modal .modal-header,
#upcomingOrder .modal .modal-footer {
    border: none;
    padding: 20px 20px 16px 20px;
    background-color: #F5F6F8;
}

#upcomingOrder #closeThankyou {
    cursor: pointer;
    border: 0px;
    background-color: #28d300;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    font-family: 'montserratbold';
    padding: 10px;
}

#upcomingOrder #couponCode {
    background-color: #555555 !important;
    color: #ffffff !important;
    padding: 0px 30px !important;
}

#upcomingOrder #couponCode #cpnBtn {
    height: 86px !important;
    line-height: 86px !important;
    cursor: pointer !important;
    font-size: 18px !important;
}

#upcomingOrder #couponCode input {
    display: block;
    height: 48px;
    border: solid 1px #c6c6c6;
    box-sizing: border-box;
    font-size: 16px;
    color: #555555;
    font-family: 'montserratregular';
    padding-left: 15px;
    margin-bottom: 35px;
}

#upcomingOrder #couponCode #couponInputWrap #applyBtn {
    width: 50px;
    height: 50px;
    line-height: 47px;
}

#upcomingOrder #couponError {
    display: block;
    font-size: 12px;
    color: red;
    line-height: 24px;
}

#upcomingOrder .editOrderWrapper,
#upcomingOrder .current-summary {
    display: inline-block;
    width: calc( 50% - 120px);
    padding: 0px 20px;
}

#upcomingOrder .current-summary {
    padding-right: 164px;
}

#upcomingOrder #id_next_order_submit_part {
    margin-top: 50px;
    width: 893px;
}

#upcomingOrder .summaryInner-content #miniSummary .adjust-new-charge .lblRight,
#upcomingOrder .summaryInner-content #miniSummary .adjust-new-charge .lblLeft {
    color: #d90000 !important;
    font-family: 'montserratbold';
    text-transform: uppercase !important;
}

#upcomingOrder .footer {
    font-size: 16px;
    color: #555555;
    margin-top: 30px;
}

.upcoming-order .summaryInner-content #miniSummary .mainTitle {
    font-size: 18px;
    font-family: 'montserratbold';
    color: #555;
    text-transform: uppercase;
}

.sec-account-info .lblWrap {
    width: 47%;
    margin-top: 25px;
    white-space: normal !important;
}

.sec-account-info .lblWrap.birthday,
.sec-account-info .lblWrap.preferred-method {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    span.openNavLink-Mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        color: #00a1e1;
        padding-right: 30px;
        z-index: 1;
        font-size: 17px;
    }
    span.openNavLink-Mobile:after {
        content: "";
        background: url(../images/hamburger-menu-icon.png);
        width: 29px;
        height: 30px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        background-position-x: -7px;
        background-position-y: -12px;
        transition: all 0.5s ease;
        font-size: 12px;
        background-size: 40px;
    }
    div#profileNavLinks {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    div#profileNavLinks.navlink-active {
        opacity: 1;
        visibility: visible;
    }
    body.navlink-activated:before {
        content: "";
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
    }
    #contentWrap #profileWrap #profileNav #profileNavLinks a {
        margin-bottom: 0;
        color: #fff;
        background: #00a1e1;
        background-image: none;
    }
    body.navlink-activated span.openNavLink-Mobile:after {
        background-position-y: -51px;
    }
    .sec-account-info .lblWrap {
        width: 100%;
    }
}

@media only screen and (max-width: 410px) {
    #upcomingOrder #id_next_order_submit_part>div>center>div>div:last-child div a.orangeRoundBtn {
        width: 162.5px;
    }
}

@media only screen and (max-width: 410px) {
    #upcomingOrder .modal .modal-header .modal-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 320px) {
    .upcoming-order .summaryInner-content #miniSummary .mainTitle {
        font-size: 14px;
    }
    .orangeRoundBtn {
        width: 134px;
    }
}

#contentWrap #profileWrap #profileNav #profileInfo {
    margin-top: 110px;
}

#contentWrap #profileWrap #profileNav #welcomeBack {
    color: #004f6e;
    float: left;
    text-shadow: 2px 0 #004f6e;
    text-transform: inherit;
}

.contdel1 {
    width: 75%;
    display: flex;
}

.roundRadioContainer .radioCheckmark {
    height: 22px !important;
    width: 22px !important;
}

#profileWrap #profileContent .deleteBtn {
    text-transform: none !important;
}

@media (max-width: 768px) {
    #contentWrap #profileWrap #profileNav #profileInfo {
        margin-top: 12px;
    }
    #contentWrap #profileWrap #profileNav #welcomeBack {
        color: #004f6e;
        float: left;
        text-shadow: 2px 0 #004f6e;
        text-transform: inherit;
        text-align: left;
        margin-top: 1px;
    }
    #delSection .boxShadow,
    #billingSection .boxShadow {
        box-shadow: none;
        padding: 0px;
    }
    .contdel0 {
        flex-direction: column;
        align-items: flex-start;
    }
    .contdel1 {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .contdel2 {
        margin-left: 31px;
    }
    .page-template-page-templatesprofile-php #mbF {
        margin-top: 50px !important;
    }
    .lblWrap {
        margin-bottom: 0px;
        color: #555 !important;
    }
    .sec-account-info .newDesignH2 {
        margin-bottom: 0px !important;
    }
    .sec-account-info h2.newDesignH2 {
        font-size: 24px !important;
        margin-top: 23px !important;
    }
    #saveAccountInfo {
        float: initial;
        margin: 0 auto;
    }
    body.navlink-activated span.openNavLink-Mobile:after {
        background-position-y: -51px !important;
    }
    #nombrt {
        width: 200px;
    }
    .orangeRoundBtn {
        width: 108px !important;
    }
    .cf {
        display: flex;
        flex-direction: column;
    }
    #contentWrap #profileWrap #profileNav #welcomeBack {
        width: 100%;
    }
    #modcarth {
        width: 390px !important;
    }
}