/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-cart a {
    text-decoration: none !important;
}

.woocommerce-cart .wc-block-grid__product-title {
    font-size: 18px;
    color: #121212;
}

.woocommerce-cart .wp-block-button__link.add_to_cart_button {
    border-radius: 5px !important;
    background-color: #F52F46;
    color: #fff
}

.woocommerce-cart .wp-block-button__link.add_to_cart_button:hover {
    background-color: #76BE1E;
}

.checkout .wb-row {
    display: flex;
    flex-wrap: wrap;
}

.checkout .wb-row .wb-form-row {
    position: relative;
    padding: 5px !important;
}

.checkout .wb-form-row label {
    padding-bottom: 0;
    clip: unset;
    clip-path: none;
    height: auto;
    position: absolute;
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6;
    white-space: nowrap;
    display: inline-block;
    z-index: 10;
    font-size: 12px;
    padding-left: 10px;
}

.checkout .wb-form-row .woocommerce-input-wrapper input {
    height: unset;
    padding: 1.75em .8em .48em !important;
    color: #000 !important;
}

.checkout .wb-form-row .woocommerce-input-wrapper strong {
    color: #000;
    line-height: 4.5 !important;
    padding: 1.75em .8em .48em !important;
}

.checkout .wb-form-row .woocommerce-input-wrapper .select2-selection,
.checkout .wb-form-row .woocommerce-input-wrapper #select2-billing_state-container,
.checkout .wb-form-row .woocommerce-input-wrapper #select2-shipping_state-container {
    padding: .35em .35em .48em;
    font-size: 14px ;
    color: #000
}

.checkout .wb-form-row .woocommerce-input-wrapper #billing_postcode {
    padding: 1.45em 0.65em .48em !important;
    font-size: 14px !important;
    color: #000 !important
}

.select2-results__options {
    background: #fff !important;
}

body .select2-results__options li.select2-results__option {
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #fff !important;
}

.wb-col-4 {
    flex: 0 0 auto;
    width: 33.33%;
}
.wb-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.wb-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.checkout dd.variation-ExtraToppings p {
    margin: 0 !important
}

.woocommerce-billing-fields .woocommerce-error.distance-error {
    font-size: 16px;
    padding: 10px
}

.woocommerce-order-received .page-header {
    display: none
}

.ty-top {
    text-align: center;
    margin-bottom: 75px;
}

.ty-top h2 {
    color: var( --e-global-color-accent );
    font-size: 24px;
}

.order-overview {
    display: flex;
    justify-content: center
}

.order-overview li {
    color: var( --e-global-color-accent );
    font-family: 'Poppins';
    font-size: 14px !important;
}

.order-overview li strong {
    color: #000;
    margin-top: 5px;
    font-family: 'Ruda';
    font-size: 14px !important;
}

    .roadmap-toggle {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #2c3e50;
        color: white;
        border: none;
        border-radius: 50px 0 0 50px;
        padding: 45px 20px;
        cursor: pointer;
        box-shadow: -2px 2px 15px rgba(0,0,0,0.2);
        z-index: 9;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    .roadmap-toggle:hover {
        background: #34495e;
        transform: translateY(-50%) translateX(-5px);
    }
	
	.roadmap-button-text {
		writing-mode: vertical-rl;
  		text-orientation: mixed;
		font-size: 1.2rem;
	}
    
    .roadmap-popup {
        position: fixed;
        right: -350px;
        top: 50%;
        transform: translateY(-50%);
        width: 320px;
        background: white;
        border-radius: 15px 0 0 15px;
        box-shadow: -5px 0 25px rgba(0,0,0,0.15);
        z-index: 9998;
        transition: right 0.4s ease;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
	
    .roadmap-popup.open {
        right: 0;
    }
    
    .roadmap-header {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 20px;
        border-radius: 15px 0 0 0;
        position: relative;
    }
    .roadmap-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
		color: white;
    }
    .roadmap-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .roadmap-close:hover {
        background: rgba(255,255,255,0.2);
    }
    
    .roadmap-content {
        padding: 20px;
    }
    
    .promo-item {
        background: #f8f9ff;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
        border-left: 4px solid;
    }
    .promo-330 { border-left-color: #3498db; }
    .promo-500 { border-left-color: #e74c3c; }
    .promo-shipping { border-left-color: #27ae60; background: #f0fff4; }
    
    .promo-title {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .promo-330 .promo-title { color: #3498db; }
    .promo-500 .promo-title { color: #e74c3c; }
    .promo-shipping .promo-title { color: #27ae60; }
    
    .promo-stats {
        font-size: 13px;
        color: #666;
        margin-bottom: 8px;
    }
    .promo-progress {
        background: #e9ecef;
        height: 6px;
        border-radius: 3px;
        overflow: hidden;
    }
    .promo-progress-bar {
        height: 100%;
        transition: width 0.3s ease;
        border-radius: 3px;
    }
    .promo-330 .promo-progress-bar { background: #3498db; }
    .promo-500 .promo-progress-bar { background: #e74c3c; }
    .promo-shipping .promo-progress-bar { background: #27ae60; }
										 
	.promo-link {
		width: 100%;
		display: flex;
	}

	.promo-link a {
		padding: 10px 15px;
		background: #76be1e;
		color: white;
		border-radius: 10px;
		width: 100%;
		text-align: center
	}

	.promo-link a:hover {
		background: #5a9117;
	}
    
    @media (max-width: 768px) {
        .roadmap-toggle {
            right: 15px;
            bottom: 20px;
            top: auto;
            transform: none;
            border-radius: 25px;
            width: 105px;
            height: 55px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
		
		.roadmap-button-text {
			writing-mode: horizontal-tb;
  			text-orientation: mixed;
		}
		
        .roadmap-popup {
            right: -100%;
            top: 0;
            transform: none;
            width: 100%;
            height: 100vh;
            border-radius: 0;
        }
        .roadmap-popup.open {
            right: 0;
        }
        .roadmap-header {
            border-radius: 0;
        }
    }