@charset "UTF-8";
/*
Theme Name: Goldcars
Version: 1.0.0
Author: @yuriyfedechko
*/

.customize-support {
    margin-top: -32px !important;
}

#wpadminbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
}

.wpcf7-not-valid-tip,
.tel .form-code .wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
}

.header__nav li:first-child {
    display: none;
}

.choices__item-img {
    width: 34px;
}

.product-page__details-img,
.choices__item-img img,
.filter__slider-item-img img {
    filter: brightness(0) invert(1);
}

.product-page__details-img {
    transform: scale(2);
}

.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
    text-align: center;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}