@media only screen and (min-width: 1024px) {

    .acryli-neon-sign #acrylic_customize,
    .acryli-neon-sign #Console {
        width: 50% !important;
    }
}



#main-acrylic {
    width: 250px;
    height: 167px;
    border-radius: 0%;
    top: 20%;
}

#inner-acrylic {
    width: 125px;
    height: 120px;
}

.size-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: self-end;
    text-align: center;
    row-gap: 5px;
}

.acrylic_tab_container {
    width: 60%;
    margin: auto;
}

/* Remove headings, so no extra rows/cols for labels */

.size-selector label {
    cursor: pointer;
    display: block;
}

.size-selector .option {
    padding: 10px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    /* No border by default */
    transition: border-color 0.2s ease;
}

.size-selector .option .acrylic-option {

    border-radius: 2px;
    border: 2px solid transparent;
    /* No border by default */
    transition: border-color 0.2s ease;
}

.size-selector input[type="radio"] {
    display: none;
}


label.acrylic-option.active-option {
    border-color: #000000 !important;
    /* Show border when selected */
}

#shape_szie {
    font-size: 14px;
    /* font-weight: 500 !important; */
}

/* SCALE FACTOR: 3px = 1 inch */
.rectangle-18x12 {
    width: calc(18px * 5);
    height: calc(12px * 5);
    background: #f0f0f0;
}

.rectangle-24x16 {
    width: calc(24px * 5);
    height: calc(16px * 5);
    background: #f0f0f0;
}

.rectangle-30x20 {
    width: calc(30px * 5);
    height: calc(20px * 5);
    background: #f0f0f0;
}

.square-15 {
    width: calc(15px * 5);
    height: calc(15px * 5);
    background: #f0f0f0;
}

.square-20 {
    width: calc(20px * 5);
    height: calc(20px * 5);
    background: #f0f0f0;
}

.square-25 {
    width: calc(25px * 5);
    height: calc(25px * 5);
    background: #f0f0f0;
}

.round-15 {
    width: calc(15px * 5);
    height: calc(15px * 5);
    background: #f0f0f0;
    border-radius: 50% !important;
}

.round-20 {
    width: calc(20px * 5);
    height: calc(20px *5);
    background: #f0f0f0;
    border-radius: 50% !important;
}

.round-25 {
    width: calc(25px * 5);
    height: calc(25px * 5);
    background: #f0f0f0;
    border-radius: 50% !important;
}

.acrylic_color_box label {
    width: 114px;
    height: 72px;
}

.addon_opt_div {
    margin-top: 10px;
    width: 40%;
    text-align: center;
}

label[for="acrylic_addon_opt"] {
    padding: 20px;
    display: inline-block;
    width: 100%;
    line-height: 15px;
    margin: 0;
    cursor: pointer;
}

.addon_opt_div>p {
    border-radius: 2px;
    border: 2px solid #80808026;
}

.addon_opt_div>p.active-checkbox {
    border: unset !important;
    box-shadow: 0px 0px 4px 3px #384db3;
}

.addon_opt_div p:hover {
    border: 2px solid #80808080;
}

#Console .subdiv #submit_acrylic {
    border: unset !important;
    height: 57px !important;
    font-size: 18px;
}

@media only screen and (min-width: 570px) {
    #acrylic_customize {
        display: flex !important;
    }
}

@media screen and (max-width: 1024px) {

    #acrylic_customize,
    #Console {
        width: 100% !important;
    }

    .customize-main-div.acryli-neon-sign {
        display: block !important;
    }

    .acryli-neon-sign .scene_list input+label {
        width: 15% !important;
        float: unset !important;
        clear: unset !important;
        opacity: 1 !important;
        border: 1px solid #FFF;
        margin: 0;
        margin-top: 10px;
    }



}

@media (min-width: 570px) and (max-width: 1023px) {

    .acryli-neon-sign #acrylic_customize {
        height: 50vh !important;
    }
}

