
.lang-dropdown {
    display: block;
    margin-bottom: 15px;
}
.product-image {
    width: 100%;
}
.search-bar span {
    padding: 9px 20px;
}
.recycle-table {
    border: 1px solid #000;
    width: 100%;
}
.recycle-group {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.recycle-group h2 {
    font-size: 20px;
    margin: 25px 0;
}
.recycle-table tr {
    border: 1px solid #000;
}
.recycle-table tr td {
    padding: 5px;
}
.recycle-table tr td.info {
    border: 1px solid #000;
}
.recycle-table tr td.image {
    border: 1px solid #000;
    padding: 20px;
}
.recycle-table tr td.image svg {
    display: block;
    height: auto;
    width: 100px;
    margin: 0 auto;
}
.recycle-table .col-width-1 {
    width: 100%
}
.recycle-table .col-width-2 {
    width: 50%
}
.recycle-table .col-width-3 {
    width: 33.33333333%
}