.error { color:#c90000; }

/* pagebar  */
ul.pagebar { text-align:center; margin: auto; margin-top: 16px; }
ul.pagebar li { display: inline-block; width: 42px; line-height: 32px; text-align: center;
    background:#fff; color:#AB7442; border:#AB7442 1px solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:0 2px;
}
ul.pagebar li a { display: block; text-decoration: none; }
ul.pagebar li:hover { background:#AB7442; border:#AB7442 1px solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
ul.pagebar li:hover a { color:#fff; }
ul.pagebar li.active { background:#815833; color:#fff; border:#815833 1px solid; }

/* links */
div.links > a.btn-outline-light { background:#AB7442; }
div.links > a.btn-outline-light:hover { background: #fff; border:#AB7442 1px solid; color:#AB7442; }

a.text-dark { color:#555; }
a.text-dark:hover,
a.text-light:hover { text-decoration: underline; }

@media (max-width: 991px) {
    .shopUrl { width:100%; }
}

