
#column-right .box .box-content ul {
    margin: 10px 0px 0px 0px;
    color: #000;
    list-style-type: circle;
    padding-left: 29px;
}
.box-category ul li a:hover {
    color: #000;
}
.box-category ul li a {
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 500;
    opacity: 0.5;
    text-transform: capitalize;
    border-radius: 10px;
    margin: 5px 15px 5px 0px;
    background: #f2f3f8;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.box-category ul li a:hover,
.box-category ul li.side-cat-selected a {
    background-color: #f2f3f8;
    color: #000;
    outline: 0px;
        opacity: 1;
}
.before_radio {
    margin: 0px;
    padding: 15px 0px;
    border-radius: 15px;
}
.product_description {
    padding: 0px 0px 15px 0px;
}
.cat_name img {
    width: 100%;
        display: none;
}
div#before_bg button {
    position: absolute;
    right: 0px;
    bottom: 20px;
    height: 40px;
    background: var(--secondary);
    color: #000;
    border-color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
        border-radius: 7px;
}
div#before_bg input#postcodepopuph {
    border-radius: 7px;
}
div#before_bg h3 {
    margin-top: 15px;
    font-weight: 400;
    margin: 0px;
    padding-right: 5px;
}
#equiliser .remove,
div#equiliserpropage .remove {
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.5;
}

#equiliser .add,
div#equiliserpropage .add {
    text-align: center;
    color: var(--secondary);
    font-size: 20px;
    cursor: pointer;
}

#equiliser .quantity,
div#equiliserpropage .quantity {
    text-align: center;
    color: #000;
    font-size: 14px;
}
.alltotal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .empty {
    font-weight: 600;
    font-size: 12px;

    margin: 30px auto;
    line-height: 30px;
}
label.col-sm-3.control-label {
    padding: 0px;
}
span#head-title,
.newsletter {
    display: block;
}
.loader {
    width: 50px;
    height: 50px;
}
body.home_page_tel .for_border {
    margin-top: 0px;
}
.button.button_cart,
.button-cart,
a.popupcartbtn.button.button_cart,
a.btn.btn-primary.popupcartbtn,
.modal-footer a.button {
    padding: 10px 15px;

    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}

.bundle_name,
.prod_extra_option_name {
    margin: 10px auto;
    display: block;
}
div#sub_price {
    line-height: 25px;
    font-weight: 600;
    float: left;
    font-size: 13px;
    width: 16%;
}

div#equiliser {
    background: #f4f6f5;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 15px;
    justify-content: space-around;
    width: 80px;
    align-items: center;
    height: 25px;
}

.mini-cart-info .name i.fa.fa-check {
    color: #00a52c;
}

.namebrd {
    flex: 1;
    padding-left: 10px;
}

div#pro_bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border: 1px solid #dcdcdc;
    float: left;
    margin: 8px auto;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 15%);
    flex-wrap: wrap;
}
div#side_cart_open {
    border: 0px solid #dcdcdc;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    padding: 0px 15px;
    border-radius: 15px;
}
div#side_cart_open .applinks {
    text-align: center;
    display: none;
}

body.Menu div#side_cart_open .applinks {
    display: block;
}

div#column-left .box-category ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: transparent;
    flex-flow: row;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    cursor: grab;
   overflow-x: scroll;
}

div#column-left .box-category ul li {
    flex: none;
}

div#cart-chechout-btn {
    outline: 0px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.img_flexer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
    background: #ffffff;
    color: #000;
    flex-flow: column;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 5%);
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    width: 100%;
    padding: 0px;
    border-radius: 15px;
}

.img_flexer .modal-content a.button,
.img_flexer .modal-content input.button {
    display: inline-block;
    width: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 34%);
}

.product_image img {
    display: block;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: 172px;
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}

.prod_main {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
}

.prod_main .product-info_simple {
    flex: 1 !important;
}

.productdetails {
    margin-top: 0px;
}

.product-img-right {
    flex: auto;
    width: 100%;
    padding: 15px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    text-align: left;
    justify-content: space-between;
}

