@charset "utf-8";
.catalogue-caption{
color: #000;
font-size: 1.1rem;
line-height: 2;
}
.btn-warehouse,
.bg-warehouse{
background-color: #DECAAD;
}
.btn-warehouse:hover,
.btn-warehouse:active{
background-color: #C4AB8A;
}
.btn-trash,
.bg-trash{
background-color: #B3DDD1;
}
.btn-trash:hover,
.btn-trash:active{
background-color: #8BC1B0;
}
.catalogue-makers-item{
margin-bottom: 2rem;
}
.catalogue-makers-item-cell.table-warehouse{
background-color: #E5F1D9;
}
.catalogue-makers-item-cell.table-trash{
background-color: #E0F1FB;
}
.catalogue-makers-item-cell{
background-color: #F7F8F8;
}
.catalogue-makers-item-table{
display: flex;
border: 1px solid #c4c5c6;
align-content: stretch;
list-style: none;
padding: 0;
}
.catalogue-makers-item-table li{
list-style: none;
}

@media screen and (max-width: 575.9999px){
.catalogue-makers-item-table .catalogue-makers-item-cell:not(:last-of-type){
border-bottom: 1px solid #c4c5c6;
border-right: none;
}
.catalogue-makers-item-table{
flex-direction: column;
}
}
@media screen and (min-width: 576px){
.catalogue-makers-item-table .catalogue-makers-item-cell:not(:last-of-type){
border-bottom: none;
border-right: 1px solid #c4c5c6;
}
.catalogue-makers-item-table{
flex-direction: row;
}
}

.catalogue-makers-item-cell{
justify-content: center;
padding: 1rem;
align-items: center;
display: flex;
align-self: stretch;
}

.catalogue-makers-link-text{
font-size: .7rem;
font-weight: bold;
border-bottom: 1px solid #69a17d;
color: #69a17d;
}
a:hover .catalogue-makers-link-text{
color: #497459;
border-bottom: 1px solid transparent;
}

/* Adjust columns of makers */
@media screen and (min-width: 576px){
.catalogue-makers-item-table .catalogue-makers-item-cell:nth-of-type(1){
width: 205px;
flex: 0 0 205px;
max-width: 205px;
}
.catalogue-makers-item-table .catalogue-makers-item-cell:nth-of-type(3),
.catalogue-makers-item-table .catalogue-makers-item-cell:nth-of-type(4){
width: 112px;
flex: 0 0 112px;
max-width: 112px;
}
}

.fs11{
font-size: 11px;
}
