@charset "utf-8";

.yotpo-horizontal-pagination { margin: 5px; display: flex; }

.yotpo-horizontal-pagination--rtl .yotpo-pagination-item:first-child, .yotpo-horizontal-pagination--rtl .yotpo-pagination-item:last-child { rotate: 180deg; }

.yotpo-horizontal-pagination .yotpo-pagination-item { cursor: pointer; padding: 5px 9px; margin-left: 5px; margin-right: 5px; color: var(--text-color); height: 22px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 22px; }

.yotpo-horizontal-pagination .selected, .yotpo-horizontal-pagination .yotpo-pagination-number:hover { color: rgb(255, 255, 255); background-color: var(--primary-color); border-radius: 5px; }

.yotpo-horizontal-pagination .selected { cursor: pointer; }

.yotpo-horizontal-pagination .selected:hover { opacity: 0.8; }

.yotpo-horizontal-pagination .disabled { cursor: not-allowed; color: var(--yotpo-disabled); }

.yotpo-horizontal-pagination .disabled:hover { cursor: not-allowed; background-color: transparent; }