.popular-dishes .filters-nav li a.active {
    border-color: #D8AB37;
    background-color: #fff;
    color: #D8AB37;
}


.masonary {
    height: 600px !important;
}

.logo img {
    width: 200px;
}

header nav ul li a.active {
    color: #D8AB37;
}

.swiper.thumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-inner h2 {
    font-size: 2rem;
}

span.badge {
    font-family: "Solway", serif;
}

span.custom-badge {
    background: #d75717;
    color: white;
}

h3.product-price {
    margin-top: 1rem;
    font-size: 25px;
    font-weight: 500;
    color: #df4d04;
}

p.product-desc {
    font-family: "Solway", serif;
}

.toggle.payment {
    margin-top: 1rem;
}

.toggle.payment h4 {
    font-size: 16px;
}

.toggle.payment {
    margin-top: 2rem;
}
.toggle.payment span {
    font-size: 16px !important;
}
.payment .toggle-item .content {
    padding: 40px 0;
}

div#card-element {
    padding: 12px 6px;
    border: 1px solid;
    border-radius: 5px;
}
.featured-item a {
    font-size: 22px;
}

.products-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.products-item .pd-thumbnail {
    margin-bottom: 45px;
    width: 100%;
    height: 250px;
}

.products-item .pd-item > strong {
    font-size: 22px;
    display: block;
    color: #2F3237;
    margin: 15px 0;
}

.products-item .pd-thumbnail img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-inner p {
    font-family: 'Montserrat';
}