.product-element {

}
.product-element .info a {
    color: #3A3738 !important;
    text-decoration: none;
}

.product-element .info a:hover {
    color: #EB8C23 !important;
}

.pagination .page-item{
    width: 38px;
    height: 38px;
}
.pagination .page-item .page-link {
    border-color: #EB8C23;
    color: #EB8C23 !important;
}
.pagination .page-item .page-link:hover,
.page-link.active,
.pagination .page-item.active > .page-link {
    background-color: #EB8C23;
    color: #ffffff !important;
}

.breadcrumbs a {
    color: #3A3738 !important;
    text-decoration: none;
}
.breadcrumbs a i {
    height: 14px;
}

.property {}

.property.stock{
    flex-wrap: wrap;
}
.property .footnote {
    font-size: 11px;
}
.property .title {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .options .options-rows {
        column-width: auto;
        column-count: 2;
        column-gap: 101px;
    }
}