.product-img-right .option,
.product-img-right .product_option_price {
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.product-img-right .product_name,
.product-img-right .product_description,
.product-img-right .option,
.product-img-right .options {
    width: 100%;
}

.product-img-right .product_name,
.product-det-right .product_name {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    color: #2c2c2c;

}

.product-img-right .product_description p,
.product-img-right .product_description {
    margin-bottom: 0px;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 400;
}

.product-img-right .productdetails {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-img-right .option .modal-content .option,
.product-img-right .option .modal-content {
    text-align: left;
    flex: unset;
    display: block;
    align-items: unset;
    justify-content: unset;
}

a.chketm {
    display: none;
}

span.vwbasket {
    flex: 1;
}

span.count,
span.totalamt {
    flex-basis: 100px;
}

body.Menu a.chketm:hover {
    background: var(--secondary);
    text-decoration: none;
}

body.Menu a.chketm:hover span.count {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

a.chketm i {
    color: #fff;
    font-size: 30px;
}

a.chketm span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
}

.newcartetm {
    padding-top: 30px;
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
}

.newcartetm div#cart-chechout-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.newcartetm div#cart-chechout-btn a {
    flex: 1;
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
}

.newcartetm div#cart-chechout-btn a.backtomenu,
.newcartetm a.mobilecartbtn {
    display: block !important;
}

.newcartetm a.webcartbtn {
    display: none !important;
}

.newcartetm div#sub_price {
    width: 17%;
}

.newcartetm div#cart-chechout-btn a.backtomenu {
    background: var(--prmary);
    color: #000;
}

.checkbox label {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.optionextrainfo.col-sm-12 {
    margin-bottom: 15px;
}

.img_flexer .product_optionname {
    display: none;
}

div#column-right {
    position: sticky;
    top: 0px;
    margin-bottom: 15px;
}


.product-info_simple.odd,
.product-info_simple.even,
.product-info_simple {
    margin: 0px;
    padding: 15px;
}

.cat_name h2 {
    background: var(--secondary);
    color: #fff;
    padding: 10px 15px;
}

.product-img-right .modal.fade.in {
    background: rgb(255 255 255 / 97%);
}

.product-img-right .product_option_price {
    text-align: left;
    width: unset;
    float: unset;
    color: var(--prmary);
    font-weight: 700;
    font-size: 16px;
}

.panel-body.deal_options {
    padding: 0px;
}

.product-img-right .modal .option {
    display: block;
}

.optionspace {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.itemsbox {
    max-height: 280px;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.itemsbox::-webkit-scrollbar {
    width: 2px;
}

.itemsbox::-webkit-scrollbar-track {
    background: #464646;
}

.itemsbox::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 26px;
    border: 2px solid var(--secondary);
}

strong.pr_name {
    font-size: 14px;
}

/*a.mobilecartbtn,
a.backtomenu.mobilecartbtn {
    display: none !important;
}*/

.need1 a {
    font-size: 10px;
}

.clearfix {
    clear: both;
    height: 50px;
}

.col-sm-6.col-xs-12.text-right {
    border-left: 5px solid var(--secondary);
}

.img_flexer a.button,
.img_flexer input.button {
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    box-shadow: unset;
    text-align: center;
}

div#workinghours,
div#infotab {
    padding: 0px 15px;
}

.co-offers-items.lst {
    margin-top: 30px;
}

.modal.fade.in {
    background: rgb(0 0 0 / 67%);
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

input#search_product::placeholder {
    color: #000;
}

div#custom-search-input {
    flex: 1;
    padding: 0px 15px;
}

input#search_product {
margin: 0px 0px 0px 0px;
    background: #eff0f6;
    color: #6e7191;
    border: 2px solid #eff0f6;
    border-radius: 50px;
    padding: 6px 15px;
    min-height: 40px;
    font-family: "Rubik", "FontAwesome";
    font-size: 16px;
}

div#column-left .box-category ul::-webkit-scrollbar {
    width: 1px;
    height: 10px;
}

div#column-left .box-category ul::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: 0px;
    background: #fff;
}

div#column-left .box-category ul::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}

div#column-left .box-category ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
/*
.modal-header {
    background: #ffffff;
    color: #000;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
*/
button.close {
    color: #000;
    font-size: 33px;
    font-weight: 300;
    opacity: 1;
}

.other_options,
.prod_extra_option_det {
    width: 100%;
    float: left;
}

