#configurationWindowBack {
    display: none;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99998;
    position: fixed;
}

#configurationWindow {
    display: none;
    position: fixed;
    width: calc(100vw - 75px);
    height: calc(100vh - 60px);
    top: 30px;
    left: 30px;
    z-index: 99999;
    background: #fff;
}

.leftBoxConfigurationWindow {
    width: 60%;
    float: left;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.leftBoxConfigurationWindow .loaderb {
    width: 100%;
    height: 100%;
    position: fixed;
    background: RGBA(0, 0, 0, 0.1);
    z-index: 9999998;
}

.leftBoxConfigurationWindow .loaderb img {
    width: 100px;
    height: 100px;
    margin-left: calc(50% - 50px);
    top: calc(50% - 50px);
    position: absolute;
    z-index: 9999999;
}

.rightBoxConfigurationWindow {
    width: 40%;
    float: left;
    height: 100%;
    overflow-y: scroll;
}

.leftTypeButton,
.tkButton {
    float: left;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
}

.tkGroup {
    float: left;
    width: 100%;
}

.icontkGroup {
    position: absolute;
    bottom: 29px;
}

.tkButton img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.icontkGroup img {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    margin: 5px;
}

.leftTypeButton:hover,
.leftTypeButton.active,
.tkButton:hover,
.tkButton.active {
    border: 1px solid #333;
    background: #f1f1f1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.titleAttributeGroup {
    float: left;
    width: 100%;
    padding: 5px;
    margin: 30px 10px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid red;
}

.leftMaterialGroup .imgattribute,
.leftMaterial .imgattribute,
.leftOther .imgattribute {
    float: left;
    background-size: cover;
    width: 150px;
    height: 150px;
}

.rightBoxConfigurationWindow .imageViewAttrib {
    width: 100%;
    float: left;
}

.rightBoxConfigurationWindow .imageViewAttrib img {
    width: 80%;
    height: auto;
    margin: 30px 10%;
    float: left;
    margin-top: -15%;
}

.rightBoxConfigurationWindow .imageViewAttrib span {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    margin-top: 15px;
    padding: 5px 30px;
    font-weight: bold;
    background: #fff;
}

.closeBTN {
    position: absolute;
    right: -10px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
    width: 27px;
    top: -10px;
    height: 27px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    z-index: 99999;
}

.closeBTN:hover {
    color: #fff;
    background: red;
}

.leftTypeData {
    display: none;
}

.price-box-attributes {
    display: none;
}

.rightBoxConfigurationWindow .productname {
    width: 100%;
    padding: 40px 30px 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.rightBoxConfigurationWindow .price-box-attributes {
    font-weight: bold;
    color: red;
    text-align: center;
    font-size: 28px;
    width: 100%;
    padding: 15px 30px;
}

.rightBoxConfigurationWindow .infoattrib {
    padding: 30px;
}

#add_to_cart_seigo {
    background: #7a1620;
    color: #fff;
    padding: 5px 30px;
    /* float: right; */
    border: none;
}

.rightBoxConfigurationWindow #buy_block {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.onlyMobile {
    display: none;
}

.onlyDesktop {
    display: block;
}

@media (max-width: 600px) {
    .leftBoxConfigurationWindow,
    .rightBoxConfigurationWindow {
        width: 100%;
    }
    .mainmultiattrib,
    .leftTypeButton {
        width: 41%;
    }
    .leftMaterialGroup .imgattribute,
    .leftMaterial .imgattribute,
    .leftOther .imgattribute {
        width: 100%;
        height: 100px;
    }
    .onlyMobile {
        display: block;
    }
    .onlyDesktop {
        display: none;
    }
    .leftMaterialGroup .nameattribute {
        float: left;
        width: 100%;
        height: 40px;
        text-align: center;
    }
}

.infoactualConfig div {
    margin: 0 15px;
    background: #f1f1f1;
    padding: 10px 15px;
    width: calc(100% - 30px);
    border: 1px solid #ccc;
}

.tkGroup,
.tkGroup>div {
    display: none;
}