h1 a {
    font-size: inherit !important;
    text-decoration: underline;
}

.toolbar.toolbar-products {
    height: 79px;
}

#brand-sheets-adds {
    display: flex;
    flex-wrap: wrap;
}

.brand-sheets-adds-list.table {
    overflow-x: auto;
    margin: 0;
}

#brand-sheets-adds .thead {
    display: none;
}

#brand-sheets-adds.thumb .product .name, #brand-sheets-adds.thumb .product .name a {
    text-align: left !important;
}

#brand-sheets-adds.thumb .product .description, #brand-sheets-adds.thumb .product .description a {
    text-align: left !important;
}

#brand-sheets-adds .product img {
    margin: 0 auto;
    max-height: 400px;
}

#brand-sheets-adds .product .request-button-wrapper .product-link {
    display: none;
}

#brand-sheets-adds.table .request-button-wrapper .product-link {
    display: block;
}

#brand-sheets-adds.table .thead {
    display: table-row;
}

#brand-sheets-adds.table {
    display: table;
    min-width: 991px;
}

#brand-sheets-adds.table > li {
    display: table-row;
}

#brand-sheets-adds.table > li > div {
    display: table-cell;
}

#brand-sheets-adds.table > li > div {
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #888;
    font-size: inherit;
}

#brand-sheets-adds.table > li:nth-child(odd) > div {
    background: #eee;
}

#brand-sheets-adds.table > li.thead > div {
    padding: 10px 8px;
    background: #eee;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    font-size: inherit;
    font-weight: bold;
}

#brand-sheets-adds.table > li > div.image {
    width: 100px;
}

#brand-sheets-adds.table > li > div.image a {
    cursor: pointer;
}

#brand-sheets-adds.table > li > div.request-button-wrapper {
    vertical-align: middle;
}

#brand-sheets-adds {
    width: 100%;
}

#brand-sheets-adds.table {
    border: 1px solid #888;
    border-right: none;
}

#brand-sheets-adds.table .request-button-wrapper .button {
    display: block;
    border: 1px solid #ddd;
    white-space: nowrap;
}

#brand-sheets-adds.table .request-button-wrapper .request-button {
    padding: 0px 10px 10px 10px;
    background: #e5efe5;
}

#brand-sheets-adds.table .request-button-wrapper .request-button:hover {
    background: #75ba6d;
    color: #fff;
}

#brand-sheets-adds.table .request-button-wrapper .product-link {
    text-align: center;
    padding: 5px 15px;
    background: #fed151;
}

#brand-sheets-adds.table .request-button-wrapper .product-link:hover {
    background: #75ba6d;
    color: #fff;
}

.callback-form-image-container {
    max-width: 100px;
    min-width: 100px;
}

#brand-sheets-adds .button:active, #brand-sheets-adds .button:focus {
    color: inherit;
}

.request-button i {
    height: 35px;
    width: 35px;
}

.request-button i:before {
    font-size: 28px;
    line-height: 60px;
}

.request-button span {
    line-height: 35px;
}

#sheet-adds-request-form .callback-form-data-container {
    padding-left: 15px;
}

#sheet-adds-request-form .callback-form-content_cms {
    padding-top: 15px;
}

#sheet-adds-request-form .actions-toolbar {
    margin-bottom: 25px;
}

#sheets-adds-request-form .g-recaptcha {
    margin: 15px 0;
}

#brand-sheets-adds .product .name, #brand-sheets-adds .product .name a {
    font-weight: 600;
    color: #514e46;
    padding-top: 15px;
}

#brand-sheets-adds .product .name a:hover, #brand-sheets-adds .product .name a:hover {
    color: #ffc107;
}

#brand-sheets-adds.thumb .product .short_description {
    padding-top: 8px;
    padding-bottom: 8px;
    /* спрятать текст если у более N строк */
    overflow: hidden;
    /* для установки '…' в абсолютную позицию */
    position: relative;
    /* используйте это значение для расчёта высоты блока */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * число строк (3) */
    max-height: 3.6em;
    /* исправлиление проблемы когда последнее слово не соединяется с правой стороны */
    text-align: justify;
    /* место для многоточия '…' */
    padding-right: 1em;
}