.prod_extra_option_name {
    text-transform: capitalize;
    font-size: 14px;

}

.panel-body.popupoptions.optionpanelcontent {
    padding: 15px 0px;
}

.prod_extra_option_name span.required {
    float: none;
}

.checkbox.col-sm-6:nth-child(4n+2),
.checkbox.col-sm-6:nth-child(4n+3) {
    background: #e8e8e8;
    margin: 0px !important;
}

.checkbox.col-sm-6 {
    background: #f3f3f3;
    padding: 15px 15px;
    margin: 0px !important;
}


/* Create a custom radio button */

.checkbox.col-sm-6 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 22px;
    width: 22px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0px !important;
    float: none !important;
    z-index: 11;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid rgb(206 21 21);
}

.before_radio:hover input~.checkmark {
    background-color: #dcdcdc;
}

.before_radio input:checked~.checkmark {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.before_radio input:checked~.checkmark:after {
    display: block;
}

.before_radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkmarker {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--secondary);
}

.modal-dialog label {
    display: block !important;
    position: relative !important;
}

.checkbox:hover input~.checkmarker {
    background-color: #dcdcdc;
}

.checkbox input:checked~.checkmarker {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.checkmarker:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmarker:after {
    display: block;
}

.checkbox .checkmarker:after {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    margin: auto;
}

.checkboxmarker {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 22px;
    width: 22px;
    margin: auto;
    background-color: transparent;
    border: 1px solid rgb(206 21 21 / 55%);
}

.checkbox:hover input~.checkboxmarker {
    background-color: #dcdcdc;
}

.checkbox input:checked~.checkboxmarker {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.checkboxmarker:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkboxmarker:after {
    display: block;
}

.checkbox .checkboxmarker:after {
    left: 0px;
    right: 0px;
    top: -2px;
    bottom: 0px;
    margin: auto;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* end of custom radio button */

div#catpage {

}

.modal-title {

    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.modal-footer button.btn.btn-default {

    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    padding: 10px 15px;
    opacity: 0.8;
}

div#tabs .modal-footer {
    margin-top: 0px;
}

.product_image_inner {
    min-height: 157px;
    background-size: 100% auto !important;
}

button#left-button {
    position: relative;
    width: 30px;
    font-size: 30px;
    height: 43px;
    border: 0px;
    background: var(--prmary);
    color: #fff;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 10px;
}

button#right-button {
    position: relative;
    width: 30px;
    font-size: 30px;
    height: 43px;
    border: 0px;
    background: var(--prmary);
    color: #fff;
    right: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 10px;
}
div#scrollit {
    padding: 0px 15px;
}
div#contentcat {
    padding: 0px;
}
.modal.fade.in {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
}

button#reqhead,
button#postchead {
    background: #cdcdcd;
    color: #000;
    padding: 10px;
    line-height: normal;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    right: 0px;

    text-shadow: unset;
    font-weight: 500;
    z-index: 11;
}

h3.fw-bold.colorone.text-center {
    margin-top: 0px;
}

input#inputdelivery {
    height: 50px;
    padding: 10px 15px;
    border-radius: 5px;
}

a.mt-1.vsmall.text-dark.text-decoration-none.text-black-50 {
    display: block;
    color: #000;
    text-align: right;
}

select#order_requested_time,select#order_requested_day {
    height: 50px;
    padding: 10px 15px;
    flex: 1;
}

div#collapsePostcode,
div#cart_postcode_box {
    padding: 0px;
}

p#postcodemessage4 {
    margin-top: 30px;
}

a.bundled_cat_prodt_popup.btn,
a.btn.customadd {
    background: #2c2c2c;
    color: #fff;
    width: auto;
    margin: 5px 0px 0px 0px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 15px;
    white-space: break-spaces;
}

span.haschillies_free:after {
    content: '';
    background: url(images/free.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    height: 140px;
}

div#column-left {
    z-index: 1;
}
/*
.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
*/
a.bundled_cat_prodt_popup.btn:hover,
a.btn.customadd:hover {
    background: var(--secondary);
}

div#order-cancel-popup{
    display: none !important;
}

.deal_contentn {
    padding: 0px !important;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 15px;
}

