.shop-product h2 {
    color: #000000;
}

.custom-product-title {
    margin-top: 2px;
    margin-bottom: 30px;
    height: 60px;
    background-color: #f2f2f2;
    color: #000000;
    line-height: 60px;
    font-size: 35px;
    font-weight: 700;
}

.subs-types {
    display: flex;
    align-items: center;
}

.subs-types-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 72px;
    height: 87px;
    background-color: #ffffff;
    border: 1px solid #707070;
    margin-left: 15px;
    padding: 5px;
    cursor: pointer;
}

.subs-types-item.selected, .subs-types-item:hover {
    border-color: #ffb827;
}

.subs-types-item-preview {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    max-height: 80%;
}

.subs-types-item-preview img {
    max-width: 100%;
    max-height: 100%;
}

.subs-types-item-text {
    height: 15px;
}

.subs-selection, .subs-group {
    display: none;
}

.selection-title {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.subs-group-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-item input {
    visibility: hidden;
    position: absolute;
}
.sub-item label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 72px;
    height: 87px;
    background-color: #ffffff;
    border: 1px solid #707070;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px;
    cursor: pointer;
}

.sub-item-text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}

.sub-item-radio:checked + label, .sub-item-radio:hover + label {
    border-color: #ffb827;
}