/* создаём многоточие … */
#brand-sheets-adds.thumb .product .short_description:before {
    /* многоточие в конце */
    content: '…';
    /* абсолютное позиционирование */
    position: absolute;
    /* установить позицию в правый нижний угол блока */
    right: 0;
    bottom: 0;
}

/* спрятать многоточие … если у нас есть текст, который меньше или равен количеству максимальный строк */
#brand-sheets-adds.thumb .product .short_description:after {
    content: "";
    position: absolute;
    /* установить позицию в правый нижний угол блока */
    right: 0;
    /* установить width и height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* цвет фона перед блоком */
    background: white;
}

#brand-sheets-adds .product .request-button-wrapper {
    padding-top: 10px;
}

#brand-sheets-adds .product .request-button-wrapper a {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: #f8f8f8;
}

#brand-sheets-adds.thumb .request-button {
    font-size: 13px !important;
}

#brand-sheets-adds.thumb .request-button i {
    width: 18px;
    height: 16px;
}

#brand-sheets-adds.thumb .request-button i:before {
    font-size: 18px;
    line-height: 22px;
}

#brand-sheets-adds .product {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 50%;
    padding: 15px;

}

#adds-menu ul {
    margin: 0;
}

#adds-menu .submenu {
    display: none;
}

#adds-menu .topmenu {
    display: flex;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding-right: 15px;
    padding-left: 5px;
}

#adds-menu li {
    position: relative;
}

#adds-menu .topmenu > li > a, #adds-menu .topmenu > li > span {
    display: inline-block;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold;
    word-break: break-word;
    white-space: normal;
    line-height: 40px;
    padding: 0 25px 0 9px;
    text-align: center;
}

#adds-menu .topmenu > li > a:hover {
    color: #ffc107;
}

#adds-menu li > span {
    cursor: default;
}

#adds-menu .topmenu > li > a:after, #adds-menu .topmenu > li > span:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    pointer-events: none;
}

#adds-menu .topmenu > li > a.all {
    background: #e5efe5;
    border-radius: 19px 0 0 19px;
    margin-left: -5px;
    border-right: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

#adds-menu .topmenu > li > a.all:hover {
    background: #fee396;
    color: #000;
}

#adds-menu .topmenu > li > a.all:after {
    display: none;
}

#adds-menu .submenu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#adds-menu .submenu > li > a:before, #adds-menu .submenu > li > span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #aeadae;
    position: absolute;
    left: 0;
    transition: all 200ms;
    top: 10px;
}

#adds-menu .submenu .submenu.dropdown-menu {
    top: 0;
    left: 100%;
}

#adds-menu .topmenu > li > ul.submenu {
}

#adds-menu .submenu.dropdown-menu {
    padding: 10px 20px;
}

#adds-menu .dropdown-menu > li > a:hover, #adds-menu .dropdown-menu > li > a:focus {
    background: none;
    color: #ffc107;
    text-indent: 5px;
}

#adds-menu .filter {
    display: none;
}

#adds-menu .toggle-menu {
    display: none;
}

.catalog-category-adds .page-title-wrapper .container {
    display: flex;
}

.catalog-category-adds .toolbar-amount {
    display: flex;
    align-items: center;
}

.catalog-category-adds .toolbar-amount .toolbar-number {
    padding-right: 5px;
}

@media (min-width: 430px) {
    #brand-sheets-adds.items-per-row-8 .product {
        border: 1px solid #e7e7e7 !important;
        margin-right: -1px;
        margin-bottom: -1px;
        width: 50%;
        padding: 15px;
    }
}

