/* your styles go here */

@keyframes show-toast{
    0% {bottom: -100%}
    20% {bottom: 100px}
    80% {bottom: 100px}
    100% {bottom: -100%}
}

.show-notification{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.behind-all {
  position: absolute;
}

.top-bar {
    background: #FF6B35;
    }
.modal #modal_heading {
    color: #FF6B35;
}
.small_heading {
    margin-bottom: 10px;
    color: #00aaff ;
}
.contact-form {
    height: 500px;
}

.footer_heading {
    color: #00aaff;
}
.footer_links a {
    color:#fff;
    transition: .3s;
}
.footer_links a:hover {
    text-decoration: none;
    color:#FF6B35;
}
/* .blue-overlay {
    background: #00aaff;
} */
.text_image {
    color: #FF6B35;
}
#footer_companyname {
    color: #FF6B35;
}
.package_item {
    background-color: #FF6B35;
}
.package_item p {
    color: #fff;
}
#package_price {
    color: #FF6B35;
}
#price_cut {
    text-decoration: line-through;
}
.about_top i {
    color: #FF6B35;  
}

.ratings {
    color: #000;
}
.team-name {
    color: #00aaff;
}
.card_heading {
    color: #FF6B35;
}
.card_heading_two {
    color: #00aaff;
}
/* .cost_section {
    background: #00000008;
} */
.cost_total {
    color: #FF6B35;
}
.cost_price {
    color: #00aaff;
}
.cost_section {
    display: flex;
    flex-direction: column;
    line-height: 40px;
}
.cost_section h4 {
    color: #FF6B35;
}
label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
}
.option-input:checked::after {
    animation: click-wave 0.75s;
    background: #fdfdfd;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.3s;
        position: relative;
    }
    100% {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}
.option-input {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    /* top: 7px; */
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    color: #FF6B35;
    border: 2px solid #00aaff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;

}
.option-input:hover {
    background-color: #00000008;
    border: 2px solid #00aaff;
}
.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✓';
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
#faqAccordion h5 {
    color: #FF6B35;
}
.error_bg {
    /* background: #00aaff; */
}
.profile-image img{
    /* border: 1px soli; */
    border-radius: 50%;
}
.profile-image-icon {
    cursor: pointer;
    position: relative;

}
#plus-icon {
    position: absolute;
    bottom: 5%;
    left: 0%;
}
#plus-icon i {
    transition: all .5s ease;
}
#plus-icon i:hover{
    transform: scale(1.2);
    color: #ae3e3e;
}
/* .profile-detail {
}
.profile-info {
    
} */
.profile-info h2 {
    color: #FF6B35;
}
.profile-info h3 {
    color: #00aaff;
}
.profile-info p {
    border: none;
}
.profile-image-icon i {
    color: #FF6B35;
}
.navbar-nav button:hover a{
    color: #fff;
    text-decoration: none;
}
.website-container button {
    text-align: center;
}
.website-container .card {
    border: none;
}
#websites-card {
    border: 1px solid #FF6B35;
    /* border-right: none; */
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.btn-logout {
    margin-left: 15px;
    font-size: 10px;
    padding: 5px 10px;
}
#products-dropdown li a{
    color: #00aaff;
}
#products-dropdown li:hover a{
    color: #FF6B35;
}
@media (max-width: 767px) {
    .website-container #add-card  {
        /* border: 2px dashed #00aaff; */
        background: rgb(236, 236, 236);
    
    }
    .website-container #add-card img{
        border: none;
    }
}
#card-campaign2 {
    /* background: black; */
    /* height: 100vh;
    width: 100vw; */
    position: relative;
}
.plus {
    background: #00aaff;
    padding: 10px;
    /* height: 50vh;
    width: 50vw; */
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50% );
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.plus:hover {
    background: #0295de;   
}
.plus-icon {
    display: flex;
    justify-content: center;
    color: white;
    
}
.plus-icon i {
    /* line-height: 40px; */
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
 
}
.card-campaigns {
    height: 200px;
}
.card-campaigns .card-title {
    display: flex;
    justify-content: center;
    color: white;
}
#campaign-card .card {
    border: 1px solid #FF6B35;
}
#campaign-card2 .card {
    border: 1px solid #0295de;

}
@media only screen and  (max-width: 767px) {
    .campaign-row {
        display: flex;
        flex-direction: column;
    }
    #card-campaign2 {
        /* background: black; */
        /* height: 100vh;
        width: 100vw; */
        position: relative;
        height: 500px;
    }
    .card-campaigns {
        height: 200px;
    }
    .plus {
        background: #00aaff;
        padding: 10px;
        /* height: 50vh;
        width: 50vw; */
        position: absolute;
        top: 50% ;
        left: 50% ;
        transform: translate(-50% , -50% );
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .card-campaigns {
        height: 200px;
    }
} 
.copy-link {
    --height: 36px;

    display: flex;
    max-width: 500px;
}
.copy-link-input {
    flex-grow: 1;
    /* padding: 0 8px; */
    font-size: 14px;
    background: #f8f9fa;
    border: 1px solid #cccccc;
    border-radius: none;
    outline: none;
}
.copy-link-input:hover {
    background: #ffffff;
}
.copy-link-button {
    flex-shrink: 0;
    width: var(--height);
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    outline: none;
    border: none;

    /* border: 1px solid #eeeeee; */
    cursor: pointer;
}
.copy-link-button:hover {
    background-color: #eeeeee;
}
mission {
    color: #fff;
}
.commission-div {
    position: relative;
    /* background: #000; */
}

