/*Header Styles*/

body.mobile-side-slide {
    overflow-x: visible;
}
html body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-x: hidden;
    padding: 0px !important;
}

button:hover,
button:focus,
button:active {
    background: transparent;
    color: #000;
    border-color: #ffd600;
}
button {
    border: 1px solid #ffd600;
}


/*************** START CUSTOM CODE ***************/


input#street_1,input#street_2 {
    border-bottom: 0px;
}
input.address_input_field,input#street_2 {
    border-top: 0;
}
/* .popup_modal textarea{
    border-bottom: 0px;
} */

.two-third.street_popup .text_field .fa-pencil:before, .fa-pencil:before {
    content: "\f040";
    display: none;
}

.modal-body textarea#driver_instructions{
    border-bottom: 2px solid #000000;
}



/*************** THE CUSTOM CODE ***************/
/* 
.locations_container{
        overflow-y: scroll;
        max-height: 175px;
} */
.locations_container .address {
    padding: 4px 10px;
    color: black;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 4px;
    border: 1px solid black;
}

.locations_container .address.selected {
    background: lightskyblue;
    color: white;
}


.head-right #home_page_postcode {
    margin: 0;
    width: 100%;
    border: 2px solid #ffd600;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'futura-pt-bold';
    text-align: center;
    padding-right: 63px;
}
.landing_form.clearfix {
    position: relative;
}
.landing_form .entered_postcode {
    text-align: center;
    background: #ffd600;
    padding: 2px 10px 0;
    font-family: 'futura-pt-bold';
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    transition: all ease-in-out .2s;
    cursor: pointer;
}
.entered_postcode div {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.entered_postcode i {
    margin-right: 10px;
}
.loader,
.loader_primary {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1052;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.landing_form .entered_postcode a {
    all: unset;
    pointer-events: none;
    line-height: 1.2;
}
.landing_form .entered_postcode a i {
    margin-right: 8px;
}
.head-right #check_postcode {
    /* display: none; */
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    border-radius: 0;
}
button#check_postcode_popup {
    margin-top: 20px;
}
.head-right {
    float: right;
    width: 350px;
    padding-top: 40px;
}
.del-sec {
    width: 100%;
    display: flex;
    align-items: center;
    order: 2;
}
.del-sec>div {
    background-color: #ffd600;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'futura-pt-bold';
    flex-wrap: wrap;
    padding: 9px 0 5px;
    box-sizing: border-box;
    margin: 0 5px;
}
.del-sec>div b {
    font-weight: 500;
    font-family: 'futura-pt';
    display: block;
    width: 100%;
}
.head_form {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 5px;
}
.right-sec-1 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.head-right a {
    background-color: #ffd600;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'futura-pt-bold';
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all ease-in-out .2s;
    padding-top: 2px;
}
.head-right a:hover,
.landing_form .entered_postcode:hover,
.head-right a:focus,
.head-right a:active,
.landing_form .entered_postcode:focus,
.landing_form .entered_postcode:active {
    background-color: #fff;
    color: #ffd600;
    border-color: #ffd600;
}
.head-right .track-order a {
    font-size: 23px;
    letter-spacing: 2px;
}
.landing_form.clearfix {
    width: 100%;
}

/* .lapd_current_user a {
    display: block;
    padding: 14px 5px 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'futura-pt-bold';
    color: #fff;
    background: #000;
    line-height: 1;
}
.head-right a:hover {
    text-decoration: none;
    color: #fff;
    background: #404040;
}
.lapd_current_user {
    margin-bottom: 3px;
} */

body #Top_bar #logo {
    padding: 0;
    margin: 30px 0;
}
.edo-font {
    font-family: edo !important;
}

/* .subheader-title-right #Subheader .title {
    font-family: 'edo';
} */

.cat-inner.clearfix {
    display: flex;
    flex-wrap: wrap;
}
.pro-inner {
    border: 1px solid #e6e6e6;
    transition: all ease-in-out .2s;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pro-inner:hover {
    background-color: #ffd600;
}
.pro-inner h5 {
    font-family: "futura-pt", Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    color: #000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #989898;
    transition: all ease-in-out .2s;
    height: 48px;
}
span.prodcurr.prod_price_main {
    min-height: inherit;
    font-size: 18px;
    line-height: 21px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all ease-in-out .2s;
    text-align: right;
    padding-bottom: 10px;
}
.pro-text {
    min-height: inherit;
    font-size: 18px;
    line-height: 21px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all ease-in-out .2s;
}
.pro-text p {
    min-height: 62px;
}
.pro-inner .two-third.column {
    width: 65%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    margin: 0;
}
.pro-inner .one-third.column {
    width: 35%;
    margin: 0;
}
.cat-name {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    font-family: "futura-pt", Arial, Tahoma, sans-serif;
    padding: 30px 0 25px;
    margin: 0 9px;
    transition: all ease-in-out .2s;
}
.pro-sep {
    border-bottom: 3px solid #e6e6e6;
    margin: 0 10px 50px;
    transition: all ease-in-out .2s;
}
.pro-desc:before {
    content: '\e8fb';
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-size: 28px;
    color: #000;
    z-index: 1;
    font-family: "mfn-icons";
    font-style: normal;
    transition: all ease-in-out .2s;
}
.pro-inner:hover .pro-desc:before {
    color: #fff;
}
.pro-inner:hover * {
    color: #fff !important;
    border-color: #fff;
}
#Content img.image_main_src {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}
#Content .modal-body img.image_main_src {
    height: 350px;
}
.details_main h5 {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}
.allergens_popup .allergens {
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin: 3px;
    font-weight: bold;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    text-align: center;
    line-height: 1.2;
    padding: 3px;
    box-sizing: border-box;
}
.lapd-order-sec>.vc_col-sm-12>.vc_column-inner {
    float: left;
    width: calc(100% - 450px);
}
.right-order-sidebar {
    float: right;
    width: 450px;
    margin-top: 92px;
    padding: 33px 33px 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 15px;
    position: sticky;
    top: 150px;
    margin-bottom: 48px;
}
.right-order-sidebar>div {
    height: 76vh;
    overflow-y: auto;
    margin-right: -60px;
    padding-right: 50px;
}
.modal-body {
    overflow-y: scroll;
}
.right-order-sidebar>div::-webkit-scrollbar,
#productDetailsModal .modal-body::-webkit-scrollbar ,#dealProductsModal .modal-body::-webkit-scrollbar {
    width: 10px;
}
.right-order-sidebar>div::-webkit-scrollbar-track,
#productDetailsModal .modal-body::-webkit-scrollbar-track ,#dealProductsModal .modal-body::-webkit-scrollbar-track {
    background: #b3b3b3;
    border-radius: 30px;
}
.right-order-sidebar>div::-webkit-scrollbar-thumb,
#productDetailsModal .modal-body::-webkit-scrollbar-thumb ,#dealProductsModal .modal-body::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 30px;
}
.right-order-sidebar>div::-webkit-scrollbar-thumb:hover,
#productDetailsModal .modal-body::-webkit-scrollbar-thumb:hover ,#dealProductsModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #009000;
}
.right-order-sidebar>div,
#productDetailsModal .modal-body,#dealProductsModal .modal-body {
    scrollbar-face-color: #000;
    scrollbar-track-color: #b3b3b3;
    scrollbar-color: #000 #b3b3b3;
    scrollbar-width: thin;
}
h2.or-sec-1-head {
    font-size: 23px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}