.deal_headnew.active {
    background: linear-gradient(45deg, var(--secondary), #00ef00);
    color: #fff;
    animation: animate 5s linear infinite;
}

.bundadd {
    background-color: green;
}

.deal_headnew {
    text-transform: capitalize;
    text-align: center;
    background: #8d8d8d;
    color: #fff;
    margin: 0px;
    padding: 0px 30px;
    position: relative;
    clip-path: polygon(0 0, 91% 0, 100% 50%, 91% 100%, 0 100%, 8% 50%);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
}

.flexwrap .fa.fa-check {
    margin-right: 2px;
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px 3px;
    color: #fff;
}

.deal_headnew.active.bundadd {
    background: #75cd75;
    animation: none;
}

.col-lg-12.dealnopadding {
    padding: 0px;
}

.flexwrap .bundle_name {
    margin: 10px 0px;
}

span.haschillies_v:after {
    content: '';
    position: relative;
    background: url(images/v.png) no-repeat center;
    display: inline-block;
    width: 17px;
    height: 14px;
    background-size: 100% auto;
    top: 1px;
}

span.haschillies_c:after {
    content: '';
    position: relative;
    background: url(images/c.png) no-repeat center;
    display: inline-block;
    width: 17px;
    height: 12px;
    background-size: 100% auto;
    top: 0px;
}

@keyframes animate {
    0% {
        background-image: linear-gradient(to right, var(--secondary), #00ef00, var(--secondary));
        background-size: 400% 100%;
        transition: all .5s ease-in-out;
    }
    100% {
        background-position: 400%;
    }
}

div#mainshipping svg {
    fill: #000;
}

header nav.navbar.navbar-inverse ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.carticon svg {
    display: inline-block;
    vertical-align: sub;
    fill: #000;
}

.carticon span{
    color: #000;
    font-size: 18px;
    font-weight: 300;

}

.carticon {
    font-size: 20px;
    padding: 0px 15px;
}

.carticon a:hover {
    text-decoration: none;
}

div#feedbk {
    background: #fff;
    text-align: center;
    margin: 0px auto;
    width: 100vw;
    color: #000;
    clear: both;
}

span.fa.fa-star.checked {
    color: #f9cc00;
}

li.carouselinnerfeedback {
    padding: 0px 30px;
}

li.carouselinnerfeedback p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

p.dscrtn {
    min-height: 50px;
}

li.carouselinnerfeedback p strong {
    display: block;
    text-transform: capitalize;
    font-size: 24px;
}

.fstar span {
    font-size: 30px;
}

div#feedbk h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

div#carousel_feedback {
    padding: 65px 0px 65px 0px;
}

div#feedbk .jcarousel-wrapper {
    margin: 0px auto;
    width: 100vw;
    background: var(--secondary);
}

div#free h1 {
    text-transform: capitalize;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000;
}

div#free a,
div#storePopup a.button {
    font-size: 19px;
    color: #fff;
    background: var(--secondary);
    display: inline-block !important;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 2px 2px 1px 1px rgb(0 0 0 / 28%);
    width: 290px;
    border: 1px solid rgb(255 255 255 / 30%);
}

div#custom-search-input {
    display: none;
}

body.Menu div#custom-search-input {
    display: block;
}

div#mobileonlumenu {
    background: #000;
    padding: 10px 0px;
    display: none;
}

div#mobileonlumenu a {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
}


/*.img_flexer:before {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    background: url(/image/data/logonew.png) no-repeat center;
    background-size: 100% auto;
    width: 88px;
    height: 69px;
    opacity: 0.7;
    bottom: 0px;
    top: -83px;
    filter: brightness(0) invert(1);
}*/

div#onloadpopup h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 28px;
}

.become {
    background: url(images/bottom_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}

body.home_page_tel .become .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1000px;
}

.flextwo,
.flexone {
    flex: 1;
    padding: 0px 15px;
}

.flexone h2 {
    background: rgb(0 0 0 / 63%);
    padding: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 32px;
}

.whiteround {
    background: rgb(255 255 255 / 78%);
    padding: 30px;
    border-radius: 30px;
    text-align: center;
}

.become h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
}

.flextwo input.form-control {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    padding: 15px;
    min-height: 50px;
    border-radius: 10px;
}