.commission-div h2 {
    /* background: #00aaff; */
    padding: 10px;
    min-width: 400px;
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50% );
    cursor: pointer;
    transition: all .3s ease-in-out;
}
@media only screen and  (max-width: 767px) {
    .commission-row {
        height: 500px;

    }
}
/* @media only screen and (max-width: 992px) and (min-width: 767px) {
    .commission-row {

    }
} */
.affiliate-btn{
    color: #FF6B35;
}
.affiliate-btn:hover {
    background: #f2f2f2;
    color: #FF6B35;
}
.reporting-col {
    border: none;
    border-radius: 10px;
}

.circle-icon {
    background: #00aaff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    align-items: center;
    padding: 24px;
}
#campaign{
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #2a2a2a; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border-radius: 0;
    box-shadow: 0.15s ease-in-out;
    border-color: 0.15s ease-in-out ;
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  }
  #campaign:focus {
    color: #2a2a2a;
    background-color: #fff;
    border-color: #eda6a6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(218, 77, 77, 0.25);

  }
  .banner {
    flex-direction: column;
  }
  #commission-cont {
    border: 1px solid #00aaff;
    border-radius: 10px;
  }
  .fa-info {
    background: #00aaff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 10px; */
    vertical-align: middle;
    align-items: center;
    padding: 5px;
  }
  .imp-payout {
    border: 2px solid #FF6B35;
    border-radius: 5px;
    align-items: center;
    line-height: 20px;
  }
  .fa-triangle-exclamation{
    color: #FF6B35;
  }
  #imp-text {
    padding-top: 13px;
  }
  #text-to-copy {
    overflow: visible;
    overflow-wrap: anywhere;
  }
  /* .currency {
    padding: 3px 1px;
    width: 100%;
}
input.currency {
    text-align: right;
    padding-right: 15px;
}
.input-group .form-control {
    float: none;
} */

.form-row {
    padding: 5px 10px;
}
#currency-label {
    display: block;
    margin: 3px 0;
}
.form-row input {
    padding: 3px 1px;
    width: 100%;
}
input.currency {
    text-align: right;
    padding-right: 15px;
}
.input-group .form-control {
    float: none;
}
legend{
    background: #FF6B35;
    color: #fff;
    font-size: 12px;
    
}
.product {
    border-bottom: none;
}
#payment-check {
    padding-right: 0;
}

.text-white {
    color: #fff;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.border-crimson {
    border: 1px solid #FF6B35;
}
.border-blue {
    border: 1px dashed #00aaff;
}

#fa-icon {
    font-size: 20px;
}

.custom-tooltip-class {
    --bs-tooltip-bg: var(--bs-primary);
}
.text-blue {
    color: #00aaff;
}