.or-sec-1 {
    margin: 0 -3%;
}
.or-sec-1 p,
.or-sec-2 p {
    font-size: 16px;
    line-height: 1.1;
    color: #7f7f7f;
    margin-bottom: 7px;
}
.or-sec-1 p strong,
.or-sec-2 p strong {
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    min-height: 80px;
    display: block;
}
.or-sec-2 p strong {
    min-height: inherit;
}
.or-sec-1 a,
.or-sec-2 a,
.or-sec-1 button,
.or-sec-2 button {
    font-weight: 500;
    display: block;
    padding: 2px 0;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 16px;
    margin: 0;
    width: 100%;
    height: auto;
    line-height: 32px;
    background: #000;
    color: #fff;
    transition: all ease-in-out .2s;
}
.or-sec-1 a:hover,
.or-sec-2 a:hover,
.or-sec-1 button:hover,
.or-sec-2 button:hover {
    border-color: #009000;
    background: #009000;
    color: #fff;
}
.or-sec-1 a:focus,
.or-sec-2 a:focus,
.or-sec-1 button:focus,
.or-sec-2 button:focus,
.or-sec-1 a:active,
.or-sec-2 a:active,
.or-sec-1 button:active,
.or-sec-2 button:active {
    border-color: #000;
    background: transparent;
    color: #000;
}
button.add-note-btn {
    max-width: 200px;
}
.or-sec-2 a {
    max-width: 145px;
}
.or-sec-1 .one-second.column {
    width: 44%;
    margin: 0 3% 15px;
}
.or-sec-2 .one.column {
    margin-bottom: 15px;
}
.the_content_wrapper .or-sec-3 ul {
    list-style: none;
    margin: 0;
}
.the_content_wrapper .or-sec-3 ul li {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #989898;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.or-sec-3 ul li .col-1 {
    width: 280px;
    color: #7f7f7f;
}
.or-sec-3 ul li .col-1>div {
    display: flex;
}
.or-sec-3 ul li .col-1 .or-cat-name {
    width: 100px;
}
.or-sec-3 ul li .col-1 .or-pro-name {
    font-weight: 600;
    color: #000;
    width: 170px;
}
.or-sec-3 ul li .col-2 {
    width: 80px;
    font-weight: 500;
}
.or-sec-3 ul li .col-3 {
    width: 12px;
    font-size: 0;
    -webkit-mask-image: url(../images/del-icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../images/del-icon.svg);
    mask-repeat: no-repeat;
    cursor: pointer;
    transition: all ease-in-out .2s;
    background-color: #000;
}
.or-sec-3 ul li .col-3:hover {
    background-color: #009000;
}
.or-sec-3 ul.order-li-head li .col-3 {
    background: none;
}
.or-sec-3 ul.order-li-head li .col-1,
.or-sec-3 ul.order-li-head li .col-2 {
    font-weight: 600;
    color: #000;
}
.or-sec-3 ul:not(.order-li-head) {
    max-height: 380px;
    overflow-y: scroll;
    margin-right: -20px;
    padding-right: 15px;
}
.or-sec-3 ul::-webkit-scrollbar {
    width: 0.313vw;
}
.or-sec-3 ul::-webkit-scrollbar-track {
    background: #b3b3b3;
    border-radius: 0.521vw;
}
.or-sec-3 ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0.521vw;
}
.or-sec-3 ul::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
.or-sec-3 ul {
    scrollbar-face-color: #000;
    scrollbar-track-color: #b3b3b3;
    scrollbar-color: #000 #b3b3b3;
    scrollbar-width: thin;
}
.or-sec-4 p {
    font-size: 16px;
}
.discount-sec {
    position: relative;
}
.discount-sec input[type="text"] {
    font-size: 16px;
    border-width: 1px;
    border-color: #ffd600;
    border-radius: 8px;
    height: 32px;
    padding: 0 10px;
    background: none;
}
.discount-sec button[type="submit"] {
    background: none;
    color: #fff;
    font-weight: 500;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 6px 5px;
    margin: 0;
    border-left: 1px solid #ffd600;
    border-radius: 0;
    transition: all ease-in-out .2s;
    border-radius: 0px 8px 8px 0px;
    background-color: #ffd600;
}
.discount-sec button[type="submit"]:hover,
.discount-sec button[type="submit"]:focus,
.discount-sec button[type="submit"]:active {
    background: transparent;
    color: #ffd600;
    border-left-color: #ffd600;
}
.or-sec-4 .col-1 {
    float: left;
    width: 45%;
    padding-right: 30px;
    box-sizing: border-box;
}
.or-sec-4 .col-2 {
    float: left;
    width: 55%;
    margin: 10px auto;
}
.order-totals {
    font-size: 17px;
    font-weight: 500;
    padding-left: 40px;
    padding-bottom: 15px;
}
.order-totals>div {
    display: flex;
}
.order-totals>div>div {
    width: 50%;
}
.total-col-1 {
    text-align: right;
    padding-right: 40px;
}
a.order-checkout-btn {
    float: right;
    padding: 6px 20px;
    background: #ffd600;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 12px;
    transition: all ease-in-out .2s;
}
a.order-checkout-btn:hover,
a.order-checkout-btn:focus,
a.order-checkout-btn:active {
    color: #ffd600;
    background: transparent;
    border-color: #ffd600;
    text-decoration: none;
}
.or-sec-4 .one.column {
    margin-bottom: 0;
}

/*.allergens_popup .allergens {
    display: none;
}
.allergens_popup .allergens:nth-child(-n+4){
    display: flex;
}*/

.pop-img {
    margin: -20px -20px 20px;
}
.description_main_popup {
    margin-bottom: 20px;
}
.allergens_popup .allergens p {
    color: #fff;
    margin-bottom: 0;
}
.product-details .options,
.product-details .popup_meal_deal ,
.product_details .options,
.product_details .popup_meal_deal
 {
    display: table;
    width: 100%;
    /* padding: 20px 0; */
    padding: 0 0;
}
.product-details h5 ,.product_details h5 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.product-details tr , .product_details tr{
    border: 3px solid #e6e6e6;
    margin-bottom: 10px;
    display: flex;
    border-radius: 5px;
    position: relative;
    transition: all ease-in-out .2s;
}
table tr:first-child td {
    background: none;
}
table tr:nth-child(2n) td {
    background: transparent;
}
table tr td {
    border: 0;
    padding: 15px;
    border: 0;
}
table tr td.right {
    margin-left: auto;
}
table tr td.left {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
}
.product-details input[type="checkbox"] , .product_details input[type="checkbox"] {
    position: absolute;
    /* left: 0; */
    left: 115px;
    /* width: 100%; */
    width: 70%;
    height: 100%;
    border: 0;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.product-details input[type="checkbox"].chkbox_ , .product_details input[type="checkbox"].chkbox_  {
    left: 0;
    width: 100%;
}
.product-details tr:hover , .product_details tr:hover {
    border-color: #000;
    background: #ccc;
}
.product-details tr:hover * , .product_details tr:hover * {
    color: #000;
}
.product-details tr.selected , .product_details tr.selected  {
    border-color: #ffd600;
    background: #ffd600;
}
.product-details tr.selected * , .product_details tr.selected *  {
    color: #fff;
}
/* .product-details tr:before, */
.product-details tr.chkbox_:before ,.product_details tr.chkbox_:before,
.details tr:before,
.details .configuration .request:before,
.details .res_configuration .request:before {
    content: '\e841';
    position: absolute;
    left: 15px;
    top: 52%;
    transform: translateY(-50%);
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    opacity: 0;
    transition: all ease-in-out .2s;
    font-size: 24px;
    color: #fff;
}
.product-details tr.selected:before ,.product_details tr.selected:before,
.details .configuration .request.selected:before,
.details .res_configuration .request.selected:before {
    opacity: 1;
}
.is-sticky .head-right {
    display: none;
}
#Top_bar.is-sticky .logo {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#Top_bar.is-sticky #logo img {
    width: 92px;
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo {
    margin: 0;
}
#Header #Top_bar.is-sticky .top_bar_left {
    padding: 0;
}
.modal-backdrop {
    opacity: 0.9 !important;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}
.modal-body {
    max-height: 70vh;
}
.modal-qty {
    float: right;
    position: relative;
    margin: 0;
}

/*body .modal-backdrop.show {
    opacity: 1;
}*/

.modal-qty button {
    position: absolute;
    left: -50px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.modal-qty button.fa-plus {
    left: auto;
    right: -50px;
}
.modal-qty .fa-minus:before {
    font-size: 16px;
    line-height: 1;
}
.modal-qty .fa-plus:before {
    font-size: 16px;
    line-height: 1;
}

/* Chrome, Safari, Edge, Opera */

.modal-qty input::-webkit-outer-spin-button,
.modal-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

.modal-qty input[type=number] {
    -moz-appearance: textfield;
}
.ot_menu_inner1 {
    margin: 0px auto;
    max-width: 1250px;
    position: relative;
}
.foo-2 #media_image-3 {
    max-width: 150px;
    margin: auto;
}
.footer-copy-center #Footer .footer_copy .social {
    display: none;
}
.footer-copy-center #Footer .footer_copy .copyright {
    margin: 0;
}
#Footer .footer_copy .one {
    margin-bottom: 15px;
    padding-top: 15px;
    min-height: inherit;
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
}
#Footer .footer_copy {
    border-top: 0;
    position: relative;
}
#Footer .footer_copy:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(179, 179, 179);
    background: linear-gradient(90deg, rgba(179, 179, 179, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(179, 179, 179, 0) 100%);
    visibility: visible;
}
.foo-1 .social {
    display: flex;
}
.foo-1 .social li {
    margin: 0 5px;
}
#Footer .foo-1 .social li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    transition: all ease-in-out .2s;
}
#Footer a {
    transition: all ease-in-out .2s;
}
#Footer .foo-1 .social li a:hover {
    background: #fbbf00;
    color: #fff;
}
.foo-3 {
    text-align: center;
}
.social_head {
    letter-spacing: 7px;
    margin-bottom: 0;
}
footer .container {
    display: flex;
    align-items: center;
}
#Footer .widgets_wrapper .widget {
    padding: 0;
}
footer .call {
    font-size: 30px;
}
#Subheader {
    padding: 80px 0;
}
.cart-page h5 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-bottom: 7px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-size: 18px;
}
input[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: ease-in-out .2s;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: transparent;
    color: #ffd600;
    border-color: #ffd600;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
select,
textarea {
    font-size: 20px;
    border-width: 2px;
    border-color: #ffd600;
}
.ot_login .column {
    margin-bottom: 0;
}
.page-id-203 h4,
.page-id-229 h4 {
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}
.account-right {
    float: right;
}
.sticky-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ot_login a {
    cursor: pointer;
}
.sticky-bar {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: none;
}
a.checkout-btn {
    background: #fff;
    display: block;
    padding: 10px 30px;
    line-height: 1;
    font-size: 20px;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    font-weight: bold;
    margin-left: 30px;
    transition: all ease-in-out .2s;
}
a.checkout-btn:hover {
    background: #009000;
    color: #fff;
    text-decoration: none;
}
.sticky-bar-cart {
    font-size: 20px;
    font-weight: bold;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    display: flex;
    align-items: center;
}
.sticky-bar-cart i {
    font-size: 40px;
    line-height: 1;
    margin-right: 10px;
}
#Footer {
    padding-bottom: 15px;
}
.sticky-socials {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sticky-socials ul {
    display: flex;
    align-items: center;
}
.sticky-socials ul a {
    color: #fff;
    width: 35px;
    display: block;
    text-align: center;
    transition: all ease-in-out .2s;
}
.sticky-socials ul a:hover {
    color: #fbbf00;
}
#Footer a:hover {
    text-decoration: none;
}
.ot_menu_categories:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(179, 179, 179);
    background: linear-gradient(90deg, rgba(179, 179, 179, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(179, 179, 179, 0) 100%);
}
.ot_menu_categories {
    margin: 0;
    width: 100%;
    text-align: center;
    background: #FFD600;
    position: relative;
}
.ot_menu_categories a {
    font-weight: 500;
    color: white;
    padding: 18px 0;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    display: block;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all ease-in-out .2s;
    height: 100px;
    overflow: hidden;
    margin: 0px auto;
}

