.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

#secSearchPage {
    margin-top: 10px;
}

.widget-search-page {
    position: relative;
}

.widget-search-page .lead {
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #707070;
}

.widget-search-page .sort-title {
    font-size: 1.8rem;
}

.widget-search-page .list-filter {
    overflow-x: auto;
}

.widget-search-page .list-filter .item-filter.active,
.widget-search-page .list-filter .item-filter:active {
    border: 1px solid var(--c-1593747964201, #D70018);
    background: #f5f5f5;
    color: var(--c-1593747964201, #D70018);
    font-weight: bold;
}

.widget-search-page .list-filter .item-filter {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin: 0 1rem 1rem 0;
    padding: 0.5rem 1rem;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    background: #F3F4F6;
    color: #444444;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.search-results-view {
    justify-content: center;
}

.widget-product-grid {
    top: 0;
    left: 0;
    padding: 10px 0 0 0;
    overflow: visible;
    display: block;
    width: 100%;
    right: 0;
    position: relative
}

.widget-product-grid .repeater-box {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 10px 10px;
    padding-bottom: 100px;
}

.widget-product-grid .repeater-box .repeater-item {
    background-color: #fff;
    padding-bottom: 10px;
}

.widget-product-grid .widget-pagging {
    padding-top: 15px
}

.widget-product-grid .widget-pagging .item {
    background-color: #fff;
    color: #222;
    border-radius: 50px;
    border: 1px solid #bfbfbd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-left: 5px
}

.widget-product-grid .widget-pagging .item:hover {
    background-color: var(--c-1593747964201, #f2f2f2);
    color: var(--c-1589940939575, #222)
}

.widget-product-grid .widget-pagging .item.active {
    background-color: var(--c-1593747925171, #3899ec);
    border: 1px solid #4e91;
    color: #fff
}

.widget-product-grid .widget-pagging .item.disable {
    background-color: #ccc;
    color: #b3b2b2
}

@media (max-width: 1024px) {
    .widget-product-grid .repeater-box {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px
    }
}

@media (max-width: 724px) {
    .widget-product-grid .repeater-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .widget-product-grid .repeater-box .repeater-item {
        padding: 5px;
        border: none;
        border-width: 0;
        border-color: unset;
        border-style: unset
    }

    .widget-product-grid .widget-pagging .item:hover {
        background-color: var(--c-1593747925171, #f2f2f2);
        color: var(--c-1589940939575, #222)
    }
}

@media (max-width: 527px) {
    .widget-product-grid .repeater-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .widget-product-grid .repeater-box .repeater-item {
        border: 1px solid #ccc;
    }
}
