/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.rangeslider--disabled .rangeslider__handle {
    cursor: not-allowed;
}

.calc > .container > .row {
    background-color: #F6F5F4;
}

.calc-select {
    width: 100%;
}

.calc .select2-container--classic .select2-selection--single {
    background-color: #ffffff;
}

.calc .rangeslider {
    background-color: rgba(3,60,87,0.2);
}

.calc .rangeslider__fill {
    background-color: #033C57;
}

.calc .rangeslider,
.calc .rangeslider__fill {
    border-radius: 0;
}

.calc .rangeslider--horizontal {
    height: 4px;
}

.calc .rangeslider__handle {
    width: 22px;
    height: 22px;

    border-radius: 4px;
    box-shadow: none;
    background-color: #033C57;
    border-color: #033C57;
}

.calc .rangeslider__handle::after {
    display: none;
}

.calc__section {
    padding-top: 30px;
}

.calc .form-group {
    margin-bottom: 14px;
}

.form-row {
    position: relative;

    margin-bottom: 20px;
}

.form-row_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-row_flex .form-control {
    width: 102px;
    height: 40px;

    text-align: center;

    border-radius: 0;
}

.form-row_flex .form-control_quantity {
    padding: 0 36px;
}

.form-row_flex .form-control_minmax {
    height: 14px;
    padding: 0;

    font-size: 12px;
    line-height: 14px;
    color: #666666;
    font-weight: 400;
    text-align: left;

    border: 0;
    background-color: transparent;
}

.form-row_flex .form-control_minmax.form-control_max {
    text-align: right;
}

.plus-minus-wrapper {
    position: relative;
}

.plus-minus {
    position: absolute;
    top: 50%;
    z-index: 1;

    width: 36px;
    height: 100%;
    padding: 0;

    font: inherit;
    font-size: 20px;
    color: #033C57;
    text-align: center;

    cursor: pointer;
    border: 0;
    background-color: transparent;

    transform: translateY(-50%);
}

.plus-minus.minus {
    left: 0;
}

.plus-minus.plus {
    right: 0;
}

.calc__total {
    margin-bottom: 20px;

    background-color: #ffffff;
}

.calc__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 215px;
	padding: 0;
    object-fit: cover;
}

button.blue-btn.js-count {
    display: none;
}

.calc__total-options .form-row.form-row_flex {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.calc__total-options .calc__total-value {
    font-size: 16px;
}

.form-row.form-row_flex input.form-control.form-control_minmax {
    background-color: transparent !important;
    box-shadow: none !important;
}

.calc__total-options {
    padding: 17px 20px 20px;
}

.calc__total-options .blue-btn {
    float: none;

    margin-top: 13px;
    margin-bottom: 20px;
}

.calc__total-options .blue-btn[disabled] {
    background-color: #d7d7d7;
    border-color: #d7d7d7;
}

.calc__checkbox-label {
    position: relative;

    display: block;
    padding-right: 20px;

    font-weight: 400;

    cursor: pointer;
}

.calc__checkbox-label::before {
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 15px;
    height: 15px;

    border: 1px solid #d7d7d7;
    background-color: #ffffff;

    transform: translateY(-50%);
}

.calc__checkbox:checked + .calc__checkbox-label::after {
    content: "";

    position: absolute;
    right: 3.5px;
    top: 50%;

    width: 10px;
    height: 13px;

    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-image: url(/wp-content/uploads/2026/02/checked.svg);
    transform: translateY(-50%);
}

.visually-hidden:not(:focus):not(:active), 
input[type=checkbox].visually-hidden, 
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.calc__total-value {
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: right;
}

.form-row_flex:last-child {
    margin-bottom: 0;
}

.calc__remark {
    display: block;
    margin-bottom: 30px;

    color: #666666;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.calc__remark_desktop {
    display: none;
}

@media (min-width: 768px) {
    .calc__total {
        display: flex;
        align-items: flex-start;
    }

    .calc__section {
        padding-left: 8.5%;
        padding-right: 8.5%;
    }

    .calc__section .form-group {
        margin-bottom: 20px;
    }

    .calc__section .form-group_range {
        margin-top: 30px;
    }

    .calc__section .form-group_range + .form-group_range {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .calc__total {
        margin-bottom: 25px;
        padding: 25px;
    }

    .calc__image {
        width: 40%;
    }

    .calc__total-options {
        width: 60%;
        padding: 0;
        padding-left: 44px;
    }

    .calc__total-options .blue-btn {
        margin-top: 32px;
        margin-bottom: 30px;
    }

    .calc__check {
        padding-right: 15px;
    }

    .calc__remark {
        margin-bottom: 40px;
    }

    .form-row_range + .form-row_flex,
    .form-row_range {
        max-width: 65%;
    }

    .form-control_user {
        position: absolute;
        right: 0;
        top: 22px;
    }
}

@media (min-width: 1200px) {
    .calc__section {
        padding: 0;
    }

    .calc__wrapper {
        display: flex;
        align-items: flex-start;
    }

    .calc__main {
        width: 65%;
    }

    .calc__total {
        flex-direction: column;
        width: 35%;
        margin-left: 33px;
        margin-bottom: 0;
        padding: 0;
    }

    .calc__image {
        width: 100%;
        margin-bottom: 30px;
    }

    .calc__total-options {
        width: 100%;
        padding: 0 15px 30px;
    }

    .calc__remark_mobile {
        display: none;
    }

    .calc__remark_desktop {
        position: relative;

        display: block;
        margin-top: 4px;
        padding-top: 20px;
    }

    .calc__remark_desktop::before {
        content: '';

        position: absolute;
        top: 0;
        left: 0;

        height: 1px;
        width: 100%;

        background-color: #D7D7D7;
    }
}

@media (max-width: 767px) {
    .calc > .container > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}