:root{
	--pagin-color: #5c2ddd;
    --third-color: #3c3c3c;
}
/* pagination */

.pagination{margin:3rem;}

.pagination a, .pagination span {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'AR VF JXHeiB5 WrW', sans-serif;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    text-align: center;
    align-items: center;
    line-height: 32px;
}

.pagination .current{
    background: var(--pagin-color);
    color: #fff;
    border: 1.5px solid var(--pagin-color);
}

.pagination .page-numbers.disabled {
    color: #D5D5D5;
}

.pagination span:not(.dots) {
    border-radius: 0;
}

.pagination span{
    display: inline;
    float: left;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
}

.pagination .page-numbers.dots {
    color: #3E312B;
    font-weight: 600;
    font-size: 18.35px;
}

.pagination span.prev.page-numbers, .pagination span.next.page-numbers {
    color: #D5D5D5;
    background: #fff;
}

a.next.page-numbers, a.prev.page-numbers {
    color: var(--pagin-color);
}

a.next.page-numbers:hover, a.prev.page-numbers:hover {
    color: #fff;
    background: var(--pagin-color);
}

.pagination a {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #3E312B;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination a.page-numbers:hover {
    border: var(--pagin-color) 1.5px solid;
}


.flexa form input[type="submit"], .flexa form input {
    font-size: 1rem;
    color: #2E2E2E !important;
    background-color: #fff !important;
    font-weight: 500;
    height: 46px;
    border: #D5D5D5 1px solid;
    box-shadow: none;
}

.flexa form input {
    padding-left: 40px;
}

.flexa.searchform-wrapper .flex-col:last-of-type {
    margin-left: -2.9em;
}

.flexa.searchform-wrapper .button.icon {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: #000000;
}

.search-result .box-text .category, .posts-list .box-text .category {
    margin-bottom: 16px;
}

.box-text .category a, .box-text .category span {
    border: #5c2ddd 1px solid;
    color: #5c2ddd;
}

.search-result .post-meta .post-title {
    color: #5c2ddd;
    font-size: 22px;
    line-height: 160%;
}

.box-text .category a, .box-text .category a, .box-text .category span {
    border-radius: 100px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 160%;
}

.search-result .box-text .read_more a {
    background: var(--primary-color);
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.search-result .box-text .read_more a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #000;
    opacity: 1;
    outline: none;
    text-decoration: none;
}

.toc {
    background: #F7F7F7;
    padding: 20px 24px;
    margin: 30px 0;
}

.toc .toc-title {
    color: var(--third-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.col-inner .toc ul li, .toc ul li {
    list-style-type: none;
    margin-left: 0;
}

.toc ul li a, .toc ul li i{
    color: var(--third-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin-left: 10px;
}

.toc ul li a:hover{
    color: var(--primary-color);
}

.featured_banner_inner a {
    color: #fff;
}

.featured_banner_inner a:hover {
    color: #fff;
}

/* mAdvantages */
.mAdvantages {
    position: relative;
    overflow: hidden;
}

.mAdvantagesCart {
    position: relative;
}

.mAdvantagesCart__item {
    z-index: 2;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.5rem;
    padding: 1rem 1rem 7rem 1rem;
}


.swiper-stack .swiper-slide {
    border-left: 1px solid #fff;
}

.swiper-stack .swiper-slide:first-child {
    border-left: none;
}
@media screen and (min-width: 769px) {
 
}
