@charset "utf-8";

.element-empty {
    font-size: 18px;
    text-align: center;
}

.products {
    margin: 20px 0;
}

.products[not-options] {
    margin-top: 0;
}

.prodcut-detail {
    margin-bottom: 54px;
}

.prodcut-detail .container {
    background-color: white;
    padding-top: 20px;
    margin-bottom: 20px;
}

.catalog-filter[img-sticky] {
    padding: 0;
    position: sticky;
    top: 165px;
    background-color: unset;
}

.purple {
    color: #7A4DAD;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.name-property-text-bold {
    padding-right: 7px;
}

.text-bold {
    font-weight: bold;
}

div[show='false'] {
    display: none;
}

.container {
    position: relative;
    color: #323232;
}

.report-container {
    position: absolute;
    display: flex;
    justify-content: right;
    bottom: 20px;
    right: 20px;
}

.btn-report {
    color: #7C7B7E;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
    line-height: 27px;
    height: 36px;
    background-color: #F2F2F2;
}

.container:first-child {
    padding-top: 20px;
}

.main-block .property {
    display: flex;
    height: fit-content;
}

.property {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-block .name-property,
.main-block .name-property-choose {
    padding-right: 7px;
}

.main-block .name-property-choose {
    height: 26px;
    display: flex;
    align-items: center;
}

.additional-block .name-property {
    padding-bottom: 10px;
}

.popup-report {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #0e0e0e8f;
    justify-content: center;
    align-items: center;
}

.report-body {
    position: relative;
    background: white;
    width: 364px;
    border-radius: 1px;
    padding: 30px;
    color: #2b2b2b;
}

.input {
    border-radius: 1px;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    transition: border .5s;
    background-color: #F2F2F2;
    cursor: auto;
}

.input textarea {
    height: 15%;
    font: 14px Roboto-Regular;
    background: #F2F2F2;
}

.send-report {
    background: #7a4dad;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    font-size: 16px;
    height: 41px;
}

.err {
    border-radius: 4px;
    border-color: red;
}

.additional-block .container .value-property[gradient=''] {
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #323232, darkgrey);
}

.additional-block .container {
    display: none;
}

.btn-open-properties {
    width: 228px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #7A4DAD;
}

.open-properties {
    display: none;
    width: 100%;
    height: 40px;
    justify-content: center;
    bottom: 10px;
    position: relative;
}

.click {
    cursor: pointer;
}

.choose {
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    height: fit-content;
    row-gap: 10px;
    column-gap: 10px;
}

.choose a, .choose .btn-choose-size {
    display: flex;
    width: fit-content;
}

.btn-choose-size {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #605f5f;
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
    background-color: #F5F5F5;
}

.btn-choose-size div {
    padding-bottom: 1px;
}

.btn-choose-size[choose] {
    background-color: #7A4DAD;
    border-radius: 2px;
    color: white;
}

.products-container .product .question {
    left: 15px;
    bottom: 15px;
}

@media (max-width: 600px) {
    .btn-report {
        height: 28px;
        width: 130px;
        font-size: 10px;
    }

    .report-container {
        width: 100%;
        position: unset;
        justify-content: center;
        color: #a6a5a5;
        padding-bottom: 20px;
    }

    .btn-report {
        width: 228px;
    }

    .main-block .property {
        padding-bottom: 15px;
        display: inline-block;
        height: unset;
        width: 100%;
    }

    .btn-open-properties {
        width: 150px;
        height: 32px;
        font-size: 12px;
    }

    .main-block .property .purple,
    .main-block .property div {
        display: inline-block;
    }

    .main-block .property .choose {
        display: flex;
        bottom: 0;
    }

    .main-block .property .btn-choose-size {
        height: unset;
        padding-top: 4px;
        padding-bottom: 4px;
        bottom: 0;
    }

    .prodcut-container .clue {
        position: absolute;
    }

    .product-main .product {
        padding-top: 25px;
    }

    .products-container .product .question {
        bottom: 0px;
        left: 2px;
        width: 16px;
        height: 16px;
    }

    .product-main .question {
        bottom: 100px;
        left: 20px;
        width: 16px;
        height: 16px;
    }

    .choose {
        width: 100%;
    }
}
