.kavist-schedule{
    margin-top: 16px;
}

.degustation-list {
    width: 100%;
}

.degustation-list-header div > div {
    width: 100%;
    padding: 6px 11px;
}

.degustation-list-header{
    height: 31px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background: #a6b7d0;
    border-bottom: 1px #8ea0bb solid;
    border-radius: 4px 4px 0 0;
}

.degustation-list-header > div.price-deg div {
    cursor: pointer;
}

.degustation-list-header > div.price-deg .arrow {
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url("images/arrow_down.svg");
    margin-left: 10px;
}

.degustation-list-header > div.price-deg.DESC .arrow {
    transform: rotate(180deg);
}

@media(min-width: 768px){
    .degustation-list-body{
        border-radius: 0 0 4px 4px;
        overflow: hidden;
    }
}

.degustation-list-body > a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2px;
}

@media(min-width: 768px){
    .degustation-list-body > a{
        border-radius: 0;
        margin-bottom: 0;
    }
}

.degustation-list-body .degustation-item{
    background: #ffffff;
    border-bottom: 1px #f1f3f7 solid;
    padding: 15px;
    transition:all .3s ease;
}

@media(min-width: 768px){
    .degustation-list-body .degustation-item{
        padding: 15px 0;
    }
}

.degustation-list-body .degustation-item > div{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text-color);
}

.degustation-item:hover {
    background: #f8f9fb;
    cursor: pointer;
}

.degustation-item > div > div > div{
    width: 100%;
}

@media(min-width: 768px){
    .degustation-item > div > div > div{
        padding: 6px 11px;
    }
}

@media(min-width: 768px){
    .degustation-list-header .subject,
    .degustation-item .subject {
        width: 35%;
    }

    .degustation-list-header .leading,
    .degustation-item .leading {
        width: 18%;
    }

    .degustation-list-header .address,
    .degustation-item .address {
        width: 18%;
    }

    .degustation-list-header .price-deg,
    .degustation-item .price-deg {
        font-weight: bold;
        width: 11%;
    }

    .degustation-list-header .actions,
    .degustation-item .actions {
        width: 18%;
    }
}

.degustation-item .namedegustation {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .degustation-item .namedegustation {
        position: relative;
        font-size: 15px;
        padding: 0 0 0 16px;
    }

    .degustation-item .namedegustation:before {
        content: "";
        width: 4px;
        height: 4px;
        display: block;
        background: url(images/dot.png) 0 0 no-repeat;
        vertical-align: top;
        top: 8px;
        left: 0;
        position: absolute;
    }

    .degustation-item .datedegustation {
        padding: 0 0 0 16px;
    }
}

.stickers .training, 
.stickers .exclusive, 
.stickers .online, 
.stickers .game {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 2px;
    background: #a82450;
    letter-spacing: 1px;
    padding: 3px 5px 2px 6px;
    margin-bottom: 4px;
}

.degustation-list-body .leading{
    padding: 12px 0;
}

.degustation-list-body .leading img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}

.degustation-list-body .leading > div span:first-child{
    display: inline-block;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .degustation-list-body .leading > div span:first-child{
        font-weight: 400;
        color: var(--text-color);
    }
}

.degustation-item .actions > div{
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
}

.degustation-item .actions div.but {
    width: 100%;
    max-width: 123px;
    text-align: center;
    padding: 9px 10px;
}

.degustation-item:hover .but.but-degust{
    background: #921c40;
    color: #ffffff;
    border-color: transparent;
    transition: all .3s ease;
}

.but.but-degust {
    border: 1px solid #dadfe6;
    color: #8b97a9;
}

.but.but-degust:hover{
    background: #761734;
    color: #ffffff;
    border-color: transparent;
}

.degustation-list-body .price-deg {
    font-weight: bold;
    color: var(--heading-color);
}

.noavailable{
    margin-top: 12px;
}

@media(min-width: 768px){
    .noavailable{
        padding: 0 0 0 27px;
    }
}

.no-avail-stick {
    display: inline-block;
    width: max-content;
    height: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--secondary-color);
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 4px;
}

@media(min-width: 768px){
    .no-avail-stick {
        display: inline-flex; 
        align-items: center;
        width: 144px;
        height: 27px;
        font-weight: bold;
        background: url(images/no_avail_stick.png) 0 0 no-repeat;
        cursor: default;
        padding: 0 12px;
    }
}

.button-deg-request {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--heading-color);
    text-decoration: underline;
}

@media(min-width: 768px){
    .button-deg-request {
        display: inline-block;
        font-weight: bold;
        border-bottom: 1px #921c40 dotted;
        color: #921c40;
        text-decoration: none;
        margin-left: 13px;
    }
}


.degustation-subscribe{
    text-align: center;
    margin: 16px 0;
}

@media(min-width: 768px){
    .degustation-subscribe{
        background: #fff;
        padding: 15px;
    }
}

.degustation-subscribe-link{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading-color);
    border-bottom: 1px solid var(--heading-color);
    cursor: pointer;
}

@media(min-width: 768px){
    .degustation-subscribe-link {
        font-size: 14px;
    }
}

.degustation-subscribe-link:hover{
    color: #A3254C;
    border-bottom: 1px solid #A3254C;
}

@media(min-width: 768px){
    .degustation-subscribe-link:before{
        content:"";
        position:absolute;
        left:-20px;
        top: 0;
        width: 16px;
        height: 15px;
        background: url(../../../../assets/images/rupor.png) 0 0 no-repeat;
    }
}

.kavist-schedule .note{
    background-color: var(--border-color);
    border-radius: 4px;
    padding: 16px;
}

@media(min-width: 768px) {
    .kavist-schedule .note{
        background-color: transparent;
    }
}

.kavist-schedule .note > span{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; 
    color: var(--heading-color);
    text-align: center;
}

@media(min-width: 768px) {
    .kavist-schedule .note > span{
        color: #505d72;
        font-size: 22px;
        line-height: 22px; 
        font-weight: bold;
        color: var(--text-color);
    }
}

.kavist-schedule .note i{
    display: inline-block;
    width: 54px;
    height: 54px;
    background:url(../../../../assets/images/noexchange.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .kavist-schedule .note i{
        margin-right: 20px;
    }
}