.block {
    background-color: white;
    margin: 10px 15px;
    padding: 10px;
}

.block1 {
    background-color: white;
    margin: 8px 15px;
    height: 54px;
    padding: 5px;
}

.block2 {
    background-color: white;
    margin: 8px 15px;
    height: 174px;
    padding: 5px;
}

.property-header {
    clear: both;
    margin-left: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-top : 3px;
}

.property-content {
    margin-left: 40px;
    font-size: 13px;
    margin-top: 5px;
}

.line {
    margin: 10px 20px;
    border-top: 1px solid #C8C8C8;
}

.stair {
    float: left;
    width: 700px;
    height: 165px;
    border-right: 2px solid #F4A366;
}

.info {
    float: left;
    height: 165px;
    width: 272px;
}

.title-info {
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

.content-info {
    padding: 10px;
    overflow-wrap: break-word;
    font-size: 13px;
    margin-top: -10px;
}

.block-product {
    overflow-x: auto;
    width: 650px;
    display: flex;
    margin-left: 30px;
}

    .block-product::-webkit-scrollbar {
        width: 2px;
        height:6px
    }

    .block-product::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
        border-radius: 10px;
    }

    .block-product::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 25%);
    }

.triangle-left {
    margin-top: -95px;
    float: right;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #F4A366;
    border-bottom: 10px solid transparent;
}


.block-product ul {
    display: flex;
}


.block-product li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 92px;
}

    .block-product li:hover {
        background-color: #FBE0CC;
        border: 2px solid orange;
    }

.block-product li {
    border: 3px solid #fff;
}

.block-product img {
    height: 80px;
    margin-top: 10px;
    border: 1px solid #fff;
}

.block-product .active {
    background-color: #FBE0CC;
    border: 2px solid orange;
}

.block-product label {
    display: block;
    font-size: 12px;
    line-height: 19px !important;
    margin-top : 7px;
}

.product {
    position: relative;
}

    .product .tooltiptext {
        font-size: 12px;
        font-weight: bold;
        visibility: hidden;
        width: 250px;
        height: 150px;
        background-color: #fff;
        text-align: center;
        padding: 5px 0;
        border: 1px solid black;
        position: absolute;
        z-index: 999;
    }

    .product:hover .tooltiptext {
        visibility: visible;
    }

    .product .tooltipImage {
        font-size: 12px;
        font-weight: bold;
        visibility: hidden;
        width: 250px;
        height: 300px;
        background-color: #fff;
        text-align: center;
        padding: 5px 0;
        border: 1px solid black;
        position: absolute;
        z-index: 999;
    }

.img-tooltip {
    height: 150px;
    width: 250px;
    border-bottom: 1px solid black;
}

.product:hover .tooltipImage {
    visibility: visible;
}

.block-left {
    float: left;
    width: 488px;
    margin-left: 15px;
    background-color: white;
    padding: 5px;
}

.block-right {
    width: 498px;
    float: left;
    margin-left: 8px;
    background-color: white;
    padding: 5px;
}

.select-pattern {
    width: 512px;
    float: left;
}

.block-pattern {
    float: left;
    width: 485px;
}

    .block-pattern ul {
        text-align: center;
    }

    .block-pattern li {
        display: inline-block;
        list-style: none;
        text-align: center;
        padding: 10px 10px 0px 10px;
        margin: 0px 10px;
    }

        .block-pattern li:hover {
            background-color: #FBE0CC;
            border: 2px solid orange;
        }

    .block-pattern label {
        display: block;
        font-size: 12px;
        line-height: 13px !important;
        margin-top : 5px;
    }

    .block-pattern .active {
        background-color: #FBE0CC;
        border: 2px solid orange;
    }

.pattern {
    border: 2px solid white;
}

.option {
    float: left;
}

.option-header {
    margin-left: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-top : 3px;
}

.option-content {
    margin-left: 45px;
    font-size: 13px;
}

    .option-content label {
        width: 100px;
        display: inline-block
    }

.option-header label {
    width: 100px;
    display: inline-block;
    font-weight : bold!important;
}

.add-info {
    font-size: 10px !important;
    position: absolute;
    top: 120px;
    left: 310px;
}

.add-info-4steps {
    font-size: 10px !important;
    position: absolute;
    top: 120px;
    left: 200px;
}

/*input[type='radio'] {
    margin-right: 5px;
}

    input[type='radio']:after {
        width: 13px;
        height: 13px;
        border-radius: 13px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 13px;
        height: 13px;
        border-radius: 13px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #DD6C37;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }*/

/* completely hiding radio button */
input[type="radio"] {
    display: none;
}

    /* simulate radiobutton appearance using pseudoselector */
    input[type="radio"] + label:before {
        content: "";
        /* create custom radiobutton appearance */
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        /* background-color only for content */
        background-clip: content-box;
        border: 1px solid #bbbbbb;
        background-color: #e7e6e7;
        border-radius: 50%;
    }

    /* appearance of checked radiobutton */
    input[type="radio"]:checked + label:before {
        background-color: #DD6C37;
    }

/* resetting default box-sizing */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* optional styles for centering radiobuttons */
.sound-signal label {
    display: inline-flex;
    align-items: center;
}

.list-button button:nth-last-child(2) {
    margin-right: 7px;
    margin-left: 26px;
}

.default-button {
    float: left;
    border: 2px solid #FAD1B2 !important;
    background-color: #FAD1B2 !important;
    color: black;
    padding: 0px !important;
}

.change-button {
    float: left;
    border: 2px solid #ADA29A !important;
    background-color: #ADA29A !important;
    color: black;
    padding: 0px !important;
}

.change-button-green {
    float: left;
    border: 2px solid #BAC95C !important;
    background-color: #BAC95C !important;
    color: black;
    padding: 0px !important;
}

/* for ie > 10*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .change-button {
        padding: 3px 12px !important;
    }

    .change-button-green {
        padding: 3px 12px !important;
    }

    .default-button {
        padding: 3px 12px !important;
    }
}

.h3,
h3 {
    font-size: 14px !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5 !important;
}

label {
    font-weight: normal!important;
}

.step-product div {
    height: 46px;
    width: 60px;
}

.step-product {
    margin-right: 0px !important;
}

.list-step li {
    margin-right: 4.5px !important;
}

.stair1 {
    float: left;
    margin-left: 10px;
}
.font-weight-400 {
    font-weight: normal !important;
}
.divImg-desc{
    height: 65px;
    width: 55px;
    text-align:center;
}
.divImg-desc img{
    width: 100%;
}