/* some css here */

.pager__items .pager__item a {
    padding: 6px 14px;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.pager__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    border-radius: 5px;
    margin: 70px auto 50px;
    background-color: transparent;
    border: none;
}

.pager__items .pager__item:hover,
.pager__items .pager__item {
    border: none;
    margin-right: 8px;
}

.pager__items .pager__item:hover,
.pager__items .pager__item.is-active {
	border: none;
	background-color: transparent;
}

.pager__items .pager__item:hover a,
.pager__items .pager__item.is-active a {
	border-color: #777;
}

.pager__items .pager__item:hover a, .pager__items .pager__item.is-active a {
    background: #417DBB;
    border: 1px solid #fff;
    color: #fff;
}

.pager__items .pager__item a {
    text-transform: lowercase;
}

/*.product_list .row {*/
/*    max-width: 1500px;*/
/*}*/

/*.path--products #category .category-form,*/
/*.path--products .product_list.row {*/
/*	max-width: 1500px;*/
/*} */

#category .category-form {
    padding-right: 0px;
}

@media(min-width:1600px) {
	.path--product .content-wrapper,
	.path--products .content-wrapper,
	.path--uued-tooted .content-wrapper,
	.path--search .content-wrapper,
	.path--brands .content-wrapper {
	  max-width: calc(100% - 60px);
	}
}

