.style-two.sticky .header-button i {
    color: #222;
}

.info-price-box span,
.info-price-box span {
    text-align: center;
}

.price-box-off .fi-bs-flame {
    font-size: 18px;
    color: #fe0000;
    line-height: 0;
}

h5 {
    font-size: 13px;
}

.brand {
    display: block;
    padding: 1px 10px;

    border-radius: 40px;
    text-align: center;
    white-space: nowrap;
}

.mean-nav img {
    display: none;
}

.dreamit_menu ul .sub-menu.large {

    overflow: scroll;
    scroll-behavior: auto;
    overflow-x: hidden;
    height: 400px;
}

#owl-carousel-brands .item img {
    margin: 0 auto;
    filter: unset;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    padding: 10px;

}

.timer {
    font-size: 12px;
    color: #ff4f09;
    font-weight: bold;
}

.contact-info-icon i,
.contact-form button {
    background: #ed2c41 !important;
}

.widgets .social-share-link a {
    border: 2px solid #ed2c41 !important;
    color: #ed2c41 !important;
}

.widgets .social-share-link a #mobile-menu-area {
    display: block;
}

.mean-container .mean-nav {
    padding-top: 30px;
}

.mean-container a.meanmenu-reveal {
    color: #000;
    display: none !important;
}

.mean-container .mean-bar::before {
    background-position: top left;
    background-position: center;
}

.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}

.mean-container a.meanmenu-reveal:hover span {
    background: #fff;
}

.mobile-menu-area {
    background-color: transparent;
    box-shadow: none;
}

#sticky-header .logo {
    width: auto !important;
    height: auto !important;
    float: left;
    margin-left: 0px;
}

.category-link img {
    margin: 0 auto;
    filter: unset;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    padding: 10px;
}



@keyframes breath {
    0% {
        animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
        transform: scale(0.9099999999999999);
    }

    51% {
        animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
        transform: scale(1.02994);
    }

    100% {
        transform: scale(0.9099999999999999);
    }
}

#search-box {
    width: 85%;
}

.dreamit_nav_manu {
    margin-bottom: -100px;
    padding-top: 30px;
}

.dreamit_nav_manu.sticky {
    margin-bottom: -68px;
    padding-top: 0px;
}



#owl-carousel-slider a img {
    width: 100%;
}

#owl-carousel-article .item {
    border: 1px solid #dee2e6;
    border-radius: 30px;
}

#owl-carousel-article .item h6 {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    padding: 6px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.ui-autocomplete {
    background-color: #fff;
}

.productitem-3,
.owl-carousel-slider-products .owl-item.active:first-child .item,
.owl-carousel-attribute .owl-item.active:first-child .item {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.agency-title {
    border-bottom: unset !important;
}

.bg-white {
    padding-right: 1rem !important;
}

.products__item-wrapper {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.dreamit_menu>ul>li>a {
    color: #222;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .category-link img,#owl-carousel-brands .item img {
        width: 90px !important;
        height: 90px !important;
    }

    .ui-widget.ui-widget-content {
        width: 100% !important;
        margin-top: 10px !important;
        left: unset !important
    }

    .ui-autocomplete {
        background-color: #e3ecf3;
    }
}