/*!
Theme Name: Brulloft
Theme URI: https://wp.rrdevs.net/brulloft
Author: RRdevs
Author URI: htrrs://themeforest.net/user/rrdevs
Description: Brulloft – Wedding planner WordPress Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brulloft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
 
 .addon-wrapper {
    margin-top: 40px;
}

.addon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.addon-card {
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    background: #fff;
}

.addon-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.addon-card.active {
    border: 2px solid #207262;
}

.addon-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.addon-content {
    padding: 15px;
}

.addon-price {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.addon-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: scale(1.3);
}

.addon-total-box {
    margin-top: 30px;
    padding: 20px;
    background: #f8f8f8;
}

.addon-item {
    border: 1px solid #eee;
    padding: 15px;
    cursor: pointer;
    text-align: center;
}


.see-addons-btn {
    margin-top: 12px;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #000, #444);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.see-addons-btn:hover {
    background: linear-gradient(135deg, #444, #000);
    transform: translateY(-2px);
}

.single_add_to_cart_button {
    width: 100%;
}

#addon-section {
    scroll-margin-top: 120px; /* adjust based on your header height */
}

.booking-summary-card {
    background: #fff;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: sticky;
    top: 100px;
}

.summary-block {
    margin-bottom: 20px;
}

.summary-block ul {
    list-style: none;
    padding: 0;
}

.summary-block li {
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #f6f6f6;
}

.summary-total {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 18px;
}

.ff-el-form-control {
    border-radius: 0px;
    padding: 10px;
}

.ff-btn-submit, .confirm-book-btn{
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #377258 !important;
    border-radius:0 !important;
    line-height: 18px !important;
}
.details-rating {
	display: none;
	visibility: hidden;
}

.sticky-book-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    z-index: 9999;
}

.sticky-book-bar span {
    font-size: 16px;
    font-weight: 600;
}

.sticky-book-bar button {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.remove-addon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
}

.remove-addon span {
    pointer-events: none; /* 🔥 IMPORTANT FIX */
    font-size: 14px;
}

.remove-addon:hover {
    background: #377258;
    color: #fff;
    transform: scale(1.1);
}
.breadcrumb__height {
height: 200px !important;
padding-top: 90px !important;
    padding-bottom: 60px !important;
}
.breadcrumb__list {
display: none !important;
}

.breadcrumb__area {
display: none !important;
}
#header-sticky {
border-bottom:1px solid #f3f3f3;
}

.addon-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 15px;
    padding: 6px 0;
}

.addon-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:70%;
}

.addon-price {
    min-width: 60px;
    text-align: right;
    font-weight: 500;
}

.remove-addon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
}