.ot_menu_categories a.online_name {
    font-weight: 500;
    color: white;
    padding: 18px 0;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    display: block;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all ease-in-out .2s;
    height: 100px;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 42px;
}

.ot_menu_categories li {
    margin: 0;
    transition: all ease-in-out .2s;
}
.ot_menu_categories li:first-child a {
    border-left: 0;
}
.ot_menu_inner .slick-slide img {
    filter: brightness(0) invert(1);
    width: 180px;
    height: 105px;
    object-fit: contain;
    object-position: center -17px;

}
.ot_menu_categories li a:hover img,
.ot_menu_categories li a.active img {
    filter: none;
}
.ot_menu_categories li a:hover,
.ot_menu_categories li a.active {
    background: #fff;
}
.ot_menu_categories li a.online_name:hover,
.ot_menu_categories li a.online_name.active {
    background: #fff;
    color: #000;
}
.ot_menu_categories button.slick-arrow {
    padding: 0;
    position: absolute;
    right: -60px;
    top: 0;
    margin: 0;
    width: 60px;
    font-size: 0;
    height: 100%;
    font-family: FontAwesome;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}
.ot_menu_categories button.slick-arrow:hover,
.ot_menu_categories button.slick-arrow:focus,
.ot_menu_categories button.slick-arrow:active {
    color: #fff;
}
.ot_menu_categories button.slick-arrow.slick-next:before {
    content: "\f101";
    font-size: 24px;
}
.ot_menu_categories button.slick-arrow.slick-prev:before {
    content: "\f100";
    font-size: 24px;
}
.ot_menu_categories button.slick-arrow.slick-prev {
    right: auto;
    left: -60px;
}
.ot_menu_categories button.slick-arrow.slick-disabled {
    opacity: 0;
}

/*Postcode Form*/

:focus {
    outline: none !important;
}
#back_to_top.sticky {
    bottom: 12px;
}
body .swal2-styled:focus {
    box-shadow: none;
}
body .swal2-styled.swal2-confirm {
    border-radius: 10px;
}
body .swal2-styled {
    border-radius: 10px;
    text-transform: uppercase;
    transition: all ease-in-out .2s;
    border: 1px solid transparent !important;
}
body .swal2-styled:hover,
body .swal2-styled:focus,
body .swal2-styled:active {
    background-color: #fff !important;
    color: #ffd600 !important;
    border-color: #ffd600 !important;
}
body .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none;
}
a.button:after,
a.tp-button:after,
a.action_button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
    display: none;
}

/*Category List*/

ul.ot_category_list {
    background: black;
    float: left;
    width: 100%;
    height: auto;
    padding: 9px;
    text-align: center;
}
ul.ot_category_list li {
    display: inline-block;
}
ul.ot_category_list li a {
    padding: 12px 20px;
    background: black;
    color: white;
}

/*Product List*/

.ot_category_section ul.ot_product_list {
    margin: 0;
    margin-bottom: 15px;
}
ul.ot_product_list .ot_product {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 0 5px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    float: none;
}
ul.ot_product_list .ot_product .product_info {
    position: absolute;
    font-size: 20px;
    color: #000;
    width: 28px;
    height: 25px;
    cursor: pointer;
}
ul.ot_product_list .ot_product .product_info:hover {
    color: white;
}
ul.ot_product_list .ot_product .image img {
    vertical-align: top;
    margin-bottom: 10px;
}
ul.ot_product_list .ot_product .details {
    color: black;
    text-align: center;
    width: 300px;
}
ul.ot_product_list .ot_product .details * {
    color: inherit;
}
ul.ot_product_list .ot_product .details h5 {
    font-size: 22px;
}
ul.ot_product_list .ot_product .details .prodcurr {
    font-size: 18px;
}
ul.ot_product_list .ot_product .options {
    background: #212121;
}
ul.ot_product_list .ot_product .options select {
    background: #d8d4d4bd;
    color: black;
    border: none;
    margin-bottom: 7px;
    width: auto;
    padding: 8px;
    -webkit-appearance: none;
    appearance: none;
    margin-left: 37px;
    border-radius: 5px;
}
ul.ot_product_list .ot_product .options select:focus,
ul.ot_product_list .ot_product .options select:active {
    background-color: #4a4a4a!important;
}
ul.ot_product_list .ot_product .actions button {
    display: inline-block;
    width: auto;
    padding: 11px;
    margin-left: 15px;
    border-radius: 5px;
    font-weight: 900;
}
ul.ot_product_list .ot_product .actions input {
    display: inline-block;
    margin: 0;
    width: 60px;
    border: 1px solid grey;
}
ul.ot_product_list .ot_product .actions.extras:not(.opts) button {
    width: calc(50% - 30px);
}
ul.ot_product_list .ot_product .actions button.ot_customise {
    /* background: #4492f3; */
    background: #000000;
}
ul.ot_product_list .ot_product .actions button.ot_add {
    /* background: #6abf34; */
    background: #000000;
}
.ot_extras {
    position: fixed;
    background: #212121;
    width: calc(25% - 40px);
    height: calc(75% - 40px);
    top: 12.5%;
    left: 37.5%;
    border: 1px solid black;
    z-index: 999;
    padding: 20px;
    color: white;
}
.ot_extras * {
    color: inherit;
}

/*Account Page*/

.ot_account_page h3.intro {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}
.ot_account_page h3.intro a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: ease-in-out .2s;
    background: #ffd600;
    color: #fff;
    margin-left: auto;
    display: inline-block;
}
.ot_account_page h3.intro a:hover,
.ot_account_page h3.intro a:focus,
.ot_account_page h3.intro a:active{
    background: transparent;
    color: #ffd600;
    border-color: #ffd600;
}
.ot_tab_container ul.tab_list {
    margin: 0;
    list-style: none;
}
.ot_tab_container ul.tab_list li {
    margin: 0;
    padding: 5px 10px;
    background: #e4e4e4;
    color: black;
    cursor: pointer;
}
.ot_tab_container ul.tab_list li:hover {
    background: #d0d0d0;
}
.ot_tab_container ul.tab_list li.active {
    background: darkgrey;
}
.ot_tab_bodys .tab:not(.active) {
    display: none;
}
.ot_tab_bodys .tab {
    background: #f3f3f3;
    float: left;
    width: 100%;
    padding: 15px;
}

/*Login Page*/

.ot_login {
    background: #f3f3f3;
    padding: 15px;
    max-width: 700px;
    margin: 0 auto;
}
.ot_register {
    background: #f3f3f3;
    padding: 15px;
    float: left;
    width: calc(100% - 30px);
}
.ot_register .column {
    margin-bottom: 0;
}
.ot_login input:not([type="submit"]),
.ot_register input:not([type="submit"]) {
    width: 100%;
    height: 50px;
    font-size: 18px;
}
.ot_messages .err {
    background: #d8d8d8;
    color: #000;
    padding: 3px 10px;
    border-left: 4px solid #e01010;
    margin-bottom: 10px;
}
.ot_messages .succ {
    background: #d8d8d8;
    color: #000;
    padding: 3px 10px;
    border-left: 4px solid #00e220;
    margin-bottom: 10px;
}

