.single-product .clickable_image{
    position: relative;
}

.single-product .clickable_image svg {
    max-width: 100%;
    height: auto;
}
.single-product .clickable_image .svg-wrapper {
    margin-top: 25%;
    position: relative;
}

.single-product .clickable_image svg rect.active {
    fill: #375AFB40 !important;
    border-radius: 30px;
    rx: 15;
    ry: 15;
}

.single-product .clickable_image svg rect {
    transition: fill 0.3s ease;
    pointer-events: all;
    cursor: pointer;
}

.single-product .wooco_components.wooco-components .wooco_component_product .select2-selection {
    height: 32px;
    font-size: inherit;
    padding: unset;
}

.single-product .wooco_components.wooco-components .wooco_component_product span.select2-selection__arrow {
    height: 26px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.single-product .select2-container .select2-dropdown {
    padding: 0;
}

.single-product .select2-container .select2-dropdown .select2-search__field {
    padding: 4px;
    height: auto;
    font-size: inherit;
    margin-bottom: inherit;
}

.single-product .wp-container-core-columns-is-layout-1 {
    background-color: white;
    border-radius: 16px;
    padding: 40px 20px;
}

.single-product .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    border-right: 1px solid #D4DBE1;
}

.single-product h1.wp-block-post-title {
    font-size: 32px;
}

.single-product span.woocommerce-Price-amount.amount {
    font-size: 32px;
    font-weight: 400;
}

.single-product .wooco_components .wooco_component.wooco_component_required .wooco_component_name:after {
    color: black;
}

.single-product .wooco_component_product {
    margin-top: 0;
}

.single-product .wooco_components .wooco_component {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 15px 0;
}

.single-product .wooco_component_product_selection .select2 {
    max-width: 280px;
    min-width: 280px;
}

.single-product a.wooco_component_product_link:before {
    content: "Go to product";
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 17px;
}

.single-product .wooco_component_product_link {
    width: 85px;
    background-position: center right;
    padding-right: 15px;
}

.single-product .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 32px;
}

.single-product .wooco_wrap:before {
    content: "Choose components";
    font-size: 18px;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 10px 0;
}

.single-product a.show-more {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.single-product .wp-block-post-excerpt__excerpt {
    font-size: 14px;
}


.clickable_image .notice p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.clickable_image .notice {
    width: 90%;
    text-align: center;
    border: 1px solid #D4DBE1;
    border-radius: 8px;
    margin: auto;
    padding: 9px 0px;
    position: relative;
    cursor: pointer;
}

.clickable_image .notice:before, .clickable_image .notice:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 10px;
    background-image: url(/wp-content/themes/twentytwentyfour/assets/images/blue-bulb.svg);
}

.clickable_image .notice:after {
    right: 10px;
    left: auto;
    top: 8px;
    background-image: url(/wp-content/themes/twentytwentyfour/assets/images/close.svg);
}

.single-product .wooco_components .wooco_component.active {
    background-color: #F6F8FF;
    position: relative;
    border-color: #fff;
}

.single-product .wooco_components .wooco_component.active:before {
    content: "";
    height: 100%;
    display: block;
    width: 16px;
    left: -20px;
    position: absolute;
    border-left: 4px solid #375AFB;
    background-color: #F6F8FF;
}

.single-product .select2-container .select2-dropdown {
    border-color: #375AFB;
    padding: 5px;
    border-bottom: 1px solid #375AFB;
    border-radius: 6px;
    border-top: 1px solid #375AFB;
    margin-top: 40px;
}

.single-product .select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F6F8FF;
    color: #111111;
}

.single-product .select2-results__option {
    font-size: 16px;
}

.country-select-dropdown-open {
    pointer-events: initial;
}

.clickable_image .rectBtn{
    position: absolute;
    pointer-events: none;
    background-image: url(/wp-content/themes/twentytwentyfour/assets/images/green-add.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.clickable_image .rectBtn.assigned {
    background-image: url(/wp-content/themes/twentytwentyfour/assets/images/blue-change.svg);
}