@media (min-width: 560px) {
    #brand-sheets-adds .product {
        border: 1px solid #e7e7e7;
        margin-right: -1px;
        margin-bottom: -1px;
        width: 25%;
    }

    #brand-sheets-adds.items-per-row-4 .product {
        width: 50%;
    }

    #brand-sheets-adds.items-per-row-5 .product {
        width: 50%;
    }

    #brand-sheets-adds.items-per-row-6 .product {
        width: 33.3333333333333%;
    }

    #brand-sheets-adds.items-per-row-7 .product {
        width: 33.3333333333333%;
    }

    #brand-sheets-adds.items-per-row-8 .product {
        width: 33.3333333333333%;
    }
}

@media (min-width: 768px) {
    #adds-menu .topmenu > li:hover > ul {
        display: block !important;
    }

    #adds-menu .submenu > li:hover > ul {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #brand-sheets-adds.items-per-row-5 .product {
        width: 33.3333333333333%;
    }

    #brand-sheets-adds.items-per-row-6 .product {
        width: 25%;
    }

    #brand-sheets-adds.items-per-row-8 .product {
        width: 20%;
    }

    #brand-sheets-adds.table-thumb {
        margin-top: 25px;
        border: 1px solid #888;
        border-right: none;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .product-link {
        display: block;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .button {
        display: block;
        border: 1px solid #ddd;
        white-space: nowrap;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .request-button {
        padding: 0px 10px 10px 10px;
        background: #e5efe5;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .request-button:hover {
        background: #75ba6d;
        color: #fff;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .product-link {
        text-align: center;
        padding: 5px 15px;
        background: #fed151;
    }

    #brand-sheets-adds.table-thumb .request-button-wrapper .product-link:hover {
        background: #75ba6d;
        color: #fff;
    }

    #brand-sheets-adds.table-thumb .thead {
        display: table-row;
    }

    #brand-sheets-adds.table-thumb {
        display: table;
    }

    #brand-sheets-adds.table-thumb > li {
        display: table-row;
    }

    #brand-sheets-adds.table-thumb > li > div {
        display: table-cell;
    }

    #brand-sheets-adds.table-thumb > li > div {
        padding: 5px 8px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #888;
        font-size: inherit;
    }

    #brand-sheets-adds.table-thumb > li:nth-child(odd) > div {
        background: #eee;
    }

    #brand-sheets-adds.table-thumb > li.thead > div {
        padding: 10px 8px;
        background: #eee;
        text-align: center;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
        font-size: inherit;
        font-weight: bold;
    }

    #brand-sheets-adds.table-thumb > li > div.image {
        width: 100px;
    }

    #brand-sheets-adds.table-thumb > li > div.request-button-wrapper {
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    body.catalog-category-adds #maincontent.container {
        width: 1170px;
    }

    #brand-sheets-adds.items-per-row-4 .product {
        width: 33.3333333333333%;
    }

    #brand-sheets-adds.items-per-row-5 .product {
        width: 25%;
    }

    #brand-sheets-adds.items-per-row-6 .product {
        width: 20%;
    }

    #brand-sheets-adds.items-per-row-7 .product {
        width: 20%;
    }

    #brand-sheets-adds.items-per-row-8 .product {
        width: 16.666666666666664%;
    }
}

@media (min-width: 1610px) {
    body.catalog-category-adds #maincontent.container {
        width: 1550px;
    }

    #brand-sheets-adds.items-per-row-4 .product {
        width: 25%;
    }

    #brand-sheets-adds.items-per-row-5 .product {
        width: 20%;
    }

    #brand-sheets-adds.items-per-row-6 .product {
        width: 16.666666666666664%;
    }

    #brand-sheets-adds.items-per-row-7 .product {
        width: 14.2857142%;
    }

    #brand-sheets-adds.items-per-row-8 .product {
        width: 12.5%;
    }
}