@media screen and (max-width: 967px) {

    .acryli-neon-sign .toggle-options-mobile,
    .acryli-neon-sign .toggle-options-mobile-scene {
        display: flex;
    }

    .acryli-neon-sign .scene_list,
    .acryli-neon-sign .power-ul,
    .acryli-neon-sign .toggle-tube-type-div {
        display: none;
    }

    .acryli-neon-sign .scene_list.ls-show-toggle {
        flex-wrap: wrap;
        display: flex !important;
    }

    .acryli-neon-sign .scene_list {
        width: 80%;
        top: 55%;
        left: 80px;
        transform: unset;
        padding-left: 10px;
        padding-right: 10px;
    }

    .acryli-neon-sign .ls-show-toggle {
        display: block !important;
    }

    .acryli-neon-sign .power-ul {
        top: 0;
        left: 90px;
        width: auto;
    }

    .acryli-neon-sign #tab_power {
        left: 0;
    }

}

/* Tablet (scale factor 3px = 1in) */
@media (max-width: 991px) {
    .rectangle-18x12 {
        width: calc(18px * 4);
        height: calc(12px * 4);
    }

    .rectangle-24x16 {
        width: calc(24px * 4);
        height: calc(16px * 4);
    }

    .rectangle-30x20 {
        width: calc(30px * 4);
        height: calc(20px * 4);
    }

    .square-15 {
        width: calc(15px * 4);
        height: calc(15px * 4);
    }

    .square-20 {
        width: calc(20px * 4);
        height: calc(20px * 4);
    }

    .square-25 {
        width: calc(25px * 4);
        height: calc(25px * 4);
    }

    .round-15 {
        width: calc(15px * 4);
        height: calc(15px * 4);
    }

    .round-20 {
        width: calc(20px * 4);
        height: calc(20px * 4);
    }

    .round-25 {
        width: calc(25px * 4);
        height: calc(25px * 4);
    }

    #main-acrylic {
        width: 150px;
        height: 100px;
    }

    #inner-acrylic {
        width: 75px;
        height: 75px;
    }

    .acrylic-screws {
        width: 08px;
        height: 08px;
    }

    .acrylic_color_box label {
        width: 91.2px;
        height: 59.2px;
    }

    .page-id-111588 .menu-container-mobile {
        position: relative !important;
    }
}

/* Mobile (scale factor 2px = 1in) */
@media (max-width: 576px) {

    #acrylic_customize #Customize_back_black2,
    #acrylic_customize #Customize_back_black {
        height: 315px !important;
    }

    .sub-div-1.mt-small {
        padding: 15px 5px !important;
    }

    #main-acrylic {
        width: 150px;
        height: 100px;
    }

    .acrylic-screws {
        width: 6px;
        height: 6px;
    }

    .acrylic_color_box label {
        width: 68.4px;
        height: 44.4px;
    }

    .addon_opt_div {
        width: 70%;
    }

    .acrylic-price.sticky-price-section {
        bottom: 2px;
        ;
    }

    .acrylic_tab_container {
        width: 100%;
    }

    #drop-zone p {
        font-size: 12px !important;
        min-height: inherit !important;
    }

    .additional-option-row {
        display: flex !important;
    }

    .addon_opt_div {
        margin: 0 auto !important;
    }

    .size-selector .option {
        font-size: 12px;
    }

    .size-selector {
        gap: 5px;
        align-items: self-end;
    }
}

@media (max-width: 400px) {
    .rectangle-18x12 {
        width: calc(18px * 3);
        height: calc(12px * 3);
    }

    .rectangle-24x16 {
        width: calc(24px * 3);
        height: calc(16px * 3);
    }

    .rectangle-30x20 {
        width: calc(30px * 3);
        height: calc(20px * 3);
    }

    .square-15 {
        width: calc(15px * 3);
        height: calc(15px * 3);
    }

    .square-20 {
        width: calc(20px * 3);
        height: calc(20px * 3);
    }

    .square-25 {
        width: calc(25px * 3);
        height: calc(25px * 3);
    }

    .round-15 {
        width: calc(15px * 3);
        height: calc(15px * 3);
    }

    .round-20 {
        width: calc(20px * 3);
        height: calc(20px * 3);
    }

    .round-25 {
        width: calc(25px * 3);
        height: calc(25px * 3);
    }

}

.main-acrylic-clear:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff40;
    z-index: 0;
}

.additional-option-row {
    display: flex;
    align-items: self-end;
    gap: 20px;
    margin-bottom: 20px;
}

a#acrylic-example-pop {
    position: absolute;
    bottom: 5px;
    right: 0;
}

@media(max-width: 576px) {
    .addon-div {
        text-align: center;
    }
}
