.search {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.search input,
.search .btnSubmit {
    width: 100%;
    border: 0;
    color: #fff;
    background-color: #fff;
    font-size: 1.4rem;
    height: 100%;
}

.search input {
    color: #2b2b29;
    font-size: 2rem;
    padding: 34px 50px 20px 30px;
    font-weight: 300;
    border-radius: 4px;
}

.search .btnSubmit {
    padding: 30px;
    background-color: #EE4459;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.search .btnSubmit:hover {
    background-color: #dc4600;
}

.search .btnSubmit:active {
    background-color: #ce4202;
}

.search label {
    font-size: 12px;
    color: #9b9797;
    position: absolute;
    margin-top: 15px;
    margin-left: 30px;
    pointer-events: none;
}


.search .btnSearch {
    position: absolute;
    top: 12px;
    right: 15px;

    font-size: 2.4rem;
    color: #EE4459;        
    padding: 15px;

    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;

}


@media (min-width: 992px) { 
    .search input {
        border-radius: 4px 0 0 4px;
        padding-right: 30px;
    }

    .search .boxInput {
        padding-right: 0;
    }


    .search .btnSearch {
        display: none;
    }
}

.region {
    padding: 10px 0;
}

.region__title {
    font-size: 1.2rem;
    color: #9b9797;
}

.changeRegion {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}

.my-location {
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    padding-right: 25px;

    align-items: center;
    display: flex;
}

.location {
    width: 100%;
    border: 0;
    border-radius: 4px;
    font-size: 1.8rem;
    padding: 25px 15px;
}
