ul.aps-feature-list{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px !important;
}
.aps-feature-list li {
    height: 46px;
    margin-bottom: 10px;
    position: relative;
    background: #3199fe;
}
.aps-feature-list li:last-child {
    margin-bottom: 0px; 
}
.aps-feature-anim {
    height: 100%;
    width: 100%;
    padding: 13px 10px 13px 55px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.aps-list-icon {
    height: 46px;
    padding: 11px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 82;
    background: #097def;
}
[class^="aps-icon-"]:before, [class*=" aps-icon-"]:before {
    font-family: "aps-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aps-feature-info {
    height: 20px;
    position: relative;
    z-index: 83;
    overflow: hidden;
    line-height: 1.5;
}
.aps-feature-info strong {
    display: inline-block;
}
.aps-feature-anim:after {
    background: #097def;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 81;
}

.product-price{
    font-size: 16px;
    margin: 10px 0 5px !important;
    line-height: 0.5;
}
.product-card{
    padding: 0 !important;
}
.card-product, 
.card-product .card-header-image img{
    box-shadow: none !important;
}
.card-product .card-header.card-header-image .colored-shadow{
    filter: none !important;
}
.th-product{
    padding: 0 0 15px !important;
}

.product-page h3.title{
    margin-bottom: 20px !important;
    margin-top: 100px;
}

.pagination > .page-item > a{
    border-color: #9c27b0;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgb(156 39 176 / 14%), 0 1px 10px 0 rgb(156 39 176 / 12%), 0 2px 4px -1px rgb(156 39 176 / 20%);
}