.flextwo input.form-control::placeholder {
    color: #000;
}

.flextwo button.btn.btn-default {
    background: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    border-radius: 15px;
    padding: 15px 30px;
}




.clearfix {
    clear: both;
    height: 30px;
}

div#formdesign input[type=password],
div#formdesign input[type=text],
div#formdesign select,
div#formdesign textarea {
    width: 100%;
    border: 1px solid #7d7d7d;
    padding: 0 10px;
    margin: 0 0 15px 0;
    height: 44px!important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    border-radius: 3px;
}

div#formdesign .container {
    max-width: 700px;
}

div#formdesign input#res_captcha {
    width: 73%;
    float: left;
}

#reservation_btn input.blacklink5 {
    background: var(--secondary);
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    margin: auto;
    padding: 10px 31px;
    border: 2px solid #fff;
    display: block;
}

div#formdesign input[type=text]::-webkit-input-placeholder,
div#formdesign textarea::-webkit-input-placeholder {
    color: #000 !important;
    background: #fff;
}

div#formdesign textarea {
    height: auto!important;
}

div#table_form {
    text-align: center;
}

div#formdesign h2 span {
    display: block;
    font-weight: 700;
    font-size: 56px;
}

div#formdesign h2 {
    font-size: 46px;
    margin: 0px 0px 15px 0px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 47px;
}

div#formdesign {
    padding: 40px 0px;
    background: url(images/table_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
}

div#slider1 {
    background: var(--secondary);
    padding: 40px 0px;
}

div#slideshow1 {
    max-width: 1000px;
    margin: auto;
    border-radius: 30px;
}

div#slideshow1 .nivo-caption {
    display: none !important;
}

body.Reserve.Table div#formdesign {
    background: transparent;
}

body.Reserve.Table div#formdesign h2 {
    color: #000;
}

body {
    background: #fff !important;
}



div#column-right {
    z-index: 2;
}


.addtocartnb a.btn.btn-primary {
    width: 100%;
    background: #f2f3f8 !important;
    border-color: #f2f3f8 !important;
    color: #000;
    font-weight: 500;
    margin-top: 0px;
    border-radius: 15px;
    font-size: 16px;
}
a.btn.btn-primary.btnshowoptions i {
    color: #e97a29;
    font-size: 18px;
}
.optflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.bixxx {
    background: #f1f3f2;
    float: left;
    width: 100%;
    border-radius: 15px;
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 15px;
}

div#before_border {
    padding: 0px;
}

.prrimage {
    width: 47px;
    height: 47px;
    border-radius: 7px;
    background-size: cover;
}

.product_name {
    margin-bottom: 5px;
}

div#equiliserpropage {
    background: #f4f6f5;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 15px;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 34px;
    margin-top: 15px;
}

/*.mini-cart-info .name small {
    display: none;
}*/

.totlablck {
    width: 100%;
    float: left;
    background: #f1f3f2;
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0px;
}

.alltotal.Sub.Total,
.alltotal.Collection {
    color: #5c5c5c;
}

.alltotal.Total {
    border-top: 1px dashed #c1c1c1;
    margin-top: 10px;
    padding-top: 10px;
}

div#suber,
div#sub_amt {
    font-weight: 400;
}

.alltotal.Total div#suber,
.alltotal.Total div#sub_amt {
    font-weight: 700;
}

div#caterr {
    white-space: nowrap;
    overflow: hidden;
    cursor: grab;
}

div#sid_account {
    background: #fff;
    padding: 0px 15px;
}

.reg .col-sm-7,
.reg label.col-sm-12.control-label {
    padding: 0px;
}

div#before_bg div#before_border.deliv.delselected {
    background: var(--secondary);
    border-radius: 15px;
        color: #fff;
}
div#before_bg div#before_border.deliv.delselected span {
    color: #fff;
}

div#cart_postcode_box_dispaly {
    display: none;
}

.newcartetm .itemsbox {
    height: auto;
    padding-right: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

div#checkout span#head-title {
    text-align: center;
}

div#change_del_req_div div#cart_requested_times {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

div#change_del_req_div .box-heading {
    display: none;
}

div#change_del_req_div button.btn.btn-primary {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

