.custom-top-section{
    position: absolute !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: max-content;
    margin: 0 !important;
}
.page-id-15 .wd-page-content.main-page-wrapper{
    position: relative;
}
.page-id-15 .wpb-content-wrapper > *:nth-child(2) {
    margin-top: 480px;
}

.pewc-product-extra-groups {
    list-style-type: none !important;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list{
    display: none !important;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list.active{
    display: block !important;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-checkbox-wrapper{
    display: flex;
    align-items: center;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-field-label{
    display: inline-flex;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-checkboxes-list-wrapper{
    display: inline-flex;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-checkbox-wrapper label{
    display: flex;
    margin: 0;
    margin-right: 10px;
}
.pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-checkboxes-list-desc{
    font-size: 16px;
}
.pewc-checkbox-form-field {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.pewc-theme-element {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
label:hover .pewc-theme-element {
    border-color: #000;
}
.pewc-checkbox-form-field:checked + .pewc-theme-element {
    background: #000;
    border-color: #000;
}
.pewc-checkbox-form-field:checked + .pewc-theme-element::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media (max-width: 578px) {
    .pewc-product-extra-groups .pewc-item-products-checkboxes-list .pewc-checkboxes-list-desc{
        font-size: 15px;
    }
    .page-id-15 .wpb-content-wrapper > *:nth-child(2) {
        margin-top: 440px;
    }
}