﻿.tags_and_next_bid { margin: 26px 0 24px 0; }
.tags_slider.not_active { opacity: 0; height: 0; overflow: hidden; }
.tags_slider { opacity: 1; width: 100%; background-color: #F9F9F9; padding: 10px 20px; box-sizing: border-box; border-radius: 5px 0 0 5px; margin-bottom: 0; }
    .tags_slider .slick-prev, .tags_slider .slick-next { display: none !important; }
    .tags_slider .tag_item { display: block; padding: 15px 5px; box-sizing: border-box; border-left: 1px solid #fff; }
    .tags_slider .img { height: 35px; width: 50px; text-align: center; margin: 0 auto 10px auto; display: flex; align-items: center; }
        .tags_slider .img > * { max-width: 100%; display: inline-block; vertical-align: middle; }
    .tags_slider .title { display: block; text-align: center; color: #00B7B8; font-size: 0.75em; }
.tags_and_next_bid .next_bid { width: 380px; background-color: #F5F5F5; border-radius: 0 5px 5px 0; padding: 0 !important; }
.tags_and_next_bid .bid_item { border-radius: 0 5px 5px 0; }
.tags_slider .tag_item:hover, .tags_slider .tag_item:focus { background-color: #01B7B8; }
    .tags_slider .tag_item:hover .title, .tags_slider .tag_item:focus .title { color:#fff;}
.tags_slider .tag_item {border:1px solid #f5f5f5; }