.product-list {
    border-right: 1px solid #ddd;
}

.section-top {
    margin: 15px 0;
}

.section-top>span {
    margin-left: 50px;
}

.sort-list>li {
    margin-left: 20px;
    position: relative;
}

.sort-list>li>a {
    color: #0090fd;
}

.sort-list>li:nth-child(3), .sort-list>li:nth-child(4) {
    margin-right: 5px;
}

.sort-list>li:nth-child(3):after {
    content: "";
    position: absolute;
    top: 10px;
    right: -12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #0090fd;
}

.sort-list>li:nth-child(4):after {
    content: "";
    position: absolute;
    top: 10px;
    right: -12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #0090fd;
}

.brand-logo {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.brand-item {
    display: inline-block;
    width: calc(100%/9);
    height: 36px;
    text-align: center;
    border: 1px solid #ddd;
}

.brand-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-logo {
    margin: 15px 0;
}

.navigation {
    display: flex;
    margin: 10px 0 30px;
}

.navigation>li {
    position: relative;
    margin-right: 30px;
}

.navigation>li:not(:last-child):after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 12px;
    color: #000;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}

.navigation>li>a {
    color: #0090fd;
    font-size: 14px;
}

.paginator {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
}

.paginator a, .paginator span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #0090fd;
    transition: ease-in-out .3s;
    display: block;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e7e7e7;
    line-height: 30px;
    width: 32px;
    height: 32px;
}

.agency-list {
    margin-top: 15px;
}

.product-desc {
    font-size: 11px;
    color: #696969;
    border-top: 1px dashed #c0c0c0;
    padding-top: 5px;
    margin-top: 5px;
    line-height: 16px;
    max-height: 102px;
    overflow: hidden;
    position: relative;
}

.product-desc:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%,rgba(0,0,0,0) 100%);
}

.buy-now {
    padding: 3px 10px;
    border: 1px solid #de2a2b;
    color: #de2a2b;
    line-height: 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    background: #fff;
    text-transform: uppercase;
}

.product-action {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.item-info {
    padding-bottom: 30px;
}

.brand-logo {
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
}

.unlike {
    color: #de2a2b;
    font-size: 23px;
    margin-top: 10px;
    text-align: center;
    width: 50px;
    background: transparent;
    border: none;
}

.btn-filter {
    cursor: pointer;
}

.section-top {
    position: relative;
}

.filter-item-list {
    padding-bottom: 20px;
}

.filter-item-list>li {
    margin-bottom: 10px;
    position: relative;
}

.filter-item-list>li>i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #727272;
}

.filter-item-list>li>ul {
    padding-left: 20px;
    display: none;
}

.filter-item-list>li>a {
    margin-bottom: 10px;
    color: #727272;
    font-size: 14px;
}

.filter-item-list>li>ul>li>a {
    color: #727272;
    font-size: 14px;
}

.filter-item-list>li>ul>li {
    margin-top: 10px;
}

.filter-list>ul>li>p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.filter-list>ul>li>p>i {
    float: right;
}

.filter-item-list>li>input {
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #ddd;
}

.filter-item-list>li>input:checked {
    background: #da3c3c;
    border-color: #da3c3c;
    position: relative;
}

.filter-item-list>li>input:checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.filter-item-list>li>span {
    font-size: 14px;
    color: #727272;
}

.remove-filter {
    background: 0 0;
    border: none;
    outline: none;
    padding: 0 15px;
}

.add-filter {
    background: #000;
    color: #fff;
    padding: 2px 10px 5px;
}

.filter-list>ul>li:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.ui-widget-content {
    border: 1px solid #ccc;
    color: #222;
}

#slider-range {
    height: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 98%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

#slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #666;
}

#slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 4px;
    height: 15px;
    border-radius: 0;
    background: #666;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important;
}

.category-blog{
    position: relative;
}
.category-blog{
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}
.category-blog-full{
    max-height: 100%;
    margin-bottom: 30px;
}
.product-left_blog-content_showmore{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.91)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
    margin-bottom: 0;
}
.button_readmore{
    border: 1px solid #de2a2b;
    padding: 10px;
    /*background: #de2a2b;*/
    color: #de2a2b;
    border-radius: 5px;
}
.button_readmore:hover{
    color: #de2a2b;
    text-decoration: none;
}
.product-left_blog-content_showmore{
    bottom: 0;
}
.product-left_blog-content_showmore a{
    padding: 0;
    display: block;
    width: 127px;
    margin: 0 auto;
    height: 30px;
    line-height: 27px;
}