@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
.step-content textarea[data-note]{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.h58px{
    line-height: 0;
}
p.error{
    color: red;
}
#kits_type, .pc-block{
    display: flex;
    justify-content: center;
}
.pc-kit-item, .pc-block > label{
    position: relative;
    border: 2px solid #CCC;
    margin-top: 20px;
    width: 20%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 20px;
    margin: 0 15px 0 0;
    cursor: pointer;
}
#kits_type{
    flex-wrap: wrap;
    gap: 16px;
}
.pc-kit-item{
    width: 30%;
}
.pc-kit-item.active, .pc-block > label.active{
    border-color: #666;
}
.pc-kit-item:last-child, .pc-block > label:last-child{
    margin-right: 0;
}
.pc-kit-item img, .pc-block > label img{
    max-width: 130px;
}
.pc-kit-item input[type=checkbox], .pc-block > label input[type=radio], .pc-block > label input[type=checkbox]{
    position: absolute;
    opacity: 0;
}

#kits_type select{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
#kits_type .pc-kit-item{
    padding-bottom: 70px;
}
.stepper.horizontal{
    margin-bottom: 100px;
}
ul.stepper.horizontal{
    min-height: 1300px !important;
}
ul.stepper.horizontal .step .step-content .step-actions{
    bottom: auto !important;
}
ul.stepper.horizontal .step.wrong .step-title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f12a";
    font-size: 13px;
}
ul.stepper.horizontal .step.done .step-title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 13px;
}
#pc_wv_info{
    text-align: center;
    font-weight: bold;
    color: #D97639;
    margin: 20px 0 10px 0;
}
.stepper h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    
    margin: 20px 0;
}
.pc-helper{
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}
.pc-result-msg{
    padding: 10px 20px;
    background: #efefef;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 21px;
}
.pc-result-msg .item{
    margin-bottom: 10px;
}
.pc-result-msg .step-result-number{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.pc-result-msg ul.item{
    padding: 0 0 0 19px;
    list-style: disc;
    font-size: 14px;
    margin-bottom: 20px;
}
.pc-result-msg ul li{
    margin-top: 5px;
}
body{
    counter-reset: c;
}

ul.stepper.horizontal .step:not(.d-none) .step-title .number::before {
    counter-increment: c;
    content: counter(c);
}
.layouts img{
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 15px;
}
.layouts img.selected{
    opacity: 1;
}
.ps-size-block{
    background: #f5f5f5;
    padding: 10px 15px 5px 15px;
}
@media (min-width: 992px) {
    ul.stepper.horizontal .step .step-title{
        font-size: 13px;
    }
    ul.stepper.horizontal .step .step-title{
        padding-left: 45px !important;
        line-height: 60px !important;
        height: 60px !important;
    }
    ul.stepper.horizontal .step .step-title::before{
        left: 10px !important;
        top: 17.5px !important;
    }
    ul.stepper.horizontal .step{
        height: 60px !important;
    }
    ul.stepper.horizontal .step .step-content{
        top: 60px !important;
    }
    ul.stepper.horizontal::before{
        min-height: 60px !important;
    }
    ul.stepper.horizontal .step.active .step-title::before, ul.stepper.horizontal .step.done .step-title::before{
        background-color: #E47F36;
    }
    ul.stepper.horizontal .step .step-content{
        overflow-y: hidden !important;
    }
}
@media (max-width: 768px) {
    .title-block div{
        width: 100%
    }
}

.btn {
    padding: 1.375rem 1.75rem;
    font-weight: 600;
}

.pc-note-block {
    background: #f2f2f2;
    width: 100%;
    padding: 24px 24px 12px 24px;
    border-radius: 12px;
    margin: 24px 0 16px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.pc-note-block label.pc-note-desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left;
}
.pc-note-block textarea[data-note] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 60px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    resize: vertical;
}