/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
    background-color: #F5F3E8 !important;
    line-height: 1.5;
}
.pizza-hero {
    position: relative;
    width: 45%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	background:
radial-gradient(circle at center,
rgba(255,190,80,0.08),
transparent 70%);
}

/* Pizza image */
.pizza-hero #rotate-img {
    width: 96%;
    height: auto;
    display: block;
    animation: pizzaRotate 40s linear infinite;
    filter: drop-shadow(0 0px 60px #f9b165)        drop-shadow(0 44px 45px #f9b165);
    transform-origin: center center;
}

/* Rotating dashed border */
.pizza-hero::before {
    content: "";
    position: absolute;
    border: 2px dashed rgb(222 194 127);
    border-radius: 50%;
    animation: borderRotate 18s linear infinite reverse;
    pointer-events: none;
    box-shadow: 0 0 12px rgba(255, 190, 80, 0.18),
        inset 0 0 12px rgba(255, 190, 80, 0.08);
}

/* Pizza rotation */

.banner-bg {
	background: linear-gradient(45deg, #ffd8af 0%, #ffe5cc 25%, #fed7ad 50%, #fff3e7 75%, #ffdab3 100%);
}
@keyframes pizzaRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Border rotation */
@keyframes borderRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.sa-icon-carousel img {
    filter: invert(47%) sepia(40%) saturate(1800%) hue-rotate(325deg) brightness(95%) contrast(90%);
}
.footer-bg:before {
    backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(45, 16, 12, 0) 0%, #2d100c 77.47747747747748%) !important;
    opacity: 1;
    content: '';
}

.footer-logo {
    filter: brightness(0) invert(1);
}

/* =====================================================
   WooCommerce Menu Section â€” style.css
   ===================================================== */

/* Outer wrapper â€” dark background with gold border */
.wc-menu-section {
    padding: 20px;
}

/* Gold border box */
.wc-menu-inner {
    padding: 40px 48px;
    display: flex;
    flex-direction: row;
    gap: 0;
	border-radius: 8px;
}

/* One-column variant */
.wc-menu-one-col .wc-menu-inner {
    flex-direction: column;
    gap: 0;
}

/* Each column takes exactly 50% width */
.wc-menu-column {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
}


.wc-menu-column:first-child {
    padding-right: 40px;
}

.wc-menu-one-col .wc-menu-column {
    width: 100%;
	padding-right: 0px;
}

.wc-menu-column:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid #ff9f00;
}
/* Single menu row */
.wc-menu-item {
    display: flex;
    align-items: baseline;
    line-height: 1.2;
    flex-direction: column;
    border-bottom: 1px dashed #ffdbb473;
    padding: 20px;
    gap: 10px;
}
.wc-menu-item .wc-menu-item-header {
    display: flex;
   
    width: 100%;
}

.wc-menu-name {
    font-size: 23px;
    font-weight: 600;
    color: #FAFAFA;
    letter-spacing: 0.02em;
    white-space: normal;
    word-break: break-word;
    flex-shrink: 1;
    min-width: 0;
    text-transform: capitalize;
    font-family: "Cinzel", Sans-serif;
}
.wc-menu-description {
    color: #ffffffba;
}

/* Dotted line fill â€” grows to fill available space */
.wc-menu-dots {
    flex: 1;
    /*border-bottom: 2px dotted #fafafaa3;*/
    margin: 0 10px 3px 10px;
    min-width: 20px;
}

/* Price */
.wc-menu-price {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
}

.orange-bg {background: linear-gradient(#ff9f00 0%, #e45202 100%);}



.marquee-outer {
    overflow: hidden;
    width: 120%;
    margin-left: -10%;
    padding: 30px 0;
    background: #EE032B;
    transform: rotate(
1deg);
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -25px;
}

  .scroll-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
  }

.scroll-marquee-track span {
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    padding-right: 80px;
}

  .scroll-marquee-track span em {
    font-style: normal;
    color: #fe9f00;
    margin-right: 80px;
}
#fdoe-left-left-container .fdoe_menuitem {
    color: black;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 12px;
    text-decoration: none !important;
    font-size: 18px;
}
a:focus {
    outline: none !important;
    outline-offset: 0px !important;
}

