

.bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #a59e81;
    margin-top: 5rem;
}

.bottom-panel .button_pan {
    border: 1px solid #c5c5c5;
    text-align: center;
    padding: 5px 0 0;
}

.mobile_btns .fa {
        color: #fff;
        font-size: 1.3rem;
}

.basket-line {
    padding: 1px;
}

@media (max-width: 767px) {
    .uk-panel {
        border-radius: 1rem;
        margin-bottom: .5rem;
    }

    .form h3 {
        background: rgba(255, 255, 255, .7);
        padding: .5rem 2rem;
        border-radius: .5rem;
    }

    .smart-filter {
        margin-top: 3.5rem;
    }
}

#awelite_favorites_equation i {
    font-size: 1.5rem;
}

#awelite_favorites_equation p.count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #ff1645;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    right: -1.5rem;
    margin: 0;
    top: -1.5rem;
    font-size: .9rem;
}

header .basket-line-block strong {
    font-size: .8rem;
    color: #a59e81;
}

.ss_news {
    border-radius: 1rem;
    border: 1px solid #a59e81;
    padding: 1rem;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5,
.uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-family: arianamu, sans-serif;
    text-transform: uppercase;
	/* font-style: italic; */
}