.results {
    font-family: 'Univers LT Std';
    margin-top: 12px;
}

.results__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 79px 42px;
}

.results__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 630px;
    margin: 0 auto;
}

.results__search-title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;

    margin-bottom: 20px;
}

.results__search-form {
    margin-bottom: 40px;
}

.results-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.results-form__input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 14px 155px 13px 48px;

    position: relative;
}

.results-form__search-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 18px;
}

.results-form__submit {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;

    background: #000000;
    padding: 10px 20px;
}

button[type='submit'].results-form__submit:hover {
    background: #000000;
    color: #FFFFFF;
}

.results-form__reset {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: none;

    position: absolute;
    right: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    padding: 0;
    width: 15px;
}

.results-form__reset.hide {
    display: none;
}

.results-form__reset img,
.results-form__search-image img {
    display: block;
    width: 100%;
}

.results__favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.results__favorites-products {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.results__favorites-title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #000000;

    margin-bottom: 10px;
}

.results-product {
    padding: 27px 29px 15px;
    border: 1px solid transparent;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%;
    max-width: 200px
}

.results-product:hover {
    border-color: #e5e5e5;
}

.results-product:hover .results-product__find {
    top: 0;
    opacity: 1;
}

.results-product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.results-product__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 14px;
    width: 139px;
}

.results-product__img img {
    display: block;
    width: 100%;
}

.results-product__name {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-align: center;
    text-transform: uppercase;

    color: #000000;
    margin-bottom: 5px;
}

.results-product__find {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #a0a0a0;
    position: relative;
    top: 25px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.results.homeContent {
    padding-top: 40px !important;
}

@media (max-width: 1440px) {
    .results__favorites-products {
        max-width: none;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .results__search {
        min-width: auto;
        width: 100%;
    }

    .results__body {
        padding: 30px 15px 20px;
    }
}

@media (max-width: 490px) {
    .results-product {
        max-width: none;
    }
}

.thankyouBox {
    background-color: #FCF8F5 !important;
}