/*
Theme Name: Cards Unlimited
Author: cardsunlimited
Version: 2.1.0
Text Domain: cardsunlimited
*/

.usp__slider {
	display: flex;
    flex-wrap: wrap;
}
.usp__slide {
	padding-right: 30px;
}
.search-form__input {
	padding: 5px 10px;
    width: 100%;
    height: 40px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #191c1f;
    border: 1px solid #f5f6f8;
}
.search-form .button {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 40px;
    font-size: 16px;
    border-width: 1px;
    border-radius: 0;
}