

/* Start:/local/components/a.savin/pantons.list/templates/.default/style.css?16464128571417*/
.pantone__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px 40px -5px;
}
.pantone {
    width: calc(100% / 5 - 10px);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}
.pantone:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all 0.2s ease-out 0s;
}
.pantone:hover:before {
    background: #54545478;
}
.pantone__name {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pantone--dark .pantone__name{
    color: white;
}
.pantone__popup {
    height: 0;
    width: 90vw;
    max-width: 90vh;
    padding-bottom: 80%;
}
@media (max-width: 991px) {
    .pantone {
        width: calc(100% / 4 - 10px);
    }
}
@media (max-width: 768px) {
    .pantone {
        width: calc(100% / 3 - 10px);
    }
}
@media (max-width: 575px) {
    .pantone {
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 440px) {
    .pantone {
        width: calc(100% / 2  - 10px);
    }
}

.pantone__search-container {
    margin-bottom: 40px;
}
.pantone__search {
    width: 100%;
    padding: 10px 15px;
    line-height: 25px;
    border: 1px solid #b3b3b3;
    outline: none;
}
/* End */
/* /local/components/a.savin/pantons.list/templates/.default/style.css?16464128571417 */
