.header-qd-v1-content {
    background-color: #FFF;
}

.header-qd-v1 .header-qd-v1-cart .header-qd-v1-popup-cart span {
    color: #727272 !important;
    font-weight: bold;
}

.header-qd-v1 .header-qd-v1-cart .header-qd-v1-cart-icon {
    -webkit-mask-box-image: url(https://t40027.vteximg.com.br/arquivos/cart_icon.png) !important;
    background: #EE2B44 !important;
}

.header-qd-v1-search {
    border: 1px solid #b2b2b2;
}

.header-qd-v1-search:hover {
    border-color: #EE2B44;
}

#vtexIdContainer .modal-header:before {
    content: "";
    width: 100%;
    height: 90px;
    display: block;
    background: url(//t40027.vteximg.com.br/arquivos/logo-drogaria-santa-marta.png) no-repeat scroll center center;
    background-size: cover;
}

.ui-menu {
    overflow-x: hidden;
    max-height: 300px;
}

.search-container {
    width: 95%;
    height: 44px;

    background-color: #FFF;

    border: 2px solid #EE2B44;
    border-radius: 10px;

    margin: 0 auto;

    display: flex;
    flex-direction: row;

    overflow: hidden;
}

#tags {
    width: 100%;
    height: 100%;

    padding: 0 20px;
    border: 0;

    outline: none;
}

.vtex-profile-form__toggle-business-btn__wrapper {
    display: none;
}

.icon {
    width: 50px;
    height: 100%;

    font-size: 21px;
    line-height: 1.8;
    color: #EE2B44;

    text-align: center;

    cursor: pointer;
}

.search-item {
    display: flex;
    flex-direction: row;

    height: 40px;
    align-items: center;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #EE2B44;
}

.search-item img {
    width: 30px;
    height: 30px;
}

.search-item span {
    margin-left: 40px;
}

.search-item.search-item:hover {
    color: #FFF;
    background-color: #EE2B44;
    border-top: #EE2B44;
}

.ui-widget.ui-widget-content {
    width: 95% !important;

    padding: 10px;
    border: 1px solid #EE2B44;
    margin: 0 auto;
    right: 0;
}

.ui-state-active.ui-state-active {
    background-color: #FFF;
    color: #000;
    border: 0;
    margin: 0;
}

/* Float Button */
.float-btn {
    width: 60px;
    height: 60px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    color: #FFF;
    background-color: #25d366;
    border: 0;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #999;

    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 100;

    font-size: 31px;
    line-height: 0;

    outline: none;
    cursor: pointer;
}

.float-btn:hover {
    background-color: #19a24c;
}

.float-btn i {
    position: relative;
    top: -1px;
    left: 1px;
}

@media screen and (max-width: 420px) {
    .float-btn {
        bottom: 10%;
    }

    .header-qd-v1-content .mz-mobile-search-style {
        background-color: #EE2B44;
        padding: 10px 0;
    }

    .header-qd-v1-content .mz-mobile-search-style {
        background-color: #FFF;
        border-bottom: 2px solid #EE2B44;
    }
}

@media screen and (max-width: 991px) {
    body.home{
        padding-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    body.home{
        padding-top: 107px;
    }
}

@media screen and (max-width: 420px) {
    body.home{
        padding-top: 128px;
    }
}