div#change_del_req_div .modal-footer {
    padding: 15px 35px;
}

div#change_del_req_div .modal-footer button.btn.btn-default {
    float: left;
}

.cartreqtime {
    color: #000;
}

.modal-body.popoptionmodel .product_image_inner {
    display: none;
}
.prod_extra_option_name, .filter-option-inner-inner, .inner.open ul.dropdown-menu.inner li a {
    font-size: 16px;
}
div#carousel0 {
    width: 1000px;
    margin: auto;
    text-align: center;
    padding: 10px 0px 13px 0px;
}

div#carousel0 img {
    margin: auto;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border: 3px solid #fff;
    border-radius: 15px;
}
div#carouselwrapper0 {
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto;
    position: relative;
    text-transform: uppercase;
    background: url(images/online_bg.jpg) repeat center;
    color: #fff;
    background-size: 50% auto;
}

div#carousel0 ul li a {
    display: block;
    border-radius: 0px;
    transition: all 0.5s;
    color: #fff;
    border: 0px;
}

div#carousel0 ul li a:hover {
    text-decoration: none;
    filter: grayscale(1);
}

div#carousel0 h4 {
    color: #fff;
    width: 100%;
    font-weight: 400;
    border-radius: 7px;
    margin: auto;
    top: 0px;
    position: relative;
    font-size: 22px;
    margin-top: 0px;
    top: 0px;
}

div#carousel0 a.btn.btn-default {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.314);
    font-size: 20px;
    font-weight: 500;
    color: #000;
    width: 100%;
    border: 2px solid #fff;
    background: #fce621;
    padding: 15px 0px;
    margin: 10px auto;
    border-radius: 15px;
}

div#carouselwrapper0 h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    
    text-transform: uppercase;
}

span#hditemcnt {
    color: #fff;
}

div#formdesign .container {
    width: 700px;
    margin: auto;
    padding: 50px 0px;
}

div#formdesign input[type=password],
div#formdesign input[type=text],
div#formdesign select,
div#formdesign textarea {
    width: 100%;
    background: transparent !important;
    border: 1px solid #c1151c;
    padding: 0 10px;
    margin: 0 0 20px 0;
    height: 44px !important;
    color: #000 !important;
    font-size: 15px;
    background: #fff;
    border-radius: 3px;
}

div#formdesign input#res_captcha {
    width: 73%;
    float: left;
}

div#reservation_btn {
    clear: both;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
}

#reservation_btn input.blacklink5 {
    margin-top: 15px;
    background: #c1151c;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 320px;
    padding: 15px 5px;
    border-radius: 50px;
    border: 0;
}

div#formdesign input[type=text]::-webkit-input-placeholder,
div#formdesign textarea::-webkit-input-placeholder {
    color: #000 !important;
}

div#formdesign textarea {
    height: auto !important;
}

div#table_form {
    text-align: center;
}

