.header-middle {
    height: 100px;
}
.footer-row {
    background: #1d1e21;
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    color: #fff;
}
.footer-col-position .module-body {
    padding-top: 30px;
}
.list_sku.snapshot-list-item, .list_stock.snapshot-list-item {
    font-size: .8875rem;
    line-height: .2875rem;
}
.product-snapshot .snapshot_vertical_middle_position {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.snapshot-list-item {
    font-size: 12px;
    line-height: 0.6875rem;
    font-weight: 300;
    padding: 5px 0;
	text-align: center;
}
.list-productname-link {
    font-size: 16px;
    line-height: 1.375rem;
    font-weight: 300;
    color: #211f1d;
    display: block;
}
.snapshot_vertical_product .list_prouctprice {
    padding: 15px 0 0px;
}
.list_price, .list_special {
    font-size: 20px;
    font-weight: 500;
}
.product-sortbar .results {
    color: #211f1d;
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: none;
}
.product-sortbar {
    overflow: visible!important;
    overflow: auto;
    padding: 0px 0;
    border: 0;
    background-color: #fff;
}
.product-sortbar-bottom {
    margin-top: 10px;
}
.category-description {
    padding: 0 0 10px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
    border-radius: 0;
    align-items: center;
    display: none;
    justify-content: flex-end;
    flex: 1;
}
.column-right .section-module .module-head, .column-left .section-module .module-head, .column-left .information-module-list .module-head, .side-position.module .module-head {
    padding: 12px 20px;
    background-color: #2cbbb4;
}
.column-right .section-module .module-body, .column-left .section-module .module-body, .column-left .information-module-list .module-body, .side-position.module .module-body {
    padding: 0px 20px 5px 20px;
}
.snapshot_horizontal_product {
    border-bottom-width: 3px;
    box-shadow: none;
    display: flex;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
}
.snapshot_horizontal_left {
    margin-right: 10px;
}
.snapshot_horizontal_right {
    text-align: left !important;
    padding-top: 15px;
}
.snapshot_vertical_product_inner:hover
{
	border: solid 0.5px;
	border-color: #2cbbb4;
}
.header-bottom .module-category-wrapper .module-head-title {
	padding: 22px 0 10px 20px;
    border-bottom: solid 1px;
    border-bottom-color: #2cbbb4;
}