.authorLink, .authorLink a, .authorLink a:link, .authorLink a:visited {
    color: #117583;
    font-weight: bold;
    font-size: 1.1em;
}
.authorLink a:hover, .authorLink a:active {
    color: #007bff;
}
.bindingText {
    font-size: 0.6em;
}
.product-search-right {
    width: 100% !important;
}

@media screen and (max-width: 1700px) {
    .grid-view-products .grid-view-products-item {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}
@media screen and (max-width: 1200px) {
    .grid-view-products .grid-view-products-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 620px) {
    .grid-view-products .grid-view-products-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

div.product-price:after{
    display: none;
}
a.nav-link.active:after{
    display: none;
}
h6.title:after{
    display: none;
}
.nice-select .list{
    max-height: 400px;
    overflow-y: auto;
}
.navigation-inner .category-nav{
    display: none;
}

.description p {
    font-size: 14px !important;
}

.custom-page-content p {
    font-size: 16px;
}
