.entry-content hr:not(.is-style-wide):not(.is-style-dots) {
width: 100px;
}
.entry-content hr {
border: none;
border-bottom: 2px solid;
margin-left: auto;
margin-right: auto;
height: 3px;
opacity: .4;
}
.woocommerce div.product .product_title {
text-transform: uppercase;
}
.woocommerce .products ul,
.woocommerce ul.products {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
position: relative;
margin-right: -20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: calc(25% - 20px);
margin-right: 20px;
}
.woocommerce-pagination {
margin-bottom: 40px;
}
.wp-pagenavi {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
margin: 0;
text-decoration: none;
padding: 0;
line-height: 1;
font-size: 1em;
font-weight: 400;
padding: 0.5em;
min-width: 1em;
margin-right: -1px;
display: block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
background: #ebe9eb;
color: #8a7e88;
border: 1px solid #BFBFBF;
font-weight: normal;
}
.wp-pagenavi .extend:nth-last-child(3) {
display: none;
}
li.current-menu-item > a,
li.current-menu-parent > a {
font-weight: bold !important;
}
.main-navigation li .sub-toggle + .sub-toggle {
display: none !important;
}
.main-navigation li.current-menu-item > .sub-toggle,
.main-navigation li.current-menu-parent > .sub-toggle {
font-weight: bold !important;
color: #30afb8;
}
.search-results-block .content-area article {
margin-bottom: 40px;
}