html, body {
    overflow-x: hidden;
}

#pbConfiguratorModal .modal-content {
    /*padding: 1rem;*/
    border: 1px dashed #212121 !important;
    border-radius: 15px !important;
    background-color: #ffffff;
}

#pbConfiguratorModal .modal-header,
#pbConfiguratorModal .modal-footer {
    border: 0 !important;
    position: relative;
}

#pbConfiguratorModal .modal-body {
    position: relative;
    overflow-x: hidden;
}

#pbConfiguratorModal .modal-header::after,
#pbConfiguratorModal .modal-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1.5rem;
    z-index: 1;
}

#pbConfiguratorModal .modal-header::after {
    top: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
}

#pbConfiguratorModal .modal-footer::before {
    bottom: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
}

.configurator-container label {
    margin-bottom: .5rem;
}

.product-variants-item-configurator .input-group {
    display: flex!important;
    flex-direction: row;
    align-items: center;
}

.product-variants-item-configurator ul {
    padding: .5rem 0;
    margin-left: -.5rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0!important;
    flex-wrap: wrap;
}

.product-variants-item-configurator select {
    margin: .5rem 0;
    border-radius: 5px;
    border: 1px solid #000;
    padding: .5rem;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
    margin-bottom: 1rem!important;
}

.product-variants-item-configurator input {
    padding: .75rem 1rem;
    margin: .5rem 0 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px; }
    .product-variants-item-configurator input:focus {
        border-color: #000;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
        outline: 0; }
        .product-variants-item-configurator input.has-mj {
            padding: .75rem 0 .75rem 1rem;
            border-right: 0;
            border-radius: 5px 0 0 5px; }
            .product-variants-item-configurator input.has-mj:focus + .input-group-append {
                -webkit-box-shadow: 1px 0px 0px 1px rgba(0,0,0,1);
                -moz-box-shadow: 1px 0px 0px 1px rgba(0,0,0,1);
                box-shadow: 1px 0px 0px 1px rgba(0,0,0,1);
                border-top-color: #000;
                border-right-color: #fff;
                border-bottom-color: #000; }

.input-group-prepend {
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    padding: .75rem 1rem;
    margin: .5rem 0 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.input-group-append {
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    padding: .75rem 1rem;
    margin: .5rem 0 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.table-calculation input {
    text-align: right;
}

.table-calculation td,
.table-calculation td span {
    font-weight: normal;
    color: #999;
}

.table-calculation td > label > input:checked + span {
    font-weight: bold !important;
    color: #000;
}

.table-calculation td > label {
    position: relative;
}

.table-calculation td > label > .label-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 5px 10px;
    display: none;
}

.table-calculation td > label > .label-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: rgba(0, 0, 0, .75) transparent transparent transparent;
}

.table-calculation td:hover > label > .label-tooltip,
.table-calculation td > label:hover > .label-tooltip {
    display: block;
}

.table-calculation th,
.table-calculation td {
    white-space: nowrap !important;
}

.table-calculation td {
    padding: 0 !important;
}

.table-calculation td > label {
    padding: .75rem !important;
}

.input-group-prepend + input {
    border-left: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.input-help {
    font-style: italic;
}

.configurator__radio-list-item,
.configurator__radio-list-item label {
    cursor: pointer;
}

.configurator__radio-list-item {
    margin-left: .5rem;
}

.configurator__radio-list-item input[type="radio"] {

}

.configurator__radio-label {
    transition: all 0.15s ease;
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    min-width: 75px;
    padding: 1rem;
    font-weight: bold;
    height: 75px;
    border-radius: 5px;
    border: 1px solid #eee;
    align-items: center;
    justify-content: center; }
    .configurator__radio-label:hover {
        z-index: 2;
    transform: scale(1.1);
        border-color: #000; }
.configurator__radio-label:focus {
    box-shadow: 0 0 0 0.25rem rgba(24, 28, 26, .25); }

.configurator__radio-label > div {
    display: flex;
    flex-direction: column;
    text-align: center; }
    /* .configurator__radio-label > img + div {
        text-align: left; } */

.configurator__radio-label > div > small {
    font-size: 80%;
    font-weight: 400!important;
}

.configurator__radio-list-item input[type="radio"]:checked + .configurator__radio-label {
    border-color: #000;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,1);
    box-shadow: 0 0 0 1px rgba(0,0,0,1); }
.configurator__radio-list-item input[type="radio"]:checked:focus + .configurator__radio-label {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 28, 26, .25);
    -moz-box-shadow: 0 0 0 0.25rem rgba(24, 28, 26, .25);
    box-shadow: 0 0 0 0.25rem rgba(24, 28, 26, .25); }

.d-none {
    display: none!important;
}

.attribute-icon {
    display: inline-block;
    width: auto;
    height: 100%;
    margin-right: .5rem;
}

.error-maximum,
.error-minimum {
    margin-top: .5rem;
}

.mt-half {
    margin-top: .5rem;
}

.font-weight-normal {
    font-weight: 400!important;
}
