/**
* PDA v1.1.1
* (c) 2024 Product Designer App
* @license GPLv3
* Unminify code for Dev
* Style
**/
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --pdapp-secondary-bg: #fff;
    --pdapp-border-radius: 0.25rem;
    --pdapp-border-radius-sm: 0.2rem;
    --pdapp-border-radius-lg: 0.3rem;
    --pdapp-border-radius-xl: 1rem;
    --pdapp-border-radius-2xl: 2rem;
    --pdapp-border-radius-pill: 50rem;
    --pdapp-border-width: 1px;
    --pdapp-border-style: solid;
    --pdapp-border-color: #dee2e6;
    --pdapp-primary-rgb: 102, 88, 221;
    --pdapp-secondary-rgb: 108, 117, 125;
    --pdapp-success-rgb: 26, 188, 156;
    --pdapp-info-rgb: 67, 191, 229;
    --pdapp-warning-rgb: 247, 184, 75;
    --pdapp-danger-rgb: 241, 85, 108;
    --pdapp-light-rgb: 243, 247, 249;
    --pdapp-info: #43bfe5;
    --pdapp-primary: #6658dd;
    --pdapp-white: #fff;
    --pdapp-gray-900: #323a46;
    --pdapp-app-bg: var(--pdapp-white);
    --pdapp-tooltip-bg: var(--pdapp-gray-900);
    --pdapp-ruler-bar: var(--pdapp-primary);
    --pdapp-tooltip-color: #fff;
}
#pdapp_product_options_box{
    position: relative;
}
#pdapp_productdata_tab a::before{
    content: "\f540" !important;
}
#pdapp_product_options_panel .pdapp-row {
    --pdapp-gutter-x: 24px;
    --pdapp-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--pdapp-gutter-y));
    margin-right: calc(-0.5 * var(--pdapp-gutter-x));
    margin-left: calc(-0.5 * var(--pdapp-gutter-x));
}
#pdapp_product_options_panel .pdapp-row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--pdapp-gutter-x) * 0.5);
    padding-left: calc(var(--pdapp-gutter-x) * 0.5);
    margin-top: var(--pdapp-gutter-y);
}
#pdapp_product_options_panel .pdapp-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
#pdapp_product_options_panel .pdapp-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
#pdapp_product_options_panel .pdapp-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}
#pdapp_product_options_panel .pdapp-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
#pdapp_product_options_panel .pdapp-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
#pdapp_product_options_panel .pdapp-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
#pdapp_product_options_panel .pdapp-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
#pdapp_product_options_panel .pdapp-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
#pdapp_product_options_panel .pdapp-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
#pdapp_product_options_panel .pdapp-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
#pdapp_product_options_panel .pdapp-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
#pdapp_product_options_panel .pdapp-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
#pdapp_product_options_panel .pdapp-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}
#pdapp_product_options_panel .pdapp-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    #pdapp_product_options_panel .pdapp-col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    #pdapp_product_options_panel .pdapp-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    #pdapp_product_options_panel .pdapp-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    #pdapp_product_options_panel .pdapp-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    #pdapp_product_options_panel .pdapp-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    #pdapp_product_options_panel .pdapp-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    #pdapp_product_options_panel .pdapp-col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    #pdapp_product_options_panel .pdapp-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #pdapp_product_options_panel .pdapp-col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    #pdapp_product_options_panel .pdapp-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1400px) {
    #pdapp_product_options_panel .pdapp-col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #pdapp_product_options_panel .pdapp-col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