.prod_main_categories .cat_name h3 {
    background-size: 100% auto !important;
    margin-top: 0;
}
div#contentcat .tab-content {
    margin-top: 40px;
}
.prod_main_categories .cat_name h3 span a{
    font-size: 30px;
    font-weight: 600;
    color: #242424;
        display: block;
}
#menu .navbar-nav>li#mobileonlymenu {
    display: none;
}
#column-right .box-heading, div#sidepoupcontent .box-heading {
    background-color: transparent;
    color: var(--prmary);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    
}
div#before_bg #before_border {
    background: #f4f6f5;
        border: 0px;
            border-radius: 15px;
}
.product-img-left {
    width: 100%;
}
.col-sm-12.mini-cart-info {
    padding: 0px;
}
.cat_def_layout .gridflex.panel-collapse.collapse.in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cat_def_layout .product-info_simple {
    display: flex;
    flex-wrap: wrap;
}
.prod_main_categories .cat_name h3 span {
    padding: 0px;
}
.panel-body.popupoptions.optionpanelcontent {
    max-height: unset !important;
}
/* Scrollbar style */
div#column-left .box-category ul::-webkit-scrollbar {
  height: 6px;
}
div#column-left .box-category ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
div#contentcat ul.nav.nav-tabs {
    border: 0px;
    display: none;
}
.prod_extra_option_det.row {
    margin: 10px 0px;
}
body.Menu div#column-right {
    display: none;
}
    a.webcartbtn {
        display: none !important;
    }
    .catxmm {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.catxmm h2 {
    color: #211d1e;
    margin: 0px;
    font-size: 40px;
    font-weight: 600;
}
.twobuton {
    flex: 1;
    text-align: right;
}
.cat_name h3, .cat_desc {
    text-align: left;
    padding: 0px 15px;
}
.modal-body.popoptionmodel, .col-xs-12.prod_extra_option_det {
    padding: 0px;
}
.row.toppingavalues {
    width: 100%;
    float: left;
    margin: 10px auto 0px;
}
.box-heading {
    background-color: transparent;
    color: var(--prmary);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0px;
}
div#cart_requested_times select {
    border-radius: 10px;
}
div#cart_requested_times {
    padding: 0px;
}
@media screen and (max-width: 1024px) {
    #menu .nav>li>a {
    padding: 15px 10px;
}
    .product-img-left {
        min-height: 120px;
    }
    div#carousel0 {
        width: 100vw;
    }
    div#google_map {
        margin: 30px auto;
    }
    body.etmdeals .container {
        padding: 0px;
    }
    div#before_bg #before_border {
        padding: 0px 10px;
    }
    div#column-left .box-category ul {
        flex-flow: row;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    div#column-left .box-category ul li {
        flex: none;
    }
    .before_radio {
        font-size: 14px;
    }
    div#nomarg {
        margin: 0px;
    }
    .for_border {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .box-category ul li a {
        padding: 30px 25px;
    }
     .box-category ul li a {
        padding: 30px 25px;
    }
        div#content div#notification {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1010px) {
    div#custom-search-input .input-group.col-md-12 {
        width: 100%;
    }
    .product-img-left {
        min-height: 174px;
    }
    header .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 10px;
    }
    div#free a {
        margin: 15px 15px;
    }
    .slideshow .nivo-caption {
        color: #fff;
        opacity: 1;
        right: 0px;
        margin: auto;
        text-align: center;
        bottom: 30px;
    }
    .product-info_simple.odd,
    .product-info_simple.even,
    .prod_main,
    .product-info_simple,
    .deal_headnew {
        flex-basis: 50%;
    }
    #menu .nav>li>a {
        font-size: 16px;
        padding: 15px 7px;
    }
    .slideshow a.btn.btn-default {
        font-size: 18px;
    }
    .welcometo a img {
        width: 350px;
        margin: auto;
    }
    div#welcome_txt {
        text-align: center;
    }
    div#before_bg #before_border {
        padding: 0px 10px;
    }
    div#side_cart_open .applinks img {
        width: 100px;
    }
    .mini-cart-info .name {
        width: 80%;
    }
        .before_radio {
        font-size: 14px;
    }
    div#wback_none .wmessage {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .product_image img {
    height: 125px;
    }
    body.Menu div#nomarg {
    margin: 0px -15px;
}
    div#contentcat {
    padding: 0px;
}
        div#column-left .box-category ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #catpage #column-left ul#left-side-bar-category li a {
        padding: 10px 15px;
        font-size: 16px;
        border: 0;
    }
    div#sub_price {
        font-size: 12px;
    }
    div#contentcat ul.nav.nav-tabs li a {
        font-size: 20px;
        padding: 15px 5px;
    }
        .menu-nav #menu .nav>li>a {
        padding: 20px 10px;
        font-size: 20px;
        color: #fff;
    }
    div#mobile-cart-total a#mobile_cart_btn {
        display: none;
    }
      div#welcome_txt h3 {
        font-size: 20px !important;
        text-align: center;
    }
     body #header #menu {
        background: none;
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        top: 0px !important;
        z-index: 1000;
        margin-top: 0px;
    }
        body #menu .navbar-header {
        position: fixed;
        right: 0px;
        top: 0px;
    }
    div#column-left {
        padding: 0px;
    }
    div#column-left .box-category ul {
        flex-flow: row;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
                padding-left: 10px;
    }
    div#column-left .box-category ul li {
        flex: none;
    }
    div#column-right {
        position: relative;
        top: 0px;
        z-index: auto;
        margin-bottom: 15px;
    }
    body.Menu a.chketm {
        background: var(--secondary);
        border-color: var(--secondary);
        display: flex;
        position: fixed;
        z-index: 12;
        bottom: 0px;
        padding: 15px;
        box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 15%);
        right: 0px;
        transition: all 0.5s;
        color: #fff;
        left: 0px;
        text-align: center;
        margin: auto;
        align-items: center;
        justify-content: space-between;
    }
    a.mobilecartbtn,
    a.backtomenu.mobilecartbtn {
        display: inline-block !important;
    }

    .slideshow a.btn.btn-default {
        font-size: 18px;
    }
    .welcometo a img {
        display: none !important;
    }
    div#welcome_txt {
        text-align: center;
    }
    div#wback_none h3 {
        font-size: 20px;
        width: 290px;
    }
    div#home_middle {
        text-align: center;
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 0px;
        z-index: auto;
        background: #000;
        padding-bottom: 30px;
        padding-top: 5px;
    }
    body.home_page_tel div#logo {
        display: block;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .checkbox.col-sm-6:nth-of-type(odd) {
        background: #e8e8e8;
        margin: 0px !important;
    }
    .checkbox.col-sm-6:nth-child(4n+2),
    .checkbox.col-sm-6:nth-child(4n+3) {
        background: #f3f3f3;
    }
    .popoptionmodel {
        height: auto;
    }
    div#contentcat div#column-left {
        padding: 0px;
        top: 150px;
        background: #fff;
    }
    button#left-button {
        left: 0px;
    }
    button#right-button {
        right: 0px;
    }
    ul.nav.navbar-nav a {
        font-size: 16px;
        color: #fff !important;
    }
    header nav.navbar.navbar-inverse {
        background: #000;
        border-color: #000;
        display: block;
        margin: 0px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form,
    .navbar-inverse .navbar-toggle {
        border-color: #ffffff !important;
    }
    div#choosemethod .modal-dialog.modal-dialog-centered {
        margin: 0px;
        width: 95% !important;
    }
    span.haschillies_free:after {
        width: 60px;
        height: 97px;
    }
    .modal-dialog {
        width: 100% !important;
    }
    .product-info_simple.odd,
    .product-info_simple.even,
    .prod_main,
    .product-info_simple,
    .deal_headnew {
        flex-basis: 50%;
    }
    .deal_headnew {
        padding: 0px 15px;
        font-size: 13px;
    }
    .flexwrap .fa.fa-check {
        margin-left: 5px;
    }
    div#free h1 {
        font-size: 36px;
    }
    div#free a,
    div#storePopup a.button {
        font-size: 19px;
        margin: 5px auto;
    }
    .redbg {
        margin-bottom: 30px;
    }
    header nav.navbar.navbar-inverse ul {
        display: block;
    }
    header {
        padding-bottom: 0px;
    }
    .ban-social.social {
        display: none;
    }
    div#custom-search-input {
        flex: auto;
        padding: 0px;
        width: 100%;
                margin-top: 15px;
    }
    div#custom-search-input .input-group.col-md-12 {
        width: 100%;
    }
    div#mobileonlumenu {
        display: block;
    }
    .checkbox label {
        font-size: 15px;
    }
    .flextwo,
    .flexone {
        flex: auto;
        padding: 0px 15px;
        width: 100%;
    }
    body.home_page_tel .become .container {
        max-width: 100%;
        flex-flow: column;
        text-align: center;
    }
    .flexone h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .flextwo button.btn.btn-default {
        font-size: 24px;
        padding: 15px 15px;
    }
    .become h3 {
        font-size: 30px;
    }
    .cartdiv {
        position: relative;
        z-index: 11;
    }

        .itemview {
        z-index: 11;
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        left: 0;
        margin: auto;
        background: #fff;
        box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
        border-top: 1px solid #FFC107;
    }
    div#sidepopup div#side_cart_open .box-heading {
background-color: transparent;
    color: var(--prmary);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    
}
.itemsbox {
    max-height: 253px;
}
body.Menu header {
    position: sticky;
    top: 0px;
    z-index: 2;
}
    .sbb {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    body.Menu header#myDiv.active div#logo img{
    width: 100px;
}
}