/* .modal-open {
    overflow: hidden;
} */

.modal-open .modal {
    overflow-x: hidden;
    /* overflow-y: auto; */
    overflow-y: hidden;
    margin-bottom: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.option_msg{
    font-size: 9px;
    margin: 5px;
    font-weight: 100;
}
.extras-quantity-div, .product-extras-quantity-div{
    display: flex;
    height: 35px;
}
.extras-quantity-div .extras-add, .product-extras-quantity-div .product-extras-add{
    font-size: 30px;
    margin: 6px 0 0 5px;
}
.extras-quantity-div .extras-qunatity, .product-extras-quantity-div .product-extras-qunatity{
    width: 60px;
    height: 100%;
}
.extras-quantity-div .extras-ded, .product-extras-quantity-div .product-extras-ded{
    font-size: 30px;
    margin: 4px 5px 0 0;
}
.float-right{
    float: right;
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #989898;
    border-radius: 0;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    z-index: 9;
    border: 0;
    box-shadow: none;
}
.modal-header .close {
    padding: 2px 8px;
    border: solid;
    border-color: #ffffff;
    border-radius: 50%;
    line-height: 1;
    background: #ffffff;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin: 0;
    /* margin-top: 15px;
    margin-left: 18px; */
    height: auto;
    width: auto;
}

.modal-header .cross {
    padding: 2px 8px;
    border: solid;
    border-color: #ffffff;
    border-radius: 50%;
    line-height: 1;
    background: #ffffff;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin: 0;
    /* margin-top: 15px;
    margin-left: 18px; */
    height: auto;
    width: auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    overflow-y: auto;
    z-index: 0;
}
.modal-footer {
    padding: 15px;
    border-top: 0;
    margin: 0 -3px -4px;
}
.popup_modal h4 {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.popup_modal .modal-content {
    border-color: #000;
    box-sizing: border-box;
}
.popup_modal .modal-header {
    position: static;
}
.popup_modal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 0;
}

.popup_modal .modal-header .cross {
    position: absolute;
    right: 10px;
    top: 0;
}

.popup_modal .modal-footer {
    padding: 5px 0 20px;
    border-top: 0;
    margin: 0;
}
.popup_modal .modal-header .close:after {
    display: none;
}

.popup_modal .modal-header .cross:after {
    display: none;
}

.popup_modal textarea,
body .popup_modal input,
body .popup_modal select,
body .popup_modal input[type="number"] {
    font-size: 19px;
    padding: 0 15px;
    height: 42px;
    border-width: 2px;
    border-color: #000;
    width: 100%;
    margin-bottom: 0;
}
.popup_modal textarea {
    padding-top: 5px;
    padding-left: 10px;
    height: 70px;
}
.popup_modal .modal-body {
    padding: 10px 20px 0;
}
.popup_modal .modal-footer button {
    display: table;
    margin: 15px auto 0;
    font-size: 20px;
    padding: 0 30px;
    height: 44px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ffd600;
}
button {
    transition: all ease-in-out .2s;
}
.popup_modal .modal-footer button:hover,
.popup_modal .modal-footer button:focus,
.popup_modal .modal-footer button:active {
    background-color: transparent;
    color: #ffd600;
    border-color: #ffd600;
}
.popup_modal .modal-sm {
    max-width: 600px;
}
.popup_modal .modal-dialog {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.popup_modal.show .modal-dialog {
    transform: translate(-50%, -50%);
}
.popup_modal .search_postcode {
    margin: 28px 0 0;
    width: 100%;
    font-size: 22px;
    border-radius: 0;
    padding: 6px 0 7px;
}
.popup_modal .modal-body>.right.bttn {
    margin-bottom: 25px;
}
.cart-table h6 {
    font-size: 20px;
    line-height: 1;
}
.popup_modal .column {
    margin-bottom: 20px;
    /* min-height: 73px; */
}
.tick-label label {
    display: flex;
    align-items: center;
}
body .popup_modal input#faster_checkout,
body .popup_modal input#by_email,
body .popup_modal input#by_sms {
    width: 30px;
    margin-left: 10px;
}
.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}
.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal-header .show-deals-btn,
.modal-header .hide-deals-btn {
    float: right;
    background-color: #6abf34;
}

/* Deals Styles */

.container-deals {
    margin: 0;
    margin-bottom: 15px;
}
.container-deals .deals-btn {
    background-color: #000;
    width: 48%;
}
.hide {
    display: none;
}
.block {
    display: block;
}
.deals-accordion {
    background-color: #000;
    width: 94%;
    display: inline-block;
    padding: 11px 20px;
    /* margin-bottom: 15px; */
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.deals-accordion .accordion-toggle {
    float: right;
    cursor: pointer;
    font-size: 25px;
}
.accordion-content {
    margin-bottom: 20px;
    background-color: #dadada94;
    width: 97%;
}
.deal {
    box-shadow: 0px 0px 5px 0px #a0a0a0;
    margin-bottom: 8px;
    background: #f3f2f3;
    overflow: hidden;
    /* width: 770px; */
    width: auto;
}
.deal .name {
    padding: 5px 8px;
    color: white;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    background: #36a3f7;
    width: 100%;
}
.deal .description {
    padding: 8px;
    background: #f3f3f3;
    text-align: center;
    font-size: 13px;
    color: black;
}
.deal .opt {
    padding: 5px 8px;
    color: black;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.deal .select {
    text-align: center;
    margin-top: 6px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 6px;
}
.select_deal {
    background-color: #34bfa3;
    border-color: #34bfa3;
}

/* .deal-content .ot_option_selector{ */

.container-deals select {
    width: 100%;
}
.btn-primary {
    background: #4492f3;
    margin-top: 10px;
}
.btn-success {
    background: #6abf34;
    margin-top: 10px;
}
.btn-primary:disabled,
.btn-primary[disabled] {
    background: #4492f394;
    cursor: no-drop;
}
.btn-success:disabled,
.btn-success[disabled] {
    background: #6abf348a;
    cursor: no-drop;
}
.container-deals .result-data .result-deals-btn {
    background-color: #000;
    width: 32%;
}
.container-deals .deals-btn:hover,
.container-deals .deals-btn:focus,
.container-deals .result-data .result-deals-btn:hover,
.container-deals .result-data .result-deals-btn:focus {
    background-color: #4492f3;
}
.right {
    float: right;
}
.left {
    float: left;
}
.parent-width {
    width: 100%;
}
.bttn,
.bttn:hover {
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 3px 2px;
    cursor: pointer;
    border-radius: 8px;
}
.danger {
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    transition: all ease-in-out .2s;
}
.danger:hover,
.danger:focus,
.danger:active {
    color: #dc3545;
    background-color: #fff;
    border: 1px solid #dc3545;
}
.main-btn {
    background-color: #ffd600;
    color: #fff;
    transition: all ease-in-out .2s;
    border: 1px solid #ffd600;
}
.primary {
    color: #fff;
    background-color: #ffd600;
    border: 1px solid #ffd600;
    transition: all ease-in-out .2s;
}
.primary:hover,
.primary:focus,
.primary:active,
.main-btn:hover,
.main-btn:focus,
.main-btn:active {
    color: #ffd600;
    background-color: #fff;
    border: 1px solid #ffd600;
}

/* Stripe styles */

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 5px;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.jumbotrons {
    padding: 2rem 0;
}
.jumboform {
    position: relative;
}
.jumbotrons .display-3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.jumbotrons p {
    font-size: 26px;
    font-weight: 500;
}
.jumbotrons input.order_hash {
    font-size: 26px;
    width: 100%;
    font-weight: 500;
    padding: 2px 30px 0;
    border-radius: 10px;
    height: 54px;
    line-height: 1.1;
}
.jumbotrons input.order_hash::-webkit-input-placeholder {
    /* Edge */
    color: #8a8a8a;
}
.jumbotrons input.order_hash:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8a8a8a;
}
.jumbotrons input.order_hash::placeholder {
    color: #8a8a8a;
}
.jumbotrons input.order_hash:focus {
    color: #000;
    background-color: #fff !important;
}
.jumbotrons .trackcode-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 183px;
    border-radius: 0px 10px 10px 0;
    font-size: 28px;
    border: 2px solid transparent;
    transition: all ease-in-out .2s;
    line-height: 1.1;
}
.jumbotrons .trackcode-btn:focus,
.jumbotrons .trackcode-btn:active,
.jumbotrons .trackcode-btn:hover {
    background-color: #fff;
    color: #ffd600;
    border-color: #ffd600;
}

.userreview-btn {
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 111px;
    border-radius: 10px 10px 10px 10px;
    font-size: 28px;
    border: 2px solid transparent;
    transition: all ease-in-out .2s;
    line-height: 1.1;
}
.userreview-btn:focus,
.userreview-btn:active,
.userreview-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

