.wf-section-divider {
    border: none;
    border-top: 1px solid #dadada;
    margin: 24px 0 20px;
}

.wf-product-addons {
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
    margin: 16px 0 22px;
    padding: 14px 16px;
    border: 0.5px solid #d0d0d0;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.wf-product-addons__title {
    margin: 0 0 14px;
    font-family: Roboto, Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.6;
}
.wf-product-addons__notice {
    margin: 0 0 2px;
    font-size: 12px;
    color: #888;
    font-weight: 400;
}
.wf-product-addons__panel {
    padding: 0;
    display: block;
}
.wf-product-addons__panel--hidden {
    display: none;
}
.wf-product-slot {
    border: 0.5px solid #e0e0e0;
    border-radius: 5px;
    background: #fafafa;
    padding: 12px 14px;
    margin-bottom: 10px;
}
.wf-product-slot--hidden {
    display: none;
}
.wf-product-slot__top label {
    display: block;
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #666;
}
.wf-product-slot__select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 0.5px solid #d0d0d0;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
}
.wf-product-slot__qty {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 10px;
    border: 0.5px solid #d0d0d0;
    border-radius: 5px;
    overflow: hidden;
}
.wf-product-slot__qty-input {
    width: 52px;
    text-align: center;
    border: none;
    border-left: 0.5px solid #e0e0e0;
    border-right: 0.5px solid #e0e0e0;
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    padding: 6px 4px;
}
.wf-product-slot__qty-btn {
    cursor: pointer;
    border: none;
    background: #f5f5f5;
    color: #1a1a1a;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1;
}
.wf-product-slot__qty-btn:hover {
    background: #ebebeb;
}
.wf-slot-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.wf-product-slot__remove-btn {
    cursor: pointer;
    border: 0.5px solid #e0e0e0;
    border-radius: 5px;
    background: transparent;
    color: #c0392b;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1;
}
.wf-product-slot__remove-btn:hover {
    background: #fdf0ef;
}
.wf-product-addons__add-slot-btn {
    cursor: pointer;
    border: 0.5px dashed #c0c0c0;
    border-radius: 5px;
    background: transparent;
    color: #888;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1;
    width: 100%;
    margin-top: 4px;
}
.wf-product-addons__add-slot-btn:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}
.wf-product-summary {
    margin: 4px 0 0;
    border-top: 0.5px solid #e5e5e5;
    padding: 12px 0 0;
}
.wf-product-summary__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 15px;
    color: #666;
}
.wf-product-summary__line--grand {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 0.5px solid #e5e5e5;
}

.wf-addon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 0.5px solid #f0f0f0;
}
.wf-addon-row:last-of-type {
    border-bottom: none;
}
.wf-addon-row__checkbox {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}
.wf-addon-row__label-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.wf-addon-row__label {
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    margin: 0;
}
.wf-addon-info-btn {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bbb;
    background: transparent;
    color: #999;
    font-size: 10px;
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: border-color 0.15s, color 0.15s;
}
.wf-addon-info-btn:hover,
.wf-addon-info-btn.is-active {
    border-color: #555;
    color: #555;
}
.wf-addon-info-panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 0 0 26px;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding-bottom 0.25s ease;
    font-size: 13px;
    color: #666;
    font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
}
.wf-addon-info-panel.is-open {
    max-height: 200px;
    opacity: 1;
    padding: 4px 0 10px 26px;
}
.wf-addon-info-panel__desc {
    margin: 0 0 6px;
    line-height: 1.5;
}
.wf-addon-info-panel__link {
    color: #555;
    font-size: 12px;
    text-decoration: underline;
}
.wf-addon-info-panel__link:hover {
    color: #1a1a1a;
}
.wf-addon-row__qty {
    display: inline-flex;
    align-items: center;
    border: 0.5px solid #d0d0d0;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.wf-product-addons__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
}
.wf-product-addons__toggle input[type="checkbox"] {
    display: none;
}
.wf-product-addons__toggle-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(255, 110, 0);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
}

.wf-product-summary {
    border-top: none;
}

.wf-product-slot__qty-input::-webkit-outer-spin-button,
.wf-product-slot__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wf-product-slot__qty-input[type="number"] {
    -moz-appearance: textfield;
}

input.qty {
    border: 0.5px solid #d0d0d0;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding: 6px 4px;
    width: 60px;
}
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.qty[type="number"] {
    -moz-appearance: textfield;
}

.quantity {
    display: inline-flex !important;
    align-items: stretch;
    border: 0.5px solid #d0d0d0;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}
.quantity input.qty {
    border: none !important;
    border-left: 0.5px solid #e0e0e0 !important;
    border-right: 0.5px solid #e0e0e0 !important;
    border-radius: 0 !important;
    width: 44px !important;
    text-align: center;
    font-size: 14px;
    padding: 0 4px !important;
    background: #fff !important;
    margin: 0 !important;
}
.wf-main-qty-btn {
    cursor: pointer;
    border: none;
    background: #f5f5f5;
    color: #1a1a1a;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}
.wf-main-qty-btn:hover {
    background: #ebebeb;
}

@media (max-width: 980px) {
    .wf-product-addons {
        padding: 12px;
    }
    .wf-product-slot__qty {
        width: 100%;
    }
    .wf-product-slot__qty-input {
        flex: 1;
    }
    .wf-product-summary__line {
        font-size: 13px;
    }
}