#pdapp_product_options_panel .pdapp-btn{
    --pdapp-btn-padding-x: 0.9rem;
    --pdapp-btn-padding-y: 0.45rem;
    --pdapp-btn-font-size: 0.875rem;
    --pdapp-btn-font-weight: 400;
    --pdapp-btn-line-height: 1.5;
    --pdapp-btn-color: #6c757d;
    --pdapp-btn-bg: transparent;
    --pdapp-btn-border-width: var(--pdapp-border-width);
    --pdapp-btn-border-color: transparent;
    --pdapp-btn-border-radius: var(--pdapp-border-radius);
    --pdapp-btn-hover-border-color: transparent;
    --pdapp-btn-box-shadow: 0px 2px 6px 0px;
    --pdapp-btn-disabled-opacity: 0.65;
    --pdapp-btn-focus-box-shadow: 0 0 0 0.15rem rgba(var(--pdapp-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--pdapp-btn-padding-y) var(--pdapp-btn-padding-x);
    font-family: var(--pdapp-btn-font-family);
    font-size: var(--pdapp-btn-font-size);
    font-weight: var(--pdapp-btn-font-weight);
    line-height: var(--pdapp-btn-line-height);
    color: var(--pdapp-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--pdapp-btn-border-width) solid var(--pdapp-btn-border-color);
    border-radius: var(--pdapp-btn-border-radius);
    background-color: var(--pdapp-btn-bg);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#pdapp_product_options_panel .pdapp-btn:disabled {
    color: var(--pdapp-btn-disabled-color);
    pointer-events: none;
    background-color: var(--pdapp-btn-disabled-bg);
    border-color: var(--pdapp-btn-disabled-border-color);
    opacity: var(--pdapp-btn-disabled-opacity);
}
#pdapp_product_options_panel .pdapp-btn-sm {
    --pdapp-btn-padding-y: 0.28rem;
    --pdapp-btn-padding-x: 0.8rem;
    --pdapp-btn-font-size: 0.765625rem;
    --pdapp-btn-border-radius: var(--pdapp-border-radius-sm);
}
#pdapp_product_options_panel .pdapp-btn.pdapp-btn-primary{
    --pdapp-btn-color: #fff;
    --pdapp-btn-bg: #6658dd;
    --pdapp-btn-border-color: #6658dd;
    --pdapp-btn-hover-color: #fff;
    --pdapp-btn-hover-bg: #574bbc;
    --pdapp-btn-hover-border-color: #5246b1;
    --pdapp-btn-focus-shadow-rgb: 125, 113, 226;
    --pdapp-btn-active-color: #fff;
    --pdapp-btn-active-bg: #5246b1;
    --pdapp-btn-active-border-color: #4d42a6;
    --pdapp-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --pdapp-btn-disabled-color: #fff;
    --pdapp-btn-disabled-bg: #6658dd;
    --pdapp-btn-disabled-border-color: #6658dd;
}
#pdapp_product_options_panel .pdapp-btn.pdapp-btn-danger{
    --pdapp-btn-color: #fff;
    --pdapp-btn-bg: #f1556c;
    --pdapp-btn-border-color: #f1556c;
    --pdapp-btn-hover-color: #fff;
    --pdapp-btn-hover-bg: #cd485c;
    --pdapp-btn-hover-border-color: #c14456;
    --pdapp-btn-focus-shadow-rgb: 243, 111, 130;
    --pdapp-btn-active-color: #fff;
    --pdapp-btn-active-bg: #c14456;
    --pdapp-btn-active-border-color: #b54051;
    --pdapp-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --pdapp-btn-disabled-color: #fff;
    --pdapp-btn-disabled-bg: #f1556c;
    --pdapp-btn-disabled-border-color: #f1556c;
}
#pdapp_product_options_panel .pdapp-btn-info {
    --pdapp-btn-color: #fff;
    --pdapp-btn-bg: #43bfe5;
    --pdapp-btn-border-color: #43bfe5;
    --pdapp-btn-hover-color: #fff;
    --pdapp-btn-hover-bg: #39a2c3;
    --pdapp-btn-hover-border-color: #3699b7;
    --pdapp-btn-focus-shadow-rgb: 95, 201, 233;
    --pdapp-btn-active-color: #fff;
    --pdapp-btn-active-bg: #3699b7;
    --pdapp-btn-active-border-color: #328fac;
    --pdapp-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --pdapp-btn-disabled-color: #fff;
    --pdapp-btn-disabled-bg: #43bfe5;
    --pdapp-btn-disabled-border-color: #43bfe5;
}
#pdapp_product_options_panel .pdapp-btn.pdapp-btn-light {
    --pdapp-btn-color: #323a46;
    --pdapp-btn-bg: #f3f7f9;
    --pdapp-btn-border-color: #f3f7f9;
    --pdapp-btn-hover-color: #323a46;
    --pdapp-btn-hover-bg: #cfd2d4;
    --pdapp-btn-hover-border-color: #c2c6c7;
    --pdapp-btn-focus-shadow-rgb: 214, 219, 222;
    --pdapp-btn-active-color: #323a46;
    --pdapp-btn-active-bg: #c2c6c7;
    --pdapp-btn-active-border-color: #b6b9bb;
    --pdapp-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --pdapp-btn-disabled-color: #323a46;
    --pdapp-btn-disabled-bg: #f3f7f9;
    --pdapp-btn-disabled-border-color: #f3f7f9;
}
#pdapp_product_options_panel .pdapp_product_options_topbox{
    display: flex;
    gap: 10px;
    margin: 10px;
}
#pdapp_product_options_panel .pdapp_product_options_box{
    margin: 10px;
    padding-top: 5px;
    border-top: 1px solid #f1f1f1;
}
#pdapp_product_options_panel .pdapp-btn-spinner{
    --pdapp-spinner-width: 1rem;
    --pdapp-spinner-height: 1rem;
    --pdapp-btn-spinner-width: 0.2em;
    --pdapp-spinner-vertical-align: -0.125em;
    --pdapp-spinner-animation-speed: 0.75s;
    --pdapp-spinner-animation-name: pdapp-btn-spinner;
    border: var(--pdapp-btn-spinner-width) solid currentcolor;
    border-right-color: transparent;
}
#pdapp_product_options_panel .pdapp-btn-spinner {
    display: inline-block;
    width: var(--pdapp-spinner-width);
    height: var(--pdapp-spinner-height);
    vertical-align: var(--pdapp-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--pdapp-spinner-animation-speed) linear infinite var(--pdapp-spinner-animation-name);
    animation: var(--pdapp-spinner-animation-speed) linear infinite var(--pdapp-spinner-animation-name);
}
@-webkit-keyframes pdapp-btn-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pdapp-btn-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    #pdapp_product_options_panel .pdapp-btn-spinner{
        --pdapp-spinner-animation-speed: 1.5s;
    }
}
#pdapp_product_options_panel .pdapp-none{
    display: none !important;
}
#pdapp_product_options_panel .pdapp-block{
    display: block !important;
}
#pdapp_product_options_panel [class*="tooltip"]{
    position: relative;
    display: inline-block;
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
}
#pdapp_product_options_panel [class*="tooltip"]:before,
#pdapp_product_options_panel [class*="tooltip"]:after{
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}
#pdapp_product_options_panel [class*="tooltip"]:hover:before,
#pdapp_product_options_panel [class*="tooltip"]:hover:after{
    visibility: visible;
    opacity: 1;
}
#pdapp_product_options_panel [class*="tooltip"]:hover:before,
#pdapp_product_options_panel [class*="tooltip"]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}
#pdapp_product_options_panel [class*="tooltip"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 9;
}
#pdapp_product_options_panel [class*="tooltip"]:after {
    --pdapp-tooltip-zindex: 9;
    --pdapp-tooltip-max-width: 200px;
    --pdapp-tooltip-padding-x: 0.8rem;
    --pdapp-tooltip-padding-y: 0.35rem;
    --pdapp-tooltip-margin: 0;
    --pdapp-tooltip-font-size: 0.8rem;
    --pdapp-tooltip-color: #fff;
    --pdapp-tooltip-border-radius: 0.2rem;
    --pdapp-tooltip-opacity: 1;
    z-index: var(--pdapp-tooltip-zindex);
    display: block;
    font-family: var(--pdapp-font-face);
    font-style: normal;
    font-weight: 500;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    width: max-content;
    line-break: auto;
    max-width: var(--pdapp-tooltip-max-width);
    padding: var(--pdapp-tooltip-padding-y) var(--pdapp-tooltip-padding-x);
    color: var(--pdapp-tooltip-color);
    text-align: center;
    background-color: var(--pdapp-tooltip-bg);
    border-radius: var(--pdapp-tooltip-border-radius);
    font-size: var(--pdapp-tooltip-font-size);
    word-wrap: break-word;
    opacity: var(--pdapp-tooltip-opacity);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
