﻿.full_width {
    background: url(../images/full_bg.png);
    position: fixed !important;
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    z-index: 999998;
}

.fix_pop_up_small {
    position: fixed;
    top: 50%;
    margin-top: -50px;
    z-index: 999999;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 10px;
}

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(237, 27, 36,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #ED1B24;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
    box-sizing: inherit;
}

.circle1 {
    box-sizing: inherit;
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(237, 27, 36,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #ED1B24;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

.loading_txt {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-top: -30px;
}

.boneless_height {
    height: 25px;
    padding-top: 2px;
}

    .boneless_height .info-boneless {
        margin: 0px auto;
    }

.ancmeatcalculator_height {
    height: 20px;
}

.circle2 {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: absolute;
    top: 23px;
    left: 72px;
    /*-moz-animation:spinoffPulse2 3s infinite linear;
	-webkit-animation:spinoffPulse2 3s infinite linear;*/
}

.white-popup.validation_popup {
    max-width: 350px;
}

@-moz-keyframes spinPulse2 {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #ED1B24;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #ED1B24;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #ED1B24;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}




.load_more {
    background: #E5E5E5 !important;
    padding: 0px !important;
    text-align: center;
}

    .load_more span {
        line-height: 45px;
        height: 45px;
        display: block;
        max-width: 992px;
        text-transform: capitalize !important;
        font-size: 13px !important;
        font-family: "Montserrat",sans-serif !important;
    }

.calendar-table {
    width: 100%;
    border: 0px !important;
}

table.calendar-table tr th {
    font-family: "montserratsemi_bold";
    font-size: 16px !important;
    margin: 8px 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.btn-cal-prev {
    background: rgba(0, 0, 0, 0) url("../images/icon-popup-prev.png") no-repeat scroll 0 0 !important;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 19px;
    left: -15px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 48%;
    transform: translate(0px, -50%);
    width: 10px;
}

.btn-cal-next {
    background: rgba(0, 0, 0, 0) url("../images/icon-popup-next.png") no-repeat scroll 0 0 !important;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 19px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: -15px;
    top: 48%;
    transform: translate(0px, -50%);
    width: 10px;
}

.calendar-table .slot.disabled {
    background: #ececec;
    color: #c5c5c5;
    cursor: default;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.calendar-table .slot {
    background-color: #ffffff;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -moz-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -o-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -ms-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: linear-gradient(top,#fafafa 0,#f2f2f2 100%);*/
    color: #000;
    width: 100%;
    padding: 5px 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

table.calendar-table tr td.tbl-available-date.a {
    background-color: #ffffff;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -moz-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -o-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: -ms-linear-gradient(top,#fafafa 0,#f2f2f2 100%);
    background-image: linear-gradient(top,#fafafa 0,#f2f2f2 100%);*/
    color: #000;
    width: 100%;
    padding: 5px 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

table.calendar-table tr td.tbl-empty-cell {
    background: none !important;
}

.calendar-table td {
    padding: 0 1px 2px;
}

.tbl-Holiday-date .yellow_bg {
    background: #FFCC00;
}

table.calendar-table tr td.tbl-selected-date {
    background-color: transparent !important;
}

/*.tbl-selected-date a {
    background: #ff000b !important;
    color: #fff !important;
}*/

.position_r {
    position: relative;
}

.btn-apply-dt {
    float: none !important;cursor: pointer;margin-left:15px;
}
@media only screen and (max-width: 767px) {
    .btn-cal-prev {
        left: -12px;
    }

    .btn-cal-next {
        right: -12px;
    }
    .btn-apply-dt
    {
            padding: 6px !important; 
    }
}

@media (max-width: 667px) {
    .boneless_height {
        height: 33px;
    }

        .boneless_height .info-boneless {
            margin-bottom: 0px;
        }

    .cart_bug {
        height: 750px !important;
        min-height: 70vh;
    }
}

.displayshow {
    display: block !important;
    overflow: hidden;
}

.badge1 {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #eb0006;
    border-radius: 15px;
    position: absolute !important;
    top: -5px;
    right: 15px;
}

.top-nav li a.round_btn {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 40px;
    color: #ed1b24 !important;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    padding: 3px !important;
    width: 16px;
    text-align: center;
    outline: none;
}

#searchbar1 {
    display: none;
    float: left;
    width: 100%;
    z-index: 9999;
    position: absolute;
    background: #fff;
    border-top: 3px solid #ff000b;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 350px) {
    .btn-main {
        font-size: 10px !important;
    }
}

.rednew {
    color: #ff000b !important;
}

    .rednew td {
        padding: 10px 5px;
        color: #ff000b !important;
        font-size: 12px;
    }

    .rednew h6.grandtotal {
        font-size: 18px;
        font-weight: normal;
        color: #ff000b !important;
        font-family: 'montserratsemi_bold';
    }

.voided {
    color: #fec200;
}

.ToolTipNew {
    background: #999;
    border-radius: 55px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-top: -3px;
}

    .ToolTipNew i {
        color: #ffffff;
        font-size: 10px;
        line-height: 18px;
    }

.btn-apply-align {
    float: right;
    margin: 2px;
    min-width: 125px;
    white-space: nowrap;
}

.VoucherLabel {
    float: left;
    margin-top: 8px;
    margin-right: 1px;
}
.expiry_btn { background:#e8e8e8; padding:7px 20px;  border-radius:5px; font-weight:bold;
}
a.nohover:hover{color:#000;}






.Expiry_dt{white-space:nowrap;}

.less-voucher-subtotal {display: inline-block;
    margin-top: 12px;}

.trVoucher-wrap {float:right;
                 
}


@media screen and (max-width:767px) {
    .trVoucher-wrap {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .less-voucher-subtotal {
    display: inline-block;
    margin-top: 0;
    width: 100%;
    clear: both;
}
.v-bottom {
    vertical-align: bottom;}
table.trVoucher-wrap {
    width: 100%;
}
.Voucher {
    width: 100%;
}
.Voucher table {
    width: 100%;
}
.Voucher table td {
    display: block;
    width: 100%;
    text-align: center;
    padding:0;
}
.btn-apply.btn-apply-align {
    width: 100%;
    margin-top: 10px !important;
}

}

.cal-red-bg {
    background: #fff;
    border-color: #FE0102 !important;
}

.cal-yellow-bg {
    background: #fff;
    border-color: #FEA200 !important;
}

.slick_holder .month {
    color: #fff;
    font-family: "montserratsemi_bold" !important;
}

.cal-red-bg .month {
    background: #FE0102;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 24px;
}

.cal-yellow-bg .month {
    background: #FEA200;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 24px;
}

.cal-red-bg .calendar-table .tbl-selected-date .slot {
    background: #FE0102 !important;
    color: #fff !important;
}

.cal-yellow-bg .calendar-table .tbl-selected-date .slot {
    background: #FEA200 !important;
    color: #000 !important;
}
.VoucherNotes {
       font-family: 'montserratregular';
    padding-top: 15px;
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
}
.multivoucher
{
    border: 1px dotted rgb(226, 226, 226);
    padding: 10px;
   
}
.multivoucher table td {
    text-align: left;
}
.multivoucher td input {
    margin-right: 5px;
}
.multivoucher .btn-apply {
    display: inline-block;
    clear: both;
    float: left;
    margin-top: 5px;
}
.multivoucherRpt-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px dotted rgb(226, 226, 226);
    padding: 15px;
}
.multivoucherRpt-wrap h6 {
min-width: 210px;}
.multivoucherRptList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.multivoucherRptList .multivoucherRpt {
   background: #f4f4f4;
    padding: 5px;
    margin: 3px;
    min-width: calc(33.33% - 16px);
    text-align: left;
    width: 16.3vw;
}
.VoucherLabel {
    float: left;
    margin-top: 8px;
    margin-right: 1px;
}
@media screen and (max-width:1199px) {
    .multivoucher td input {
        float:left;
    }
    .multivoucher td label {
       float: left;
    max-width: 90%;
    text-align: left;
    }
}

@media screen and (max-width:767px) {
    .multivoucherRpt-wrap {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .multivoucherRptList {
        padding-left: 0;
        width: 100%;
    }

        .multivoucherRptList .multivoucherRpt {
            min-width: calc(49% - 6px);
        }

    .multivoucher td {
        clear: both;
    }
}
@media screen and (max-width:480px) {
    .multivoucherRptList .multivoucherRpt {
    margin: 3px 0;
    min-width: 100%;
}
}
 .chkVoucherAll label
    { margin-left:5px; }
  .chkVoucherAll
    { margin-left:5px; }
.adyen-custom-style .adyen-checkout__button {
    background: #b60000;
    font-size: 14px;
    font-weight: 600;
}

    .adyen-custom-style .adyen-checkout__button:hover {
        background: #ff0000;
    }

/*.gpay-card-info-container.new_style {
    border-radius: 8px !important;
}*/