* {
  font-family: 'Roboto', sans-serif;
}

.visually-hidden {
    display: none !important;
}

.table-row-name {
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-right: 34px;
    font-size: 20px;
}

.table-column-name {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    padding-right: 5px;
    font-size: 16px;
}

.table-element {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    padding-right: 5px;
    font-size: 16px;
}

.bot-button {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 23px;
    background: #3869c9;
    border-color: #3869c9;
    margin-left: 2px;
    margin-right: 2px;
}

.bot-button:hover {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 23px;
    background: #3869c9;
    border-color: #3869c9;
}

.bot-button.active {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 23px;
    background: #196051;
    border-color: #196051;
}

.bot-button.active:hover {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 23px;
    background: #196051;
    border-color: #196051;
}

.product-image {
    max-width: 100px;
    max-height: 100px;
}

ol.breadcrumb {
    flex-direction: column;
}

ol.breadcrumb li {
    display: block;
    margin-bottom: 10px;
}

div.pagination {
    padding: 10;
}

.pagedisplay {
    font-weight: bold;
    padding: 5px;
}