.product-list .card-body img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-list .card-body img.non {
    filter: grayscale(80%);
    opacity: 25%;
}

.product-item-code {
    background-color: #17a2b833;
    color: black;
    font-size: 14px;
}

.product-item a {
    color: #343434
}

.form-control:focus,
.card-product:hover {
    border-color: #7CC6FE;
    box-shadow: 0 0 0 .25rem rgba(124, 198, 254, .25);
}

.flex {
    display: flex;
}

.flex>.col-w30 {
    flex: 0 0 30px;
}

.flex>.fol-wf {
    flex: 0 0 100%;
}

ol,
ul {
    padding-left: 0;
}

.wpo-blog-section {
    background-color: transparent;
}

.nav-category .nav-item.selected {
    background-color: #016bf8 !important;
}

.nav-category .nav-item .nav-link,
.pagination ul a,
#basic-addon2 {
    cursor: pointer;
}

.nav-category .nav-item.selected .nav-link {
    color: #ffffff;

}

.card {
    overflow: hidden;
    border-radius: 6px;
}

a.active {
    background-color: #e31e250A;
}

.product-list .product-item .product-image {
    height: 180px;
}

.product-list .product-item .product-info {
    height: 44px;
}

.bg-info {
    --fc-bg-opacity: 1;
    background-color: #384E77 !important;
    color: white;
}

.form-control.search-filter {
    font-size: 14px;
}

.btn.btn-custom1 {
    background-color: #f1f1f1;
    color: #343434;
    width: 100%;
    font-size: 0.9em;
}

.btn.btn-custom1.offered {
    background-color: #F7CB15;
}

.pl-0 {
    padding-left: 0;
}

.btn.btn-xl {
    --fc-btn-padding-y: 0.5rem;
    --fc-btn-padding-x: 1rem;
    --fc-btn-font-size: 1.09375rem;
    --fc-btn-border-radius: 0.75rem
}

a {
    color: #324376;
}

a:active,
a:hover,
.nav-category .nav-item .nav-link:hover {
    color: #425eb3;
}

.nav-category .nav-item.selected .nav-link:hover {
    color: white;
}

.btn-circle {
    padding: 2rem;
    border-radius: 50%;
    border: 2px solid #343434;
}

i.fa-xl {
    font-size: 2.8rem;
}

.product-item:first-child {
    border-top: 1px solid #a1a1a1;
}

.product-item {
    border-bottom: 1px solid #a1a1a1;
    align-items: center;
    padding: 0.1rem 0 0.1rem 0;
}

._table-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

._filters{
    background-color: #f4f4f4;
}

._table-header>div {
    background-color: rgb(90, 128, 190);
    color: #ffffff;
    padding: 10px 0 10px 12px;
}

._table-header>div:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

._table-header>div:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.offer-table thead {
    background-color: rgb(90, 128, 150);
    color: #ffffff;
}

.image-area {
    height: 42px;
    align-content: center;
    background-size: cover;
    background-position: center center;
}

.image-area a {
    color: #343434;
    display: flex;
    height: 100%;
    justify-content: center;
}

.image-area a img {
    height: 100%;
    object-fit: contain;
}

.form-control {
    border-color: #a1a1a1 !important
}