.degustationnotelist .description .vintage{padding-right: 15px;position: relative;}
.degustationnotelist .description .vintage:after {right: 0px;width: 14px;height: 4px;margin-top: -2px;}
.degustationnotelist .description .vintage:before {right: 5px;width: 4px;height: 14px;margin-top: -7px;}
.degustationnotelist .description .vintage::before, .degustationnotelist .description .vintage::after {content: '';position: absolute;top: 7px;background-color: #000;transition: all .3s;cursor: pointer;}
.degustationnotelist .description .vintage.active::before {transform: rotate(90deg);}
.degustationnotelist .description .degustationnotes-imgcontents{padding: 15px 0; display: none;}
.degustationnotelist .description .notereadmore{font-family: 'Gotham A','Gotham B', Sans-Serif;font-weight: 400;font-size: 14px;clear: both;display: block;margin-top: 15px;color: #337ab7;}
.notelist-description-head{position: relative;}
.notelist-description-head .notelist-expand-alle{position: absolute;right: 0;cursor: pointer;}
@media (max-width: 475px){
    .notelist-description-head .notelist-expand-alle{display: none;}
}