.content .index .product article a.more:hover {
    background: #5f5852;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .list-productl.ct-producti .list-productlin .item-productl {
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }
}

.pagination {
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a.current, .pagination span.current {
    background: #F19F2F;
    border: solid 1px #ccc;
    color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    color: #333;
    border: solid 1px #ccc;
    background: none;
    margin: 3px;
    padding: 15px 20px 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a:hover {
    background: #E9E9E9;
    border: solid 1px #ccc;
    color: black;
}

@media screen and (max-width: 540px) {
    .list-categoryl .item-categoryl figure {
        /*width: 95%;*/
        /*height: auto;*/
        /*min-width: 375px;*/
        /*border: 5px solid red;*/
    }
}

.slick-list img {
    /*width: 100%;*/
    /*max-height: 500px;*/
    /*object-fit: none;*/
    /*object-position: center;*/
}
.flexslider .slick-list img {
    /*width: 100%;*/
    /*max-height: 500px;*/
    /*object-fit: none;*/
    /*object-position: center;*/
}
