@media (max-width: 768px) {

    .sun-configure-product-panel-left, .sun-configure-product-chosen-attr {
        width: 100%;
    }

    .sun-configure-product-panel-left {
        padding-left: 3px;
        padding-right: 3px;
    }

    .sun-configure-product-chosen-attr {
        display: flex;
        flex-direction: row;
        padding: 5px 30px 5px 10px;
        align-items: center;
        justify-content: flex-start;
    }

    .sun-configure-product-chosen-attr-content {
        display: contents;
        padding: 0;
    }

    .sun-configure-product-chosen-attr-footer {
        padding: 0;
        justify-content: center;
        width: 64px;
        min-width: 64px;
        border: none;
    }

    .sun-configure-product-chosen-attr-footer-right {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 5px;
        z-index: 9;
        background-color: #fff;
        padding: 0 5px;
    }

    .sun-configure-product-chosen-attr-title {
        width: 100%;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
    }

    .sun-configure-product-chosen-attr-content #attr-name {
        width: 50%;
        font-size: 15px;
    }

    .sun-configure-product-chosen-attr-content #attr-price {
        font-weight: normal !important;
        font-size: 14px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-wrap: break-word;
        width: 60px;
    }

    .sun-configure-product-chosen-attr-content:has(#attr-price:empty) #attr-name {
        width: 100%;
    }

    .sun-configure-product-panel .sun-attr-name {
        font-size: 14px;
        line-height: 16px;
        padding: 0 4px;
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        float: right;
    }

    .wapf inside-sun-configure .wapf-field-input input {
        width: 100%;
    }
}