#pdapp_product_options_panel [class*="tooltip"][data-tooltip]:after {
    content: attr(data-tooltip);
}
#pdapp_product_options_panel [data-tooltip='']:before,
#pdapp_product_options_panel [data-tooltip='']:after {
    display: none !important;
}
#pdapp_product_options_panel .tooltip-top-left:before {
    border-top-color: var(--pdapp-tooltip-bg);
}
#pdapp_product_options_panel .tooltip-top-right:before {
    border-top-color: var(--pdapp-tooltip-bg);
}
#pdapp_product_options_panel .tooltip-top:before {
    border-top-color: var(--pdapp-tooltip-bg);
}
#pdapp_product_options_panel .tooltip-bottom-left:before {
    border-bottom-color: var(--pdapp-tooltip-bg); 
}
#pdapp_product_options_panel .tooltip-bottom-right:before {
    border-bottom-color: var(--pdapp-tooltip-bg); 
}
#pdapp_product_options_panel .tooltip-bottom:before {
    border-bottom-color: var(--pdapp-tooltip-bg); 
}
#pdapp_product_options_panel .tooltip-left:before {
    border-left-color: var(--pdapp-tooltip-bg); 
}
#pdapp_product_options_panel .tooltip-right:before {
    border-right-color: var(--pdapp-tooltip-bg);
}
#pdapp_product_options_panel .tooltip-top:before {
    margin-bottom: -11px;
}
#pdapp_product_options_panel .tooltip-top:before, #pdapp_product_options_panel .tooltip-top:after {
    bottom: 100%;
    left: 50%; 
}
#pdapp_product_options_panel .tooltip-top:before {
    left: calc(50% - 6px); 
}
#pdapp_product_options_panel .tooltip-top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); 
}
#pdapp_product_options_panel .tooltip-top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); 
}
#pdapp_product_options_panel .tooltip-top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px); 
}
#pdapp_product_options_panel .tooltip-bottom:before {
    margin-top: -11px;
}
#pdapp_product_options_panel .tooltip-bottom:before, #pdapp_product_options_panel .tooltip-bottom:after {
    top: 100%;
    left: 50%;
}
#pdapp_product_options_panel .tooltip-bottom:before {
    left: calc(50% - 6px);
}
#pdapp_product_options_panel .tooltip-bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pdapp_product_options_panel .tooltip-bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); 
}
#pdapp_product_options_panel .tooltip-bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px); 
}
#pdapp_product_options_panel .tooltip-right:before {
    margin-left: -11px;
    margin-bottom: -6px;
}
#pdapp_product_options_panel .tooltip-right:after {
    margin-bottom: -14px;
}
#pdapp_product_options_panel .tooltip-right:before, #pdapp_product_options_panel .tooltip-right:after {
    left: 100%;
    bottom: 50%;
}
#pdapp_product_options_panel .tooltip-right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); 
}
#pdapp_product_options_panel .tooltip-right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); 
}
#pdapp_product_options_panel .tooltip-left:before {
    margin-right: -11px;
    margin-bottom: -6px; 
}
#pdapp_product_options_panel .tooltip-left:after {
    margin-bottom: -15px; 
}
#pdapp_product_options_panel .tooltip-left:before, #pdapp_product_options_panel .tooltip-left:after {
    right: 100%;
    bottom: 50%; 
}
#pdapp_product_options_panel .tooltip-left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); 
}
#pdapp_product_options_panel .tooltip-left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); 
}
#pdapp_product_options_panel .tooltip-top-left:before {
    margin-bottom: -11px; 
}
#pdapp_product_options_panel .tooltip-top-left:before,
#pdapp_product_options_panel .tooltip-top-left:after {
    bottom: 100%;
    left: 50%; 
}
#pdapp_product_options_panel .tooltip-top-left:before {
    left: calc(50% - 6px); 
}
#pdapp_product_options_panel .tooltip-top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); 
}
#pdapp_product_options_panel .tooltip-top-left:after {
    margin-left: 25px; 
}
#pdapp_product_options_panel .tooltip-top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
#pdapp_product_options_panel .tooltip-top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px); 
}
#pdapp_product_options_panel .tooltip-top-right:before {
    margin-bottom: -11px; 
}
#pdapp_product_options_panel .tooltip-top-right:before,
#pdapp_product_options_panel .tooltip-top-right:after {
    bottom: 100%;
    left: 50%; 
}
#pdapp_product_options_panel .tooltip-top-right:before {
    left: calc(50% - 6px); 
}
#pdapp_product_options_panel .tooltip-top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); 
}
#pdapp_product_options_panel .tooltip-top-right:after {
    margin-left: -25px; 
}
#pdapp_product_options_panel .tooltip-top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); 
}
#pdapp_product_options_panel .tooltip-top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); 
}
#pdapp_product_options_panel .tooltip-bottom-left:before {
    margin-top: -11px; 
}
#pdapp_product_options_panel .tooltip-bottom-left:before,
#pdapp_product_options_panel .tooltip-bottom-left:after {
    top: 100%;
    left: 50%; 
}
#pdapp_product_options_panel .tooltip-bottom-left:before {
    left: calc(50% - 6px); 
}
#pdapp_product_options_panel .tooltip-bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); 
}
#pdapp_product_options_panel .tooltip-bottom-left:after {
    margin-left: 25px; 
}
#pdapp_product_options_panel .tooltip-bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); 
}
#pdapp_product_options_panel .tooltip-bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px); 
}
#pdapp_product_options_panel .tooltip-bottom-right:before {
    margin-top: -11px; 
}
#pdapp_product_options_panel .tooltip-bottom-right:before,
#pdapp_product_options_panel .tooltip-bottom-right:after {
    top: 100%;
    left: 50%; 
}
#pdapp_product_options_panel .tooltip-bottom-right:before {
    left: calc(50% - 6px); 
}
#pdapp_product_options_panel .tooltip-bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); 
}
#pdapp_product_options_panel .tooltip-bottom-right:after {
    margin-left: -25px; 
}
#pdapp_product_options_panel .tooltip-bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); 
}
#pdapp_product_options_panel .tooltip-bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); 
}
#pdapp_product_options_panel .tooltip-danger:after {
    background-color: var(--pdapp-danger);
}
#pdapp_product_options_panel .tooltip-danger.tooltip-top-left:before {
    border-top-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-top-right:before {
    border-top-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-top:before {
    border-top-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-bottom-left:before {
    border-bottom-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-bottom-right:before {
    border-bottom-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-bottom:before {
    border-bottom-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-left:before {
    border-left-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-danger.tooltip-right:before {
    border-right-color: var(--pdapp-danger); 
}
#pdapp_product_options_panel .tooltip-warning:after {
    background-color: var(--pdapp-warning);
}
#pdapp_product_options_panel .tooltip-warning.tooltip-top-left:before {
    border-top-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-top-right:before {
    border-top-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-top:before {
    border-top-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-bottom-left:before {
    border-bottom-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-bottom-right:before {
    border-bottom-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-bottom:before {
    border-bottom-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-left:before {
    border-left-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-warning.tooltip-right:before {
    border-right-color: var(--pdapp-warning); 
}
#pdapp_product_options_panel .tooltip-info:after {
    background-color: var(--pdapp-info);
}
#pdapp_product_options_panel .tooltip-info.tooltip-top-left:before {
    border-top-color: var(--pdapp-info); 
}
#pdapp_product_options_panel .tooltip-info.tooltip-top-right:before {
    border-top-color: var(--pdapp-info); 
}
#pdapp_product_options_panel .tooltip-info.tooltip-top:before {
    border-top-color: var(--pdapp-info); 
}
#pdapp_product_options_panel .tooltip-info.tooltip-bottom-left:before {
    border-bottom-color: var(--pdapp-info); 
}
#pdapp_product_options_panel .tooltip-info.tooltip-bottom-right:before {
    border-bottom-color: var(--pdapp-info);
}
#pdapp_product_options_panel .tooltip-info.tooltip-bottom:before {
    border-bottom-color: var(--pdapp-info);
}
#pdapp_product_options_panel .tooltip-info.tooltip-left:before {
    border-left-color: var(--pdapp-info);
}
#pdapp_product_options_panel .tooltip-info.tooltip-right:before {
    border-right-color: var(--pdapp-info);
}
#pdapp_product_options_panel .tooltip-success:after {
    background-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-top-left:before {
    border-top-color: var(--pdapp-success); 
}
#pdapp_product_options_panel .tooltip-success.tooltip-top-right:before {
    border-top-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-top:before {
    border-top-color: var(--pdapp-success); 
}
#pdapp_product_options_panel .tooltip-success.tooltip-bottom-left:before {
    border-bottom-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-bottom-right:before {
    border-bottom-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-bottom:before {
    border-bottom-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-left:before {
    border-left-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-success.tooltip-right:before {
    border-right-color: var(--pdapp-success);
}
#pdapp_product_options_panel .tooltip-rounded:after {
    border-radius: 4px;
}
#pdapp_product_options_panel .tooltip-no-animate:before,
#pdapp_product_options_panel .tooltip-no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms;
}
#pdapp_product_options_panel .tooltip-bounce:before,
#pdapp_product_options_panel .tooltip-bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
#pdapp_product_options_panel .pdapp-toast {
    --pdapp-toast-zindex: 1090;
    --pdapp-toast-padding-x: 0.75rem;
    --pdapp-toast-padding-y: 0.5rem;
    --pdapp-toast-spacing: 24px;
    --pdapp-toast-max-width: 350px;
    --pdapp-toast-font-size: 0.875rem;
    --pdapp-toast-color: inherit;
    --pdapp-toast-bg: var(--pdapp-secondary-bg);
    --pdapp-toast-border-width: var(--pdapp-border-width);
    --pdapp-toast-border-color: var(--pdapp-border-color);
    --pdapp-toast-border-radius: var(--pdapp-border-radius);
    --pdapp-toast-box-shadow: var(--pdapp-box-shadow);
    --pdapp-toast-header-color: var(--pdapp-secondary-color);
    --pdapp-toast-header-bg: rgba(var(--pdapp-body-bg-rgb), 0.85);
    --pdapp-toast-header-border-color: var(--pdapp-border-color);
    width: var(--pdapp-toast-max-width);
    max-width: 100%;
    font-size: var(--pdapp-toast-font-size);
    color: var(--pdapp-toast-color);
    pointer-events: auto;
    background-color: var(--pdapp-toast-bg);
    background-clip: padding-box;
    border: var(--pdapp-toast-border-width) solid var(--pdapp-toast-border-color);
    -webkit-box-shadow: var(--pdapp-toast-box-shadow);
    box-shadow: var(--pdapp-toast-box-shadow);
    border-radius: var(--pdapp-toast-border-radius);
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 9999;
    text: white;
}
#pdapp_product_options_panel .pdapp-toast.pdapp-showing {
    opacity: 0;
}
#pdapp_product_options_panel .pdapp-toast:not(.pdapp-show) {
    display: none;
}
#pdapp_product_options_panel .pdapp-toast-container {
    --pdapp-toast-zindex: 1090;
    position: absolute;
    z-index: var(--pdapp-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
#pdapp_product_options_panel .pdapp-toast-container > :not(:last-child) {
    margin-bottom: var(--pdapp-toast-spacing);
}
#pdapp_product_options_panel .pdapp-toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--pdapp-toast-padding-y) var(--pdapp-toast-padding-x);
    color: var(--pdapp-toast-header-color);
    background-color: var(--pdapp-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--pdapp-toast-border-width) solid var(--pdapp-toast-header-border-color);
    border-top-left-radius: calc(var(--pdapp-toast-border-radius) - var(--pdapp-toast-border-width));
    border-top-right-radius: calc(var(--pdapp-toast-border-radius) - var(--pdapp-toast-border-width));
}
#pdapp_product_options_panel .pdapp-toast-header .btn-close {
    margin-right: calc(-0.5 * var(--pdapp-toast-padding-x));
    margin-left: var(--pdapp-toast-padding-x);
}
#pdapp_product_options_panel .pdapp-toast-body {
    padding: var(--pdapp-toast-padding-x);
    word-wrap: break-word;
}
#pdapp_product_options_panel .pdapp-modal {
    --pdapp-modal-zindex: 9999;
    --pdapp-modal-width: 500px;
    --pdapp-modal-padding: 1rem;
    --pdapp-modal-margin: 0.5rem;
    --pdapp-modal-bg: var(--pdapp-secondary-bg);
    --pdapp-modal-border-color: var(--pdapp-border-color-translucent);
    --pdapp-modal-border-width: var(--pdapp-border-width);
    --pdapp-modal-border-radius: var(--pdapp-border-radius-lg);
    --pdapp-modal-box-shadow: var(--pdapp-box-shadow-sm);
    --pdapp-modal-inner-border-radius: calc(var(--pdapp-border-radius-lg) - (var(--pdapp-border-width)));
    --pdapp-modal-header-padding-x: 1rem;
    --pdapp-modal-header-padding-y: 1rem;
    --pdapp-modal-header-padding: 1rem 1rem;
    --pdapp-modal-header-border-color: var(--pdapp-border-color);
    --pdapp-modal-header-border-width: var(--pdapp-border-width);
    --pdapp-modal-title-line-height: 1.5;
    --pdapp-modal-footer-gap: 0.5rem;
    --pdapp-modal-footer-border-color: var(--pdapp-border-color);
    --pdapp-modal-footer-border-width: var(--pdapp-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--pdapp-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
#pdapp_product_options_panel .pdapp-modal-dialog {
    position: relative;
    width: auto;
    margin: var(--pdapp-modal-margin);
    pointer-events: none;
}
#pdapp_product_options_panel .pdapp-modal.pdapp-fade .pdapp-modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    #pdapp_product_options_panel .pdapp-modal.pdapp-fade .pdapp-modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
#pdapp_product_options_panel .pdapp-modal.pdapp-show .pdapp-modal-dialog {
    -webkit-transform: none;
    transform: none;
}
#pdapp_product_options_panel .pdapp-modal.pdapp-modal-static .pdapp-modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
#pdapp_product_options_panel .pdapp-modal-dialog-scrollable {
    height: calc(100% - var(--pdapp-modal-margin) * 2);
}
#pdapp_product_options_panel .pdapp-modal-dialog-scrollable .pdapp-modal-content {
    max-height: 100%;
    overflow: hidden;
}
#pdapp_product_options_panel .pdapp-modal-dialog-scrollable .pdapp-modal-body {
    overflow-y: auto;
}
#pdapp_product_options_panel .pdapp-modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--pdapp-modal-margin) * 2);
}
#pdapp_product_options_panel .pdapp-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--pdapp-modal-color);
    pointer-events: auto;
    background-color: var(--pdapp-modal-bg);
    background-clip: padding-box;
    border: var(--pdapp-modal-border-width) solid var(--pdapp-modal-border-color);
    border-radius: var(--pdapp-modal-border-radius);
    outline: 0;
}
#pdapp_product_options_panel .pdapp-modal-backdrop {
    --pdapp-backdrop-zindex: 1050;
    --pdapp-backdrop-bg: #000;
    --pdapp-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--pdapp-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--pdapp-backdrop-bg);
}
#pdapp_product_options_panel .pdapp-modal-backdrop.pdapp-fade {
    opacity: 0;
}
#pdapp_product_options_panel .pdapp-modal-backdrop.pdapp-show {
    opacity: var(--pdapp-backdrop-opacity);
}
#pdapp_product_options_panel .pdapp-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--pdapp-modal-header-padding);
    border-bottom: var(--pdapp-modal-header-border-width) solid var(--pdapp-modal-header-border-color);
    border-top-left-radius: var(--pdapp-modal-inner-border-radius);
    border-top-right-radius: var(--pdapp-modal-inner-border-radius);
}
#pdapp_product_options_panel .pdapp-modal-header .pdapp-btn-close {
    padding: calc(var(--pdapp-modal-header-padding-y) * 0.5) calc(var(--pdapp-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--pdapp-modal-header-padding-y)) calc(-0.5 * var(--pdapp-modal-header-padding-x)) calc(-0.5 * var(--pdapp-modal-header-padding-y)) auto;
    cursor: pointer;
}
#pdapp_product_options_panel .pdapp-modal-title {
    margin-bottom: 0;
    line-height: var(--pdapp-modal-title-line-height);
    margin: 0px;
}
#pdapp_product_options_panel .pdapp-modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--pdapp-modal-padding);
}
#pdapp_product_options_panel .pdapp-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--pdapp-modal-padding) - var(--pdapp-modal-footer-gap) * 0.5);
    background-color: var(--pdapp-modal-footer-bg);
    border-top: var(--pdapp-modal-footer-border-width) solid var(--pdapp-modal-footer-border-color);
    border-bottom-right-radius: var(--pdapp-modal-inner-border-radius);
    border-bottom-left-radius: var(--pdapp-modal-inner-border-radius);
}
#pdapp_product_options_panel .pdapp-modal-footer > * {
    margin: calc(var(--pdapp-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    #pdapp_product_options_panel .pdapp-modal {
        --pdapp-modal-margin: 2.75rem;
        --pdapp-modal-box-shadow: var(--pdapp-box-shadow);
    }
    #pdapp_product_options_panel .pdapp-modal-dialog {
        max-width: var(--pdapp-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    #pdapp_product_options_panel .pdapp-modal-sm {
        --pdapp-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    #pdapp_product_options_panel .pdapp-modal-lg,
    #pdapp_product_options_panel .pdapp-modal-xl {
        --pdapp-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    #pdapp_product_options_panel .pdapp-modal-xl {
        --pdapp-modal-width: 1140px;
    }
}
#pdapp_product_options_panel .pdapp-modal-full-width {
    width: 95%;
    max-width: none;
}
#pdapp_product_options_panel .pdapp-modal-right button.btn-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
}
#pdapp_product_options_panel .pdapp-modal.pdapp-show .pdapp-modal-left,
#pdapp_product_options_panel .pdapp-modal.pdapp-show .pdapp-modal-right {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
#pdapp_product_options_panel .pdapp-modal-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin: 0 auto;
    -ms-flex-line-pack: center;
    align-content: center;
}
#pdapp_product_options_panel .pdapp-modal-colored-header {
    color: #fff;
    border-radius: 0;
}
#pdapp_product_options_panel .pdapp-modal-filled {
    color: #fff;
}
#pdapp_product_options_panel .pdapp-modal-filled .pdapp-modal-header {
    background-color: rgba(255, 255, 255, 0.07);
}
#pdapp_product_options_panel .pdapp-modal-filled .pdapp-modal-footer,
#pdapp_product_options_panel .pdapp-modal-filled .pdapp-modal-header {
    border: none;
}
#pdapp_product_options_panel .pdapp-modal-dialog .pdapp-modal-content{
    z-index: 9999;
}
#pdapp_product_options_panel .pdapp-btn-close {
    --pdapp-btn-close-color: #000;
    --pdapp-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    --pdapp-btn-close-opacity: 1;
    --pdapp-btn-close-hover-opacity: 0.8;
    --pdapp-btn-close-focus-shadow: 0 0 0 0.15rem rgba(102, 88, 221, 0.25);
    --pdapp-btn-close-focus-opacity: 1;
    --pdapp-btn-close-disabled-opacity: 0.25;
    --pdapp-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--pdapp-btn-close-color);
    background: transparent var(--pdapp-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: var(--pdapp-btn-close-opacity);
}
#pdapp_product_options_panel .pdapp-loading-mask {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    right: 0px;
}
#pdapp_product_options_panel .pdapp-loading-mask::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.8;
    cursor: wait;
    background: #f3f7f9;
}
#pdapp_product_options_panel .pdapp-spinner {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 9;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
#pdapp_product_options_panel .pdapp-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
#pdapp_product_options_panel .pdapp-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
#pdapp_product_options_panel .pdapp-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#pdapp_product_options_panel .pdapp-loading-box {
    height: 150px;
    width: 100%;
    position: relative;
}
#pdapp_product_options_panel .pdapp-bg-primary {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-primary-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-secondary {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-secondary-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-success {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-success-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-info {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-info-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-warning {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-warning-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-danger {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-danger-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-bg-light {
    --pdapp-bg-opacity: 1;
    background-color: rgba(var(--pdapp-light-rgb), var(--pdapp-bg-opacity)) !important;
}
#pdapp_product_options_panel .pdapp-card {
    --pdapp-card-spacer-y: 1.5rem;
    --pdapp-card-spacer-x: 1.5rem;
    --pdapp-card-title-spacer-y: 0.75rem;
    --pdapp-card-border-width: var(--pdapp-border-width);
    --pdapp-card-border-color: var(--pdapp-border-color);
    --pdapp-card-border-radius: var(--pdapp-border-radius);
    --pdapp-card-box-shadow: var(--pdapp-box-shadow-sm);
    --pdapp-card-inner-border-radius: calc(var(--pdapp-border-radius) - (var(--pdapp-border-width)));
    --pdapp-card-cap-padding-y: 1.125rem;
    --pdapp-card-cap-padding-x: 1.5rem;
    --pdapp-card-cap-bg: var(--pdapp-secondary-bg);
    --pdapp-card-bg: var(--pdapp-secondary-bg);
    --pdapp-card-img-overlay-padding: 1.5rem;
    --pdapp-card-group-margin: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--pdapp-card-height);
    word-wrap: break-word;
    background-color: var(--pdapp-card-bg);
    background-clip: border-box;
    border: var(--pdapp-card-border-width) solid var(--pdapp-card-border-color);
    border-radius: var(--pdapp-card-border-radius);
    margin-bottom: 15px;
}
#pdapp_product_options_panel .pdapp-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--pdapp-card-spacer-y) var(--pdapp-card-spacer-x);
    color: var(--pdapp-card-color);
}
#pdapp_product_options_panel .pdapp-card-title {
    margin-bottom: var(--pdapp-card-title-spacer-y);
    color: var(--pdapp-card-title-color);
    text-align: center;
    padding: 5px;
    margin: 0px;
    border-radius: 0px 0px 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pdapp_product_options_panel small.pdapp-card-title {
    padding-top: 0px;
    font-style: italic;
}
#pdapp_product_options_panel .pdapp-card-subtitle {
    margin-top: calc(-0.5 * var(--pdapp-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--pdapp-card-subtitle-color);
}
#pdapp_product_options_panel .pdapp-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--pdapp-card-img-overlay-padding);
    border-radius: var(--pdapp-card-inner-border-radius);
}
#pdapp_product_options_panel .pdapp-card-img,
#pdapp_product_options_panel .pdapp-card-img-bottom,
#pdapp_product_options_panel .pdapp-card-img-top {
    width: 100%;
}
#pdapp_product_options_panel .pdapp-card-img,
#pdapp_product_options_panel .pdapp-card-img-top {
    border-top-left-radius: var(--pdapp-card-inner-border-radius);
    border-top-right-radius: var(--pdapp-card-inner-border-radius);
}
#pdapp_product_options_panel .pdapp-card-img,
#pdapp_product_options_panel .pdapp-card-img-bottom {
    border-bottom-right-radius: var(--pdapp-card-inner-border-radius);
    border-bottom-left-radius: var(--pdapp-card-inner-border-radius);
}
#pdapp_product_options_panel .pdapp-img-fluid {
    max-width: 100%;
    height: auto;
}
#pdapp-list-products .pdapp-card:hover,
#pdapp-list-templates .pdapp-card:hover {
    border: 1px solid #6658dd;
    cursor: pointer;
}
#pdapp-list-products .pdapp-col-4 {
    margin-bottom: 20px;
}
#pdapp-list-products .pdapp-card .pdapp-loading-box,
#pdapp-list-templates .pdapp-card .pdapp-loading-box {
    position: absolute;
    width: 100%;
    height: 100%;
}
#pdapp_product_options_panel .pdapp_product_options_box {
    margin: 10px;
    padding-top: 5px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
