.favorites-small {
    position: relative;
}

.favorites-small .favorites-small-header {
    position: relative;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    cursor: pointer;
}

.favorites-small .favorites-small-content {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: -5px;
    width: 430px;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: normal;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .16);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media screen and (min-width: 769px) {
    .header .favorites-small:hover .favorites-small-content {
        visibility: visible;
        opacity: 1;
        top: 30px;
        z-index: 110;
    }

    .header .favorites-small:hover .favorites-small-empty {
        top: 40px;
    }
}

.header .favorites-small .favorites-small-info svg path {
    fill: #FFFFFF;
}

@media screen and (min-width: 769px) {
    .header .favorites-small .favorites-small-info:hover svg path {
        fill: #F08D34;
    }
}

.header .favorites-small .favorites-small-info__qty {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: 13px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #F08D34;
    border-radius: 50%;
}

.favorites-small .favorites-small-items {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    height: 100%;
    max-height: 484px;
    padding: 20px 20px 18px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F2E9DB transparent;
}

.favorites-small .favorites-small-items::-webkit-scrollbar {
    width: 3px;
}

.favorites-small .favorites-small-items::-webkit-scrollbar-track {
    background: transparent;
}

.favorites-small .favorites-small-items::-webkit-scrollbar-thumb {
    background-color: #F2E9DB;
    border-radius: none;
    border: none;
}

.favorites-small .favorites-small-item {
    position: relative;
    border: none;
    padding: 0 24px 0 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    overflow: visible;
}

.favorites-small .favorites-small-item__image {
    float: none;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 132px;
    min-height: 132px;
}

.favorites-small .favorites-small-item__image img {
    min-width: 132px;
    width: 132px;
    max-width: 132px;
    min-height: unset;
    height: auto;
    max-height: 132px;
    user-select: none;
    object-fit: cover;
    object-position: bottom;
    margin-top: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.favorites-small .favorites-small-item__image .product-favorite-block {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    top: 6px;
    right: 6px;
}

.favorites-small .favorites-small-item__image .product-favorite-block a:hover svg path {
    fill: inherit;
}

.favorites-small .favorites-small-item__image .product-favorite-block .favorite.active svg path {
    fill: #362D2E;
    stroke-width: 0;
}

.favorites-small .favorites-small-item__name {
    display: flex;
    word-break: break-word;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0 0 8px 0;
    color: #362D2E !important;
}

.favorites-small .favorites-small-item__name:hover {
  color: #F08D34 !important;
}

.favorites-small .favorites-small-item__price {
    margin: 0;
}

.favorites-small .favorites-small-item__price .favorites-small-item__price-online {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 5px 0;
}

.favorites-small .favorites-small-item__price .favorites-small-item__price-online .favorites-small-item__price-online_value {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #362D2E;
    padding: 2px 5px;
    background-color: #FFB81C;
}

.favorites-small .favorites-small-item__price .favorites-small-item__price-online .favorites-small-item__price-online_description {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #362D2E;
}

.favorites-small .favorites-small-item__price .favorites-small-item__prices {
    margin: 0 0 5px 0;
}

.favorites-small .favorites-small-item__price .discount-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #362D2E;
    margin: 0;
}

.favorites-small .favorites-small-item__price .current-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #362D2E;
}

.favorites-small .favorites-small-item__price .old-price {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;
    color: #362D2E;
    text-decoration: line-through;
}

.favorites-small .favorites-small-buttons {
    padding: 16px 20px 20px 20px;
}

.favorites-small .favorites-small-buttons .btn.btn-transparent {
    border: 2px solid #F08D34;
    color: #F08D34;
    height: 50px;
    min-height: 50px;
    width: 100%;
    max-width: 100%;
    background: transparent;
    transition: .4s background, .4s color;
}

.favorites-small .favorites-small-buttons .btn.btn-transparent:hover {
    background: #F08D34;
    color: #FFF;
}

.favorites-small-content.favorites-small-empty .favorites-small__empty {
    padding: 20px;
}

.favorites-small__empty .favorites-small__empty-title {
    font-family: 'Square721', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: left;
    color: #362D2E;
    margin: 0 0 12px 0;
}

.favorites-small__empty .favorites-small__empty-description {
    font-family: Nunito Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    color: #362D2E;
    margin: 0 0 20px 0;
}

.favorites-small .favorites-small-empty .favorites-small-buttons {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .favorites-small-content {
        display: none;
    }

    .header-tabbar_item::not(.active) .favorites-small-info svg path {
        fill: #362D2E;
    }

    .header-tabbar_item .favorites-small-info__qty {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -8px;
        left: 13px;
        font-weight: 500;
        font-size: 10px;
        line-height: 20px;
        color: #FFFFFF;
        width: 20px;
        height: 20px;
        text-align: center;
        background: #F08D34;
        border-radius: 50%;
    }
}