a.indiuserreview-btn {
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 111px;
    border-radius: 10px 10px 10px 10px;
    font-size: 28px;
    border: 2px solid transparent;
    transition: all ease-in-out .2s;
    line-height: 1.1;
}
a.indiuserreview-btn:focus,
a.indiuserreview-btn:active,
a.indiuserreview-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

body .button_active {
    background-color: #009000 !important;
    color: #fff !important;
    border-color: #009000 !important;
}
body .button_active:hover {
    opacity: .96;
}
.the_content_wrapper ul.track-steps {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
}
.track-steps li {
    width: 232px;
    height: 252px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 110px;
    position: relative;
}
.track-steps li::after {
    width: 134px;
    height: 4px;
    position: absolute;
    content: '';
    background-color: #000;
    right: -121px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.tr-content.page-id-195 #Content {
    background: #fff;
}
.track-steps li:last-child::after {
    display: none;
}
.track-steps li:first-child {
    margin-left: 0;
}
.track-steps li.track-icon-1 {
    background-image: url(../images/track-icon-1.svg);
}
.track-steps li.track-icon-2 {
    background-image: url(../images/track-icon-2.svg);
}
.track-steps li.track-icon-3 {
    background-image: url(../images/track-icon-3.svg);
}
.track-steps li.track-icon-4 {
    background-image: url(../images/track-icon-4.svg);
}
.track-steps li.track-icon-1.active {
    background-image: url(../images/track-icon-hover-1.svg);
}
.track-steps li.track-icon-2.active {
    background-image: url(../images/track-icon-hover-2.svg);
}
.track-steps li.track-icon-3.active {
    background-image: url(../images/track-icon-hover-3.svg);
}
.track-steps li.track-icon-4.active {
    background-image: url(../images/track-icon-hover-4.svg);
    /* background-size: 200px; */
}
.track-order-info h4 {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
}
.the_content_wrapper .track-order-info ul {
    list-style-type: none;
    margin: 0;
}
.the_content_wrapper .track-order-info ul li {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0px;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
    color: #000;
    padding: 22px 0 20px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
.right_likes {
    position: absolute;
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.the_content_wrapper .track-order-info ul li strong {
    font-size: 26px;
    line-height: 1;
    color: #8a8a8a;
    font-weight: 400;
}
.the_content_wrapper .track-order-info ul li div {
    margin-bottom: 10px;
}
.grand-total {
    margin-left: auto;
    width: auto;
    font-size: 28px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    padding-top: 30px;
    display: table;
}
.grand-total>div {
    display: flex;
}
.grand-total>div>div {
    width: 50%;
    margin-top: 15px;
    white-space: nowrap;
}
.grand-total>div>div:first-child {
    padding-right: 70px;
    text-align: right;
    width: 130px;
}
.grand-total>div:last-child {
    font-weight: 900;
}
.track-order-info h5 {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #8a8a8a;
    font-family: "futura-pt", Arial, Tahoma, sans-serif;
    margin: 0 0 8px;
}
.track-order-info p {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 25px;
}
.delivered-det {
    padding-top: 23px;
}
.track-order-info {
    padding: 80px 0;
    margin: 0 -60px;
}
.track-order-info .one-second.column {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 60px;
}
.track-order-info .one-second.column:first-child {
    border-right: 1px solid #a1a1a1;
}
.text-center {
    text-align: center!important
}
.center_phone_div {
    width: 400px;
    margin: 0 auto
}
.input_password_center {
    margin: 0 auto 5px auto !important;
}

/* landing page */

.ot_landing_page {
    background-image: url(http://lapd.cleartwo.xyz/wp-content/uploads/2018/09/main_banner.jpg);
    width: 100vw;
    height: 530px;
    text-align: center;
}
.the_content_wrapper {
    margin: 0;
}
.check_postcode,
.forgot {
    margin-bottom: 25px;
}
.ot_landing_page .one-third.column {
    width: 47.333%;
    margin-top: 80px;
}
.swal2-title,
.swal2-content {
    color: #000000 !important;
}
.swal2-container .swal2-close {
    color: #000;
    right: 0;
    border: 0;
    box-shadow: none;
    top: -7px;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 70px;
}
#Top_bar .menu>li>a {
    font-size: 25px;
}
.slideshow {
    height: 460px;
    width: 100%;
    margin: 45px 0 30px 0;
    position: relative;
}

/* .slideshow::after {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background-image: linear-gradient(to right, currentColor 5%, transparent 30%);
} */

.mySlides {
    height: 460px !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}
.mySlides {
    display: none;
}
ul.ot_product_list .ot_product .actions {
    width: 300px;
}
.cart-table {
    overflow-x: auto;
}
.cart-table tr {
    border-bottom: 1px solid #e6e6e6;
}
.badge {
    top: -20px;
    right: 11px;
    position: relative;
}
.badges {
    position: absolute;
    font-size: 17px;
    color: white;
    font-weight: 900;
}
.veg-badge {
    color: #71ff90;
}
.hot-badge {
    color: #fa1f1f;
}
.menu_wrapper {
    display: none;
}
.description_main_popup p {
    margin: 5px;
}
.details .options .options-popup {
    width: 100%;
}
#productDetailsModal .modal-footer ,#dealProductsModal .modal-footer {
    background-color: #414141;
}
#productDetailsModal .modal-footer button.btn ,#dealProductsModal .modal-footer button.btn {
    background-color: #000;
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    border-radius: 8px;
    margin-left: 70px;
    transition: all ease-in-out .2s;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 15px 25px 11px;
    text-align: center;
    min-width: 180px;
    box-shadow: none;
}
#productDetailsModal .modal-body ,#dealProductsModal .modal-body{
    /* margin: 10px 3px; */
    margin: 0px 2px 10px 0px;	
}
#productDetailsModal .modal-footer button.btn:hover,
#productDetailsModal .modal-footer button.btn:active,
#productDetailsModal .modal-footer button.btn:focus ,
#dealProductsModal .modal-footer button.btn:hover,
#dealProductsModal .modal-footer button.btn:active,
#dealProductsModal .modal-footer button.btn:focus
{
    background-color: #fff;
    color: #000;
    border-color: #000;
}
#productDetailsModal .modal-footer input ,#dealProductsModal .modal-footer input   {
    width: 80px;
    height: 42px;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    color: #000;
}
#productDetailsModal .modal-footer p ,#dealProductsModal .modal-footer p {
    color: #fff;
    padding: 11px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    margin: 0;
    padding: 12px 0 0 6px;
}
.details .configuration .request,
.details .res_configuration .request {
    border: 3px solid #e6e6e6;
    margin-bottom: 10px;
    display: flex;
    border-radius: 5px;
    position: relative;
    transition: all ease-in-out .2s;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    font-family: "futura-pt-bold", Arial, Tahoma, sans-serif;
    padding: 15px 45px;
}
.details .configuration .request:hover,.details .res_configuration .request:hover {
    border-color: #000;
    background: #ccc;
    color: #000;
}
.details .configuration .request.selected,.details .res_configuration .request.selected {
    border-color: #000;
    background: #000;
    color: #fff;
}
@media (min-width: 768px) {
    .register-sec a span,
    .menu-toggle {
        display: none;
    }
    .register-sec a span.item_count {
        display: inline;
    }
    .has-cookie-bar #catapult-cookie-bar {
        padding: 5px 20px 5px;
    }
    .sticky-bar ~  #catapult-cookie-bar {
        bottom: 63px !important;
    }

    .center-container.column.two-second {
        margin: 0 auto;
        float: none;
        display: table;
        width: 65%;
        }
}

@media (min-width: 960px) {
    .register-sec a span,
    .menu-toggle {
        display: none;
    }
    .register-sec a span.item_count {
        display: inline;
    }
    .has-cookie-bar #catapult-cookie-bar {
        padding: 5px 20px 5px;
    }
    .sticky-bar ~  #catapult-cookie-bar {
        bottom: 0px !important;
    }
}

@media (max-width: 960px) {
    .register-sec a span,
    .menu-toggle {
        display: none;
    }
    .register-sec a span.item_count {
        display: inline;
    }
    .has-cookie-bar #catapult-cookie-bar {
        padding: 5px 20px 5px;
    }
    .sticky-bar ~  #catapult-cookie-bar {
        bottom: 0px !important;
    }
}
.back_btn_deals_modal{
    display: block;
    background: transparent;
    color: black;
    box-shadow: inset 0 0 0 0;
    border: 0px solid white;
    padding: 3px 20px;margin: 0px;
}

@media (max-width: 768px) {
    .has-cookie-bar #catapult-cookie-bar {
        padding: 5px 20px 5px;
    }
    .sticky-bar ~  #catapult-cookie-bar {
        bottom: 63px !important;
    }
}




.site-phone a {
    display: block;
    margin: 0px auto 25px;
}
.site-phone a,
.site-social h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
.site-social h3 {
    font-size: 22px;
}