#the_menu, .fdoe-item:hover  {
    box-shadow: none !important;
}
.fdoe_title h5 b {
    font-size: 18px;
    color: #080808;
    letter-spacing: 0.02em;
    flex-shrink: 1;
    text-transform: capitalize;
    font-family: "Alata", Sans-serif;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    display: block;
}
.menu_titles {
    font-family: "Cinzel", Sans-serif;
    font-size: 28px !important;
    color: #ee032a;
    font-weight: 600;
    text-align: left !important;
    margin: 0 !important;
    padding: 28px 0 0 0 !important;
}
.woocommerce-mini-cart__buttons a {
    font-weight: 700 !important;
}
.aromodal-body .fdoe-modal-2-title {
    font-size: 22px;
    color: #080808;
    letter-spacing: 0.02em;
    flex-shrink: 1;
    text-transform: capitalize;
    font-family: "Alata", Sans-serif;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    display: block;
}
.aromodal-body form .fdoe-minus, .aromodal-body form .fdoe-plus {
    padding: 0px !important;
    margin: 0px 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 6px;
    width: 45px;
    height: 43px;
    margin-left: 12px;
}
.aromodal-body form .qty {
    height: 40px !important;
    display: flex;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.aromodal-body form .single_add_to_cart_button {
    padding: 10px 35px !important;
    border-radius: 50px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.aromodal-body form.cart {
    display: grid;
    justify-items: stretch;
    grid-auto-flow: row;
    align-content: center;
    justify-content: start;
    gap: 0 !important;
    margin-top: 12px !important;
}

.aromodal-body form h3 {
    font-size: 15px;
    margin-top: 5px;
    color: #ef616c;
    width: 100%;
    margin-bottom: 3px;
}
.aromodal-body table.variations th label, .aromodal-body table.variations th {
    margin-top: 12px;
    margin-bottom: 0;
	color: #ef616c;
	 font-size: 15px;
}
.aromodal-body table.variations select {
    padding: 3px 12px !important;
}

.aromodal-body form textarea {
    height: 70px !important;
    min-height: 12px !important;
}
#wapo-total-price-table {
    margin: 0;
}
#wapo-total-price-table td, #wapo-total-price-table th {
    border: 1px solid #ccc !important;
    padding: 0px 8px;
    font-size: 14px;
}
.fdoe-handheld-footer-bar a.checkout span {
    width: 100% !important;
    display: block !important;
    padding: 5px;
    background-color: #ff9f00 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
}
.offer-box h3 {
	color:#f2f2f2 !important;
}

.offer-box p {
    height: 100%;
    align-content: center;
    justify-content: center;
}
.site-navigation li a {
    font-weight: 500;
}
#menucat_23 .fdoe-item  .fdoe_item_price {
    display: none;
}
.woocommerce-mini-cart__buttons {
    text-align: center;
}
.ast-mobile-popup-content .menu-item a {
    color: #fff !important;
}
/*mobile*/
@media (max-width: 767px) {
	.pizza-hero {
		width: 80%;
	}
	.pizza-hero #rotate-img {
		filter: drop-shadow(0 0px 36px #f9b165) drop-shadow(0 36px 10px #f9b165);
	}
	.scroll-marquee-track span {
    	font-size: 1.3rem;
		padding-right: 3px;
    }
	.scroll-marquee-track span em {
		margin-right: 3px;
	}
	.marquee-outer {
		padding: 26px 0;
		width: auto;
		overflow: hidden;
		contain: strict;
		will-change: transform;
		display: flex;
		align-items: center;
	}
	.wc-menu-section {
        padding: 0px;
        overflow-x: hidden;
    }

    .wc-menu-inner {
        flex-direction: column;
        gap: 0;
        padding: 0px;
        overflow-x: hidden;
    }

    .wc-menu-column {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-left: none !important;
    }

    .wc-menu-item {
        flex-wrap: wrap;
    }

    .wc-menu-name {
        white-space: normal;
        word-break: break-word;
        flex-shrink: 1;
        min-width: 0;
        max-width: 65%;
    }

    .wc-menu-name,
    .wc-menu-price {
        font-size: 22px;
    }

    .wc-menu-dots {
        min-width: 10px;
    }
	.aromodal-body form.cart {
		display: grid;
		justify-items: center;
		grid-auto-flow: row;
		align-content: start;
		gap: 5px !important;
		margin-top: 12px !important;
		width: 100%;
		align-items: start;
		justify-content: center;
	}
}