#pdapp_product_options_panel .pdapp_product_options_product,
#pdapp_product_options_panel .pdapp_product_options_template {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
#pdapp_product_options_panel .pdapp_product_info {
    display: block;
    width: 100%;
}
#pdapp_product_options_panel .pdapp_product_template {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#pdapp_product_options_panel .pdapp_temp_view,
#pdapp_product_options_panel .pdapp_temp_size,
#pdapp_product_options_panel .pdapp_temp_viewbox {
    display: flex;
    column-gap: 10px;
}
#pdapp_product_options_panel .pdapp-btn.pdapp-temp-viewbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pdapp_product_options_panel .pdapp-input-search {
    width: 200px;
}
#pdapp_product_options_panel .pdapp-list-topbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    column-gap: 15px;
}
#pdapp_product_options_panel .pdapp-modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
#pdapp_product_options_panel .pdapp-breadcrumb{
    --pdapp-breadcrumb-padding-x: 0;
    --pdapp-breadcrumb-padding-y: 0;
    --pdapp-breadcrumb-divider-color: #6c757d;
    --pdapp-breadcrumb-item-padding-x: 0.5rem;
    --pdapp-breadcrumb-item-active-color: #adb5bd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--pdapp-breadcrumb-padding-y) var(--pdapp-breadcrumb-padding-x);
    font-size: var(--pdapp-breadcrumb-font-size);
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0px;
}
#pdapp_product_options_panel .pdapp-breadcrumb-item {
    margin: 0px;
}
#pdapp_product_options_panel .pdapp-breadcrumb-item a{
    text-decoration: none;
}
#pdapp_product_options_panel .pdapp-breadcrumb-item+.pdapp-breadcrumb-item {
    padding-left: var(--pdapp-breadcrumb-item-padding-x);
}
#pdapp_product_options_panel .pdapp-breadcrumb-item.pdapp-active {
    color: var(--pdapp-breadcrumb-item-active-color);
}
#pdapp_product_options_panel .pdapp-breadcrumb-item+.pdapp-breadcrumb-item::before {
    float: left;
    padding-right: var(--pdapp-breadcrumb-item-padding-x);
    color: var(--pdapp-breadcrumb-divider-color);
    content: '/';
}
#pdapp_product_options_panel .pdapp-remove-card-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 3px;
    border: 1px solid #f1556c;
    border-radius: 50%;
    background: #f1556c;
    cursor: pointer;
}
#pdapp_product_options_panel .pdapp-remove-card-btn::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
#pdapp_product_options_panel .pdapp_product_template .pdapp_temp_thumb {
    margin-top: 8px;
}
#pdapp_product_options_panel .pdapp-btn.pdapp-temp-viewbox .pdapp-btn-spinner{
    position: absolute;
}