#Footer .site-social h3:hover a{
    color: #fff;
}

.foo-1 a,
.foo-1 img {
    display: block;
}
.foo-1 img {
    width: 100%;
    height: auto;
}
.widget_nav_menu ul {
    list-style-type: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
}
.widget_nav_menu ul li {
    width: 33.33%;
    padding: 10px 0;
    text-align: center;
}
.widget_nav_menu ul li::after {
    display: none;
}
.one-third.foo-1 {
    width: 13%;
}
.one-third.foo-2 {
    width: 65%;
}
.one-third.foo-3 {
    width: 16%;
}
.widget_nav_menu ul li a {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
}
#Footer:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(179, 179, 179);
    background: linear-gradient(90deg, rgba(179, 179, 179, 0) 0%, rgba(153, 153, 153, 1) 50%, rgba(179, 179, 179, 0) 100%);
    visibility: visible;
}


.widgets_wrapper .container{
    padding-top: 35px;
    padding-bottom:20px;
}


#Footer .widgets_wrapper {
    padding:0;
}
.site-social .social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px -5px;
}
#Footer .site-social .social li {
    padding: 0 5px;
}
#Footer .site-social .social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    color: #231f20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .2s;
}
#Footer .site-social .social a:hover {
    color: #fbbf00;
    text-decoration: none;
}
.right-order-sidebar>a {
    display: none;
}
.ot_login a.right {
    margin-top: 12px;
}
body:not(.page-id-300) .sticky-bar,
body:not(.page-id-300) .head-right {
    display: none;
}
body:not(.page-id-300) #Top_bar .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: static;
}
body .popup_modal input#street_1 {
    padding-right: 50px;
}
.track-order,
.delivery-sec.clearfix {
    display: none;
}
.head-right .lapd_current_user a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    padding: 10px 12px;
    line-height: 1;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.head-right .lapd_current_user a:before {
    content: "\f007";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 25px;
    transition: all ease-in-out .2s;
}

.lapd_offers_tag {
    position: absolute;
    right: 0;
    top: 32px;
}
.lapd_offers_tag a:before {
    content: 'Deals';
}
.lapd_offers_tag a {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    font-family: "futura-pt", Arial, Tahoma, sans-serif;
    padding: 9px 30px;
    margin: 0;
    transition: all ease-in-out .2s;
    background: #000;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
}
.lapd_offers_tag a:hover {
    color: #000;
    background: transparent;
    border-color: #000;
    text-decoration: none;
}
.lapd_offers_tag a img {
    display: none;
}

.head-right .lapd_current_user a:hover {
    text-decoration: none;
}
.head-right .lapd_current_user a:focus:before,
.head-right .lapd_current_user a:active:before,
.head-right .lapd_current_user a:hover:before {
    color: #ffd600;
}
.head-right .lapd_current_user a.button_active:before {
    color: #ffd600;
}
#Top_bar .container,
#Top_bar .top_bar_left {
    position: static;
}

button:disabled {
    cursor: not-allowed;
}
.popup_modal h6 {
    font-size: 20px;
    line-height: 1;
}
.popup_modal h5 {
    font-size: 22px;
    line-height: 1;
}
#input_container {
    position: relative;
}
#input_container i {
    position: absolute;
    bottom: 4px;
    right: 2px;
    width: 122px;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .2s;
    color: #0000b9bd;
}
label {
    font-weight: 600;
    font-size: 18px;
}
#input_container i:hover {
    background-color: transparent;
    color: #000;
}
#input_container i:focus,
#input_container i:active {
    background-color: #000;
    color: #fff;
}
.white {
    color: white;
}
.main_receipt_remove {
    background-color: #fff;
    color: black;
    font-weight: 900;
}
.close_main_receipt {
    font-weight: 900;
    cursor: pointer;
    font-size: larger;
}
.show_cart,
.show_cart:hover {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    font-size: larger;
    font-weight: 900;
    padding: 4px 20px;
}
.deal-products .Cart-Items {
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
    transition: all ease-in-out .2s;
    cursor: pointer;
    box-sizing: border-box;
}
.deal-products .Cart-Items +hr+br {
    display: none;
}
   
.deal-products .Cart-Items:hover{
    border-color: #000;
    background: #ccc;
    color: #000;
}
   
.deal-products .image-box {
    width: 25%;
    text-align: center;
    margin-left: 0px !important;
}
.deal-products .image-box img {
    width: 100%;
    display: block;
}
.deal-products .about {
    height: 100%;
    width: 72%;
    padding: 15px 0 0;
}
.deal-products .title {
    font-size: 21px;
    font-weight: bold;
    color: #202020;
    line-height: 1;
}
.deal-products .subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #909090;
    line-height: 1.2;
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .right_sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .right_sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
}
.jumbotron .order_hash {
    width: 30%;
    margin: auto;
}
.ui-timepicker-standard {
    z-index: 1050 !important;
}
.page-id-295 #Content {
    min-height: 500px;
}
.toggle_class {
    font-size: 40px;
    float: right;
    padding-bottom: 10px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    top: 13px;
}
.toggle_div {
    background-color: #d0c9c933;
    padding: 15px 5px 5px 5px;
    margin-top: 40px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.toggle_div_ {
    background-color: #d0c9c933;
    padding: 0 5px 20px 5px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
select.minimal,
input.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select.minimal:focus,
input.minimal:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
#input_container .right,
.underline {
    text-decoration: underline;
    cursor: pointer;
}
.red {
    color: rgb(241, 0, 0) !important;
}
.plain_label {
    font-weight: 400;
}
.ot_menu_categories button.slick-arrow {
    display: none !important;
}
.deal_result_item.scroller {
    background: #414141;
    color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.deal_result_item.scroller + table {
    width: 95%;
    margin-left: 5%;
}
.review-bar{
    display: none;
}
































/* Start screen 1440 and end 2560 */
@media only screen and (max-width: 2560px) and (min-width: 1067px){
    .ot_menu_inner1 .prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #fff;
        left: -40px;
        display: block!important;
        }
    .ot_menu_inner1 .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #fff;
        right: -40px;
        margin: 0;
        line-height: 1;
        display: block!important;
        } 
   }

/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/


/*Start 1600px*/

@media only screen and (max-width: 1600px) {
    .right-order-sidebar>div {
        height: 71vh;
    }
}

/*End 1600px*/


/*Start 1600px*/

@media only screen and (max-width: 1400px) {
    .right-order-sidebar>div {
        height: 55vh;
    }
    .track-order-info,
    .the_content_wrapper ul.track-steps {
        margin: 0;
        padding: 20px;
    }
    .jumbotrons {
        padding: 2rem 20px;
    }
    .track-steps li::after {
        width: 121px;
        right: -115px;
    }
    .the_content_wrapper .track-order-info ul li {
        font-size: 18px;
    }
    .the_content_wrapper .track-order-info ul li strong {
        font-size: 16px;
    }
    .track-order-info p {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .track-order-info h5 {
        font-size: 18px;
    }
    .grand-total {
        font-size: 20px;
        padding-top: 20px;
    }
    
}

/*End 1600px*/


/*Start 1280px*/

@media only screen and (max-width: 1280px) {
    .page-id-300 .section_wrapper {
        max-width: 1150px;
    }
    .ot_menu_inner1 {
        max-width: 1000px;
    }
}

/*End 1280px*/


/*Start 1239px*/

@media only screen and (max-width: 1239px) {


    .ot_menu_categories a {
        padding: 15px 10px;
        font-size: 12px;
    }
    .ot_menu_categories button.slick-arrow {
        right: 0;
        width: 40px;
    }
    .ot_menu_categories button.slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }
    .widgets_wrapper .container {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .foo-1 img {
        width: 130px;
        height: auto;
    }
    .widget_nav_menu ul li a {
        font-size: 16px;
        line-height: 1;
    }
    .site-phone a {
        font-size: 18px;
        margin: 0px auto 15px;
    }
    .site-social h3 {
        font-size: 20px;
    }
    #Footer .site-social .social a {
        width: 27px;
        height: 27px;
        font-size: 17px;
    }
    #Footer .footer_copy .one {
        font-size: 15px;
    }
    .ot_menu_inner .slick-slide img {
        width: 100%;
        height: 50px;
        object-position: center 0;
    }
    .ot_menu_categories a {
        padding: 10px 0 0;
        height: 70px;
    }
    .ot_category_section .cat-inner>.one-second.column {
        width: 100%;
        margin: 0 0 15px;
    }
    .track-steps li::after {
        width: 115px;
        right: -113px;
    }
}

/*End 1239px*/


/*Start 959px*/

