/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/

.wooco_component_desc {
    padding: 16px 0px;
    border-bottom: 1px dashed #101828 !important;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item{
    border:unset;
    margin-bottom:16px;
    padding:0px;
}
.wooco_component_product > div.wooco_component_product_selection {
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E9F0;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose span:before {
    content: "+";
    color: #2c3e50;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: unset;
    text-align: center;
    font-size: 25px;
    border-radius: 50% !important;
    border-width: 1px;
    border-style: solid;
    border-color: #2c3e50;
    border-image: initial;
    box-sizing: border-box;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item.wooco_item_selected .wooco_component_product_selection_list_item_choose span:before{
    color: #fff !important;
    background-color: #2c3e50 !important;
    content: "✓";
    border-radius: 50% !important;
}
.custom-product-container {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.left-gallery {
    width: 60%;
}

.right-summary {
    width: 40%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-box {
    margin-top: 20px;
}

.event-row {
    margin-bottom: 15px;
}

.event-row label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.price-section {
    margin: 20px 0;
}

.add-to-cart button {
    width: 100%;
}

