.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: 5px 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;
}