@media (max-width: 1199px) {
    #adds-menu .topmenu > li > a:after, #adds-menu .topmenu > li > span:after {
        display: none;
    }

    #adds-menu .submenu > li > a:before, #adds-menu .submenu > li > span:before {
        top: 13px;
    }

    #adds-menu .dropdown-menu > li > a {
        white-space: normal;
        padding: 0 20px;
    }

    #adds-menu .dropdown-menu > li:last-child > a {
        /*
        border-bottom: none;
        */
    }

    #adds-menu .toggle-menu a.active .fa:before {
        content: "\f068";
    }

    #adds-menu .toggle-menu {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 40px;
        width: 40px;
        text-align: center;
    }

    #adds-menu .submenu.dropdown-menu {
        width: 100%;
        padding: 10px 20px;
        border: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
    }

    #adds-menu .submenu .submenu.dropdown-menu {
        top: auto;
        left: auto;
    }

    #adds-menu a {
        display: block !important;
    }

    #adds-menu .filter {
        display: block;
    }

    #adds-menu .filter a {
        padding: 5px 20px;
        border: 1px solid #ddd;
        border-radius: 0;
        background: #e5efe5;
        font-weight: bold;
    }

    #adds-menu .topmenu {
        position: absolute;
        width: 330px;
        margin-top: 15px;
        display: none;
        height: auto;
        border: 1px solid #ddd;
        border-radius: 0;
        padding-right: 0;
        padding-left: 0;
        background: #fff;
        z-index: 10;
    }

    #adds-menu .topmenu > li > a, #adds-menu .topmenu > li > span {
        text-align: left;
        width: 100%;
        padding-right: 40px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
    }

    #adds-menu .topmenu > li > a.all {
        background: none;
        border-radius: 0;
        margin-left: 0;
        border-right: none;
        padding: 0px 10px;
    }

    #adds-menu .submenu > li > a, #adds-menu .submenu > li > span {
        padding-right: 30px;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #ddd;
    }

    #adds-menu .submenu .toggle-menu {
        line-height: 30px;
        width: 30px;
    }

    #adds-menu .dropdown-menu {
        position: relative;
    }
}


@media (max-width: 991px) {
    #brand-sheets-adds.table-thumb .product .name, #brand-sheets-adds.table-thumb .product .name a {
        text-align: left !important;
    }

    #brand-sheets-adds.table-thumb .product .description, #brand-sheets-adds.table-thumb .product .description a {
        text-align: left !important;
    }

    #brand-sheets-adds.table-thumb .request-button {
        font-size: 13px !important;
    }

    #brand-sheets-adds.table-thumb .request-button i {
        width: 18px;
        height: 16px;
    }

    #brand-sheets-adds.table-thumb .request-button i:before {
        font-size: 18px;
        line-height: 22px;
    }

    #brand-sheets-adds.table-thumb .product .description, #brand-sheets-adds.table-thumb .product .short_description {
        /* спрятать текст если у более N строк */
        overflow: hidden;
        /* для установки '…' в абсолютную позицию */
        position: relative;
        /* используйте это значение для расчёта высоты блока */
        line-height: 1.2em;
        /* max-height = line-height (1.2) * число строк (3) */
        max-height: 3.6em;
        /* исправлиление проблемы когда последнее слово не соединяется с правой стороны */
        text-align: justify;
        /* место для многоточия '…' */
        padding-right: 1em;
    }

    /* создаём многоточие … */
    #brand-sheets-adds.table-thumb .product .short_description:before {
        /* многоточие в конце */
        content: '…';
        /* абсолютное позиционирование */
        position: absolute;
        /* установить позицию в правый нижний угол блока */
        right: 0;
        bottom: 0;
    }

    /* спрятать многоточие … если у нас есть текст, который меньше или равен количеству максимальный строк */
    #brand-sheets-adds.table-thumb .product .short_description:after {
        content: "";
        position: absolute;
        /* установить позицию в правый нижний угол блока */
        right: 0;
        /* установить width и height */
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        /* цвет фона перед блоком */
        background: white;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 559px) {
    #brand-sheets-adds {
        padding: 0;
    }
}