/* button css */
.glowing-button {
    background-color: #fff; /* Button color */
    border: none;
    color: #FF6B35;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease-in-out;
    animation: glowing 1.5s infinite;
  }

  @keyframes glowing {
    0% { box-shadow: 0 0 2px #FF6B35, 0 0 3px #FF6B35, 0 0 8px #FF6B35, 0 0 10px #FF6B35, 0 0 15px #FF6B35, 0 0 20px #FF6B35, 0 0 25px #FF6B35; }
    50% { box-shadow: 0 0 3px #FF6B35, 0 0 8px #FF6B35, 0 0 10px #FF6B35, 0 0 15px #FF6B35, 0 0 20px #FF6B35, 0 0 25px #FF6B35, 0 0 30px #FF6B35; }
    100% { box-shadow: 0 0 2px #FF6B35, 0 0 3px #FF6B35, 0 0 8px #FF6B35, 0 0 10px #FF6B35, 0 0 15px #FF6B35, 0 0 20px #FF6B35, 0 0 25px #FF6B35; }
  }

  .product-link:hover {
    text-decoration: none;
  }


  /* Listing Fancy Filter style  */
.listing.fancy .element-title.align-center { text-align: center; }
.listing.fancy .element-title { margin: 0 0 42px 0; }
.listing.fancy .element-title h3 { color: #333; margin: 0 0 3px 0; letter-spacing: 0; text-transform: none; }
.listing.fancy .element-title p { color: #bbb; letter-spacing: 1px; }
.listing.fancy .list-post { border: 1px solid #f2f2f2; border-radius: 5px; padding: 5px 28px 5px 20px; position: relative; background-color: #fff; margin: 0 0 30px 0; min-height: 150px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-box-align: center; align-items: center; }
.listing.fancy .img-holder { width: 72px; margin-right: -4px; vertical-align: middle; }
.listing.fancy .img-holder figure { text-align: center; border: 1px solid #e5e5e5; padding: 5px; height: 72px; position: relative; }
.listing.fancy .img-holder figure img { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.listing.fancy .text-holder { width: 75%; width: -webkit-calc(100% - 74px); width: -moz-calc(100% - 74px); width: calc(100% - 74px); margin-right: -4px; padding-left: 26px; vertical-align: middle; position: relative; }
.listing.fancy address { font-size: 12px; line-height: 18px; margin-bottom: 10px; }
.listing.fancy .delivery-potions i { vertical-align: middle; }
.listing.fancy .delivery-potions span { padding-left: 0; font-size: 12px; letter-spacing: 0.5px; vertical-align: middle; }
.listing.fancy .delivery-potions .post-time ~ span { padding-left: 5px; }
.listing.fancy .list-option { right: 3px; top: 35px; position: absolute; }
.listing.fancy .list-option .shortlist-btn { border: 0; }
.listing.fancy .text-holder .list-rating { line-height: 24px; }
.listing.fancy .list-rating .rating-star { width: 82px; }
.listing.fancy .list-rating .rating-star:before { font-size: 14px; line-height: 14px; }
.listing.fancy .list-rating .rating-star .rating-box { height: 17px; line-height: 17px; }
.listing.fancy .list-rating .rating-star .rating-box:before { font-size: 14px; }
.listing.fancy .list-rating span.reviews { margin: 0; font-weight: 400; line-height: 18px; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .listing.fancy .list-post { display: table; }
  .listing.fancy .img-holder, .listing.fancy .text-holder { display: table-cell; vertical-align: middle; }
  .listing.fancy .list-rating .rating-star { width: 85px; } }
/* Listing Fancy Filter style  */
/* Classic Grid Restaurants Style Start */
.listing.classic-grid ul li { list-style: none; list-style-type: none; float: none; display: inline-block; margin-right: -4px; vertical-align: top; }
.listing.classic-grid ul li .list-post { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border: 1px solid #f2f2f2; border-radius: 5px; padding: 0; position: relative; background-color: #fff; margin: 0 0 30px 0; width: 100%; display: block; text-align: center; }
.listing.classic-grid ul li .list-post:hover { -webkit-box-shadow: 0px 8px 23px 4px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 23px 4px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
.listing.classic-grid ul li .list-post .img-holder { position: relative; width: 100%; }
.listing.classic-grid ul li .list-post .img-holder a { display: block; }
.listing.classic-grid ul li .list-post .img-holder img { width: 100%; }
.listing.classic-grid ul li .list-post .img-holder figure { position: relative; }
.listing.classic-grid ul li .list-post .img-holder figure:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 2px -83px 112px -18px rgba(0, 0, 0, 0.6); box-shadow: inset 2px -83px 112px -18px rgba(0, 0, 0, 0.6); }
.listing.classic-grid ul li .list-post .img-holder figcaption { position: absolute; bottom: -50px; left: 50%; margin-left: -50px; background: #fff; padding: 10px; border-radius: 50%; width: 100px; height: 100px; z-index: 5; }
.listing.classic-grid ul li .list-post .img-holder figcaption img { border-radius: 50%; }
.listing.classic-grid ul li .list-post .text-holder { padding: 55px 40px 0; position: relative; display: block; }
.listing.classic-grid ul li .list-post .text-holder .list-option { display: inline-block; position: absolute; left: 15px; top: -30px; right: auto; }
.listing.classic-grid ul li .list-post .text-holder .list-option .shortlist-btn { display: inline-block; width: 30px; height: 30px; line-height: 32px; text-align: center; border-radius: 3px; vertical-align: top; margin-right: 6px; position: relative; background: none; border: 0; }
.listing.classic-grid ul li .list-post .text-holder .list-option .shortlist-btn i { font-size: 20px; color: #fff; }
.listing.classic-grid ul li .list-post .text-holder .restaurant-status { position: relative; top: auto; left: auto; margin: 0 -41px; display: block; padding: 13px 0; font-size: 15px; font-weight: 600; }
.listing.classic-grid ul li .list-post .text-holder .restaurant-status:before { display: none; }
.listing.classic-grid ul li .list-post .text-holder .list-rating { margin-bottom: 15px; }
.listing.classic-grid ul li .list-post .text-holder .location { position: relative; padding: 0 0 0 22px; display: inline-block; margin: 5px 0 0 0; }
.listing.classic-grid ul li .list-post .text-holder .location:after { content: '\ea03'; position: absolute; left: 0; top: 0; font-family: 'icomoon'; font-size: 20px; color: #c9ccd0; }
.listing.classic-grid ul li .list-post .text-holder address { margin-bottom: 15px; }
.listing.classic-grid ul li .list-post .text-holder .post-time .time-tooltip { z-index: 10; }
.listing.classic-grid ul li .list-post .text-holder .post-time { margin: 0 3px; }
.listing.classic-grid ul li .list-post .text-holder .post-time i { width: 34px; height: 34px; line-height: 34px; }
/* Classic Grid Restaurants Style End */
/* Listing Filter style  */
.listing.simple { position: relative; }
.listing.simple.slide-loader:before { -webkit-animation: 0.3s ease-out 0s normal none 1 running fullexpand; -moz-animation: 0.3s ease-out 0s normal none 1 running fullexpand; animation: 0.3s ease-out 0s normal none 1 running fullexpand; background-color: #ff5422; top: -2px; content: ""; height: 2px; /*left: 0;*/ margin: 2px 0; position: absolute; width: 100%; z-index: 2; }
.listing ul { padding: 0px; margin-bottom: 0; }
.listing.simple ul li { list-style: none; background-color: #fff; -webkit-box-shadow: none; box-shadow: none; text-shadow: none; border: none; padding: 28px 30px 28px 20px; margin: 0px 0px 20px 0; border-radius: 3px; position: relative; }
.listing.simple ul li.listing-simple-banner { padding: 0; background-color: transparent; text-align: center; }
.listing.simple ul li .img-holder { display: inline-block; width: 95px; margin-right: -4px; vertical-align: middle; }
.listing.simple ul li .img-holder figure { height: 95px; position: relative; }
.listing.simple ul li .img-holder img { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.listing.simple ul li .text-holder { display: inline-block; width: -webkit-calc(100% - 95px); width: calc(100% - 95px); width: -moz-calc(100% - 95px); margin-right: -4px; padding-left: 14px; vertical-align: middle; padding-right: 150px; position: relative; }
.listing.simple ul li .text-holder:first-child { width: 100%; }
.listing .post-title h5 { font-weight: 400; margin-bottom: 4px; }
.listing .post-title h5 a { font-weight: 400; text-decoration: none; outline: none; }
.listing .post-categories { font-size: 14px; color: #999; margin-bottom: 10px; line-height: 16px; display: block; }
.listing .list-option { display: inline-block; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }
.shortlists-list:after { content: ''; display: table; clear: both; line-height: 0; }
.listing .list-option .shortlist-btn { display: inline-block; width: 30px; height: 30px; line-height: 32px; text-align: center; border-radius: 3px; border: 1px solid #dddddd; background-color: #fff; vertical-align: top; margin-right: 6px; position: relative; }
.listing .list-option .shortlist-btn i { font-size: 14px; color: #319b39; position: absolute; top: 8px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.listing .list-option .shortlist-btn i.icon-spinner.icon-spin { left: 30%; }
.listing .list-option .viewmenu-btn { display: inline-block; min-width: 105px; height: 30px; line-height: 29px; font-size: 12px; font-weight: 400; text-transform: uppercase; border: 1px solid; border-radius: 3px; text-align: center; }
.listing .delivery-potions { display: block; }
.listing .delivery-potions i { display: inline-block; font-size: 12px; color: #fff; text-align: center; width: 24px; height: 24px; line-height: 24px; background-color: #c9ccd0; border-radius: 100%; cursor: pointer; }
.listing .delivery-potions .post-time { display: inline-block; }
.listing .delivery-potions span { padding-left: 0; color: #2f313a; font-size: 14px; font-weight: 400; letter-spacing: 1px; }
.listing .delivery-potions .post-time ~ span { padding-left: 4px; }
.listing .sponsored { display: inline-block; font-size: 12px; font-weight: 400; font-family: 'Open Sans', sans-serif; }
.listing.fancy .sponsored { display: none; }
.listing .remove-btn { height: 30px; line-height: 29px; font-size: 12px; font-weight: 400; text-transform: uppercase; border: 1px solid; border-radius: 3px; text-align: center; display: inline-block; padding: 0 17px; margin-left: 5px; }
/* Listing Rating Star style  */
.listing .list-rating .rating-star { display: inline-block; position: relative; line-height: normal; margin: 0 0 0px 0; vertical-align: middle; }
.listing .list-rating .rating-star:before { color: #cccfd5; content: "\e838\e838\e838\e838\e838"; font-family: "icomoon"; font-size: 16px; letter-spacing: 3px; line-height: 20px; }
.listing .list-rating .rating-star .rating-box { height: 20px; left: 0; overflow: hidden; position: absolute; top: 0; line-height: 20px; }
.listing .list-rating .rating-star .rating-box:before { color: #ffc613; content: "\e838\e838\e838\e838\e838"; font-family: "icomoon"; font-size: 16px; letter-spacing: 3px; }
.listing .list-rating span.reviews { color: #999ba3; display: inline-block; font: 300 12px/22px 'Open Sans', sans-serif; letter-spacing: 0; word-spacing: 0; text-transform: none; vertical-align: middle; margin: 0 0 0 3px; }
.listing.user-suggest-list ul li .text-holder { padding-right: 175px; }
.listing.user-suggest-list ul li .text-holder:only-child { width: 100%; }
/* Listing style End */
/* Listing Slider style Start */
.wp-foodbakery .listing.grid-slider .list-post figure { overflow: hidden; position: relative; }
.wp-foodbakery .listing.grid-slider .list-post figure a { position: relative; display: block; z-index: 1; }
.wp-foodbakery .listing.grid-slider .list-post figure a:before { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #c33332; -webkit-transform: scale(0); -ms-transform: scale(0); -moz-transform: scale(0); transform: scale(0); pointer-events: none; }
.wp-foodbakery .listing.grid-slider .list-post:hover figure a:before { opacity: .3; -webkit-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
.wp-foodbakery .listing.grid-slider .restaurant-status { background: none; position: initial; font-size: 15px; color: #303030; font-weight: 600; padding: 0; }
.wp-foodbakery .listing.grid-slider .restaurant-status:before { opacity: 0; visibility: hidden; }
.wp-foodbakery .listing.grid-slider .list-post { border-bottom: 3px solid #ececec; padding-bottom: 12px; position: relative; }
.wp-foodbakery .listing.grid-slider .list-post:before { position: absolute; left: 50%; bottom: -3px; height: 3px; background: #210606; content: ""; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 35px; }
.wp-foodbakery .listing.grid-slider .list-post:hover:before { width: 100%; }
.wp-foodbakery .listing.grid-slider .sub-title { color: #a29c9c; font-size: 13px; font-weight: 400; display: block; line-height: normal; padding-top: 5px; }
.wp-foodbakery .listing.grid-slider .text-holder { padding-top: 20px; }
.wp-foodbakery .listing.grid-slider .text-holder .post-title { margin-bottom: 5px; }
.wp-foodbakery .listing.grid-slider .text-holder .post-title h5 { margin-bottom: 0; }
.wp-foodbakery .listing.grid-slider .delivery-potions i { height: 32px; width: 32px; line-height: 32px; }
.wp-foodbakery .listing.grid-slider .delivery-potions { margin-bottom: 5px; }
.wp-foodbakery .listing.grid-slider .list-rating span.reviews { color: #000; margin-left: 0; }
.wp-foodbakery .listing.grid-slider .list-rating { margin-bottom: 20px; }
.wp-foodbakery .listing.grid-slider address { font-size: 13px; color: #a29c9c; margin-bottom: 16px; }
.wp-foodbakery .listing.grid-slider .location { font-size: 12px; color: #2f313a; display: block; margin-bottom: 12px; line-height: normal; }
.wp-foodbakery .listing.grid-slider .post-time { margin-right: 4px; }
.wp-foodbakery .listing.grid-slider .rating-star:before { content: "\eb9e\eb9e\eb9e\eb9e\eb9e"; font-size: 15px; letter-spacing: 2px; }
.wp-foodbakery .listing.grid-slider .rating-star .rating-box:before { content: "\f005\f005\f005\f005\f005"; font-size: 15px; }
.wp-foodbakery .listing.grid-slider li { list-style: none; }
.grid-slider .swiper-button-prev, .grid-slider .swiper-button-next { background-image: none; font-size: 26px; color: #dcdcdc; top: -40px; }
.grid-slider .swiper-button-prev { right: 65px; left: auto; }
.grid-slider .swiper-button-prev i, .grid-slider .swiper-button-next i { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }
/* Listing Slider style End */
/*Restaurant Status*/
.listing .restaurant-status { position: absolute; top: 15px; left: -11px; padding: 3px 10px; line-height: normal; background: #3ab54b; font-size: 10px; color: #fff; display: block; text-transform: uppercase; min-height: 20px; min-width: 52px; text-align: center; }
.listing.simple ul li .img-holder .restaurant-status { left: -10px; }
.listing .restaurant-status:before { width: 0; height: 0; border-top: 10px solid #239132; border-left: 10px solid transparent; content: ""; left: 0; position: absolute; bottom: -10px; }
.listing .restaurant-status.close { background: #ed1b24; opacity: 1; cursor: auto; font-weight: normal; float: none; text-shadow: none; }
.listing .restaurant-status.close:before { border-top: 10px solid #c91018; }
.listing .restaurant-status .bookmarkRibbon { width: 10px; height: 0px; border-top: 10px solid #3ab54b; border-bottom: 10px solid #3ab54b; border-right: 5px solid transparent; position: absolute; top: 0; right: -6px; }
.listing .restaurant-status.close .bookmarkRibbon { border-top: 10px solid #ed1b24; border-bottom: 10px solid #ed1b24; }
/*Restaurant Status*/
.user-dashboard .listing.simple li { padding-bottom: 30px; border-bottom: 1px solid #ebedf3; margin-bottom: 30px; padding-top: 0; padding-left: 0; padding-right: 0; }
.user-dashboard .listing.simple li:last-child { border-bottom: none; padding-bottom: 0px; }


.categories-menu h6 { margin: 0 0 10px; color: #2f313a; text-transform: uppercase; font-weight: 400; }
.categories-menu h6 i { float: left; font-size: 18px; margin: 0 8px 0 0; }
.categories-menu li { list-style: none; line-height: normal; }
.categories-menu li a { display: block; color: #999ba3; font-size: 12px; border-bottom: 1px solid #dee1e9; font-family: 'Montserrat', sans-serif; padding: 10px 0; text-decoration: none; outline: none; }
.categories-menu li:last-child a { border-bottom: none; padding-bottom: 0; }

.categories-menu.fixed, .user-order-holder.fixed { position: fixed; top: 0; }
.user-order-holder.fixed { width: 260px; }
/* Listing Detail  style tabs */
.tabs-holder { text-align: left; margin: 0 0 50px 0; }
.tabs-holder .tab-content { background-color: #fff; }
.tabs-holder .nav-tabs { border-bottom: 0; padding: 0; margin: 0; }
.tabs-holder .nav-tabs li { display: inline-block; float: none; padding: 0; margin: 0 0 0 -4px; position: relative; }
.tabs-holder .nav.nav-tabs li:after { background-color: #d2d4db; content: ""; height: 10px; position: absolute; right: 0; top: 17px; width: 1px; }
.tabs-holder .nav-tabs li:first-child { margin: 0; }
.tabs-holder .nav-tabs li:last-child:after { display: none; }
.tabs-holder .nav-tabs li.active:first-child a, .nav-tabs li.active:first-child a:hover, .nav-tabs li.active:first-child a:focus { border-top-left-radius: 5px; -webkit-box-shadow: 0 -5px 4px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 -5px 4px -2px rgba(0, 0, 0, 0.1); }
.tabs-holder .nav li:first-child a:hover, .nav li:first-child a:focus { border-top-left-radius: 5px; }
.tabs-holder .nav-tabs li.active:after, .tabs-holder .nav-tabs li:hover:after { display: none; }
.tabs-holder .nav-tabs li a { color: #454751; background-color: none; border: none; margin: 0; border-radius: 0; padding: 12px 30px; line-height: normal; display: inline-block; position: relative; font-size: 14px; font-weight: 600; }
.tabs-holder .nav-tabs li a i { margin-right: 8px; vertical-align: middle; font-size: 14px; }
.tabs-holder .nav-tabs li a i.icon-room_service { font-size: 18px; position: relative; top: -2px; }
.tabs-holder .nav li a:hover, .nav li a:focus { background-color: inherit; }
.tabs-holder .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus { background-color: #fff; border: none; -webkit-box-shadow: 0 -5px 4px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 -5px 4px -2px rgba(0, 0, 0, 0.1); }
.stickynav-tabs.nav.nav-tabs { background: #ebedf3; z-index: 2; position: relative; }
.stickynav-tabs.nav.nav-tabs:before { position: absolute; top: -30px; background: #ebedf3; z-index: 0; width: 100%; height: 30px; }
/* End style tabs */
.menu-itam-holder { background-color: #fff; padding: 8px 30px 0; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.menu-itam-holder:after { content: ''; display: block; clear: both; }
.menu-itam-holder .field-holder { position: relative; margin-bottom: 35px; }
.menu-itam-holder .field-holder.sticky-search { z-index: 1; }
.menu-itam-holder .field-holder input[type="text"] { border: none; text-transform: initial; color: #aaaaaa; font-weight: 600; letter-spacing: 1px; border-bottom: 1px solid #ebedf3; padding: 0; font-size: 12px; height: 43px; line-height: 43px; -webkit-box-shadow: none; box-shadow: none; width: 100%; }
.menu-itam-holder .field-holder:after { position: absolute; top: 10px; right: 2px; content: '\f002'; font-family: "icomoon"; color: #b0b1bd; font-size: 14px; }
.menu-itam-holder .menu-itam-list { margin-bottom: 37px; }
.menu-itam-holder .menu-itam-list:last-child { margin-bottom: 0; }
.menu-itam-holder .element-title { display: block; margin-bottom: 22px; }
.menu-itam-holder .element-title h5 { margin: 0 0 4px 0; font-weight: normal; text-decoration: underline; }
.menu-itam-holder .element-title span { font-size: 12px; color: #a9a9a9; line-height: 16px; display: block; }
.menu-itam-holder .menu-itam-list { display: block; }
.menu-itam-holder .menu-itam-list ul { padding: 0; margin: 0; }
.menu-itam-holder .menu-itam-list ul li { display: inline-block; list-style: none; border-bottom: 1px solid #ebedf3; padding-bottom: 15px; margin-bottom: 15px; width: 100%; position: relative; }
.menu-itam-holder .menu-itam-list ul:last-child li:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-itam-holder .menu-itam-list.delight ul li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.menu-itam-holder .menu-itam-list .image-holder { display: inline-block; width: 65px; height: 65px; vertical-align: top; }
.menu-itam-holder .menu-itam-list .image-holder a { display: block; position: relative; }
.menu-itam-holder .menu-itam-list .image-holder a:before { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; content: ''; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.menu-itam-holder .menu-itam-list .image-holder:hover a:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
.menu-itam-holder .menu-itam-list .image-holder a:after { opacity: 0; font-size: 20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; content: '\ea0b'; font-family: 'icomoon'; position: absolute; left: 20px; top: 20px; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #fff; }
.menu-itam-holder .menu-itam-list .image-holder:hover a:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
.menu-itam-holder .menu-itam-list .image-holder img { max-width: 100%; }
.menu-itam-holder .menu-itam-list .image-holder + .text-holder { padding-left: 10px; width: -webkit-calc(100% - 170px); width: -moz-calc(100% - 170px); width: calc(100% - 170px); }
.menu-itam-holder .menu-itam-list .nutri-icons li { width: auto; max-width: 16px; margin-right: 5px; margin-bottom: 0; padding-bottom: 0; border-bottom: 0; margin-bottom: 5px; }
.menu-itam-holder .menu-itam-list .nutri-icons li img { height: 16px; }
.tooltip { white-space: nowrap; }
.menu-itam-holder .menu-itam-list .text-holder { display: inline-block; width: -webkit-calc(100% - 150px); width: -moz-calc(75% - 150px); width: -moz-calc(100% - 150px); width: calc(100% - 150px); }
.menu-itam-holder .menu-itam-list .text-holder h6 { margin: 0; font-weight: normal; }
.menu-itam-holder .menu-itam-list .text-holder span { font-size: 12px; color: #a9a9a9; display: block; line-height: 16px; }
.menu-itam-holder .menu-itam-list .price-holder { top: 50%; position: absolute; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 0; display: block; margin-top: -10px; }
.menu-itam-holder .menu-itam-list .price-holder span.price { font-size: 14px; color: #2f313a; font-family: 'Montserrat', sans-serif; vertical-align: middle; }
.menu-itam-holder .menu-itam-list .price-holder a { position: relative; display: inline-block; outline: none; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; }
.menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader { width: 22px; right: 0; left: auto; border-radius: 50%; }
.menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader .double-bounce1, .menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader .double-bounce2 { left: -1px; }
.menu-itam-holder .menu-itam-list .price-holder a i { font-size: 14px; vertical-align: middle; margin: 0 0 0 28px; border: 1px solid; border-radius: 50%; height: 22px; width: 22px; text-align: center; line-height: 21px; display: inline-block; }
.menu-itam-holder .menu-itam-list .price-holder a + span { position: absolute; top: 4px; right: -20px; }
.menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader .double-bounce2, .menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader .double-bounce1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; -webkit-animation: sk-bounce-small 1.0s infinite ease-in-out; -moz-animation: sk-bounce-small 1.0s infinite ease-in-out; animation: sk-bounce-small 1.0s infinite ease-in-out; }
.menu-itam-holder .menu-itam-list .price-holder a .foodbakery-button-loader .spinner { width: 20px; }


/*Restaurant Menu Sub Nav Start*/
.restaurant-menu-nav.nav-tabs { margin-bottom: 30px; border-bottom: 1px solid #dddde5; }
.restaurant-menu-nav.nav-tabs > li, .user-dashboard .restaurant-menu-nav.nav-tabs > li { margin-bottom: 0; }
.restaurant-menu-nav.nav-tabs > li a { border-radius: 0; border: 0; margin: 0; font-size: 12px; border-top: 2px solid transparent; border-right: 1px solid transparent; border-left: 1px solid transparent; color: #2f313a; font-weight: 600; }
.restaurant-menu-nav.nav-tabs > li a:hover, .restaurant-menu-nav.nav-tabs > li a:focus, .restaurant-menu-nav.nav-tabs > li.active a { background-color: #fff; border: 0; -webkit-box-shadow: none !important; box-shadow: none !important; border-top: 2px solid #c33332; border-right: 1px solid #dddde5; border-left: 1px solid #dddde5; border-radius: 0 !important; }
.restaurant-menu-nav.nav-tabs > li a:hover:after, .restaurant-menu-nav.nav-tabs > li a:focus:after { opacity: 1; visibility: visible; }
.restaurant-menu-nav.nav-tabs > li a:after, .restaurant-menu-nav.nav-tabs > li a:after, .restaurant-menu-nav.nav-tabs > li.active a:after { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; bottom: -1px; left: 0; width: 100%; height: 10%; background: #fff; content: ""; opacity: 0; visibility: hidden; }
.restaurant-menu-nav.nav-tabs > li.active a:after { opacity: 1; visibility: visible; }
/*Restaurant Menu Sub Nav End*/

/* begin style home page */
.categories-holder { background-color: #fff; padding: 32px 0 0; border: 1px solid #ced3d9; text-align: center; margin-bottom: 60px; }
.categories-holder .categories-list { margin-bottom: 30px; }
.categories-holder .categories-list i { font-size: 40px; margin-bottom: 15px; display: block; }
.categories-holder .categories-list img { margin-bottom: 15px; }
.categories-holder .categories-list h6, .categories-holder .categories-list h6 a { text-transform: uppercase !important; font-size: 12px !important; color: #333333 !important; }


/* order status */
.status-timeline {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}

.status-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.status-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  right: -50%;
  height: 2px;
  background: #ddd;
  z-index: -1;
}

.status-step.active .step-icon {
  background: #0d6efd;
  color: white;
}

.step-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #ddd;
  margin-bottom: 0.5rem;
}

/* Customer Profile */
/* Adjust to match your theme's pentagon color */
/* Menu Category Buttons */
.category-nav {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.category-btn {
    background-color: white;
    border: 2px solid #fb6e14;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 5px;
    font-weight: 600;
    color: var(--dark-color);
    transition: all 0.3s;
}

.category-btn:hover, .category-btn.active {
    background-color: #fb6e14;
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
}