:root {
    --no-customiser-width: 500px;
    --customizer-width: 1000px;
}
#customizerModal {
    z-index: 1520;
}
.customizer-modal .product-extraInfo .fa {
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.customizer-modal .modal-dialog {
    max-width: var(--customizer-width);
}
.customizer-modal .modal-content {
    border-radius: var(--radius-big);
    background-color: #ffffff;
    border: none;
}
.customizer-modal .collapse,
.customizer-modal .collapse.show {
    transition: height 0.8s ease-out;
}
.customizer-modal .quantities_dropdown .collapse,
.customizer-modal .quantities_dropdown .collapse.show {
    padding: 2rem 35px 2rem 0.5rem;
    height: 36px;
    overflow-y: auto;
    border: 1px solid var(--color);
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: height 0.3s ease;
}
.customizer-modal .quantities_dropdown .collapse.expanded,
.customizer-modal .quantities_dropdown .collapse.show.expanded {
    height: 100%;
    transition: height 0.3s ease;
}
.customizer-modal .quantities_dropdown .collapsing {
    position: relative;
    height: 0 !important;
    overflow: hidden;
    -webkit-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
    display: block;
}
.customizer-modal .quantities_dropdown .collapse:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}
.customizer-modal .quantities_dropdown .collapse:after {
    width: 35px;
    height: 35px;
    content: "";
    position: absolute;
    background-color: var(--color);
    background-image: url(/demo/dist/images/caret.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 10px 14px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}
.customizer-modal .selected_materials .text-success {
    color: #8DC63F !important;
}
.customizer-modal .selected_materials .text-danger {
    color: #F62407 !important;
}
.customizer-modal .quantities_dropdown .collapse.expanded:before {
    left: unset;
    right: 0;
    width: 35px;
}
.customizer-modal .quantities_dropdown .collapse.expanded:after {
    height: 100%;
}
.customizer-modal .quantities_dropdown .custom-collapse {
    width: 100%;
    padding: 2rem 35px 2rem 0.5rem;
    max-height: 36px;
    overflow: hidden;
    border: 1px solid var(--color);
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: 0.5s ease;
}

.customizer-modal .quantities_dropdown .collapse-toggler {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    transition: 2s ease;
    cursor: pointer;
    z-index: 1;
}
.customizer-modal .quantities_dropdown .collapse-toggler.expanded {
    z-index: 0;
    pointer-events: none;
}
.customizer-modal .quantities_dropdown .collapse-toggler:before {
    width: 35px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: var(--color);
    background-image: url(/demo/dist/images/caret.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 10px 14px;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
    pointer-events: all;
    z-index: 1;
}
.customizer-modal .quantities_dropdown .custom-collapse.expanded:before {
    left: unset;
    right: 0;
    width: 35px;
}
.customizer-modal .quantities_dropdown .custom-collapse.expanded:after {
    height: 100%;
}
.customizer-modal .quantities_dropdown .custom-collapse .form-check.radio-check.mb-2 {
    margin-bottom: 1rem !important;
}
.customizer-modal .quantities_dropdown .custom-collapse .form-check.radio-check.mb-2:first-child {
    margin-top: 0.25rem;
}
.customizer-modal .collapsing {
    overflow-y: visible;
    -moz-transition: height 1ms;
    -ms-transition: height 1ms;
    -o-transition: height 1ms;
    transition: height 1ms;
}
.customizer-modal .modal-header {
    border-radius: var(--radius-big) var(--radius-big) 0 0;
    width: calc(100% - 40px);
    margin: auto;
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    flex-direction: column;
}
.customizer-modal .modal-header:before {
    content: '';
    width: var(--customizer-width);
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.customizer-modal .modal-header .selected_materials {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    width: calc(100% - 50px);
}
.customizer-modal .modal-body,
.customizer-modal .modal-footer {
    border: none;
}
.customizer-modal .modal-body,
.customizer-modal .modal-footer {
    background-color: #fff;
}
.customizer-modal .modal-body {
    padding: 0;
    border-radius: 0 0 var(--radius-big) var(--radius-big);
}
.customizer-modal .modal-footer {
    border-radius: 0 0 12px 12px;
}
.customizer-modal .modal-title {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--font-color);
    padding: 0.5rem 0;
    width: calc(100% - 50px);
}
.customizer-modal .modal-header .close {
    position: absolute;
    right: 0;
    opacity: 1;
    top:0;
    bottom:0;
    margin: auto;
    padding: 0;
}
.customizer-modal .modal-header .close-modal {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.customizer-modal .modal-body .customizer-inner-row {
    width: 100%;
    margin: -25px auto 0 auto;
}
.customizer-modal .modal-body .product-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    color: var(--font-color);
    margin-bottom: 0;
}
.customizer-modal .modal-body .product-description p {
    margin-bottom: 0;
}
.customizer-modal .modal-body .product-extraInfo {
    width: auto;
    height: 35px;
    border-radius: var(--radius-big);
    border: none;
    font-size: 12px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--color);
    margin: 3px 10px 3px 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 0;
}
.customizer-modal .modal-body .product-extraInfo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    border-radius: var(--radius-big);
    opacity: 0.2;
    z-index: 1;
}
.customizer-modal .modal-body .extraCat-icon {
    width: 14px;
    height: 13.3px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.customizer-modal .sticky-row {
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    z-index: 20;
    padding: 0 10px 1rem;
    border-radius: 0 0 var(--radius-big) var(--radius-big);
    transition: all 0.6s;
    transform: translate3d(0, 0, 0);
}
.customizer-modal .no_commerce.no_customiser {
    max-width: var(--no-customiser-width);
}
.customizer-modal .no_commerce.no_customiser .product_details_section,
.customizer-modal .no_commerce.no_customiser .product_image_section {
    flex-basis: 100%;
    max-width: 100%;
}
.customizer-modal .no_commerce.no_customiser .product_image_section {
    margin-bottom: 1.5rem !important;
}
.customizer-modal .no_commerce.no_customiser .quantity-col {
    display: none !important;
}
.customizer-modal .no_commerce.no_customiser .price-col {
    flex-basis: 100%;
    max-width: 100%;
}
.customizer-modal .no_commerce.no_customiser .customizer-inner-row {
    width: 100%;
}
.customizer-modal .no_commerce.no_customiser .sticky-row {
    width: calc(100% - 20px);
    margin: auto;
}
.customizer-modal .no_commerce.no_customiser .price_data_section {
    align-items: flex-start !important;
}
.customizer-modal .no_commerce .comments-row {
    display: none;
}
.customizer-modal .sticky-row.scrolled {
    margin-top: unset !important;
}
.customizer-modal .scroll-icon {
    position: sticky;
    top: 51%;
    width: 15px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: 0;
    z-index: 999;
}
.customizer-modal .modal-body .section-wrapper {
    width: 100%;
}

/*.customizer-modal .modal-body .customizer-inner-row .section-wrapper.d-flex.flex-column.flex-wrap.flex-md-row.justify-content-center,*/
/*.customizer-modal .modal-body .customizer-inner-row .section-wrapper.productErrorSection {*/
/*margin-left: -10px;*/
/*}*/
.customizer-modal .modal-body .section-wrapper-borderless {
    width: 100%;
}
.customizer-modal .modal-body select.form-control {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--font-color);
    display: block;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
}
.customizer-modal .modal-body .form-check label {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: normal;
    color: var(--font-color);
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customizer-modal .modal-body .form-check .quantity-title-price {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: normal;
    color: #8F8F8F;
    text-align: left;
}
.customizer-modal .arrow-down {
    width: 15px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    top:0;
    bottom: 0;
    right: 10px;
    margin: auto;
    pointer-events: none;
}
.customizer-modal .arrow-down path {
    fill: #666666;
}
.customizer-modal .toppings-head {
    width: 100%;
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: normal;
    color: var(--font-color);
    margin-bottom: 0.75rem;
}
.customizer-modal .product_material {
    flex: 0 0 50%;
    max-width: 50%;
}
.customizer-modal .modal-body .col-md-5.product_material_clone {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
.customizer-modal .modal-body .form-check .form-check-label {
    padding-left: 1rem;
}
.customizer-modal .modal-body .form-check {
    margin-bottom: 1rem;
}
.customizer-modal .modal-body .form-check .form-check-label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.customizer-modal .modal-body .form-check-input {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.customizer-modal .modal-body .form-check.radio-check .form-check-label:before {
    border-radius: 50%;
}
.customizer-modal .modal-body input[type="checkbox"] + .form-check-label:before {
    background-color: #ffffff;
}
.customizer-modal .modal-body input[type="checkbox"]:checked + .form-check-label:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    background: var(--color);
    color: #ffffff;
}

.customizer-modal .modal-body input[type="checkbox"]:checked + .form-check-label:after {
    top:0;
    bottom: 0;
    margin: auto;
}
.customizer-modal .modal-body input[type="radio"]:checked + .form-check-label:after {
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
}
.customizer-modal .modal-body input[type="radio"]:checked + .form-check-label:before {
    border: 1px solid var(--color);
}
.customizer-modal .modal-body input[type="checkbox"] {
    width: 24px;
    height: 24px;
    opacity: 0;
}
.customizer-modal .modal-body input[type="checkbox"]:hover {
    cursor: pointer;
}
.customizer-modal .modal-body .product_material_checkbox_element.disabled,
.customizer-modal .modal-body .product_material_checkbox_element.disabled + .form-check-label {
    pointer-events: none;
}
.customizer-modal .modal-body textarea.form-control {
    width: 100%;
    height: 64px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--font-color);
    resize: none;
    border: 1px solid #DDDDDD;
    margin: 0.25rem auto 1rem;
}
.customizer-modal .modal-body .addToFav-btn {
    height: 45px;
    border-radius: var(--radius-big);
    padding-left: 1rem;
    padding-right: 1rem;
    background: rgba(176, 18, 18, 0.1);
}
.customizer-modal .modal-body .addToFav-btn.addedToFav {
    background: rgba(176, 18, 18, 0.1);
    border: none;
}
.customizer-modal .modal-body .addedToFav .favorites-icon path {
    fill: #B01212;
    stroke: #B01212;
}
.customizer-modal .modal-body .addedToFav .addToFav-text {
    color: #B01212;
}
.customizer-modal .modal-body .favorites-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.customizer-modal .modal-body .favorites-icon path {
    fill: rgba(176, 18, 18, 0.1);
    stroke: #B01212;
    stroke-width: 2px;
}
.customizer-modal .modal-body .addToFav-text {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    color: #B01212;
}
.customizer-modal .modal-body .addToBasket-btn {
    width: 100%;
    height: 45px;
    border-radius: var(--radius-big);
    border: none;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.customizer-modal .modal-body .cart-icon {
    width: 18px;
    height: 19px;
    object-fit: contain;
    margin-top: -4px;
}
.customizer-modal .modal-body .cart-icon path {
    fill: #fff;
}
.customizer-modal .modal-body .addToBasket-text {
    font-size: 13px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.customizer-modal .divider {
    height: 1px;
    background: #D9D9D9;
    margin-bottom: 1rem;
    width: var(--customizer-width);
    margin-left: -28px;
}
.customizer-modal .modal-body .quantity-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.customizer-modal .modal-body .quantity-col .qty-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.customizer-modal .modal-body .quantity-col .qty-icon path {
    fill: var(--color);
}
.customizer-modal .modal-body .quantity-col .form-control.quantity {
    width: 60px;
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    color: var(--font-color);
    background: none;
    border: none;
}
.customizer-modal .modal-body .price-cell {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customizer-modal .modal-body .afterOfferPrice {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 0.25rem;
}
.customizer-modal .modal-body .beforeOfferPrice {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.9;
    text-decoration: line-through;
    padding-left: 0.25rem;
}
.customizer-modal .loyalty-icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.customizer-modal .loyalty-pts {
    font-style: normal;
    font-size: 23px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #F6AF2B;
    margin-bottom: 0;
    font-weight: bold;
}
.customizer-modal .loyalty-message {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #F6AF2B;
    margin-bottom: 0;
    padding-left: 1rem;
}
.customizer-modal .change-quantity {
    background: none;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    padding: 0;
    z-index: 0;
}
.customizer-modal .change-quantity:before {
    content:'';
    background: var(--color);
    border-radius: 50%;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.customizer-modal .customizer_product_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: var(--radius-small);
    margin-bottom: 0.75rem;
}
.customizer-modal .customizer_tag_img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 50%;
}
.customizer-modal .loyalty-section {
    background: #FEF7EA;
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 0.5rem;
}
.customizer-modal .allergens-section {
    padding: 0.25rem 0;
}
.customizer-modal .allergens-section .allergens-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.customizer-modal .allergens-section .allergens-icon path {
    fill: var(--color);
}
.customizer-modal .allergens-section .allergens-link {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--color);
}
.customizer-modal .customization_section .row {
    margin-left: 0;
    margin-right: 0;
}
.customizer-modal .custom_select {
    height: 45px;
    overflow-y: auto;
    border: 1px solid var(--color);
    border-radius: 5px;
    padding-top: 8px;
    transition: all 0.6s;
    cursor: pointer;
}
.customizer-modal .custom_select .col-8.col-md-4 {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
}
.customizer-modal .custom_select.expanded {
    height: calc(100% - 60px);
}
.customizer-modal .custom_select .checkbox-group {
    width: 50%;
}
.customizer-modal .custom_select .toggler {
    display: block;
    width: 45px;
    height: 100%;
    background: var(--color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s;
}
.customizer-modal .custom_select .toggler:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid #fff;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    top: 17px;
    right: 15px;
}
.customizer-modal .custom_select .toggler:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    display: block;
    transition: all 0.6s;
}
.customizer-modal .custom_select.expanded .toggler:before {
    content: "";
    width: 100%;
    left: 0;
}
.customizer-modal .modal-body .favorites-col {
    padding-left: 0;
}
.customizer-modal .modal-body .price-col {
    padding-right: 0;
}
.customizer-modal .row.tech-specs-section {
    margin-left: -5px;
    margin-right: -5px;
}
.customizer-modal .row.tech-specs-section:has(.col-5) {
    margin-top: 0.5rem;
}
.customizer-modal .row.tech-specs-section .col-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.customizer-modal .tech-spec-item {
    background: #ECECEC;
    border-radius: 8px;
    padding: 0.5rem;
}
.customizer-modal .tech-spec-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #525252;
    margin-bottom: 0;
}
.customizer-modal .tech-spec-value {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #525252;
    margin-bottom: 0;
}
.customizer-modal .tech-specs-section .col-lg-5 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
@media (max-width:969px) and (min-width:575px) {
    .customizer-modal .tech-specs-section .col-lg-5 {
        flex-basis: 25%;
        max-width: 25%;
    }
}
@media (min-width: 969px) {

}
@media (min-width: 1199px) {
    .material_group .form-row .col-md-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 1439px) {
    customizer-modal .modal-dialog {
        max-width: 730px;
    }
    .customizer-modal .modal-body .form-group.row {
        justify-content: center;
    }
}
@media (max-width: 1199px) {

    :root {
        --customizer-width: 840px;
    }

    /*.customizer-modal .modal-header:before {*/
    /*left: -40px;*/
    /*}*/

    /*.customizer-modal .modal-body .customizer-inner-row,*/
    /*.customizer-modal .modal-header {*/
    /*width: 760px;*/
    /*}*/
}
@media (max-width: 969px) {

    :root {
        --customizer-width: 708px;
    }

    .customizer-modal .divider {
        margin-left: -20px;
    }
    .customizer-modal .modal-body .customizer-inner-row {
        width: calc(100% - 20px);
    }

    .customizer-modal .product_image_section,
    .customizer-modal .customization_section {
        padding-left: 0;
        padding-right: 0;
    }
    .customizer-modal .customization_section .row {
        margin-left: -10px;
    }
    .customizer-modal .modal-body .addToFav-btn {
        width: 100%;
        margin-bottom: 1rem;
    }
    .customizer-modal .modal-body .favorites-col {
        padding-right: 0;
    }
    .customizer-modal .modal-body .quantity-col {
        justify-content: flex-start;
        padding-left: 0;
    }

    .customizer-modal .sticky-row {
        padding-left: 0;
        padding-right: 0;
    }

}
@media (max-width: 749px) {

    :root {
        --customizer-width: 100%;
    }

    #customizerModal.show {
        padding-right: 0 !important;
    }

    .customizer-modal .modal-header:before {
        width: 100vw;
    }
    .customizer-modal .modal-header .close {
        position: relative;
        order: 0;
        margin-right: 0;
    }
    .customizer-modal .modal-title {
        order: 1;
    }
    .customizer-modal .modal-header .selected_materials {
        order: 2;
    }
    .customizer-modal .divider {
        width: 100vw;
    }

    .customizer-modal .modal-dialog {
        min-height: 100%;
        margin-top: 0;
    }
    .customizer-modal .modal-header,
    .customizer-modal .modal-content {
        border-radius: 0;
    }
    .customizer-modal .product_material {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customizer-modal .modal-body .container {
        max-width: 100%;
    }
    .customizer-modal .modal-body .col-md-5.product_material_clone {
        flex-basis: 50%;
        max-width: 50%;
    }
    .customizer-modal .custom_select .col-8.col-md-4 {
        display: block;
    }
    .customizer-modal .custom_select .checkbox-group {
        width: unset;
    }
    .customizer-modal .sticky-row {
        position: relative;
        bottom: 0;
        margin-top: 0 !important;
        background-color: #fff;
        padding-top: 0;
        box-shadow: none;
        z-index: 20;
        transition: all 0.6s;
        transform: unset;
    }
    .customizer-modal .no_commerce.no_customiser .price_data_section,
    .customizer-modal .no_commerce.no_customiser .price_label_section {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {

    .customizer-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .customizer-modal .modal-body .quantity-col {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .customizer-modal .modal-body .price-col {
        padding-left: 0;
    }
}
@media (max-width: 480px) {

    .customizer-modal .modal-header {
        height: auto;
    }


}
