﻿
.feature-card_text-2 {
    margin-bottom: -0.45em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 13px;
}

@media (max-width:1030px) {
    .MediumScreen {
        width: 400px !important;
    }

    .big-text {
        font-size: 2rem;
        font-weight: bold;
        padding: 5px !important;
    }
}

@media (min-width:1030px) {


    .carousalImage {
        height: 600px !important;
    }

    .big-text {
        font-size: 2rem;
        font-weight: bold;
        padding: 15px !important;
    }
}



#liveToastInvoice {
    cursor: pointer !important;
}

.testi-box_desig {
    font-size: 12px;
    margin-bottom: -0.3em;
    display: block;
}

.testi-box_name {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.testi-box {
    min-height: 485px !important;
}

.w-15 {
    width: 15% !important;
}


.header-layout1 .header-top {
    background-color: var(--theme-color);
    padding: 12px 0 !important;
    vertical-align:central !important;
    padding-bottom:0px !important;
}

.subscribe-box_title {
    color: var(--theme-color);
}

.header-layout1::after {
    height: 90px;
    right: 0;
    background-color: transparent !important;
}

.available-table {
    background-color: transparent !important;
    padding: 45px 50px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.img-border-radius {
    border-radius: 20px !important;
}

.contact-form .form-control {
    border-color: #D8962B !important;
    border: 1px solid;
}

.contact-form .form-select {
    border-color: #D8962B !important;
    border: 1px solid;
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--smoke-color2);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: var(--smoke-color2);
}


.badge2 {
    position: sticky;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.2em 0.4em;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    font-weight: 400;
    font-size: 0.7em;
}

.home-dark .as-header .icon-btn .badge2 {
    background-color: var(--theme-color);
}

.badge2 {
    display: inline-block;
    padding: .35em .6em;
    font-size: .75em;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: var(--smoke-color2);
    border: 1px solid rgba(244, 244, 244, 0.85);
    color: white;
}

.select, .form-select {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 25px;
    padding-right: 45px;
    border: 1px solid var(--smoke-color2);
    color: var(--body-color);
    background-color: var(--smoke-color2);
    border-radius: 28px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

option {
    background-color: var(--smoke-color2);
    color: white
}

    option:checked, option:focus, option:hover {
        background-color: var(--theme-color);
        color: var(--theme-color);
    }

.cart_table thead {
    background-color: var(--smoke-color2);
}

.cart_item td {
    color: white;
}

.cart_totals th:first-child, .cart_totals td:first-child {
    width: 45%;
    background-color: var(--smoke-color2);
    font-weight: 700;
    font-size: 14px;
    color: white;
}

.toast-body {
    background-color: var(--smoke-color2);
    color: white;
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color);
    text-transform: uppercase;
}

iframe.skiptranslate {
    display: none;
}

body {
    top: 0 !important;
}


select.goog-te-combo {
    height: 30px !important;
}

.header-layout1 .header-top {
    padding: 0 0;
}

.goog-logo-link {
    display: none !important;
}

.skiptranslate {
    color: transparent !important;
    font-size: 0px !important;
}

    .skiptranslate > span {
        display: none !important;
    }

.bg-theme-color {
    background-color: var(--theme-color);
}


.item-image-resize {
    object-fit: inherit !important;
    width: 100%;
    height: 100% !important;
}

@media screen and (max-width: 930px) {

    #TakeWayMobileView {
        display: none !important;
    }

    .footer-layout1 {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .smallScreenDisplay {
        max-width: 160px !important;
    }

    .product-text p {
        font-size: 12px !important;
    }
}


.allergian-title {
    font-weight: normal !important;
    font-size: 12px !important;
}

.as-product {
    cursor: pointer;
}

.list-group {
    cursor: pointer !important;
}



@media (max-width:450px) {
    .ImageProduct {
        width: 80px !important;
    }
}

@media(min-width:460px) {
    .ImageProduct {
        width: 100px !important;
    }
}

.item-image-resize {
    object-fit: inherit !important;
    width: 100%;
    height: 100% !important;
}

@media screen and (max-width: 930px) {

    #TakeWayMobileView {
        display: none !important;
    }

    .footer-layout1 {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .smallScreenDisplay {
        max-width: 160px !important;
    }

    .product-text p {
        font-size: 12px !important;
    }
}


.allergian-title {
    font-weight: normal !important;
    font-size: 12px !important;
}

.as-product {
    cursor: pointer;
}

.list-group {
    cursor: pointer !important;
}

.as-product.list-view {
    background-color: var(--black-color);
}

select, .form-control, .form-select, textarea, input {
    color: white !important;
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 28px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

select, .form-control, .form-select, textarea, input {
    color: white !important;
   
}

.info-box_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 32px;
    font-size: 14px;
    background-color: var(--theme-color);
    color: white;
    border-radius: 999px;
    text-align: center;
    margin-right: 10px;
}

.download-btn {
    background-color: var(--theme-color);
    padding: 12px 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    border-radius: 999px;
}

.breadcumb-menu li, .breadcumb-menu li a{
    color: white !important;
}
.text-theme {
    color: var(--theme-color) !important;
}


