.wall-coverings-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number-input-pervazia {
    width: 65px;
    margin: 0 10px;
    cursor: pointer;
}

.checkbox-input-pervazia {
    margin: 0 10px;
    cursor: pointer;
}

.wall-coverings-menu-item > img {
    margin-bottom: 20px;
}

.pervazia-price-tag {
    width: 90%;
}

.wall-coverings-menu-item > p {
    margin: 10px 0;
    color: white !important;
}

.wall-coverings-menu-item > hr {
    width: 100%;
}

.wall-coverings-menu-item > label:hover {
    font-weight: bold;
    cursor: pointer;
}

.cover-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}

.cover-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 5px 0;
    width: 100%;
    background: var(--dropdown_lists_background_color);
    padding: 10px;
    position: relative;
}

.cover-container > label {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.checkbox-cover {
    cursor: pointer;
}

.cover-img img {
    width: 170px;
}

.cover-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.wall-coverings-menu-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 10px;
    background-color: rgb(0, 0, 0) !important;
    text-align: center;
    color: white !important;
}

.cover-menu-container {
    display: none;
}

.profile-container {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
}

.profile-container > .cover-cover-profile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.radio-profile-label {
    padding: 0 10px;
}

.radio-profile-label > h3 {
    font-size: 19px;
    margin: 0;
    text-align: center;
}

.radio-profile-label > p {
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.radio-profile {
    min-width: 13px;
}

.thumbnail-profile > img {
    max-width: 150px;
}