/*
Theme Name: Pizza And More
Author: Jeff Williams
Description: Joyce Tech
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.modal__header .modal__close:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    position: absolute !important;
}
li.cart_item.rpress_checkout a {
    background: #9d241d !important;
}
button.modal__close {
    position: relative;
}
.fooditemsss li.rpress-category-item  a {
width: 100% !important;
display: block;
padding: 10px;
border: 1px solid !important;
    margin-bottom:5px;
    border-radius:5px;
    
}
.fooditemsss li.rpress-category-item  a:hover {
    background:#9d241d;
    color:#fff;
    
}

.fooditemsss li.rpress-category-item a.active {
    background:#9d241d !important;
    color:#fff;
}
.fooditemsss li.rpress-category-item {
padding:0 !important;
}
.radio-container .control__indicator {
    top: -4px !important;
}
a.center.submit-fooditem-button.text-center.inline.rp-col-md-6 {
    display: flex;
    align-items: center;
}

a.center.submit-fooditem-button.text-center.inline.rp-col-md-6 span {
    display: inline-block;
    padding: 4px 20px;
    background: #aa403a;
    border-radius: 5px;
    color: #fff;
}
.food-item-list {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.food-item-list .rpress-addon-quantity {
    margin: 0 !important;
}
.rpress_purchase_submit_wrapper a {
    background: #9d241d;
    color: #fff !important;
    padding: 5px 26px 10px;
    border-radius: 50px;
}
.rpress_purchase_submit_wrapper svg {
    filter: invert(1);
}
button.modal__close {
    float: right;
    padding: 14px;
    background: #000;
    color: #fff;
}

button.modal__close:before {
    content: 'X';
    padding: 4px;
    font-family: 'Poppins';
}
div#rpress_checkout_wrap .rp-checkout-service-option {
    display: none;
}
.customorder a.rpress-add-to-cart span {
    display: unset !important;
    padding:5px
}
a.rpress-add-to-cart.circle.rpress-submit span {

    color:#fff !important;
}
a.rpress-add-to-cart.circle.rpress-submit  {
    width: 100% !important;
    background:#9d241d !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
}



.productscs .tc-container h3 {
    font-size: 20px;
}

.productscs .tc-container ul {
    gap: 6px !important;
}

.productscs .tc-container ul bdi {
    color: #000;
}
.productscs .tc-section-inner-wrap {
    height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}
.productscs  dd.tm-options-totals span {
    color: #000 !important;
}

.productscs  span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 30px;
}



.productscs .tc-section-inner-wrap::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.productscs .tc-section-inner-wrap::-webkit-scrollbar
{
	width: 6px;
	background-color: #9d241d;
}

.productscs .tc-section-inner-wrap::-webkit-scrollbar-thumb
{
	background-color: #9d241d;
}
p.e-woocommerce-coupon-nudge.e-checkout-secondary-title {
    display: none;
}

@keyframes floatPizza{
	0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-12px);
}
100% {
    transform: translateY(0);
}

}
.king-hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    animation: floatPizza 3.2s 
ease-in-out infinite;
}