.iYi-logo {
    display: inline-block;
    border: 1px solid #fdc657;
    padding: 0 6px !important;
    color: #fff;
}
section#products{
    background: #f4f4f4 !important;
}
@media only screen and (max-width: 767.98px){
.iYi-logo {
    font-weight: 300!important;
}
.tp-caption{
    display: none !important;
}
}
.header-area-wrapper {
    padding: 12px 0 !important;
}

.sticky-header.sticky {
    background-color: #000;
    }

    .sticky-header.sticky * {
    color: #fff;
}
.btn-brand {
    background-color: #000;
    color: white;
    border: 1px solid #000;
}
.btn-brand:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.page-header-wrapper .page-header-content h1 {
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.w-49{
    width: 49% !important;
}