@charset "utf-8";
 #main {
width: var(--vk-width-col-2-main)!important;
}
.pagination ul {
list-style: none;
padding-left: 0;
}
.pagination ul li {
text-align: left;
margin-bottom: 50px;
}
.article_cont {
display: flex;
width: 100%;
justify-content: space-between;
}
.shop_news_title {
margin-bottom: 0;
margin-top: 10px;
}
.shop_news_cont a {
text-decoration: none;
}
.shop_news_cont h3::after {
border-bottom: none;
}
.article_thumb{
width: 22%;
padding-top: 6px; 
}
.article_det {
width: 76%;
}    .pnavi {
text-align: center;
margin-top: 100px;
} .pagination .page-numbers {
display: inline-block;
margin-right: 25px;
padding: 0;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
color: var(--vk-color-primary);
border: 1px solid var(--vk-color-primary);
background: #fff;
font-weight: bold;
font-size: 12px;
} .pagination a.page-numbers:hover {
color: #FFF;
background-color: #999;
border-color: #999;
} .pagination .current {
padding: 0;
background: var(--vk-color-primary);
color: #FFFFFF;
font-size: 12px;
} .pagination .prev,
.pagination .next {
border: 1px solid var(--vk-color-primary);
color: var(--vk-color-primary);
position: relative;
font-size: 12px;
}
.pagination a.next.page-numbers {
margin-right: 0;
} .pagination .next::before,
.pagination .prev::after {
content: "";
display: inline-block;
width: 0.5px;
height: 40px;
background-color: rgb(224, 215, 215);
position: absolute;
top: 50%;
transform: translateY(-50%);
}/*/*/.pagination .next::before {
left: -15px;
}/*/*/.pagination .prev::after {
right: -15px;
}/**/.pagination .dots {
background: transparent;
border: none;
}          @media screen and (max-width: 991.98px) {
#main {
width: 100%!important;
}
}   @media screen and (max-width: 640px) {
.pnavi {
margin-top: 0px;
}
.pagination .page-numbers {
margin-right: 12px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
}
}