@media only screen and (max-width: 959px) {
    .section_wrapper,
    .container,
    .four.columns .widget-area {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .ot_menu_inner1 a.prev {
        display: none;
        }

    .modal-body textarea#driver_instructions {
       border-bottom: 2px solid #989898;
    }

    #Top_bar .logo {
        float: none;
        margin: 0 30px 0 20px;
        display: table;
        margin: 0px auto;
    }
    .head-right {
        float: none;
        margin: 0px auto;
    }
    .cat-inner .one-second.column {
        width: 100%;
        margin: 0 0 20px;
    }
    .cat-name {
        padding: 20px 0;
        margin: 0;
        font-size: 20px;
    }
    #Content img.image_main_src {
        width: 100%;
    }
    .sticky-bar {
        display: block;
    }
    body .sticky-bar.review-bar {
        display: block;
    }
    .right-order-sidebar {
        width: 100%;
        margin-top: 0;
        padding: 40px 10px 0 10px;
        border-radius: 15px;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 99;
        bottom: 60px;
        box-shadow: 0px 0px 10px #000;
        transform: translateX(-50%);
        display: none;
        margin: 0;
    }
    .right-order-sidebar>div {
        height: 100%;
        overflow-y: scroll;
        margin-right: -8px;
        padding-right: 10px;
        overflow-x: hidden;
    }
    .right-order-sidebar>div::-webkit-scrollbar {
        width: 3px;
    }
    #productDetailsModal .modal-body::-webkit-scrollbar ,#dealProductsModal .modal-body::-webkit-scrollbar  {
        width: 4px;
    }
    .right-order-sidebar>a {
        position: absolute;
        right: -1px;
        top: 4px;
        font-size: 28px;
        display: block;
    }
    .lapd-order-sec>.vc_col-sm-12>.vc_column-inner {
        width: 100%;
        float: none;
    }
    .or-sec-3 ul:not(.order-li-head) {
        max-height: 410px;
        margin-right: -3px;
        padding-right: 8px;
    }
    .popup_modal .column {
        margin-bottom: 5px;
    }
    .popup_modal textarea, body .popup_modal input, 
    body .popup_modal select, body .popup_modal input[type="number"] {
        border-color: #989898;
    }
    body .popup_modal:not#postcodeModal input::placeholder {
        visibility: hidden;
    }
    .or-sec-4 p {
        font-size: 13px;
    }
    .the_content_wrapper .or-sec-3 ul li {
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .or-sec-1 .one-second.column {
        width: 44% !important;
        margin: 0 3% 15px !important;
        clear: none;
    }
    .or-sec-3 ul li .col-1 .or-cat-name {
        width: 80px;
    }
    .or-sec-3 ul li .col-1 {
        width: 235px;
    }
    .or-sec-3 ul li .col-2 {
        width: 74px;
    }
    .or-sec-1 p strong,
    .or-sec-2 p strong {
        font-size: 13px;
        min-height: 60px;
    }
    .or-sec-1 a,
    .or-sec-2 a {
        font-size: 14px;
    }
    .or-sec-2 p strong {
        min-height: inherit;
    }
    .discount-sec button[type="submit"] {
        padding: 4px 6px 5px;
        font-size: 15px;
    }
    .discount-sec input[type="text"] {
        font-size: 14px;
    }
    .total-col-1 {
        padding-right: 15px;
    }
    .order-totals {
        font-size: 15px;
        padding-left: 40px;
        padding-bottom: 15px;
    }
    .track-steps li {
        width: 130px;
        height: 130px;
        margin-left: 61px;
    }
    .track-steps li::after {
        width: 75px;
        right: -67px;
        height: 1px;
    }
    .jumbotrons {
        padding: 20px 20px 0;
    }
    .track-order-info .one-second.column {
        padding: 0px 10px;
    }
    .track-order-info h4 {
        font-size: 22px;
    }
    .jumbotrons .display-3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .jumbotrons p {
        font-size: 20px;
    }
    .del-sec {
        display: none;
    }
    .head-right {
        width: 100%;
        padding: 5px 15px 10px;
        max-width: 400px;
        box-sizing: border-box;
    }
    .right-sec-1,
    .right-sec-2,
    .head_form {
        width: 100%;
        float: none;
    }
    .track-order {
        display: none;
    }
    .delivery-sec.clearfix {
        display: none;
    }
    #Top_bar #logo img {
        width: 150px;
    }
    .home #Top_bar #logo img {
        width: 150px;
    }
    .head-right .lapd_current_user a {
        position: absolute;
        right: 1px;
        top: 30px;
        width: auto;
        padding: 10px 12px;
        line-height: 1;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
    }
    .head-right .lapd_current_user a:before {
        content: "\f007";
        display: inline-block;
        font-family: 'FontAwesome';
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 25px;
    }


    .sticky-socials {
        display: none;
    }
    a.checkout-btn {
        display: flex;
        align-items: center;
    }
    body:not(.page-id-300) #Top_bar .logo {
        margin: 0 auto;
    }
    .page-id-203 .one-third.column,
    .page-id-203 .account-right {
        width: 100%;
        margin: 0;
    }
    .account-right {
        padding: 30px 0;
    }
    .page-id-203 h4 {
        font-size: 30px;
    }

.lapd_offers_tag a {
    font-size: 16px;
    padding: 6px 15px;
}
.lapd_offers_tag {
    right: 17px;
    top: 21px;
}
    #reivewNextBtn{
        display: none;
    }
    #second-form-button{
        display: none;
    }
    #finalSubmit{
        display: none;
    }

}

/*End 959px*/


/*Start 767px*/

