.detail-modal {
    background: white;
}

.orange-icon.js-active {
    background-clip: border-box;
    border-bottom: none;
    position: relative;
    background: white;
}

.orange-icon-intab-container.js-active:after {
    display: block;
    width: 100%;
    height: 3px;
    background: #e7a14c;
    position: absolute;
    content: "";
    bottom: 56px;
    left: 0px;
}

.orange-icon {
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: none;
    background: white;
    cursor: pointer;
}

@media screen and (max-width: 769px) {
    .orange-icon {
        border-right: 1px solid rgba(0, 0, 0, .2);
    }
}

.orange-icon:last-child {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.orange-icon__name {
    line-height: .88889rem;
    font-size: .88889rem;
    font-weight: bold;
}

.orange-icon_border {
    border-bottom: 4px solid #e7a14c
}

.orange-icon-in-detail {
    position: relative
}

.orange-icon-in-detail-modal {
    position: absolute;
    top: 100%;
    right: 0;
    width: 50rem;
    background: #fff;
    z-index: 1
}

.orange-icon__img {
    height: 50px
}

.orange-icon__img-detail {
    margin-top: 15px;
}

.orange-icon__p-detail {
    margin-bottom: 10px;
    font-family: Lato-Light, Helvetica, Roboto, Arial, sans-serif;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
}

.orange-icon-detail {
    border: 1px solid #8080805c;
    margin-left: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    background: #FFFFFF;
}

.orange-icon-detail:hover {
    box-shadow: 0 0 10px #D79644;
    transition: 0.5s;
    z-index: 1;
}

.orange-icon-container {
    position: relative;
    z-index: 2;
}

#orange-icon_modal {
    padding: 0;
}

.orange-icon-intab-container {
    height: 60px;
}

.orange-icon-intab {
    padding: 10px;
    height: 60px;
    margin: 0 auto;
}

.modal {
    border: 3px solid #e7a14c;
    padding: 1.11111rem;
    margin-bottom: 1.66667rem;
    z-index: 2;
    position: relative;
    display: block;
}

.modal_category {
    overflow-y: visible;
}

.modal_header {
    overflow-y: scroll;
    height: 58.7vh
}

.detail-modal {
    padding: 20px;
    border: none;
}

.orange-tabs-container {
    background: #EEEEEE;
    height: 110px;
}

.orange-tabs {
    padding-top: 50px;
    width: 95%;
    margin: auto;
}

.close-detail {
    right: 10px;
    top: 0px;
}

.variant-colors {
    width: 12.5%;
    max-height: 230px;
    overflow: hidden;
}

.variant {
    width: 20%;
}

.detail-napolnenie {
    width: 24%;
    display: inline-block;
    margin-bottom: 30px;
}

.detail-napolnenie-img {
    width: 100%;
    height: 250px;
}

.detail-napolnenie-img img {
    height: 100%;
    width: 100%;
}

.detail-stol-img {
    width: 20.5%;
    max-height: 150px;
}

@media screen and (max-width: 800px) {
    .orange-tabs-container {
        height: 165px;
    }

    .detail-napolnenie {
        width: 49%;
    }

}

@media screen and (max-width: 430px) {
    .orange-tabs-container {
        height: 410px;
    }

    .detail-napolnenie {
        width: 100%;
    }

    .variant-colors {
        width: 50%;
    }

}

.variant-colors-img {
    padding-right: 5px;
}
