

/* Start:/local/components/emi/color.picker-new/templates/.default/style.css?17593288143522*/
.main-grid {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    align-content: start;
}

.palette-row {
    margin-top: 80px;
}

.color-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blackout {
    background: #000;
}

img.light {
    filter: grayscale(80%);

}

.color-card span {
    font-size: 18px;
    color: #C5C4C4;
}

.color-card img {
    transition: .3s;
}

.color-card:hover img,
.color-card:focus img {
    transform: scale(2);
}

.btn.btn-show {
    padding: .8em 1.5em;
    margin: .5em;
    background: #252525;
    color: white;
}

.btn.btn-show:hover {
    background: #000;
}

.btn.btn-reset {
    padding: .8em 1.5em;
    margin: .5em;
    background: #eee;
    color: black;
}

.btn.btn-reset:hover {
    padding: .8em 1.5em;
    margin: .5em;
    background: lightgrey;
    color: black;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .main-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

img.lazyload {
    filter: blur(3px);
}

.lazyload.is-loaded {
    filter: none;
    transition: filter 1s;
}

#pallete input[name='type'] {
    width: 20px;
    height: 20px;
}

#pallete .form-check {
    display: flex
}

#pallete .form-check-input {
    margin-right: .5em
}

#pallete .category-btns {
    margin-bottom: 1em;
}


/*
.filters-wrapper {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
*/

.category-btns {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.category-btns .form-check {
    margin: 0;
    width: 100%;
}
/*
.filters-form__radio {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.form-check-input:checked+.filters-form__radio {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
*/
#amount {
    margin-top: 10px;
    border: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
}





.colors-choose {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid rgba(24, 22, 22, 0.4);
    border-radius: 6px;
    appearance: none;
    /* убираем стандартный стиль */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-top: 15px;
}

.colors-choose:focus {
    border-color: #000;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);*/
    outline: none;
}

.colors-choose option {
    padding: 10px;
}

.palette-btns{
    margin-top: 1em;
}
/*
.filters-wrapper{
    font-size: 20px;
}
*/
.filter-property{
    padding: 10px 0;
}

.filter-property_title{
    padding-bottom: 10px;
}
.filters-form__values{
        justify-content: center;
}
.no-color-content{
    min-width: 300px;
    margin: 30px;
}

#reset_btn{
    margin-top: 10px;
}
/* End */
/* /local/components/emi/color.picker-new/templates/.default/style.css?17593288143522 */