@media only screen and (max-width: 767px) {
    .popup_modal .modal-dialog {
        left: 0;
        top: 0;
    }
    .description_main_popup {
        width: 100%;
        float: none;
    }
    .modal-body {
        padding: 10px;
    }
    .product-details h5 ,.product_details h5 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .allergens_popup {
        width: 100%;
        float: none;
    }
    table tr td.left {
        font-size: 12px;
    }
    table tr td {
        padding: 8px 10px;
    }
    .product-details tr:before,.product_details tr:before,
    .details .configuration .request:before,
    .details .res_configuration .request:before {
        left: 9px;
        top: 51%;
        font-size: 16px;
    }
    .product-details tr:hover ,.product_details tr:hover {
        border-color: #e6e6e6;
        background: #fff;
    }
    .product-details tr:hover * ,.product_details tr:hover * {
        color: #000;
    }
    .product-details tr.selected,.product_details tr.selected {
        border-color: #ffd600;
        background: #ffd600;
    }
    .product-details tr.selected * ,.product_details tr.selected * {
        color: #fff;
    }
    .details .configuration .request:hover,
    .details .res_configuration .request:hover {
        border-color: #e6e6e6;
        background: #fff;
    }
    .details .configuration .request.selected,
    .details .res_configuration .request.selected {
        border-color: #ffd600;
        background: #ffd600;
        color: #fff;
    }
    .product-details tr ,.product_details tr{
        margin-bottom: 5px;
        border-width: 2px;
    }
    #productDetailsModal .modal-footer button.btn ,#dealProductsModal .modal-footer button.btn {
        font-size: 14px;
        margin-left: 40px;
        padding: 9px 12px;
        min-width: 130px;
    }
    .modal-footer> :not(:first-child) {
        margin-left: 0;
    }
    .modal-qty button{
        left: -30px;
        top: 8px;
        width: 20px;
        height: 20px;
    }
    #dealProductsModal button.btn.add_to_cart_deal{
        background-color: green;
    }
    .modal-qty button.fa-plus ,#dealProductsModal button.fa-plus  {
        left: auto;
        right: -30px;
    }
    .modal-qty .fa:before  ,#dealProductsModal .fa:before {
        font-size: 12px;
    }
    #productDetailsModal .modal-footer input ,#dealProductsModal .modal-footer input {
        width: 50px;
        height: 32px;
        font-size: 16px;
    }
    #productDetailsModal .modal-footer p ,#dealProductsModal .modal-footer p {
        font-size: 16px;
        padding: 9px 0 0 7px;
    }
    .product-details h5 ,.product_details h5{
        font-size: 14px;
    }
    .product-details .options ,.product_details .options {
        padding: 5px 0;
    }
    .pop-img {
        margin: 0 0 20px;
    }
    .pro-inner .two-third.column {
        padding: 10px 10px 5px;
    }
    .pro-desc:before {
        right: 6px;
        bottom: 5px;
        font-size: 22px;
    }
    span.prodcurr.prod_price_main {
        font-size: 17px;
    }
    #Top_bar.is-sticky #logo img {
        width: 60px;
    }
    a.menu-toggle {
        position: absolute;
        right: 10px;
        top: 20px;
        font-size: 0;
        text-transform: uppercase;
        display: none;
    }
    .ot_menu_categories button.slick-arrow {
        z-index: 9;
        background: transparent;
    }
    a.menu-toggle:before {
        font-size: 36px;
    }
    .ot_menu_categories a {
        display: block;
        height: 66px;
        padding: 9px 10px;
    }
    .is-sticky .ot_menu_categories {
        top: 80px;
        position: relative;
    }
    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 8%);
        transform: translate(0, 8%);
    }
    .modal-body {
        max-height: 54vh;
    }
    #Top_bar.is-sticky .logo {
        left: 70px;
        width: auto;
        margin: 0px auto;
        right: 70px;
        display: block;
    }
    .sticky-socials {
        display: none;
    }
    .sticky-bar-cart {
        font-size: 13px;
    }
    .sticky-bar-cart i {
        font-size: 22px;
    }
    a.checkout-btn {
        padding: 12px 35px 10px;
        font-size: 16px;
        margin-left: 20px;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .sticky-bar {
        box-sizing: border-box;
        padding: 8px 0;
    }
    .sticky-bar {
        background: #3c3c3c;
    }
    #back_to_top.sticky {
        bottom: 2px;
        right: 0 !important;
    }
    footer .container {
        display: block;
    }
    body.mobile-side-slide {
        overflow: visible;
    }
    .foo-1 a {
        display: table;
        margin: 0px auto 15px;
    }
    .widget_nav_menu ul li {
        width: 100%;
        padding: 8px 0;
    }

    .site-phone {
    	padding-top: 15px;
	}

    .widget_nav_menu ul li a {
        font-size: 14px;
    }
    .widget_nav_menu ul {
        margin-bottom: 20px;
    }
    .site-social h3 {
        margin-bottom: 5px;
    }
    .ot_menu_inner .slick-slide img {
        height: 50px;
        object-position: center 0px;
    }
    .ot_menu_categories li:hover {
        background: #c4c4c4;
    }




    #Footer .footer_copy .one {
        font-size: 13px;
        margin-bottom: 10px;
    }
    #Footer .widgets_wrapper {
        padding: 20px 0;
    }
    .allergens_popup .allergens {
        width: 26px;
        height: 26px;
    }
    #Footer {
        padding-bottom: 60px;
    }
    .the_content_wrapper ul.track-steps {
        margin: 0 auto;
        padding: 20px 0;
        max-width: 345px;
    }
    .track-steps li {
        width: 84px;
        height: 110px;
        margin-left: 5px;
    }
    .track-steps li::after {
        width: 8px;
        right: -7px;
        height: 1px;
    }
    .jumbotrons input.order_hash {
        font-size: 18px;
        height: 44px;
        border-width: 1px;
    }
    .jumbotrons .trackcode-btn {
        width: 90px;
        font-size: 18px;
        line-height: 1;
    }
    .track-order-info .one-second.column {
        padding: 0;
    }
    .track-order-info {
        padding: 20px 0;
    }
    .track-order-info .one-second.column:first-child {
        border-right: 0;
    }
    .grand-total>div>div {
        margin-top: 10px;
    }
    .grand-total {
        padding-bottom: 30px;
        padding-top: 10px;
        font-size: 16px;
    }
    .track-order-info p {
        padding-bottom: 5px;
    }
    .jumbotrons {
        padding: 20px 0px 0;
    }
    .the_content_wrapper .track-order-info ul li {
        padding: 12px 0 10px;
    }
    .the_content_wrapper .track-order-info ul li {
        font-size: 16px;
    }
    .delivered-det {
        padding-top: 10px;
    }
    button.add-note-btn {
        max-width: 150px;
    }
    .or-sec-1 a,
    .or-sec-2 a,
    .or-sec-1 button,
    .or-sec-2 button {
        font-size: 14px;
        line-height: 28px;
    }
    .or-sec-3 ul::-webkit-scrollbar {
        width: 2px;
    }
    .or-sec-3 ul::-webkit-scrollbar-track {
        background: #b3b3b3;
        border-radius: 10px;
    }
    .or-sec-3 ul::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }
    .or-sec-3 ul::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
    .or-sec-3 ul {
        scrollbar-width: thin;
    }
    .page-id-203 #Subheader,
    .page-id-229 #Subheader,
    .page-id-300 #Subheader {
        display: none;
    }
    .pro-sep {
        margin: 0 10px 0;
    }
    .window-scroll .ot_menu_categories {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .window-scroll.page-id-300 .content_wrapper {
        padding-top: 66px;
    }
    body .swal2-title {
        font-size: 28px;
    }
    a.order-checkout-btn {
        padding: 8px 30px;
        border-radius: 20px;
        font-size: 20px;
    }
    input#street_1,input#street_2 {
        margin-bottom: 0px;
    }
    body #input_container i {
        bottom: 9px;
        font-size: 16px;
    }
    .swal2-center .swal2-header {
        display: block;
        padding: 0;
    }
    .swal2-center .swal2-styled.swal2-confirm {
        font-size: 16px;
    }
    .swal2-icon.swal2-error {
        transform: scale(0.7);
    }
    .swal2-center h3 {
        font-size: 25px;
        line-height: 1;
    }
    .details .configuration .request,
    .details .res_configuration .request {
        font-size: 12px;
        padding: 7px 20px 7px 30px;
    }
    .sticky-bar-inner {
        display: block;
    }
    .sticky-bar-cart {
        font-size: 16px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 4px 10px;
        box-sizing: border-box;
    }
    a.checkout-btn {
        padding: 0;
        all: unset;
        display: block;
    }
    span.item_count {
        border: 1px solid #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    span.checkout-text {
        margin: 0px auto;
        font-size: 22px;
        padding: 10px 25px;
        background: #ffd600;
        border-radius: 35px;
    }
    #back_to_top.sticky {
        bottom: 100px;
    }
    body a#back_to_top.button.button_js {
        background: transparent;
        margin-right: 5px;
    }
    a.checkout-btn:hover {
        background: transparent;
    }

.pro-inner:hover {
    /* background-color: #fff; */
}
.pro-inner:hover .pro-desc:before,
.pro-inner:hover * {
    color: #000;
}
.ot_menu_categories li a:hover {
    background: #d6b306;
}
.ot_menu_categories li a:hover img {
    filter: brightness(0) invert(1);
}
.ot_menu_categories li a.active {
    background: #fff;
    height: 100px;
}
.ot_menu_categories li a.active img {
    filter: none;
}
.popup_modal .column {
    margin-bottom: 0px;
}
.popup_modal label {
    font-size: 16px;
    line-height: 1;
}
.popup_modal .parent-width {
    height: 39px;
    margin-bottom: 15px;
}

#Content .modal-body img.image_main_src {
    height: 220px;
}
#productDetailsModal .pop-img ,#dealProductsModal .pop-img {
    margin: -10px -10px 20px;
}
#productDetailsModal.modal.show .modal-dialog ,#dealProductsModal.modal.show .modal-dialog  {
    -webkit-transform: none;
    transform: none;
}
#productDetailsModal .modal-body,#dealProductsModal .modal-body {
    overflow-x: hidden;
    margin: 0 1px 0 0;
    max-height: calc(100vh - 125px);
    padding-bottom: 70px;
    box-sizing: border-box;
}
#productDetailsModal .modal-footer,#dealProductsModal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#productDetailsModal .modal-dialog,#dealProductsModal .modal-dialog {
    margin: 0;
    padding: 10px 15px 10px 10px;
}
#productDetailsModal .modal-body:empty,#dealProductsModal .modal-body:empty {
    padding: 30px;
}
#productDetailsModal .modal-body:empty + .modal-footer ,#dealProductsModal .modal-body:empty + .modal-footer {
    display: none;
}
.pro-inner .one-third.column {
    width: 35% !important;    clear: none;
}
.pro-inner .two-third.column {
    width: 65% !important;
    clear: none;
}

.pro-inner h5 {
    line-height: 22px;
    padding-bottom: 3px;
    height: auto; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-desc:before {
    background: #fbfbfb;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    box-sizing: border-box;
    padding-left: 1px;
    border-radius: 50%;
}
.deal-products .image-box{
    width:auto;  
    text-align: center;
}
}
/*End 767px*/


/* Start Landscape */

@media screen and (orientation:landscape) and (max-device-width: 991px) {
    .modal-body {
        max-height: 46vh;
    }
    .modal-dialog {
        max-width: 94%;
    }
}
/* End Landscape */

@media screen and (max-width:375px) and (max-height:812px){
        body .or-sec-3 ul:not(.order-li-head) {
            max-height:170px;
            min-height:170px;
        }


        .popup_modal textarea {
            padding: 3px;
        }

        
        .or-sec-3 ul::-webkit-scrollbar {
            width: 12px;
        }
         
        .or-sec-3 ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }
         
        .or-sec-3 ul::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: rgba(0,0,0,0.8); 
        }
}


@media screen and (max-width:375px){

#input_container i {
    width: 150px;
    
}

body #input_container i {
    font-size: 16px;
    bottom: 0px;
}

.popup_modal .parent-width {
    margin-bottom: 0px;
}

.popup_modal label {
    padding-top: 20px;
}

.modal-body textarea#driver_instructions{
   height: 90px;
}



}
.modal-header .cross{
    top: 8px;
    left: 10px;
}