 @@media screen and (max-width: 1080px) {

		.modal-footer .btn{
			display: inline !important;
		}
        .configurator-detail__col-right .standard-inclusions {
            display: none !important;
        }

        .configurator-detail__col-left {
            width: 100% !important;
            float: unset !important;
        }

        .configurator-detail__col-right {
            width: 100% !important;
            float: unset !important;
            padding-left: unset !important;
        }

        .btn.finalise-config {
            margin: 0 auto !important;
        }

        .btn.reset-config {
            margin: 0 auto !important;
        }

        .configurator-detail__row .col-left {
            width: 100% !important;
            float: unset !important;
            text-align: center;
        }

            .configurator-detail__row .col-left .img-fluid {
                margin-left: unset !important;
            }

        .configurator-detail__row .col-right {
            width: 100% !important;
            float: unset !important;
            margin-left: unset !important;
        }

        .configurator-detail {
            width: 100% !important;
        }

            .configurator-detail .component-content {
                margin-top: unset !important;
            }

        .configurator-detail .accordion-icon__tools .jsAccordionIconExpand {
            float: right !important;
        }

        .configurator-detail .accordion-icon__tools .jsAccordionIconCollapse {
                float: right !important;
            }

        .configurator-detail__col-2 {
            width: 100% !important;
			margin-left: 20px !important;
			margin-top: -23px !important;
        }

        .configurator-detail__col-3 {
            clear: both !important;
            width: 100% !important;
            float: unset !important;
            text-align: center !important;
			padding-left: unset !important;
			padding-top: 15px;
			margin-left: 15px !important;
        }
		

        .configurator-detail__col-left .img-fluid-option {
            max-width: 85% !important;
        }

        .configurator-detail__col-1 {
            width: 15% !important;
        }

        .product-configurator__modal .modal-header h2 {
            font-size: 1.125rem !important;
        }

        .product-configurator__modal .modal-content {
            width: 95% !important;
            margin: 35% auto !important;
        }

        .product-configurator__modal .modal-body {
            font-size: 0.9rem !important;
        }
    }
    @@media screen and (max-width: 1860px) {
        .configurator-detail {
            width: 80% !important;
        }
    }

    .configurator-detail {
        width: 60%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .configurator-detail__row {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .configurator-detail__col-left {
        width: 66.666667%;
        float: left;
    }

    .configurator-detail__col-right {
        width: 33.333333%;
        float: left;
        padding-left: 25px;
    }

    .configurator-detail__col-1 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }


    .configurator-detail__col-left .col-left {
        width: 33.333333%;
        float: left;
    }

        .configurator-detail__col-left .col-left img {
            margin-left: -25%;
        }

    .configurator-detail__col-left .col-right {
        width: 66.666667%;
        float: left;
        margin-left: -35px;
    }

    .configurator-detail__col-left .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .configurator-detail__col-left .img-fluid-option {
        max-width: 140px;
        max-height: 140px;
    }

    .configurator-detail__col-left .col-right p {
        margin-top: 0;
        margin-bottom: .75rem;
        font-size: 0.95rem;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
        color: #717171;
    }

    .configurator-detail__col-right h4 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .configurator-detail__col-left h2 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        font-size: 2rem;
        font-weight: bold;
    }

    .configurator-detail__col-right .standard-inclusions {
        padding-top: 10px;
    }

        .configurator-detail__col-right .standard-inclusions li::before, .blurb li::before {
            position: absolute;
            top: 8px;
            left: 0;
            width: 8px;
            height: 8px;
            background-color: #e8e8e8;
            content: "";
        }

    .configurator-detail__col-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .configurator-detail__col-right .standard-inclusions li, .blurb li {
        position: relative;
        padding-left: 24px;
        color: #717171;
    }

    .configurator-detail__col-right .standard-inclusions .more-inclusions {
        text-decoration: underline;
        padding-top: 10px;
    }

    .configurator-detail__col-right a {
        color: #717171;
    }

    .configurator-detail__col-1 {
        float: left;
        width: 10%;
    }

    .configurator-detail__col-2 {
        float: left;
        width: 60%;
        margin-left: -25px;
    }

    .configurator-detail__col-3 {
        float: left;
        width: 30%;
        padding-left: 74px;
    }

    .configurator-detail__col-2 span.edp-code {
        display: block;
        font-size: 10px;
    }

    .configurator-detail__col-left__accordion .option.card .notes {
        font-size: 0.9em;
        opacity: 0.8;
    }

    .configurator-detail__col-2 .card-text:last-child {
        margin-bottom: 0;
    }

    .product-configuration__current-config {
        padding-top: 65px;
        z-index: 1000;
    }

        .product-configuration__current-config.sticky-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
        }

        .product-configuration__current-config .title-bar {
            padding: 10px;
            background-color: #d61330;
            color: white;
            border-radius: 3px;
            margin-bottom: 0;
            font-size: 1.25rem;
            line-height: 1.2;
            font-weight: bold;
        }

        .product-configuration__current-config .body-container {
            background-color: white;
            padding: 20px 15px 10px 15px;
            min-height: 400px;
            border: 1px solid #d4d4d4;
        }

    .configurator-detail .component-content {
        margin-top: -70px;
    }

    .configurator-detail__col-left__accordion .card.disabled {
        opacity: 0.5;
    }

    .configurator-detail .mb-0 {
        margin-bottom: 0 !important;
        font-size: 1.125rem;
        line-height: 1.2;
        color: #333;
        font-weight: bold;
    }

    .product-configuration__current-config .step {
        font-size: 1.1em;
        margin-bottom: 10px;
    }


    .product-configuration__current-config li {
        padding-left: 20px;
    }

    .product-configuration__current-config .step.image {
        text-align: center;
    }

        .product-configuration__current-config .step.image .img-fluid {
            max-height: 300px;
            max-width: 280px;
        }


    .configurator-detail .text-center {
        text-align: center !important;
    }

    .product-configuration__current-config .btn-primary {
        background-color: #d61330;
        border-color: #d60e29;
    }

    .product-configuration__current-config .btn-ghost {
        background-color: transparent !important;
        color: #717171;
    }

    .product-configuration__current-config hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .configurator-detail__col-left__accordion .warning-icon {
        padding: 18px 0 0 2px;
        font-size: 2em;
        color: #cf142b;
        cursor: pointer;
        margin-left: -40px;
    }

    .configurator-detail h5.card-title {
        margin-bottom: 0.75rem !important;
    }
	
	.configurator-detail__col-left__accordion .custom-control-label::before, .configurator-detail__col-left__accordion .custom-control-label::after {
        width: 2rem;
        height: 2rem;
        top: 0;
    }

    .configurator-detail__col-1 .custom-checkbox .custom-control-label::before {
        border-radius: 0.25rem;
    }

    .configurator-detail__col-1 .custom-checkbox .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: 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;
    }

    .configurator-detail__col-1 .custom-checkbox .custom-control-label::before {
        position: absolute;
        left: -1.5rem;
        display: block;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .configurator-detail__col-1 .custom-checkbox .custom-control-label::after {
        position: absolute;
        left: -1.5rem;
        display: block;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

    .configurator-detail__col-left__accordion.custom-control-input:checked ~ .custom-control-label::before {
        background-color: #cf142b;
    }

    .configurator-detail .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #d61330;
    }

    .configurator-detail__col-1 .custom-checkbox .custom-control-label::before {
        border-radius: 0.25rem;
    }

    .configurator-detail .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("/-/media/project/ricoh/knowledge/ricohtheme/images/form/viewbox.png");
    }

    .configurator-detail__col-1 .custom-checkbox input {
        z-index: -1;
        opacity: 0;
    }
	
	:root {
        --modal-duration: 1s;
        --modal-color: #428bca;
    }

    .product-configurator__modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .product-configurator__modal .modal-content {
            margin: 10% auto;
            width: 30%;
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
            animation-name: modalopen;
            animation-duration: var(--modal-duration);
        }

            .product-configurator__modal .modal-content .modal-header h2,
            .product-configurator__modal .modal-content .modal-footer h3 {
                margin: 0;
            }

            .product-configurator__modal .modal-content .modal-header {
                background: white;
                padding: 15px;
                color: #fff;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                border-bottom: 1px solid #e8e8e8;
            }

            .product-configurator__modal .modal-content .modal-body {
                padding: 10px 20px;
                background: #fff;
                border-bottom: 1px solid #e8e8e8;
            }

            .product-configurator__modal .modal-content .modal-footer {
                background: white;
                padding: 10px;
                color: #fff;
                text-align: center;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .product-configurator__modal .modal-content .close {
                color: #ccc;
                float: right;
                font-size: 30px;
            }

                .product-configurator__modal .modal-content .close:hover,
                .product-configurator__modal .modal-content .close:focus {
                    color: #000;
                    text-decoration: none;
                    cursor: pointer;
                }

    @@keyframes modalopen {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
/*Product Configurator Option*/

.popup-option-container {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.popup-option-container > select {
    width: 33px;
    height: 20px;
}


.popup-option-label {
    margin-top: -3px;
    padding-left: 10px;
    max-width: 90%;
}
.label-popup-control::after{
	content: "";
    border-radius: 50%;
    width: 20px;
    display: block;
    height: 20px;
    box-shadow: 0 0 0 1px #000;
    margin-left: -20px;
}

.popup-option-container > input[type="checkbox"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: -1;
}

.popup-option-container > input[type="checkbox"]:checked ~ .label-popup-control::after{
	background: #f20000;
}
/*Product Configurator Option*/